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>Duskey
(removing dark text class since the white text on user blog is almost impossible to see)
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.)
 
(4 intermediate revisions by one other user not shown)
Line 6:
}
body {
background:#64B668 url(httphttps://images1images.wikia.nocookie.net/sims/images/2/26/Background.png) repeat scroll 0 0;
}
.color2 {
Line 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 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 87 ⟶ 90:
}
#search_button {
background:transparent url(httphttps://images.wikia.comnocookie.net/common/skins/monaco/images/search.png) repeat scroll 0 0;
}
#link_box {
Line 145 ⟶ 148:
border-color: #C0C0C0 #C0C0C0;
color: #FFF;
}
 
.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