MediaWiki:Monaco.css: Difference between revisions

m
Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.
imported>A morris
(Ose's suggestions (1) from File talk:Wiki.png)
imported>FANDOMbot
m (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
 
(6 intermediate revisions by 2 users not shown)
Line 4:
background-color: #FFF;
color: #318135;
}
body {
background: #64B668 url('httphttps://images1images.wikia.nocookie.net/sims/images/2/26/Background.png') repeat scroll 0 0;
}
.color2 {
background-color:#64B668;
background: #64B668 url('http://images1.wikia.nocookie.net/sims/images/2/26/Background.png');
}
#background_strip {
Line 16 ⟶ 19:
 
#wikia_logo {
background-image: url(httphttps://images4images.wikia.nocookie.net/sims/images/6/62/WikiaLogo.png);
}
* html #wikia_logo {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='httphttps://images4images.wikia.nocookie.net/sims/images/6/62/WikiaLogo.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
background-image: url(httphttps://images4images.wikia.nocookie.net/sims/images/4/4c/HeaderMenuButton.png);
color: #51A555;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='httphttps://images4images.wikia.nocookie.net/sims/images/4/4c/HeaderMenuButton.png', sizingMethod='crop');
}
#wikia_header {
Line 48 ⟶ 51:
#wikia_footer, #wikia_footer a {
color: #FFF;
width:640px;
margin: 0 auto;
}
#wikia_corporate_footer {
background:#64B668;
border-top: none;
border:1px solid #999999;
}
 
Line 84 ⟶ 90:
}
#search_button {
background:transparent url(httphttps://images.wikia.comnocookie.net/common/skins/monaco/images/search.png) repeat scroll 0 0;
}
#link_box {
Line 146 ⟶ 152:
.dark_text_1 {
color: #FFF;
}
 
/* Color the comments header on user blog pages */
#article-comment-header {
background: #3571C3;
}
 
.community_header accent {
background: #3571C3 !important;
}
 
Anonymous user