MediaWiki:Common.css

From Cometwiki

(Difference between revisions)
(ok wookie)
(add cabal)
Line 1: Line 1:
-
/* <pre><nowiki> */
+
/** Monobook style of Wiki 24 - see http://24.wikia.com/wiki/MediaWiki:Monobook.css for the original code - released under GFDL just like Cabalnet*/
 +
/*
 +
<pre>
 +
*/
-
/** CSS placed here will be applied to all skins */
+
body {background:none !important; background-color:#000000 !important;}
-
body
+
 
-
{
+
#siteNotice {
-
     cursor: default;
+
     padding-left: 4px;
-
     font-family: sans-serif;
+
     font-style: italic;
 +
    font-weight: bold;
 +
    text-align: center;
 +
    color: white;
 +
    line-height: 85%;
}
}
-
.sitenotice-nav { display: none; }
+
#catlinks {
 +
        border: 1px solid #aaa;
 +
background-color: #2A2A2A;
 +
padding: 5px;
 +
clear: both;
 +
background-image: url("http://images.wikia.com/24/images/1/1f/Catback.gif");
 +
background-repeat: no-repeat;
 +
background-position: bottom right;
 +
}
 +
p.catlinks {
 +
        margin: 2px;
 +
        padding: 7px;
 +
}
-
/* Fix size issues between different platforms */
+
body {
-
code, pre { font-size: 10pt!important }
+
background-color: #000000;
-
/* Class to force links to be underlined
+
}
-
To use: <span class="underlinelink">[[link]]</span>  --Paulgb */
+
-
.underlinelink a { text-decoration: underline ! important; }
+
-
/* Class to force links to be not underlined - See .underlinelink for use -Paulgb */
+
-
.nounderlinelink a { text-decoration: none ! important; }
+
-
.nounderlinelink a:hover { text-decoration: underline ! important; }
+
-
.forum_title a.forum_new { font-weight: bold; }
+
-
.forum_title a.forum_new:visited { font-weight: normal; }
+
-
.allpagesredirect { font-style: italic; }
+
-
/* buttons and input boxes */
+
#bodyContent, #content, #footer {
-
input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #eee; }
+
background-color: #333333;
-
input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }
+
color: #FFFFFF;
 +
}
-
/* pre style override */
+
#bodyContent {
-
pre.nostyle { padding:0; margin:0; border:none; background:none; }
+
        background: none;  
 +
}
-
pre.wrap
+
#content_withads {
-
{
+
     background-color: #333333;
-
    white-space: pre-wrap;      /* css-3 */
+
-
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
+
-
    white-space: -pre-wrap;     /* Opera 4-6 */
+
-
    white-space: -o-pre-wrap;    /* Opera 7 */
+
-
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
+
}
}
-
/* this class can be used in the content area to make a link appear like a new page link */
+
#footer {  
-
#bodyContent .redlink a {color: #ba0000;}
+
  z-index: 2 !important;
-
#bodyContent .redlink a.new:visited {color: #a55858;}
+
  border-top: 1px solid #aaaaaa;
 +
  border-bottom: 1px solid #aaaaaa;
 +
  min-height: 39px;
 +
}
-
/* Infobox template styling */
+
.pBody {
-
.infobox
+
background-color: #333333;
-
{
+
color: #FFFFFF;
-
  float: right;
+
}
-
  clear: right;
+
-
  margin: 0 0 .5em 1em;
+
-
  width: 250px;
+
-
  background: none;
+
-
  border-collapse: collapse;
+
-
  border-width: 0px;
+
-
  font-size: 0.8em;
+
-
  line-height: 1.5;
+
-
}
+
-
.infobox table.infoboxtable
+
-
{
+
-
  background:#f0f0f0;
+
-
  float:right;
+
-
  margin:0;
+
-
  width:100%;
+
-
  border-collapse:collapse;
+
-
}
+
-
.infobox td.infoboximage
+
-
{
+
-
  padding:0;
+
-
  text-align:center;
+
-
}
+
-
.infobox th.infoboxheading
+
-
{
+
-
  font-weight:bold;
+
-
  text-align:center;
+
-
  color:#ffffff;
+
-
  font-size:larger;
+
-
}
+
-
.infobox th.infoboxsubheading
+
-
{
+
-
  vertical-align:top;
+
-
  text-align:left;
+
-
  font-weight:normal;
+
-
}
+
-
.infobox td.infoboxlabel, .infobox td.infoboxcell
+
-
{
+
-
  vertical-align: middle;
+
-
/*  border-top:1px solid #999;
+
-
  border-bottom:1px solid #999; */
+
-
}
+
-
/* ugly hack to force normal height for infobox cells */
+
#p-logo {
-
.infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
+
height: 100px !important;
-
/* .infoboxcell ul { list-style-type: disc; } */
+
}
-
.infoboxcell ul
+
#column-one { padding-top: 140px !important; }
-
{
+
 
-
    padding-left: 10px;
+
h1, h2, h3, h4, h5, h6 { color: #C0C0C0; }
-
     margin-left: 10px;
+
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; }
 +
 
 +
#bodyContent a.extiw, #bodyContent a.extiw:active {
 +
     background: none;
 +
    padding: 0;
 +
}
 +
#bodyContent div.noicon a {
 +
background: none;
 +
padding: 0;
}
}
-
.infoboxcell ul li
+
.selected {
-
{
+
background-color: #333333;
-
    padding-left: 0;
+
color: #FFFFFF;
-
    margin-left: 0;
+
border-color: #CCCCCC;
-
    list-style-type: square;
+
}
}
-
.infobox div.plainlinks
+
#p-cactions ul li a {
-
{
+
background-color: #333333;
-
    color: #fff;
+
color: #FFFFFF;
-
}
+
}
-
.infobox div.plainlinks a
+
#p-personal {
-
{
+
background-color: transparent;
-
    color: #f0f0f0;
+
color: #00CCFF;
-
}
+
}
-
/* class for forum navigation templates */
+
#p-personal a {
-
.forumheader
+
color: #00CCFF !important;
-
{
+
background-color: transparent;
-
  background: #eee;
+
}
-
  border: none;
+
-
  padding: 5px;
+
-
}
+
-
/* class for stub template styling */
+
#p-personal a:hover { background-color: transparent !important; }
-
/* only applies to table and div elements - avoids conflicts with preexisting a.stub */
+
-
table.stub, div.stub
+
-
{
+
-
  background: #f0f0f0;
+
-
  margin: 0 0 0.5em 0.5em;
+
-
  text-align: center;
+
-
  padding: 5px;
+
-
  clear: center;
+
-
  font-size: 0.85em;
+
-
}
+
-
/* class for article disambiguation templates */
+
#p-navigation a {
-
.disambig
+
display: inline;
-
{
+
-
  background: #f0f0f0;
+
-
  font-size: 0.85em;
+
-
  text-align: center;
+
-
  width: 85%;
+
-
  margin: 0 auto 3px auto;
+
}
}
-
/* styling for MediaWiki:Edittools */
+
#pagehistory li { border: 1px solid #333333; }
-
#edittools, #editpage-specialchars
+
-
{
+
-
  border:2px solid #F0F0F0;
+
-
  background:#F9F9F9;
+
-
}
+
-
body.page-Main_Page #lastmod,
+
#pagehistory li.selected {
-
body.page-Main_Page #siteSub,
+
background-color: #222222;
-
body.page-Main_Page #contentSub,
+
border: 1px dashed #aaaaaa;
-
body.page-Main_Page h1.firstHeading { display: none !important; }
+
}
-
.references-small { font-size: 0.85em; }
+
table.diff { background: #222222; }
 +
td.diff-otitle { background: #282828; }
 +
td.diff-ntitle { background: #282828; }
-
/* rounded corners */
+
td.diff-addedline {
-
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
+
font-size: smaller;
-
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
+
background-color: #000033;
-
.r1 {margin: 0 5px}
+
}
-
.r2 {margin: 0 3px}
+
-
.r3 {margin: 0 2px}
+
-
.r4 {margin: 0 1px; height: 2px}
+
-
/* end rounded corners */
+
-
#mp3-global ul {
+
td.diff-deletedline {
-
    padding-left: 10px;
+
font-size: smaller;
-
    margin-left: 10px;
+
background-color: #330000;
}
}
-
#mp3-global ul li {
+
td.diff-context {
-
    padding-left: 0;
+
background: #282828;
-
    margin-left: 0;
+
font-size: smaller;
-
    list-style-type: square;
+
}
}
-
#mp3-navlink #mp3-nav { display: none; }
+
table.grey {
 +
border: 1px inset #999999;
 +
background-color: #2A2A2A;
 +
color: inherit;
 +
}
-
#mp3-navlink { font-size: 1.1em; margin: auto; max-width: 600px; _width: expression(document.getElementById('mp3-nav-outer').offsetWidth > 600 ? '600px' : 'auto'); }
+
table.grey td {
 +
border: 1px outset #2A2A2A;
 +
}
-
.hoverable .hoverable-inner
+
table.grey tr th {
-
{ display: none;
+
color: inherit;
-
  position: absolute;
+
background-color: #660000;
-
  top: auto;
+
border: 1px outset #660000;
-
  text-align: left;
+
text-align: left;
 +
font-weight: bold;
}
}
-
.hoverable:hover .hoverable-inner, .hoverable.over .hoverable-inner { display: inline; }
+
th {
 +
text-align: center;
 +
color: inherit;
 +
background-color: inherit;
 +
        font-weight: bold;
 +
}
-
/* class for message box template styling */
+
td.odd {
-
.messagebox
+
background-color: #222222;
-
{
+
border: 1px outset #222222;
-
  clear:both;
+
}
-
  width:85%;
+
td.even {
-
  margin:0px auto 3px auto;
+
border: 1px outset #333333;
-
  padding:3px;
+
background-color: #333333;
-
  font-size:95%;
+
}
-
}  
+
-
/* in-universe and out-of-universe message boxes */
+
span.diffchange { color: red; }
-
.iumb, .ooumb
+
tr[bgcolor] td { color: black; }
-
{  
+
 
-
    border-width: 0;
+
#siteSub {
-
    text-align:left;
+
display: block !important;
-
    padding: 0;
+
margin-top: -5px;
 +
font-size: smaller;
 +
color: white;
}
}
-
.iumb table, .ooumb table
+
#contentSub {
-
{
+
color: #AAAAAA;
-
    padding: 5px 10px 5px 10px;
+
-
    background: transparent;
+
-
    color: inherit;
+
}
}
-
.iumb table.hidable-content, .ooumb table.hidable-content
+
table.mainpage {
-
{
+
width: 100%;
-
    padding: 0;
+
background-color: #282828;
 +
border: 1px inset #666666;
}
}
-
.iumb-icon, .ooumb-icon
+
table.mainpage tr td, table.mainpage tr th {
-
{
+
padding: 4px;
-
    vertical-align: middle;
+
width: 33%;
-
    padding: 0;
+
}
}
-
.iumb-main, .ooumb-main
+
table.mainpage tr th {
-
{
+
background: #660000;
-
    padding: 0 0 0 10px;
+
text-align: center;
 +
font-size: 1.2em;
}
}
-
.iumb-caption
+
caption {
-
{
+
color: #C0C0C0;
-
    font-size: 1.3em;
+
font-size: 1.2em;
-
    font-weight: bold;
+
text-decoration: underline;
}
}
-
.ooumb-caption
+
div.header-notice, div.warning {
-
{
+
width: 85%;
-
    font-size: 1em;
+
margin: 1.0em auto 0.5em auto;
-
    font-weight: bold;
+
padding: 5px;
 +
text-align: left;
 +
border: 1px inset #999999;
 +
background-color: #2A2A2A;
 +
color: #FFFFFF;
 +
line-height: 120%;
}
}
-
.iumb-comment
+
div.warning {
-
{
+
color: red !important;
-
    font-size: 0.8em;
+
font-weight: bold;
}
}
-
.iumb-hidable-button, .ooumb-hidable-button
+
div.notice, div.usermessage {
-
{
+
width: 65%;
-
    text-align: right;
+
margin: 1.0em auto 0.5em auto;
-
    margin: 0;
+
padding: 5px;
-
    padding: 0 5px 0 0;
+
text-align: center;
-
    font-size: 0.8em;
+
border-style: dashed;
-
    vertical-align: bottom;
+
border-width: 2px;
 +
border-color: red;
 +
background-color: #2A2A2A;
 +
color: #FFFFFF;
 +
line-height: 120%;
}
}
-
.iumb-table-container, .ooumb-table-container
+
div.header-notice#fa {
-
{
+
width: auto;
-
    width: 100%;
+
font-size: inherit !important;
}
}
-
.iumb p
+
div.notice p, div.header-notice p, div.warning p {
-
{
+
line-height: 120% !important;
-
    margin-top: 0;
+
-
    margin-bottom: 0;
+
}
}
-
/* userboxes */
+
.floatright, .floatright span, .floatright a.image,
-
.userbox
+
.floatleft, .floatleft span, .floatleft a.image {
-
{
+
background-color: transparent !important;
-
    float: left;
+
border-color: transparent !important;
-
    border-width: 1px;
+
}
-
    border-style: solid;
+
.thumb, .tright, .tleft {
-
    margin: 1px;
+
border: 1px inset #999999 !important;
-
    width: 238px;
+
background-color: #2A2A2A !important;
-
    padding: 0px;
+
}
}
-
.ubx-icon
+
div.thumb div a img { border: none; }
-
{
+
 
-
    width: 45px;
+
div.thumb div { background-color: #2A2A2A !important; }
-
    height: 45px;
+
table, td, tr {
-
    text-align: center;
+
background-color: transparent;
-
    font-size: 14pt;
+
color: #FFFFFF;
-
    font-weight: bold;
+
}
}
-
.ubx-main
+
td, th {
-
{
+
vertical-align: top;
-
    font-size: 8pt;
+
-
    padding: 4pt;
+
-
    line-height: 1.25em;
+
}
}
-
#toc, .toc
+
div.fullImage {
-
{
+
text-align: center;
-
    border-width: 0;
+
}
}
-
.spoiler
+
#toc {
-
{
+
background-color: #2A2A2A;
-
    background-color: #fff8f8;
+
border: 1px inset #999999;
-
    color: #000000;
+
-
    border-color: black;
+
-
    border-style: solid;
+
-
    border-width: 1px 0px 1px 0px;
+
-
    text-align: center;
+
}
}
-
/*
+
#toc #toctitle { background-color: transparent; }
-
    forum table
+
 
-
*/
+
legend {
-
.forumlist
+
background-color: #2A2A2A;
-
{
+
border: 1px solid #2f6fab;
-
    width: 100%;
+
color: #C0C0C0;
-
    background: #f9f9f9;
+
}
}
-
.forumlist-header
+
fieldset { background-color: #2A2A2A; }
-
{
+
 
-
    background: #f0f0f0;
+
ol ol { list-style-type: lower-latin; }
 +
 
 +
ol ol ol { list-style-type: lower-roman; }
 +
 
 +
li#pt-userpage {
 +
background-color: transparent !important;
 +
padding-left: 20px;
 +
text-transform: none;
}
}
-
.forumlist-header th
+
table.gallery {
-
{
+
border:  none;
-
    text-align: left;
+
background-color: transparent;
}
}
-
.forumlist th, .forumlist td
+
table.gallery td {
-
{
+
background-color: transparent;
-
    padding: 3px;
+
border: none;
}
}
-
.ahtable
+
div.gallerytext {
-
{
+
        background-color: #222222;
-
    padding: 0;
+
border: 1px outset #222222;
-
    width: 85%;
+
}
}
-
.ahtable th, .ahtable td
+
div.gallerybox div.thumb {
-
{
+
border: none;
-
    padding: 3px;
+
}
}
-
.ahth
+
div.noarticletext {
-
{
+
border: 1px solid #ccc;
-
    text-align: left;
+
background-color: #666;
 +
padding: 5px;
 +
color: #fff;
}
}
-
.ahtable .ahrt, .ahtable .ahrb
+
ul#filetoc {
-
{
+
text-align: center;
-
    padding: 0;
+
border: 1px solid #ccc;
 +
background-color: #666;
 +
padding: 5px;
 +
font-size: 95%;
 +
margin-bottom: 0.5em;
 +
margin-left: 0;
 +
margin-right: 0;
}
}
-
.ahf
+
/* Special:Allmessages formatting */
-
{
+
#allmessagestable th {
-
    text-align: left;
+
background-color: #000;
-
    font-weight: normal;
+
}
 +
#allmessagestable tr.orig {
 +
background-color: #003300;
 +
}
 +
#allmessagestable tr.new {
 +
background-color: #999;
 +
}
 +
#allmessagestable tr.def {
 +
background-color: #333;
}
}
-
.ahfstatus
+
/* Monobook.css formatting */
-
{
+
code {
-
    font-weight: bold;
+
background-color: #222;
}
}
-
.hidable-button
+
pre {
-
{
+
padding: 1em;
-
    color: #088;
+
border: 1px dashed #ccc;
-
    cursor: pointer;
+
color: #fff;
 +
background-color: #222;
 +
line-height: 1.1em;
}
}
-
.infobox .hidable-button
+
/* Tabs at the top of each page */
-
{
+
#p-cactions li.selected a {
-
    color: #f0f0f0;
+
z-index: 3;
 +
background-color: #333;
 +
color: #FFF;
 +
border-color: #CCC;
 +
padding: 0 1em .2em!important;
}
}
-
#p-navigation .pBody, #p-interaction .pBody, #p-search .pBody, #p-tb .pBody, #p-search input
+
#p-cactions li a:hover {
-
{
+
z-index: 3;
-
    text-transform: lowercase;
+
text-decoration: none;
 +
background-color: #333;
 +
color: #FFF;
 +
border-color: #CCC;
}
}
-
#p-search #searchInput
+
/* Fancy table formatting */
-
{
+
table.fancy {
-
    text-transform: none;
+
        width: 100%;
 +
        border: 1px solid #999;
 +
        margin: 0;
 +
        font-size: 95%;
 +
        background-color: #000;
 +
        text-align: center;
 +
        border-collapse: collapse;
}
}
-
// new navboxes
+
table.smaller {
-
.nb2-wrapper
+
        border: 1px solid #999;
-
{
+
        margin: 0;
-
    text-align: center;
+
        font-size: 95%;
 +
        background-color: #000;
 +
        text-align: center;
 +
        border-collapse: collapse;
}
}
-
.nb2
+
table.fancy th, table.smaller th {
-
{
+
        background: #999;
-
//    margin: auto;
+
        text-align: center;
-
    border: 0;
+
        color: #000;
 +
        margin: 0;
}
}
-
.nb2-firstheading
+
table.fancy td, table.smaller td {
-
{
+
        text-align: center;
-
    color: white;
+
        vertical-align: middle;
-
    font-size: 1.1em;
+
        padding: 2px 5px 2px 5px;
-
    font-weight: bold;
+
        margin: 0;
-
    padding: 3px;
+
}
}
-
.nb2-inner
+
table.fancy td.description, table.smaller td.description {
-
{
+
        text-align: left;
-
    width: 100%;
+
        vertical-align: top;
}
}
-
.nb2-inner th
+
td.spacer {
-
{
+
        background: #999;
-
    font-weight: bold;
+
        height: 10px;
}
}
-
.nb2-inner td
+
/* Simple table formatting */
-
{
+
table.simple {
-
    font-size: 0.9em;
+
        width: 100%;
-
    text-align: center;
+
        margin: 0;
 +
        font-size: 95%;
 +
        background-color: #000;
 +
        text-align: center;
 +
        border: 1px solid #999;
 +
        border-collapse: collapse;
 +
}
 +
table.simple th {
 +
        background: #999;
 +
        text-align: left;
 +
        color: #000;
 +
        padding-top: 0;
 +
        padding-bottom: 0;
 +
        padding-right: 0;
 +
        padding-left: 5px;
 +
        margin: 0;
 +
}
 +
table.simple tr {
 +
        border-top: 1px solid #999;
 +
        border-bottom: 1px solid #999;
 +
}
 +
table.simple td {
 +
        text-align: left;
 +
        vertical-align: top;
 +
        padding: 2px 5px 2px 5px;
 +
        margin: 0;
}
}
-
.nb2-end td
+
/* Special:Preferences formatting */
-
{
+
#preftoc a { color: #fff }
-
    font-size: 0.85em;
+
 
-
    text-align: center;
+
#preftoc li {
 +
        margin: 0 1px 0 4px;
 +
float: left;
 +
padding: 0;
 +
        color: #fff;
 +
background-color: #333;
 +
border: 1px solid #ccc;
 +
        border-bottom: none;
 +
position: relative;
 +
white-space: nowrap;
 +
list-style-type: none;
 +
list-style-image: none;
 +
z-index: 3;
 +
}
 +
#preftoc li.selected {
 +
margin-bottom: 0;
 +
        margin-right: 3px;
 +
float: left;
 +
padding: 0;
 +
font-weight: bold;
 +
        color: #fff;
 +
background-color: #333;
 +
border: 1px solid #ffcc00;
 +
border-bottom: none;
 +
cursor: default;
 +
top: 1px;
 +
}
 +
#prefsubmit {
 +
background-color: #333;
 +
}
 +
#preferences {
 +
border: 1px solid #ccc;
 +
padding: 10px 0 0 0;
 +
background-color: #333;
 +
}
 +
#preferences fieldset {
 +
border: 1px solid #ccc;
 +
        margin: 10px 10px 10px 10px;
 +
        padding: 5px;
 +
        background-color: #2A2A2A;
 +
}
 +
#preferences legend {
 +
background-color: #333;
 +
border: 1px solid #ccc;
 +
font-weight: bold;
 +
color: #fff;
 +
}
 +
#preferences table {
 +
background-color: #2A2A2A;
 +
}
 +
div.prefsectiontip {
 +
background-color: #666;
 +
}
 +
div.prefsection {
 +
border: none;
 +
padding: 10px;
 +
margin: 0;
 +
background-color: #333;
 +
}
 +
div.prefsection fieldset {
 +
border: 1px solid #ccc;
 +
        margin: 10px 10px 10px 10px;
 +
        padding: 5px;
 +
        background-color: #2A2A2A;
 +
}
 +
div.prefsection legend {
 +
background-color: #333;
 +
border: 1px solid #ccc;
 +
font-weight: bold;
 +
color: #00CCFF;
 +
}
 +
div.prefsection table {
 +
background-color: #333;
}
}
-
.nb-edi
+
/* Sidebar formatting */
-
{
+
table.wiki-sidebar, table.sidebar {
-
    font-size: 0.85em;
+
border: 1px inset #999999;
 +
background-color: #2A2A2A;
 +
color: inherit;
 +
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.wiki-sidebar td.even {
 +
font-weight: bold;
 +
text-align: center;
 +
}
 +
table.sidebar td {
 +
line-height: 130%;
 +
        text-align: center;
 +
}
 +
table.sidebar td.title {
 +
font-weight: bold;
 +
text-align: center;
 +
border: 1px outset #333;
 +
background-color: #333;
 +
}
 +
table.sidebar td.left {
 +
        white-space: nowrap;
 +
        padding-right: 2em;
 +
font-weight: bold;
 +
text-align: left;
 +
}
 +
table.sidebar td.right {
 +
        white-space: nowrap;
 +
        padding-right: 1em;
 +
text-align: left;
}
}
-
.nb2 .nb-edi
+
/* Browser table formatting */
-
{
+
table.browser {
-
    font-size: inherit;
+
border: 1px inset #999;
 +
background-color: #2A2A2A;
 +
color: inherit;
 +
width: 100%;
 +
clear: both;
 +
margin: 0px;
 +
}
 +
table.browser td {
 +
text-align: center;
 +
width: 33%;
 +
background: #2A2A2A;
 +
border: 1px outset #2A2A2A;
 +
line-height: 130%;
 +
        vertical-align: middle;
 +
}
 +
table.browser th {
 +
background-color: #222;
 +
border: 1px outset #222;
 +
        vertical-align: middle;
}
}
-
.nb2-end a, .nb2-end .hidable-button
+
/* References table formatting */
-
{
+
table.references {
-
    color: #f9f9f9;
+
border: 1px solid #999;
-
    text-transform: lowercase;
+
margin: 0;
-
    text-decoration: none;
+
border-collapse: collapse;
 +
width: 100%;
 +
padding: 3px;
}
}
-
#search-icon-wrapper
+
table.references th {
-
{
+
padding: 3px;
-
    cursor: pointer;
+
background: #999;
 +
text-align: center;
 +
color: #000;
 +
font-size: 100%;
 +
font-weight: bold;
 +
vertical-align: middle;
 +
        width: auto;
}
}
-
#search-popup
+
table.references td {
-
{
+
padding: 3px;
-
    position: absolute;
+
font-size: 85%;
-
    background: #f2f5f9;
+
background: #333;
-
    text-align: left;
+
vertical-align: middle;
-
    z-index: 8;
+
        width: 99%;
}
}
-
// "printable version" tweaks
+
/* Research Files table formatting */
-
@media print
+
table.research {
-
{
+
width: 100%;
-
    body, #content { background: white!important; }
+
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
border-collapse: collapse;
 +
}
-
    /* tweaks for title-messing templates */
+
table.research th {
-
    #title-override { left: 0px!important; font-weight: bold!important; background: #f4f8ff!important; }
+
font-weight: bold;
-
    #title-eraicons { display: none!important; visibility: hidden;!important }
+
text-align: center;
 +
background: #999;  
 +
color: #000;
 +
}
-
    div.tleft { border: none!important; }
+
/* Scrollbar styling works in IE only */
-
    div.tright { margin-left: 13px!important; }
+
div.research {
-
    div.thumb { background: inherit!important; }
+
height: 280px;
 +
overflow: auto;
 +
border: 1px solid #999;
 +
padding: 0;
 +
margin: 0;
 +
scrollbar-face-color:black;
 +
scrollbar-highlight-color:darkgray;
 +
scrollbar-3dlight-color:gainsboro;
 +
scrollbar-darkshadow-color:dimgray;
 +
scrollbar-shadow-color:gray;
 +
scrollbar-arrow-color:dimgray;
 +
scrollbar-track-color:gray;
 +
}
-
    h1, h2, h3, h4, h5, h6, .firstHeading { background: inherit;!important }
+
/* Appearance table formatting */
 +
table.appearances {
 +
border: 2px solid #999;
 +
width: 100%;
 +
text-align: center;
 +
clear: both;
 +
        font-size: 0.9em;
 +
}
-
    #toc { background: inherit!important; border-width: 0px!important }
+
/* Search page and Login page formatting */
 +
h2.wikiasearch, h2.searchtitle {
 +
        color: #fff;
 +
border: 1px solid #AAAAAA;
 +
background-color: #2A2A2A;
 +
        padding: 3px 0px 3px 3px;
 +
}
-
    /* temporary hack; that div should be assigned class=noprint */
+
div#userloginForm form,
-
    .infoboxfooter { display:none;!important }
+
div#userlogin form#userlogin2 {
 +
clear: both;
 +
float: left;
 +
margin: 0 3em 1em 0;
 +
padding: 1.5em 2em;
 +
border: 1px solid #AAAAAA;
 +
background-color: #2A2A2A;
-
    .printfooter { background: inherit!important; }
 
-
    #catlinks, #footer { display:none;!important }
 
}
}
-
ul.special li a[title="User:Aidje"],
+
div#userloginForm table,
-
ul.special li a[title="User:Atarumaster88"],
+
div#userlogin form#userlogin2 table {
-
ul.special li a[title="User:Azizlight"],
+
background-color: #2A2A2A;
-
ul.special li a[title="User:Breathesgelatin"],
+
}
-
ul.special li a[title="User:Cull Tremayne"],
+
-
ul.special li a[title="User:Darth Culator"],
+
-
ul.special li a[title="User:Green tentacle"],
+
-
ul.special li a[title="User:Havac"],
+
-
ul.special li a[title="User:Imperialles"],
+
-
ul.special li a[title="User:JSarek"],
+
-
ul.special li a[title="User:Kuralyov"],
+
-
ul.special li a[title="User:Lord Hydronium"],
+
-
ul.special li a[title="User:LtNOWIS"],
+
-
ul.special li a[title="User:MarcK"],
+
-
ul.special li a[title="User:Ozzel"],
+
-
ul.special li a[title="User:QuentinGeorge"],
+
-
ul.special li a[title="User:Riffsyphon1024"],
+
-
ul.special li a[title="User:R2-D2"],
+
-
ul.special li a[title="User:SFH"],
+
-
ul.special li a[title="User:Sikon"],
+
-
ul.special li a[title="User:Silly Dan"],
+
-
ul.special li a[title="User:SparqMan"],
+
-
ul.special li a[title="User:StarNeptune"],
+
-
ul.special li a[title="User:Xwing328"],
+
-
ul.special li a[title="User:WhiteBoy"] { font-weight: bold;color:#009900; font-style: bold }
+
-
/* Colored watchlist numbers */
+
div#userlogin .captcha {
-
.mw-plusminus-pos {
+
border: 1px solid #bbb;
-
  color: #006400; /* darkgreen */
+
padding: 1.5em 2em;
 +
width: 400px;
 +
        color: #fff;
 +
background-color: #333;
}
}
-
/* .mw-plusminus-null currently at developer default */
+
.forumheader { border: 1px solid #999999; background-color: #000000; margin-top: 1em; padding: 8px; }
 +
.forumlist td.forum_edited a { color: white; }
-
.mw-plusminus-neg {
+
#p-logo a { background-image: url(/wiki/images/b/bc/Wiki.png) !important; }
-
  color: #cc2200; /* darkred */
+
-
}
+
-
.dablink {
+
.mw-plusminus-pos { color: #006500; }
-
  font-style:italic;
+
.mw-plusminus-neg { color: #8B0000; }
-
  padding-left:2em;
+
-
  }
+
-
/* </nowiki></pre> */
+
/*
 +
</pre>
 +
*/

Revision as of 14:14, 11 July 2007

/** Monobook style of Wiki 24 - see http://24.wikia.com/wiki/MediaWiki:Monobook.css for the original code - released under GFDL just like Cabalnet*/
/*
<pre>
*/

body {background:none !important; background-color:#000000 !important;}

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

#catlinks {
        border: 1px solid #aaa;
	background-color: #2A2A2A;
	padding: 5px;
	clear: both;
	background-image: url("http://images.wikia.com/24/images/1/1f/Catback.gif"); 
	background-repeat: no-repeat; 
	background-position: bottom right; 
}
p.catlinks {
        margin: 2px;
        padding: 7px;
}

body {
	background-color: #000000;
}

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

#bodyContent { 
        background: none; 
}

#content_withads {
     background-color: #333333;
}

#footer { 
   z-index: 2 !important;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #aaaaaa;
   min-height: 39px;
}

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

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

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

h1, h2, h3, h4, h5, h6 { color: #C0C0C0; }
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; }

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

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

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

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

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

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

#p-navigation a {
	display: inline;
}

#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 {
	border: 1px inset #999999;
	background-color: #2A2A2A;
	color: inherit;
}

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

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

th {
	text-align: center;
	color: inherit;
	background-color: inherit;
        font-weight: bold;
}

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

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

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

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

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

fieldset { background-color: #2A2A2A; }

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

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

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

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

div.noarticletext {
	border: 1px solid #ccc;
	background-color: #666;
	padding: 5px;
	color: #fff;
}

ul#filetoc {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #666;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

/* Special:Allmessages formatting */
#allmessagestable th {
	background-color: #000;
}
#allmessagestable tr.orig {
	background-color: #003300;
}
#allmessagestable tr.new {
	background-color: #999;
}
#allmessagestable tr.def {
	background-color: #333;
}

/* Monobook.css formatting */
code {
	background-color: #222;
}

pre {
	padding: 1em;
	border: 1px dashed #ccc;
	color: #fff;
	background-color: #222;
	line-height: 1.1em;
}

/* Tabs at the top of each page */
#p-cactions li.selected a {
	z-index: 3; 
	background-color: #333; 
	color: #FFF; 
	border-color: #CCC; 
	padding: 0 1em .2em!important;
}

#p-cactions li a:hover {
	z-index: 3;
	text-decoration: none;
	background-color: #333;
	color: #FFF;
	border-color: #CCC;
}

/* Fancy table formatting */
table.fancy {
         width: 100%;
         border: 1px solid #999;
         margin: 0;
         font-size: 95%;
         background-color: #000;
         text-align: center;
         border-collapse: collapse;
}

table.smaller {
         border: 1px solid #999;
         margin: 0;
         font-size: 95%;
         background-color: #000;
         text-align: center;
         border-collapse: collapse;
}

table.fancy th, table.smaller th {
         background: #999;
         text-align: center;
         color: #000;
         margin: 0;
}

table.fancy td, table.smaller td {
         text-align: center;
         vertical-align: middle;
         padding: 2px 5px 2px 5px;
         margin: 0;
}

table.fancy td.description, table.smaller td.description {
         text-align: left;
         vertical-align: top;
}

td.spacer {
         background: #999;
         height: 10px;
}

/* Simple table formatting */
table.simple {
         width: 100%;
         margin: 0;
         font-size: 95%;
         background-color: #000;
         text-align: center;
         border: 1px solid #999;
         border-collapse: collapse;
}
table.simple th {
         background: #999;
         text-align: left;
         color: #000;
         padding-top: 0;
         padding-bottom: 0;
         padding-right: 0;
         padding-left: 5px;
         margin: 0;
}
table.simple tr {
         border-top: 1px solid #999;
         border-bottom: 1px solid #999;
}
table.simple td {
         text-align: left;
         vertical-align: top;
         padding: 2px 5px 2px 5px;
         margin: 0;
}

/* Special:Preferences formatting */
#preftoc a { color: #fff }

#preftoc li {
        margin: 0 1px 0 4px;
	float: left;
	padding: 0;
        color: #fff;
	background-color: #333;
	border: 1px solid #ccc;
        border-bottom: none;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	z-index: 3;
}
#preftoc li.selected {
	margin-bottom: 0;
        margin-right: 3px;
	float: left;
	padding: 0;
	font-weight: bold;
        color: #fff;
	background-color: #333;
	border: 1px solid #ffcc00;
	border-bottom: none;
	cursor: default;
	top: 1px;
}
#prefsubmit {
	background-color: #333;
}
#preferences {
	border: 1px solid #ccc;
	padding: 10px 0 0 0;
	background-color: #333;
}
#preferences fieldset {
	border: 1px solid #ccc;
        margin: 10px 10px 10px 10px;
        padding: 5px;
        background-color: #2A2A2A;
}
#preferences legend {
	background-color: #333;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
}
#preferences table {	 
	background-color: #2A2A2A;	 
}
div.prefsectiontip {
	background-color: #666;
}
div.prefsection {
	border: none;
	padding: 10px;
	margin: 0;
	background-color: #333;
}
div.prefsection fieldset {
	border: 1px solid #ccc;
        margin: 10px 10px 10px 10px;
        padding: 5px;
        background-color: #2A2A2A;
}
div.prefsection legend {
	background-color: #333;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #00CCFF;
}
div.prefsection table {
	background-color: #333;
}

/* Sidebar formatting */
table.wiki-sidebar, table.sidebar {
	border: 1px inset #999999;
	background-color: #2A2A2A;
	color: inherit;
	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.wiki-sidebar td.even {
	font-weight: bold;
	text-align: center;
}
table.sidebar td {
	line-height: 130%;
        text-align: center;
}
table.sidebar td.title {
	font-weight: bold;
	text-align: center;
	border: 1px outset #333;
	background-color: #333;
}
table.sidebar td.left {
        white-space: nowrap;
        padding-right: 2em;
	font-weight: bold;
	text-align: left;
}
table.sidebar td.right {
        white-space: nowrap;
        padding-right: 1em;
	text-align: left;
}

/* Browser table formatting */
table.browser {
	border: 1px inset #999;
	background-color: #2A2A2A;
	color: inherit;
	width: 100%;
	clear: both;
	margin: 0px;
}
table.browser td {
	text-align: center;
	width: 33%;
	background: #2A2A2A;
	border: 1px outset #2A2A2A;
	line-height: 130%;
        vertical-align: middle;
}
table.browser th {
	background-color: #222;
	border: 1px outset #222; 
        vertical-align: middle;
}

/* References table formatting */
table.references {
	border: 1px solid #999;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	padding: 3px;
}

table.references th {
	padding: 3px;
	background: #999;
	text-align: center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
        width: auto;
}

table.references td {
	padding: 3px;
	font-size: 85%;
	background: #333;
	vertical-align: middle;
        width: 99%;
}

/* Research Files table formatting */
table.research {
	width: 100%;
	margin: 0; 
	padding: 0; 
	border: 0; 
	border-collapse: collapse;
}

table.research th {
	font-weight: bold;
	text-align: center; 
	background: #999; 
	color: #000;
}

/* Scrollbar styling works in IE only */
div.research {
	height: 280px;
	overflow: auto;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	scrollbar-face-color:black;
	scrollbar-highlight-color:darkgray;
	scrollbar-3dlight-color:gainsboro;
	scrollbar-darkshadow-color:dimgray;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:dimgray;
	scrollbar-track-color:gray;
}

/* Appearance table formatting */
table.appearances {
	border: 2px solid #999;
	width: 100%;
	text-align: center;
	clear: both;
        font-size: 0.9em;
}

/* Search page and Login page formatting */
h2.wikiasearch, h2.searchtitle {
        color: #fff;
	border: 1px solid #AAAAAA;
	background-color: #2A2A2A;
        padding: 3px 0px 3px 3px;
}

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

}

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

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

.forumheader { border: 1px solid #999999; background-color: #000000; margin-top: 1em; padding: 8px; }
.forumlist td.forum_edited a { color: white; }

#p-logo a { background-image: url(/wiki/images/b/bc/Wiki.png) !important; }

.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/*
</pre>
*/
Personal tools
IRC Channel
My Blog