User:Combee123/monaco.css

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.mw-specialpagesgroup
{
 background-color: #72747F;
 color:White;
}

body
{
    background: #5d7058 url(http://images4.wikia.nocookie.net/ratchet/images/e/ea/RCBackground.png) repeat;
}

/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #AAAAAA;
	background-color: #ffffff;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}
#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

/* Preserve a plain vanilla Monaco-toolbox */ 
div#link_box_dynamic { display:none; }

/* Fix font color for edit count table (special:editcount) */
.ecmaintable {
  color: #000000 !important;
}

.rounded_corners, #wikia_page, #search_box, #link_box, #navigation_widget, #sidebar_1 dl, .community_details, #page_bar, .wk_blogs_title {
       -moz-border-radius-topright: 0.8em;
       -moz-border-radius-bottomright: 0.8em;
       -moz-border-radius-topleft: 0.8em;
       -moz-border-radius-bottomleft: 0.8em;
}


#page_tabs li
{
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        height: 26px;
        line-height: 25px;
        margin-top: 4px;
	background: #ffffff;
        border:1px solid #ffffff;
        border-bottom: none;
        position:relative;
        top:1px;
}
#page_tabs li:hover {
	background: #ffffff;
}
#page_tabs li a {
	color: #000000 !important;
}
#page_tabs li a.new {
	color: #F05048 !important;
}
#page_tabs li.selected {
	background: #ffffff;
	color: #000000 !important;
        border: 1px solid #666666;
        border-bottom: 1px solid #ffffff;
}
#page_tabs li.selected a {
	background: #ffffff;
	color: #000000 !important;
}

.rounded_corners, #wikia_page, #catlinks, #search_field, #search_box, #link_box, #navigation_widget, #sidebar_1 dl, .community_details, #page_bar, .wk_blogs_title {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#page_tabs li, #sidebar_1 dt {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
}

#request_wiki.loggedin { display: none; }

#user_masthead_scorecard { display: none; }

.accent {
 background: #20361A url(http://images4.wikia.nocookie.net/ratchet/images/e/ea/RCBackground.png) top center;
 border:0px;
}

#user_masthead ul.nav_links li {
 background: #A0AD62;
}

#user_masthead h2 {
 color: #ffffff;
}

/* inactive tab text color */
#user_masthead li a {
 background: #A0AD62;
 color: #000000;
 border: #AAAAAA;
}

/* active tab text color */
#user_masthead li.selected a {
 color: #000000;
}

body.masthead-regular #page_bar, body.masthead-special #page_bar {
 background:#82A03F;
 border-bottom:1px solid #555;
 border-top:1px solid #555;
 color:#FFF;
}



#user_masthead ul.nav_links li.selected a {
 color:#FFF;
}

body.masthead-regular #page_controls a, body.masthead-special #page_controls a {
 color:#FFF;
}