MediaWiki:Monobook.css

From Dark Angel Wiki
Jump to navigationJump to 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/***** Edit this file to customize the Monobook skin for the entire site. *****/
/* See also: [[MediaWiki:Common.css]] */

/*** Bold 'edit this page' link to encourage newcomers ***/
#ca-edit a {
	font-weight: bold !important;
}

/* black skin begins */

/* infobox tweaks */
table.infobox tr th, table.infobox tr {
	background-color: black;
	color: white;
}

/* Sitenotice */
#siteNotice {
	padding-left: 4px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 85%;
}

/* Category links at the bottom of the page */
div#catlinks {
	border: 1px solid #999999;
	background-color: #000000;
	color: inherit;
/*	padding: 0;*/
}

p.catlinks {
	padding: 7px;
	margin: 2px;
}

/* main content colors */
body {
	background-image: none;
	background-color: #3A3832;
}

div#bodyContent, div#content, div#footer {
	background-color: #000000;
	color: #FFFFFF;
}

div#bodyContent, div#globalWrapper { 
        background: none; 
}

#content {
     background-color: #000000;
}

/* footer tweaks */
div#footer {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	min-height: 39px;
	z-index: 200;
}

.pBody {
	background-color: #000000;
	color: #FFFFFF;
}

#column-one {
	padding-top: 155px !important;
}

/* Links and headers */
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}

a {
	color: #999999;
}

a:visited {
	color: #888888;
}

a:hover {
	text-decoration: underline;
}

a.new {
	color: red;
}

#bodyContent a.extiw, #bodyContent a.extiw:active {
	color: #999999;
}

#bodyContent a.extiw:visited {
	color: #888888;
}

#bodyContent a.external {
	color: #999999;
}

#bodyContent a.external:visited {
	color: #888888;
}

#bodyContent a.stub, #bodyContent a.stub:visited {
	color: #FF5500;
}

h1 {
	border-bottom: 1px solid #aaaaaa;
}

#bodyContent a.extiw, #bodyContent a.extiw:active {
	background: none;
	padding: 0;
}

#bodyContent div.noicon a {
	background: none;
	padding: 0;
}

.selected {
	background-color: #000000;
	color: #FFFFFF;
	border-color: #CCCCCC;
}

#p-cactions ul li a {
	background-color: #000000;
	color: #FFFFFF;
}

#p-cactions ul li a:hover {
	background-color: #000000;
	color: gray;
}

#p-cactions li.selected a {
	background-color: #000000 !important;
	color: #DDD !important;
}

/* pre tag coloring */
pre {
	background-color: transparent;
	color: #FFFFFF;
	border: none;
}

/* code tag coloring */
code {
	background-color: transparent;
	color: #fff;
}

/* personal links area */
#p-personal {
	background-color: transparent;
	color: #999999;
}

#p-personal a {
	color: #999999 !important;
	background-color: transparent;
}

#p-personal a:hover {
	background-color: transparent !important;
}

/* Special:Preferences */
#preferences {
	background-color: transparent;
	color: #FFFFFF;
}

#preferences legend {
	background-color: transparent;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
}

#preferences table {	 
	background-color: transparent;
	color: #FFFFFF;
}

.prefsection table, .prefsection legend {
	color: inherit;
	background: inherit;
}

#preftoc li {
	background-color: transparent;
	border: 0px;
}

#preftoc li a {
	color: #999999;
}

#preftoc li.selected {
	border: 1px;
	background-color: #2A2A2A;
}

/* Page histories & diff rendering */
#pagehistory li {
	border: 1px solid #000000;
}

#pagehistory li.selected {
	background-color: #222222;
	border: 1px dashed #aaaaaa;
}

table.diff {
	background: #222222;
}

td.diff-otitle {
	background: #282828;
}

td.diff-ntitle {
	background: #282828;
}

td.diff-addedline {
	font-size: smaller;
	background-color: #000033;
}

td.diff-deletedline {
	font-size: smaller;
	background-color: #330000;
}

td.diff-context {
	background: #282828;
	font-size: smaller;
}

/* Tables etc. */
th {
	text-align: left;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 106.25%;
}

table.grey, table.wiki-sidebar, table.browser {
	border: 1px inset #999999;
	background-color: #2A2A2A;
	color: inherit;
}

table.grey td {
	border: 1px outset #2A2A2A;
}

table.grey tr th, table.grey thead tr th {
	color: inherit;
	background-color: #660000;
	border: 1px outset #660000;
	text-align: left;
	font-weight: bold;
}

td.odd {
	background-color: #222222;
	border: 1px outset #222222;
}

td.even {
	border: 1px outset #000000;
	background-color: #000000;
}

table.wiki-sidebar {
	float: right;
	margin-left: 5px;
	width: 200px;
}

table.wiki-sidebar td {
	line-height: 130%;
}

table.wiki-sidebar td.odd {
	width: 35%;
	font-weight: bold;
	text-align: right;
}

table.browser {
	width: 100%;
	clear: both;
}

table.browser td {
	text-align: center;
	width: 33%;
	background: #2A2A2A;
	border: 1px outset #2A2A2A;
	line-height: 130%;
}

table.browser td.topic {
	background-color: #222222;
	border: 1px outset #222222; 
}

span.diffchange {
	color: red;
}

tr[bgcolor] td {
	color: black;
}

#siteSub {
	display: none;
}

#contentSub {
	color: #AAAAAA;
}

table.mainpage {
	width: 100%;
	background-color: #282828;
	/*background-image: url(/graphics/tableborder.png);*/
	border: 1px inset #666666;
}

table.mainpage tr td, table.mainpage tr th {
	padding: 4px;
	width: 33%;
}

table.mainpage tr th {
	background: #660000;
	text-align: center;
	font-size: 1.2em;
}

caption {
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: underline;
}

div.header-notice, div.warning {
	width: 85%;
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: left;
	border: 1px inset #999999;
	background-color: #2A2A2A;
	color: #FFFFFF;
	line-height: 120%;
}

div.warning {
	color: red !important;
	font-weight: bold;
}

div.notice, div.usermessage {
	width: 65%;
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: center;
	border-style: dashed;
	border-width: 2px;
	border-color: red;
	background-color: #2A2A2A;
	color: #FFFFFF;
	line-height: 120%;
}

div.header-notice#fa {
	width: auto;
	font-size: inherit !important;
}

div.notice p, div.header-notice p, div.warning p {
	line-height: 120% !important;
}

.floatright, .floatright span, .floatright a.image,
.floatleft, .floatleft span, .floatleft a.image {
	background-color: transparent !important;
	border-color: transparent !important;
}

.thumb, .tright, .tleft {
	border: 1px inset #999999 !important;
	background-color: #2A2A2A !important;
}

div.thumb div a img {
	border: none;
}

div.thumb div {
	background-color: #2A2A2A !important;
}

table, td, tr {
	background-color: transparent;
	color: #FFFFFF;
}
td, th {
	vertical-align: top;
}

div.fullImage {
	text-align: center;
}

/* Table of Contents */
#toc {
	background-color: #2A2A2A;
	border: 1px inset #999999;
}

#toc #toctitle {
	background-color: transparent;
}

legend {
	background-color: #2A2A2A;
	border: 1px solid #2f6fab;
	color: #FFFFFF;
}

fieldset {
	background-color: #2A2A2A;
}

ol ol {
	list-style-type: lower-latin;
}

ol ol ol {
	list-style-type: lower-roman;
}

li#pt-userpage {
	background-repeat: no-repeat;
	background-color: transparent !important;
	padding-left: 20px;
	text-transform: none;
}

/* gallery coloring */
table.gallery {
	border:  none;
	background-color: transparent;
}

table.gallery td {
	background-color: transparent;
	border: none;
}

div.gallerytext {
        background-color: #222222;
	border: 1px outset #222222;
}

div.gallerybox div.thumb {
	border: none;
}

/* AJAX pagewatching fix */
div#mw-js-message {
	border: solid 1px #DDD;
	background-color: transparent;
}

/* Special:SpecialPages */
h4.mw-specialpagesgroup {
	background-color: gray;
}

/* TablePager fixes */
.TablePager th {
	color: #000;
}

.TablePager tr:hover td {
	background-color: transparent;
}

/* Hilighted CSS source code */
.source-css .kw1 {
	color: #FFFFFF !important;
}

/* Wikitable color fixes */
table.wikitable tr,
table.wikitable td,
table.wikitable th,
.TablePager td {
	color: black !important;
}

/* Fixes for Special:Interwiki */
body.page-Special_Interwiki code {
	background-color: #F9F9F9 !important;
}

/* Make login and signup pages readable */
div#userloginForm,
div#userloginForm form, /* login page */
div#userloginForm form table,
div#userloginForm .captcha,
/* signup page */
div#userlogin,
div#userlogin form#userlogin2,
div#userlogin .captcha,
div#userlogin form#userlogin2 table {
	background-color: transparent;
}

/* abbr tags are used on Special:RecentChanges (and Special:Contributions and Special:Watchlist) */
abbr {
	color: #FFF;
}