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>Random Ranaun
No edit summary
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.)
 
(16 intermediate revisions by 3 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 {
border: none;
background:transparent;
}
#userData a, #wikiaBranding a {
Line 41 ⟶ 45:
#page_bar {
background: #3571C3;
border-bottom: none;
}
#page_controls a {
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 123 ⟶ 129:
color: #FFF;
}
/* User tabs on user subpages */
#page_bar #ca-nstab-user {
background: #FFF;
color: #000;
}
/* Discussion tabs on user subpages */
#page_bar li.selected #ca-talk {
background: #FFF;
color: #000;
}
#page_bar #ca-talk {
background: #EEE;
color: #000;
}
 
body.masthead-regular #page_bar a, body.masthead-special #page_bar a {
background: #3571C3;
Line 128 ⟶ 149:
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