MediaWiki:Monobook.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>Woganhemlock
(adding something)
(The code here isn't supported ever since Wikia killed Monobook. While Monobook is still available here, the code here would need to be reviewed first. Keeping page history intact for archival purposes.)
Tag: Replaced
 
(48 intermediate revisions by 5 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/***** Edit this file to customize the Monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/
/* See also: [[MediaWiki:Common.css]] */

/*** Bold 'edit this page' link to encourage newcomers ***/

#ca-edit a {
font-weight: bold !important;
}

/*** MAIN COLORS ***/

.color1, .color1 a, .yui-panel .hd {
background-color: #FFF;
color: #318135;
}
body {
background-image: url(http://images1.wikia.nocookie.net/sims/images/2/26/Background.png) no-repeat right top;
}

body {
background-attachment: fixed;
}

.color2 {
background-color:#64B668;
}
#background_strip {
background: transparent;
border: none;
}

/*** HEADER AND FOOTER ***/

#wikia_logo {
background-image: url(http://images4.wikia.nocookie.net/sims/images/6/62/WikiaLogo.png);
}
* html #wikia_logo {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images4.wikia.nocookie.net/sims/images/6/62/WikiaLogo.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
background-image: url(http://images4.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='http://images4.wikia.nocookie.net/sims/images/4/4c/HeaderMenuButton.png', sizingMethod='crop');
}
#wikia_header {
border: none;
background:transparent;
}
#userData a, #wikiaBranding a {
color: #FFF;
}
#header_username a {
color: #FFF;
}
#page_bar {
background: #3571C3;
}
#page_controls a {
color: #FFF !important;
}
#wikia_footer, #wikia_footer a {
color: #FFF;
width:640px;
margin: 0 auto;
}
#wikia_corporate_footer {
background:#64B668;
border:1px solid #999999;
}


/*** WIDGETS ***/

.widget {
background: #3571C3;
border: 1px solid #EEE;
color: #FFF;
}
.widget a {
color: #FFF200;
visited: #FFF200;
}
dt.widget_title {
background: #344790;
border: none;
color: #FFF;
}
#navigation .menu-item {
border-color: #CCC;
}
#navigation a {
color: #FFF;
}
#navigation a:hover, #navigation .navigation-hover>a {
background: #3571C3;
color: #FFF;
}
#search_box {
background: #344790;
}
#search_button {
background:transparent url(http://images.wikia.com/common/skins/monaco/images/search.png) repeat scroll 0 0;
}
#link_box {
background: #344790;
border: none;
}
#link_box table li a {
color: #EEE !important;
}
.community_details {
border: 1px solid #C0C0C0;
background: transparent;
color: #000;
}

/***USER MASTHEAD***/

#user_masthead {
background: #344790;
color: #FFF;
}
#user_masthead h2 {
color: #FFF;
}
#user_masthead ul.nav_links li, #user_masthead ul.nav_links li a {
background: #3571C3;
color: #FFF;
}
#user_masthead ul.nav_links li.selected, #user_masthead ul.nav_links li.selected a {
background: #3571C3;
border-color: #C0C0C0 #C0C0C0;
color: #FFF;
}
body.masthead-regular #page_bar, body.masthead-special #page_bar {
background: #3571C3;
border-bottom: 1px solid #C0C0C0;
border-top: 1px solid #C0C0C0;
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;
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;
}

#dynamic-links-write-article-li { display:none; }

/* Rounded search box - thanks to GeorgieGibbons for the code */
.WikiaSearch button {
border: none;
-moz-border-radius: 0 6px 6px 0;
-webkit-border-radius: 0 6px 6px 0;
}
.WikiaSearch input[type="text"] {
border: 1px solid #64B668;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.WikiaSearch input[type="text"]:-moz-placeholder {
color: green ;
}

/*removal of borders on images caused by wikia updates*/
.WikiaArticle .tright, .WikiaArticle .tleft {
outline: inherit
}

Latest revision as of 21:46, 20 January 2020

/* CSS placed here will affect users of the MonoBook skin */