MediaWiki:Monobook.css

From Jupiter Fleet

Revision as of 20:28, 20 December 2008 by Admin (Talk | contribs)

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.

/*
<pre>
*/

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

div#catlinks {
  border: 1px inset #999999;
  background-color: #2A2A2A;
  color: inherit;
  padding: 0;
}

div.shortcut {
 float:right;
 border:1px solid #AAAAAA;
 background-color:#2A2A2A;
 padding: 0.5em;
 margin-bottom:1em;
 text-align: center;
 font-size:smaller;
 font-weight:bold;
 width: auto;
}

p.catlinks {
  border: 1px outset #222222;
  margin: 2px;
  padding: 7px;
}


body {
	background-repeat: repeat;
	background-color: #333333;
}

/* 
** fix for background color on Special:Newpages
** --Cid, 2005-12-13
*/
.special, .not-patrolled {
  background-color: inherit;
}



/* 
** fix for background color on Image pages (filetoc)
** --Cid, 2006-01-18
*/
ul#filetoc {
text-align: center;
border: 1px solid #aaaaaa;
background-color: inherit;
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;
}

/* 
** fix for image legend (smaller, centered)
** --Cid, 2006-01-18
*/
div.fullImageLink {
text-align: center;
}
div.fullMedia {
text-align: center;
border: 1px solid #aaaaaa;
background-color: inherit;
padding: 5px;
font-size:smaller;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
}

/* 
** fix for exclamation mark on Special:Recentchanges
** --Cid, 2006-01-18
*/
span.unpatrolled {
    font-weight: bold;
    color: #FFFFFF;
}


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

#bodyContent { 
        background: none; 
}

#content_withads {
     background-color: #333333;
}

#footer { 
   z-index: 200;
}

#column-google {
   z-index: 100;
}

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

#p-logo {
	height: 100px !important;
}

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

h1, h2, h3, h4, h5, h6 { color: #FFCC00; }
a { color: #00CCFF; }
a:visited { color: #0066FF; }
a:hover { text-decoration: underline; }
a.new { color: red; }
#bodyContent a.extiw, #bodyContent a.extiw:active { color: #00CCFF; }
#bodyContent a.extiw:visited { color: #0066FF; }
#bodyContent a.external { color: #00CCFF; }
#bodyContent a.external:visited { color: #0066FF; }
#bodyContent a.stub, #bodyContent a.stub:visited { color: #FF5500; }

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

/* 
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2 
*/
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
    background: url("http://images.wikia.com/memoryalpha/de/images/4/44/External.png") center right no-repeat;
}
#bodyContent a[href ^="https://"],
.link-https {
    /* Background image does not exist
    background: url("/graphics/link_secure.gif") center right no-repeat;
    */
    padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
    /* Background image does not exist
    background: url("/graphics/link_mail.gif") center right no-repeat;
    */
}
#bodyContent a[href ^="news://"],
#bodyContent a[href ^="nntp://"] {
    /* Background image does not exist
    background: url("/graphics/link_news.gif") center right no-repeat;
    */
    padding-right: 15px !important;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
    /* Background image does not exist
    background: url("/graphics/link_ftp.gif") center right no-repeat;
    */
    padding-right: 14px !important;
}
#bodyContent a[href ^="irc://"],
#bodyContent a[href ^="aim://"],
#bodyContent a[href ^="ichat://"],
.link-irc {
    /* Background image does not exist
    background: url("/graphics/link_chat.gif")  center right no-repeat;
    */
}
#bodyContent a[href ^="itms://"] {
        /* Background image does not exist
	background: url("/graphics/link_itms.gif") center right no-repeat;
        */
	padding-right: 14px !important;
}
#bodyContent a.extiw, #bodyContent a.extiw:active {
    background: none;
    padding: 0;
}
#bodyContent div.noicon a, #bodyContent span.noicon a {
	background: none;
	padding: 0;
}
/*
** Fix für Links auf shared images:
** -- ~~~~
*/
#shared-image-desc a.extiw, #shared-image-desc a.extiw:active {
    background: none;
    padding: 0;
}

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

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

pre {
	background-color: transparent;
	color: inherit;
	border: none;
}

code {
	background-color: transparent;
}

#footer {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	min-height: 39px;
}

#footer #credits { white-space: normal; } 

#p-personal {
	background-color: transparent;
	color: #00CCFF;
}

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

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

#pagehistory li { border: 1px solid #333333; }

#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;
}

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;
}

th {
	text-align: left;
	color: #FFCC00;
	background-color: inherit;
	font-size: 106.25%;
}

td.odd {
	background-color: #222222;
	border: 1px outset #222222;
}
td.even {
	border: 1px outset #333333;
	background-color: #333333;
        vertical-align: bottom;
}


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; 
}

/*
 * changed for MA/de
 * span.diffchange { color: red; }
 */

tr[bgcolor] td { color: black; }

#siteSub {
	display: block !important;
	margin-top: -5px;
	font-size: smaller;
	color: white;
}

#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;
}

/*table.mainpage tr td ul li {
        margin-left: -2.0em;
}*/

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

div.header-notice, div.warning {
	width: 85%;
	margin: 1.0em auto 0.5em auto;
	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;
}

div.stub {
	background: #282828;
	margin: 1.0em auto 0.5em auto;
	width:80%;
	border:1px solid #FF3300;
	padding:0.3em;
	background-image: url(http://images1.wikia.nocookie.net/memoryalpha/de/images/thumb/b/b9/Logo_Sternenflottenakademie.svg/50px-Logo_Sternenflottenakademie.svg.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	padding-left: 64px;
	clear:both;
	min-height:60px;
}


.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;
}

#toc {
	background-color: #2A2A2A;
	border: 1px inset #999999;
}

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

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

fieldset { background-color: #2A2A2A; }

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

#preftoc li a { color: #00CCFF; }

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

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

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

li#pt-userpage {
        /* Background image does not exist
	background: url("/graphics/user.gif") top left no-repeat !important;
        */
	background-repeat: no-repeat;
	background-color: transparent !important;
	padding-left: 20px;
	text-transform: none;
}


/***************************************************
** Gallery layout - merged with content from main.css, edited
*/
table.gallery {
	margin: 2px auto 2px auto;
	padding: 2px;
	border: 1px solid #AAAAAA;
	background-color: #222222;
}

table.gallery tr {
	vertical-align: top;
	background-color: #222222;
}

table.gallery td {
	vertical-align: top;
	background-color: #222222;
	border: none;
	margin: 2px;
}

div.gallerybox {
	margin: 2px;
	width: 150px;
	border: none;
	background-color: inherit;
}

div.gallerybox div.thumb {
	text-align: center;
	border: none;
	margin: 0px;
	background-color: inherit;
}

div.gallerytext {
	font-size: smaller;
	text-align: center;
	padding: 2px 4px;
	background-color: inherit;
	border: none;
}

/* german special */
span.diffchange {
   color: #FFFF00;
   text-decoration: underline;
}

.searchfragment {
    color: #FFFFFF;
}

dl.wikiasearchsettings dd {
	color: #BBB;
}

dl.pretty dd {
	color: #BBB;
}

.not-patrolled {
    background-color: #443333;
}

#copynotice, #copyright-notice {
        width:65%;
        margin: 1.0em auto 0.5em auto;
        background-color: #282828;
        border:2px solid #999999;
        padding:0.6em;
}

#copynotice.ccl{
        /* Background image does not exist
	background-image: url(http://memory-alpha.org/graphics/CCL_somerights.gif);
        */
	padding-left:105px;
	background-repeat:no-repeat;
	background-position:9px 8px;
}

td.heading {
	color: #FFCC00;
	background-color: #660000;
	border: 1px outset #660000;
	text-align: center;
	font-weight: bold;
}

#allmessagestable th {
	background-color: #333333;
}

#allmessagestable tr.orig {
	background-color: #555555;
}

#allmessagestable tr.new {
	background-color: #552222;
}

#allmessagestable tr.def {
	background-color: #222255;
}

/* nav is for navigational bars */
table.nav, table.nav-simple {
	clear: both;
	background-color: #2A2A2A;
	border: 1px inset #999999;
	padding: 5px;
	text-align: center;
}

table.nav th, table.nav-simple th {
	background:#660000;
	text-align: center;
}

/*
** TABLE: NAV-SIMPLE
*/
table.nav-simple {
	width: 80%;
}

table.nav-simple tr td {
	font-size: smaller;
}

/* following is for Main Page */

div.main {
	background: #282828;
	margin: 3px 3px 10px;
	border:1px solid #999999;
	padding:0.6em;
}

div.mainnews {
	background: #282828;
	margin: 3px 3px 10px;
	border:1px solid #FFCC00;
	padding:0.6em;
}

div.heading {
	text-align: center;
	background-color:#660000;
	color:#FFCC00;
	font-size: 1.2em;
	padding: 4px;
}

/* 
** fix to make header tabs work again (some code might not be necessary)
** --Kobi, 2006-04-10
*/
#p-cactions ul li.selected a {
	background-color: #333333;
}
#p-cactions .selected a {
	color: #FFCC00;
	border-color: #CCCCCC;
}
#p-cactions ul li .selected a {
	background-color: #660000;
}
#p-cactions li a:hover {
    background-color: #333333;
}

/*
** Florian 14.04.2006
** This is for the forum-function (in Ten Forward)
*/

.forum_title a.forum_new {
    font-weight: bold;
    background: url(/de/images/1/1c/User.gif) center left no-repeat;
    padding-left: 20px;
}

.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
    padding-left: 20px;
}

/* 
** fix for background color on Preferences page
** --Cid, 2006-04-11
** Also on login pages and empty pages
** --Cid, 2006-04-12
** again fixed
** --Defchris, 2008-05-02
*/
#preferences {
	margin: 0;
	border: 1px solid #AAAAAA;
	clear: both;
	padding: 1.5em;
	background-color: #222222;
}
.prefsection {
	border: none;
	padding: 0;
	margin: 0;
}
.prefsection fieldset {
	border: 1px solid #AAAAAA;
	float: left;
	margin-right: 2em;
	background-color: #222222;
}
.prefsection legend {
	font-weight: bold;   
}
.prefsection table, .prefsection legend {
	background-color: #222222;
}
.mainLegend {
	display: none;
}
div.prefsectiontip {
	font-size: 95%;
	margin-top: 0;
	background-color: #394A5C;
	border: 1px solid #66BBFF;
	padding: .2em .7em;
	clear: both;
}
.btnSavePrefs {
	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;
}

.preferences-login {
	clear: both;
	margin-bottom: 1.5em;
}

.prefcache {
	font-size: 90%;
	margin-top: 2em;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
	margin: 0 3em 1em 0;
	border: 1px solid #AAAAAA;
	clear: both;
	padding: 1.5em 2em;
	background-color: #222222;
	float: left;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
	background-color: #222222;
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
	padding-top: 0;
}

div#userlogin .captcha {
	border: 1px solid #bbb;
	padding: 1.5em 2em;
	width: 400px;
	background-color: #2E2E33;
}


#userloginprompt {
	font-size: 85%;
}

div.noarticletext {
	background: inherit;
        color: inherit;
}

/* 
** fix for Wikiasearch
** --Kobi, 2006-09-02
*/
h2.wikiasearch {
	background-color: #2A2A2A;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-size: 100%;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
	text-align: center;
}
span.searchextras a, div.searchtitle a {
	background: none !important;
	padding: 0 !important;
}

/*
** fix for Spezial:Dateiliste v1 "damit man's lesen kann"
** --defchris, 2007-03-22
** altered:
*/

td.TablePager_col_links {
	background-color: #2A2A2A;
}

td.TablePager_col_img_timestamp, td.TablePager_col_img_name, td.TablePager_col_img_user_text, td.TablePager_col_img_size, td.TablePager_col_img_description {
        background-color: #333333;
}



/* Sidebar */
table.sidebar{
	border: none;
	background-color: #2A2A2A;
	color: inherit;
	font-size:95%;
	width:150px;
	border-collapse:collapse;
	margin-left:1em;
	margin-right:1em;
}

table.sidebar, table.sidebar td, table.sidebar, tr{border:1px solid black; border-collapse:collapse;}

table.sidebar td, table.sidebar th{margin:1px; color:white;}

table.sidebar th{ font-weight:bold;line-height:1.3em;}
table.sidebar td{ line-height:1.3em;}

table.sidebar caption { background-color:#660000; font-weight:bold; color:white; text-decoration:none;}

table.sidebar tr td div.thumb {margin:0px; border:none; padding:0px; width:auto !Important;} 

table.sidebar tr td div.thumb div.thumbcaption {display:none;}
table.sidebar .thumbinner{border:none; padding:0px !Important;} 


table.mw_metadata td, table.mw_metadata th{background-color:transparent;}

#bodyContent abbr {border-bottom:inherit; cursor: inherit !Important; color:inherit !Important;}

/*

table, table.grey, table.wiki-sidebar {border-collapse:collapse;}
div.thumbinner, div.thumb {border-style:none; border-width:0px; background-color: #222222;border-collapse:collapse; padding:0px !Important;}
div.thumb {margin-top:0.6em; margin-left:1em;}

div.tright, div.tleft {border: 1px solid #222222 !important; background-color: #222222 !important; }

div.magnify img {display:none;}

table.grey, table.wiki-sidebar, table.browser, table.nav {
   border: 1px solid #999 !important;

.gallery .thumb{border:none !Important;}/*


#Recentchangestext dt {
float:left;
font-size:1.4em;
font-weight:bold;
line-height:1.3em;
padding-bottom:1.5em;
}

#Recentchangestext dd {
font-size:1.4em;
line-height:1.3em;
margin-left:15em;
padding-bottom:1.5em;
}

.mw-spcontent{display:inline;}

.references{
margin:0.3em 0 0 1.5em;
}

.references li:target{
background-color:#444444;
}

#adSpace0{display:none;}

/*
</pre>
*/
Personal tools
Jupiter Fleet