MediaWiki:Monobook.css

From the Rocna Knowledge Base
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
#column-one {
	background: url("/wiki/images/headbg-rocna.jpg") 0 0 no-repeat;
	/* position: relative;		This statement is implemented in MonoBook.php if not MSIE 6 or less */
	padding-top: 0 !important;
}

#content { padding: 0 1em 1.5em 1em; }

#content {
	color: #333;
	border-style: solid none none none;
	border-color: #666;
	padding: 0 1.5em 1.5em;
}

body {
	background: #000;
}

#bodyContent a[href^="http://www.rocna."] {
	background: none;
	padding-right: 0;
}

#globalWrapper, .pBody {
	max-width: 1280px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#p-cactions {
	position: relative;
	top: 25px;
}

#globalWrapper {
	min-width: 760px;
	background-color: #333;
	font-size: 100% !important;
}

#column-content {
	padding-top: 8px !important;
}

#searchInput {
	font-size: 140%;
	width: 94%;
}
#p-search .pBody { padding: 0.5em 0; }

.portlet h3 { font-size: 110%; }

.portlet h3 {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	color: white;
}

.fullImageLink, .fullMedia {
	font-style: normal;
	font-weight: 600;
}

input.searchButton { font-size: 120%; }


a:visited { color: #364986; }
a:active { color: #0066ff; }

a:hover {
	text-decoration: none;
	color: #003cff;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	padding-top: 1em;
}

h1 {
	font-size: 150%;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 133%;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1.1em;
}
h1, h2 {
	font-style: normal;
	font-weight: 400;
}
h3, h4, h5, h6 {
	font-style: normal;
	font-weight: 600;
}
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5, h6 { font-size: 100%; }

#toc,
.toc,
.mw-warning {
	border: 1px solid #666666;
	background-color: #F4F4F4;
	font-size:100%;
	padding:5px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 25%;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: right;
	margin-bottom: 8px;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 95%;
	margin-left: 10px;
}
#toc h2, .toc h2 { float: left; }
.tocnumber { margin-right: 0.75em; }

.portlet {
	width: 11.2em;
	margin: 0 0.41em 0.8em;
	background: transparent url("/wiki/skins/monobook/p-personal_bg.png") repeat scroll 0 0;
}
.portlet h5 {
	font-size: 100%;
	color: white;
	text-transform: uppercase;
}
.portlet ul { font-size: 100%; }
.pBody {
	border: none;
	padding-top: 0.15em;
	background: rgba(255,255,255,0.9);
}
#p-logo {
	position: relative !important;
	background: none;
	margin: 0;
}

.generated-sidebar {
	font-style: normal;
	font-weight: 600;
	margin: none;
	border: none;
}

ul, .portlet ul { list-style-image: url("/wiki/skins/monobook/bullet_grey.gif"); }
.generated-sidebar ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0.3em;
	line-height: 1.75em;
	font-size: 112%;
}

#p-personal { margin: 6px; }
#p-personal li a { color: white; }
#p-personal li a:hover {
	background: transparent;
	text-decoration: underline;
}
#p-personal a.new {
	font-style: normal;
	font-weight: 600;
	color: #FF8181;
}
#p-personal a.new:visited {
	font-style: normal;
	font-weight: 600;
	color: #FFBABA;
}

pre {
	background-color: #F7FFFF;
	border: 1px dotted darkblue;
}
pre, textarea { font-family: 0.9em Consolas, "Courier New", sans-serif; }
#p-cactions, #p-personal {
	font-style: normal;
	font-weight: 600;
}

.catlinks {
	background: #F1F2F2;
	margin-top: 3em;
	padding: 4px 8px;
}
.catlinks span {
	font-style: normal;
	font-weight: 600;
}

div.thumbinner {
	background: white;
	border: none;
	padding: 0 !important;
}
html .thumbcaption {
	padding: none;
	margin: 3px 0;
	font-style: normal;
}
html .thumbimage, img.thumbborder { border: 1px solid #333; }
img.thumbborder { border: 1px solid #333; }

div.floatright, table.floatright { margin: 0 0 1em 1em; }

div.magnify { display: none; }

#footer {
	background-color: #333 !important;
	margin: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 0 0 1em 0 !important;
	text-align: center !important;
	font-size: 90% !important;
	color:#FFFFFF;
}
#footer a, #footer a:visited { color: #FFFFFF; }
#footer a:hover { text-decoration: underline; }

table.wikitable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
	border: 1px #aaa solid;
	padding: 0.4em;
}
.wikitable th,
.prettytable th {
	background: #F4F4F4;
	text-align: center;
}
.wikitable caption,
.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-style: normal;
	font-weight: 600;
}

#p-cactions li {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.75);
	margin: 0;
}
li#ca-talk, li#ca-protect { margin-right: 1.6em; }
#p-cactions li a { background: url("/wiki/skins/monobook/p-cactions_bg.png") 0 0 repeat; }
#p-cactions li a:active { color: #666; }
#p-cactions li.selected { border-color: #666; }
#p-cactions li.selected a { color: #666; }

#searchGoButton, .ui-icon, .autoellipsis-matched, .highlight, li.gallerycaption, .diffchange, .mw_metadata th, .mw_metadata caption, table.filehistory td.filehistory-selected, .unpatrolled, #pagehistory span.minor, .newpage, .minoredit, .botedit, #wpSave, table.wikitable > caption, .successbox h2, table.mw_metadata caption { font-weight: 600; }

#viewcount { display: none !important; }