MediaWiki:Monobook.css

From Spheriki

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

/* edit this file to customize the monobook skin for the entire site */
@media screen, projection {
body	{
	background-color: #ffffff; background-image: none;
	font-family: "Verdana", sans-serif;
}

div#p-personal { background-color: #323232; padding-top:2px; padding-bottom:1px; }
div#p-personal a { color: #ffcc00; }
div#p-personal a:active { color: #ffdd00; }
div#p-personal a:visited { color: #ffbb00; }
div#p-personal a:hover { background-color: black; color: white; }
div#p-personal a.new { color: #FF0E2F; }

div#p-cactions {  margin-top: 1em; }
/*div#p-cactions ul { border-bottom: 0px solid #ddd; }*/


div#content { border: 0px; border-top: 1px solid #ddd; margin-top: 3.7em; }

#main-nav {
	background-color:#eee;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}

div#p-logo { left:0px; top:1.5em; height: 170px; width: 11.5em; }
div#p-logo a,
div#p-logo a:hover,
div#p-logo a:visited { background-repeat: no-repeat; height: 100%; width: 100%; background-position: 0% !important; }

div#footer { background: url('/w/skins/common/fgrad.png') repeat-x; border-color: #cccccc; border-bottom: 0px; }

div#f-poweredbyico { display: none; }
div#f-copyrightico { display: none; }

li#lastmod { display: none; }
li#viewcount { display: none; }
li#copyright { display: none; }

div.pBody, div.searchBody { border: 0; }
div.pBody ul li { list-style: none; }

div.portlet h5 {
	font-family: "Trebuchet MS", sans-serif; font-weight: bold; font-size: small;
	padding-top: 20px; width: 100%;
	color: white; background-color: #505050;
}

.bred	{
	background-color:#fee;
	border:1px solid #fcc;
	padding: 4px;
}
.bbl	{
	background-color:#eef;
	border:1px solid #abd;
	padding:4px;
}
.bgrn	{
	background-color:#efe;
	border:1px solid #9c9;
	padding:4px;
}
.bhead	{
	background-color:#000; color:#fff;
	font-size:medium; font-weight:bold;
	padding:5px;
}
.bred .bhead	{background-color:#c00;}
.bbl .bhead	{background-color:#039;}
.bgrn .bhead	{background-color:#393;}

li#n-currentevents { display: none; }
li#n-sitesupport { display: none; }

/** NEOLOGIX EDITS **/
/**** content ****/
div#content	{
	-webkit-border-top-left-radius:1.5em; -webkit-border-bottom-left-radius:1.5em;
	-moz-border-radius-topleft:1.5em; -moz-border-radius-bottomleft:1.5em;
	border-top-left-radius:1.5em; border-bottom-left-radius:1.5em;
	border-left:1px solid #ddd; border-bottom:1px solid #ddd;
}
/**** page actions ****/
#p-cactions {padding-left:1.5em;}
#p-cactions .pBody {
	-moz-box-shadow:0 0 0 transparent !important;
	-webkit-box-shadow:transparent 0 0 0 !important;
	box-shadow:0 0 0 transparent !important;
}
#p-cactions ul	{line-height:1.25;}
#p-cactions li {
	-moz-box-shadow:0px 0px 1ex #a0a0a0;
	-webkit-box-shadow:#a0a0a0 0px 0px 1ex;
	box-shadow:0px 0px 1ex #a0a0a0;
	margin-right:2px; border-top-width:2px;
	display:block; float:left;
}
#p-cactions li a	{display:block;}
#p-cactions li#ca-talk	{margin-right:2em;}
#p-cactions li#ca-watch, #p-cactions li#ca-unwatch, #p-cactionsli#ca-varlang-0, li#ca-print	{margin-left:2em;}
#p-cactions li:first-child, #p-cactions li#ca-edit, #p-cactions li#ca-watch, #p-cactions li#ca-unwatch,
#p-cactions li:first-child a, #p-cactions li#ca-edit a, #p-cactions li#ca-watch a, #p-cactions li#ca-unwatch a	{
	-webkit-border-top-left-radius:.5em;
	-moz-border-radius-topleft: .5em;
	border-top-left-radius:.5em;
}
#p-cactions li:last-child, #p-cactions li#ca-talk, #p-cactions li#ca-protect,
#p-cactions li:last-child a, #p-cactions li#ca-talk a, #p-cactions li#ca-protect a	{
	-webkit-border-top-right-radius:.5em;
	-moz-border-radius-topright: .5em;
	border-top-right-radius:.5em;
}
#p-cactions li:hover {border-color:#c0c0ff;}
#p-cactions li[class~='selected']:hover {border-color:#fabd23;}
/** END NEOLOGIX **/

}
Personal tools