MediaWiki:Common.css

From Cometwiki

(Difference between revisions)
(add)
(ok wookie)
Line 1: Line 1:
-
/** 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><nowiki> */
-
/*
+
-
<pre>
+
-
*/
+
-
body {background:none !important; background-color:#000000 !important;}
+
/** CSS placed here will be applied to all skins */
-
 
+
body
-
#siteNotice {
+
{
-
     padding-left: 4px;
+
     cursor: default;
-
     font-style: italic;
+
     font-family: sans-serif;
-
    font-weight: bold;
+
-
    text-align: center;
+
-
    color: white;
+
-
    line-height: 85%;
+
}
}
-
#catlinks {
+
.sitenotice-nav { display: none; }
-
        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 {
+
/* Fix size issues between different platforms */
-
background-color: #000000;
+
code, pre { font-size: 10pt!important }
-
}
+
/* 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; }
-
#bodyContent, #content, #footer {
+
/* buttons and input boxes */
-
background-color: #333333;
+
input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #eee; }
-
color: #FFFFFF;
+
input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }
-
}
+
-
#bodyContent {
+
/* pre style override */
-
        background: none;  
+
pre.nostyle { padding:0; margin:0; border:none; background:none; }
-
}
+
-
#content_withads {
+
pre.wrap
-
     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+ */
}
}
-
#footer {  
+
/* this class can be used in the content area to make a link appear like a new page link */
-
  z-index: 2 !important;
+
#bodyContent .redlink a {color: #ba0000;}
-
  border-top: 1px solid #aaaaaa;
+
#bodyContent .redlink a.new:visited {color: #a55858;}
-
  border-bottom: 1px solid #aaaaaa;
+
-
  min-height: 39px;
+
-
}
+
-
.pBody {
+
/* Infobox template styling */
-
background-color: #333333;
+
.infobox
-
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; */
 +
}
-
#p-logo {
+
/* ugly hack to force normal height for infobox cells */
-
height: 100px !important;
+
.infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
-
}
+
/* .infoboxcell ul { list-style-type: disc; } */
-
#column-one { padding-top: 140px !important; }
+
.infoboxcell ul
-
 
+
{
-
h1, h2, h3, h4, h5, h6 { color: #C0C0C0; }
+
    padding-left: 10px;
-
a { color: #00CCFF; }
+
     margin-left: 10px;
-
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 {
+
.infoboxcell ul li
-
background-color: #333333;
+
{
-
color: #FFFFFF;
+
    padding-left: 0;
-
border-color: #CCCCCC;
+
    margin-left: 0;
 +
    list-style-type: square;
}
}
-
#p-cactions ul li a {
+
.infobox div.plainlinks
-
background-color: #333333;
+
{
-
color: #FFFFFF;
+
    color: #fff;
-
}
+
}
-
#p-personal {
+
.infobox div.plainlinks a
-
background-color: transparent;
+
{
-
color: #00CCFF;
+
    color: #f0f0f0;
-
}
+
}
-
#p-personal a {
+
/* class for forum navigation templates */
-
color: #00CCFF !important;
+
.forumheader
-
background-color: transparent;
+
{
-
}
+
  background: #eee;
 +
  border: none;
 +
  padding: 5px;
 +
}
-
#p-personal a:hover { background-color: transparent !important; }
+
/* class for stub template styling */
 +
/* 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;
 +
}
-
#p-navigation a {
+
/* class for article disambiguation templates */
-
display: inline;
+
.disambig
 +
{
 +
  background: #f0f0f0;
 +
  font-size: 0.85em;
 +
  text-align: center;
 +
  width: 85%;
 +
  margin: 0 auto 3px auto;
}
}
-
#pagehistory li { border: 1px solid #333333; }
+
/* styling for MediaWiki:Edittools */
 +
#edittools, #editpage-specialchars
 +
{
 +
  border:2px solid #F0F0F0;
 +
  background:#F9F9F9;
 +
}
-
#pagehistory li.selected {
+
body.page-Main_Page #lastmod,
-
background-color: #222222;
+
body.page-Main_Page #siteSub,
-
border: 1px dashed #aaaaaa;
+
body.page-Main_Page #contentSub,
-
}
+
body.page-Main_Page h1.firstHeading { display: none !important; }
-
table.diff { background: #222222; }
+
.references-small { font-size: 0.85em; }
-
td.diff-otitle { background: #282828; }
+
-
td.diff-ntitle { background: #282828; }
+
-
td.diff-addedline {
+
/* rounded corners */
-
font-size: smaller;
+
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
-
background-color: #000033;
+
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
-
}
+
.r1 {margin: 0 5px}
 +
.r2 {margin: 0 3px}
 +
.r3 {margin: 0 2px}
 +
.r4 {margin: 0 1px; height: 2px}
 +
/* end rounded corners */
-
td.diff-deletedline {
+
#mp3-global ul {
-
font-size: smaller;
+
    padding-left: 10px;
-
background-color: #330000;
+
    margin-left: 10px;
}
}
-
td.diff-context {
+
#mp3-global ul li {
-
background: #282828;
+
    padding-left: 0;
-
font-size: smaller;
+
    margin-left: 0;
 +
    list-style-type: square;
}
}
-
table.grey {
+
#mp3-navlink #mp3-nav { display: none; }
-
border: 1px inset #999999;
+
-
background-color: #2A2A2A;
+
-
color: inherit;
+
-
}
+
-
table.grey td {
+
#mp3-navlink { font-size: 1.1em; margin: auto; max-width: 600px; _width: expression(document.getElementById('mp3-nav-outer').offsetWidth > 600 ? '600px' : 'auto'); }
-
border: 1px outset #2A2A2A;
+
-
}
+
-
table.grey tr th {
+
.hoverable .hoverable-inner
-
color: inherit;
+
{ display: none;
-
background-color: #660000;
+
  position: absolute;
-
border: 1px outset #660000;
+
  top: auto;
-
text-align: left;
+
  text-align: left;
-
font-weight: bold;
+
}
}
-
th {
+
.hoverable:hover .hoverable-inner, .hoverable.over .hoverable-inner { display: inline; }
-
text-align: center;
+
-
color: inherit;
+
-
background-color: inherit;
+
-
        font-weight: bold;
+
-
}
+
-
td.odd {
+
/* class for message box template styling */
-
background-color: #222222;
+
.messagebox
-
border: 1px outset #222222;
+
{
-
}
+
  clear:both;
-
td.even {
+
  width:85%;
-
border: 1px outset #333333;
+
  margin:0px auto 3px auto;
-
background-color: #333333;
+
  padding:3px;
-
}
+
  font-size:95%;
 +
}  
-
span.diffchange { color: red; }
+
/* in-universe and out-of-universe message boxes */
-
tr[bgcolor] td { color: black; }
+
.iumb, .ooumb
-
 
+
{  
-
#siteSub {
+
    border-width: 0;
-
display: block !important;
+
    text-align:left;
-
margin-top: -5px;
+
    padding: 0;
-
font-size: smaller;
+
-
color: white;
+
}
}
-
#contentSub {
+
.iumb table, .ooumb table
-
color: #AAAAAA;
+
{
 +
    padding: 5px 10px 5px 10px;
 +
    background: transparent;
 +
    color: inherit;
}
}
-
table.mainpage {
+
.iumb table.hidable-content, .ooumb table.hidable-content
-
width: 100%;
+
{
-
background-color: #282828;
+
    padding: 0;
-
border: 1px inset #666666;
+
}
}
-
table.mainpage tr td, table.mainpage tr th {
+
.iumb-icon, .ooumb-icon
-
padding: 4px;
+
{
-
width: 33%;
+
    vertical-align: middle;
 +
    padding: 0;
}
}
-
table.mainpage tr th {
+
.iumb-main, .ooumb-main
-
background: #660000;
+
{
-
text-align: center;
+
    padding: 0 0 0 10px;
-
font-size: 1.2em;
+
}
}
-
caption {
+
.iumb-caption
-
color: #C0C0C0;
+
{
-
font-size: 1.2em;
+
    font-size: 1.3em;
-
text-decoration: underline;
+
    font-weight: bold;
}
}
-
div.header-notice, div.warning {
+
.ooumb-caption
-
width: 85%;
+
{
-
margin: 1.0em auto 0.5em auto;
+
    font-size: 1em;
-
padding: 5px;
+
    font-weight: bold;
-
text-align: left;
+
-
border: 1px inset #999999;
+
-
background-color: #2A2A2A;
+
-
color: #FFFFFF;
+
-
line-height: 120%;
+
}
}
-
div.warning {
+
.iumb-comment
-
color: red !important;
+
{
-
font-weight: bold;
+
    font-size: 0.8em;
}
}
-
div.notice, div.usermessage {
+
.iumb-hidable-button, .ooumb-hidable-button
-
width: 65%;
+
{
-
margin: 1.0em auto 0.5em auto;
+
    text-align: right;
-
padding: 5px;
+
    margin: 0;
-
text-align: center;
+
    padding: 0 5px 0 0;
-
border-style: dashed;
+
    font-size: 0.8em;
-
border-width: 2px;
+
    vertical-align: bottom;
-
border-color: red;
+
-
background-color: #2A2A2A;
+
-
color: #FFFFFF;
+
-
line-height: 120%;
+
}
}
-
div.header-notice#fa {
+
.iumb-table-container, .ooumb-table-container
-
width: auto;
+
{
-
font-size: inherit !important;
+
    width: 100%;
}
}
-
div.notice p, div.header-notice p, div.warning p {
+
.iumb p
-
line-height: 120% !important;
+
{
 +
    margin-top: 0;
 +
    margin-bottom: 0;
}
}
-
.floatright, .floatright span, .floatright a.image,
+
/* userboxes */
-
.floatleft, .floatleft span, .floatleft a.image {
+
.userbox
-
background-color: transparent !important;
+
{
-
border-color: transparent !important;
+
    float: left;
-
}
+
    border-width: 1px;
-
.thumb, .tright, .tleft {
+
    border-style: solid;
-
border: 1px inset #999999 !important;
+
    margin: 1px;
-
background-color: #2A2A2A !important;
+
    width: 238px;
 +
    padding: 0px;
}
}
-
div.thumb div a img { border: none; }
+
.ubx-icon
-
 
+
{
-
div.thumb div { background-color: #2A2A2A !important; }
+
    width: 45px;
-
table, td, tr {
+
    height: 45px;
-
background-color: transparent;
+
    text-align: center;
-
color: #FFFFFF;
+
    font-size: 14pt;
 +
    font-weight: bold;
}
}
-
td, th {
+
.ubx-main
-
vertical-align: top;
+
{
 +
    font-size: 8pt;
 +
    padding: 4pt;
 +
    line-height: 1.25em;
}
}
-
div.fullImage {
+
#toc, .toc
-
text-align: center;
+
{
 +
    border-width: 0;
}
}
-
#toc {
+
.spoiler
-
background-color: #2A2A2A;
+
{
-
border: 1px inset #999999;
+
    background-color: #fff8f8;
 +
    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 {
+
*/
-
background-color: #2A2A2A;
+
.forumlist
-
border: 1px solid #2f6fab;
+
{
-
color: #C0C0C0;
+
    width: 100%;
 +
    background: #f9f9f9;
}
}
-
fieldset { background-color: #2A2A2A; }
+
.forumlist-header
-
 
+
{
-
ol ol { list-style-type: lower-latin; }
+
    background: #f0f0f0;
-
 
+
-
ol ol ol { list-style-type: lower-roman; }
+
-
 
+
-
li#pt-userpage {
+
-
background-color: transparent !important;
+
-
padding-left: 20px;
+
-
text-transform: none;
+
}
}
-
table.gallery {
+
.forumlist-header th
-
border:  none;
+
{
-
background-color: transparent;
+
    text-align: left;
}
}
-
table.gallery td {
+
.forumlist th, .forumlist td
-
background-color: transparent;
+
{
-
border: none;
+
    padding: 3px;
}
}
-
div.gallerytext {
+
.ahtable
-
        background-color: #222222;
+
{
-
border: 1px outset #222222;
+
    padding: 0;
 +
    width: 85%;
}
}
-
div.gallerybox div.thumb {
+
.ahtable th, .ahtable td
-
border: none;
+
{
 +
    padding: 3px;
}
}
-
div.noarticletext {
+
.ahth
-
border: 1px solid #ccc;
+
{
-
background-color: #666;
+
    text-align: left;
-
padding: 5px;
+
-
color: #fff;
+
}
}
-
ul#filetoc {
+
.ahtable .ahrt, .ahtable .ahrb
-
text-align: center;
+
{
-
border: 1px solid #ccc;
+
    padding: 0;
-
background-color: #666;
+
-
padding: 5px;
+
-
font-size: 95%;
+
-
margin-bottom: 0.5em;
+
-
margin-left: 0;
+
-
margin-right: 0;
+
}
}
-
/* Special:Allmessages formatting */
+
.ahf
-
#allmessagestable th {
+
{
-
background-color: #000;
+
    text-align: left;
-
}
+
    font-weight: normal;
-
#allmessagestable tr.orig {
+
-
background-color: #003300;
+
-
}
+
-
#allmessagestable tr.new {
+
-
background-color: #999;
+
-
}
+
-
#allmessagestable tr.def {
+
-
background-color: #333;
+
}
}
-
/* Monobook.css formatting */
+
.ahfstatus
-
code {
+
{
-
background-color: #222;
+
    font-weight: bold;
}
}
-
pre {
+
.hidable-button
-
padding: 1em;
+
{
-
border: 1px dashed #ccc;
+
    color: #088;
-
color: #fff;
+
    cursor: pointer;
-
background-color: #222;
+
-
line-height: 1.1em;
+
}
}
-
/* Tabs at the top of each page */
+
.infobox .hidable-button
-
#p-cactions li.selected a {
+
{
-
z-index: 3;
+
    color: #f0f0f0;
-
background-color: #333;
+
-
color: #FFF;
+
-
border-color: #CCC;
+
-
padding: 0 1em .2em!important;
+
}
}
-
#p-cactions li a:hover {
+
#p-navigation .pBody, #p-interaction .pBody, #p-search .pBody, #p-tb .pBody, #p-search input
-
z-index: 3;
+
{
-
text-decoration: none;
+
    text-transform: lowercase;
-
background-color: #333;
+
-
color: #FFF;
+
-
border-color: #CCC;
+
}
}
-
/* Fancy table formatting */
+
#p-search #searchInput
-
table.fancy {
+
{
-
        width: 100%;
+
    text-transform: none;
-
        border: 1px solid #999;
+
-
        margin: 0;
+
-
        font-size: 95%;
+
-
        background-color: #000;
+
-
        text-align: center;
+
-
        border-collapse: collapse;
+
}
}
-
table.smaller {
+
// new navboxes
-
        border: 1px solid #999;
+
.nb2-wrapper
-
        margin: 0;
+
{
-
        font-size: 95%;
+
    text-align: center;
-
        background-color: #000;
+
-
        text-align: center;
+
-
        border-collapse: collapse;
+
}
}
-
table.fancy th, table.smaller th {
+
.nb2
-
        background: #999;
+
{
-
        text-align: center;
+
//    margin: auto;
-
        color: #000;
+
    border: 0;
-
        margin: 0;
+
}
}
-
table.fancy td, table.smaller td {
+
.nb2-firstheading
-
        text-align: center;
+
{
-
        vertical-align: middle;
+
    color: white;
-
        padding: 2px 5px 2px 5px;
+
    font-size: 1.1em;
-
        margin: 0;
+
    font-weight: bold;
 +
    padding: 3px;
}
}
-
table.fancy td.description, table.smaller td.description {
+
.nb2-inner
-
        text-align: left;
+
{
-
        vertical-align: top;
+
    width: 100%;
}
}
-
td.spacer {
+
.nb2-inner th
-
        background: #999;
+
{
-
        height: 10px;
+
    font-weight: bold;
}
}
-
/* Simple table formatting */
+
.nb2-inner td
-
table.simple {
+
{
-
        width: 100%;
+
    font-size: 0.9em;
-
        margin: 0;
+
    text-align: center;
-
        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 */
+
.nb2-end td
-
#preftoc a { color: #fff }
+
{
-
 
+
    font-size: 0.85em;
-
#preftoc li {
+
    text-align: center;
-
        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 */
+
.nb-edi
-
table.wiki-sidebar, table.sidebar {
+
{
-
border: 1px inset #999999;
+
    font-size: 0.85em;
-
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 */
+
.nb2 .nb-edi
-
table.browser {
+
{
-
border: 1px inset #999;
+
    font-size: inherit;
-
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 */
+
.nb2-end a, .nb2-end .hidable-button
-
table.references {
+
{
-
border: 1px solid #999;
+
    color: #f9f9f9;
-
margin: 0;
+
    text-transform: lowercase;
-
border-collapse: collapse;
+
    text-decoration: none;
-
width: 100%;
+
-
padding: 3px;
+
}
}
-
table.references th {
+
#search-icon-wrapper
-
padding: 3px;
+
{
-
background: #999;
+
    cursor: pointer;
-
text-align: center;
+
-
color: #000;
+
-
font-size: 100%;
+
-
font-weight: bold;
+
-
vertical-align: middle;
+
-
        width: auto;
+
}
}
-
table.references td {
+
#search-popup
-
padding: 3px;
+
{
-
font-size: 85%;
+
    position: absolute;
-
background: #333;
+
    background: #f2f5f9;
-
vertical-align: middle;
+
    text-align: left;
-
        width: 99%;
+
    z-index: 8;
}
}
-
/* Research Files table formatting */
+
// "printable version" tweaks
-
table.research {
+
@media print
-
width: 100%;
+
{
-
margin: 0;
+
    body, #content { background: white!important; }
-
padding: 0;
+
-
border: 0;
+
-
border-collapse: collapse;
+
-
}
+
-
table.research th {
+
    /* tweaks for title-messing templates */
-
font-weight: bold;
+
    #title-override { left: 0px!important; font-weight: bold!important; background: #f4f8ff!important; }
-
text-align: center;
+
    #title-eraicons { display: none!important; visibility: hidden;!important }
-
background: #999;  
+
-
color: #000;
+
-
}
+
-
/* Scrollbar styling works in IE only */
+
    div.tleft { border: none!important; }
-
div.research {
+
    div.tright { margin-left: 13px!important; }
-
height: 280px;
+
    div.thumb { background: inherit!important; }
-
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 */
+
    h1, h2, h3, h4, h5, h6, .firstHeading { background: inherit;!important }
-
table.appearances {
+
-
border: 2px solid #999;
+
-
width: 100%;
+
-
text-align: center;
+
-
clear: both;
+
-
        font-size: 0.9em;
+
-
}
+
-
/* Search page and Login page formatting */
+
    #toc { background: inherit!important; border-width: 0px!important }
-
h2.wikiasearch, h2.searchtitle {
+
-
        color: #fff;
+
-
border: 1px solid #AAAAAA;
+
-
background-color: #2A2A2A;
+
-
        padding: 3px 0px 3px 3px;
+
-
}
+
-
div#userloginForm form,
+
    /* temporary hack; that div should be assigned class=noprint */
-
div#userlogin form#userlogin2 {
+
    .infoboxfooter { display:none;!important }
-
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 }
}
}
-
div#userloginForm table,
+
ul.special li a[title="User:Aidje"],
-
div#userlogin form#userlogin2 table {
+
ul.special li a[title="User:Atarumaster88"],
-
background-color: #2A2A2A;
+
ul.special li a[title="User:Azizlight"],
-
}
+
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 }
-
div#userlogin .captcha {
+
/* Colored watchlist numbers */
-
border: 1px solid #bbb;
+
.mw-plusminus-pos {
-
padding: 1.5em 2em;
+
  color: #006400; /* darkgreen */
-
width: 400px;
+
-
        color: #fff;
+
-
background-color: #333;
+
}
}
-
.forumheader { border: 1px solid #999999; background-color: #000000; margin-top: 1em; padding: 8px; }
+
/* .mw-plusminus-null currently at developer default */
-
.forumlist td.forum_edited a { color: white; }
+
-
#p-logo a { background-image: url(/wiki/images/b/bc/Wiki.png) !important; }
+
.mw-plusminus-neg {
 +
  color: #cc2200; /* darkred */
 +
}
-
.mw-plusminus-pos { color: #006500; }
+
.dablink {
-
.mw-plusminus-neg { color: #8B0000; }
+
  font-style:italic;
 +
  padding-left:2em;
 +
  }
-
/*
+
/* </nowiki></pre> */
-
</pre>
+
-
*/
+

Revision as of 23:51, 10 July 2007

/* <pre><nowiki> */

/** CSS placed here will be applied to all skins */
body
{
    cursor: default;
    font-family: sans-serif;
}

 .sitenotice-nav { display: none; }

 /* Fix size issues between different platforms */
 code, pre { font-size: 10pt!important }
 /* 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 */
 input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #eee; }
 input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }

 /* pre style override */
 pre.nostyle { padding:0; margin:0; border:none; background:none; }

pre.wrap
{
    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 */
 #bodyContent .redlink a {color: #ba0000;}
 #bodyContent .redlink a.new:visited {color: #a55858;}

 /* Infobox template styling */
 .infobox
 {
   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 */
 .infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
 /* .infoboxcell ul { list-style-type: disc; } */

.infoboxcell ul
{
    padding-left: 10px;
    margin-left: 10px;
}

.infoboxcell ul li
{
    padding-left: 0;
    margin-left: 0;
    list-style-type: square;
}

 .infobox div.plainlinks
 {
     color: #fff;
 }

 .infobox div.plainlinks a
 {
     color: #f0f0f0;
 }

 /* class for forum navigation templates */
 .forumheader
 {
   background: #eee;
   border: none; 
   padding: 5px;
 }

 /* class for stub template styling */
 /* 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 */
.disambig
{
   background: #f0f0f0;
   font-size: 0.85em;
   text-align: center;
   width: 85%;
   margin: 0 auto 3px auto;
}

 /* styling for MediaWiki:Edittools */
 #edittools, #editpage-specialchars
 {
   border:2px solid #F0F0F0;
   background:#F9F9F9;
 }

 body.page-Main_Page #lastmod, 
 body.page-Main_Page #siteSub, 
 body.page-Main_Page #contentSub, 
 body.page-Main_Page h1.firstHeading { display: none !important; }

.references-small { font-size: 0.85em; }

/* rounded corners */
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {margin: 0 1px; height: 2px}
/* end rounded corners */

#mp3-global ul {
    padding-left: 10px;
    margin-left: 10px;
}

#mp3-global ul li {
    padding-left: 0;
    margin-left: 0;
    list-style-type: square;
}

#mp3-navlink #mp3-nav { display: none; }

#mp3-navlink { font-size: 1.1em; margin: auto; max-width: 600px; _width: expression(document.getElementById('mp3-nav-outer').offsetWidth > 600 ? '600px' : 'auto'); }

.hoverable .hoverable-inner
{ display: none;
  position: absolute;
  top: auto;
  text-align: left;
}

.hoverable:hover .hoverable-inner, .hoverable.over .hoverable-inner { display: inline; }

/* class for message box template styling */
.messagebox
{
  clear:both;
  width:85%;
  margin:0px auto 3px auto;
  padding:3px;
  font-size:95%;
} 

/* in-universe and out-of-universe message boxes */
.iumb, .ooumb
{ 
    border-width: 0;
    text-align:left;
    padding: 0;
}

.iumb table, .ooumb table
{
    padding: 5px 10px 5px 10px;
    background: transparent;
    color: inherit;
}

.iumb table.hidable-content, .ooumb table.hidable-content
{
    padding: 0;
}

.iumb-icon, .ooumb-icon
{
    vertical-align: middle;
    padding: 0;
}

.iumb-main, .ooumb-main
{
    padding: 0 0 0 10px;
}

.iumb-caption
{
    font-size: 1.3em;
    font-weight: bold;
}

.ooumb-caption
{
    font-size: 1em;
    font-weight: bold;
}

.iumb-comment
{
    font-size: 0.8em;
}

.iumb-hidable-button, .ooumb-hidable-button
{
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 0.8em;
    vertical-align: bottom;
}

.iumb-table-container, .ooumb-table-container
{
    width: 100%;
}

.iumb p
{
    margin-top: 0;
    margin-bottom: 0;
}

/* userboxes */
.userbox
{
    float: left;
    border-width: 1px;
    border-style: solid;
    margin: 1px;
    width: 238px;
    padding: 0px;
}

.ubx-icon
{
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
}

.ubx-main
{
    font-size: 8pt;
    padding: 4pt;
    line-height: 1.25em;
}

#toc, .toc
{
    border-width: 0;
}

.spoiler
{
    background-color: #fff8f8;
    color: #000000;
    border-color: black;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    text-align: center;
}

/*
    forum table
*/
.forumlist
{
    width: 100%;
    background: #f9f9f9;
}

.forumlist-header
{
    background: #f0f0f0;
}

.forumlist-header th
{
    text-align: left;
}

.forumlist th, .forumlist td
{
    padding: 3px;
}

.ahtable
{
    padding: 0;
    width: 85%;
}

.ahtable th, .ahtable td
{
    padding: 3px;
}

.ahth
{
    text-align: left;
}

.ahtable .ahrt, .ahtable .ahrb
{
    padding: 0;
}

.ahf
{
    text-align: left;
    font-weight: normal;
}

.ahfstatus
{
    font-weight: bold;
}

.hidable-button
{
    color: #088;
    cursor: pointer;
}

.infobox .hidable-button
{
    color: #f0f0f0;
}

#p-navigation .pBody, #p-interaction .pBody, #p-search .pBody, #p-tb .pBody, #p-search input
{
    text-transform: lowercase;
}

#p-search #searchInput
{
    text-transform: none;
}

// new navboxes
.nb2-wrapper
{
    text-align: center;
}

.nb2
{
//    margin: auto;
    border: 0;
}

.nb2-firstheading
{
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    padding: 3px;
}

.nb2-inner
{
    width: 100%;
}

.nb2-inner th
{
    font-weight: bold;
}

.nb2-inner td
{
    font-size: 0.9em;
    text-align: center;
}

.nb2-end td
{
    font-size: 0.85em;
    text-align: center;
}

.nb-edi
{
    font-size: 0.85em;
}

.nb2 .nb-edi
{
    font-size: inherit;
}

.nb2-end a, .nb2-end .hidable-button
{
    color: #f9f9f9;
    text-transform: lowercase;
    text-decoration: none;
}

#search-icon-wrapper
{
    cursor: pointer;
}

#search-popup
{
    position: absolute;
    background: #f2f5f9;
    text-align: left;
    z-index: 8;
}

// "printable version" tweaks
@media print
{
    body, #content { background: white!important; }

    /* tweaks for title-messing templates */
    #title-override { left: 0px!important; font-weight: bold!important; background: #f4f8ff!important; }
    #title-eraicons { display: none!important; visibility: hidden;!important }

    div.tleft { border: none!important; }
    div.tright { margin-left: 13px!important; }
    div.thumb { background: inherit!important; }

    h1, h2, h3, h4, h5, h6, .firstHeading { background: inherit;!important }

    #toc { background: inherit!important; border-width: 0px!important }

    /* temporary hack; that div should be assigned class=noprint */
    .infoboxfooter { display:none;!important }

    .printfooter { background: inherit!important; }
    #catlinks, #footer { display:none;!important }
}

ul.special li a[title="User:Aidje"],
ul.special li a[title="User:Atarumaster88"],
ul.special li a[title="User:Azizlight"],
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 */
.mw-plusminus-pos {
  color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
  color: #cc2200; /* darkred */
}

.dablink {
  font-style:italic;
  padding-left:2em;
  }

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