MediaWiki:Pixeled.css

(Created page with '- CSS placed here will be applied to all skins: /*Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift w…')
(Add zone image container background)
 
(26 intermediate revisions not shown)
Line 1: Line 1:
-
/* CSS placed here will be applied to all skins */
+
#contentwrapper
-
/*Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
+
{
-
*/
+
    width: auto !important;
-
/*
+
    float: none !important;
-
ATTENTION ADMINISTRATORS:
+
}
-
+
-
This is the CSS for all skins. 
+
-
+
-
Testing can be done on your own user Monobook.css. In [[wikipedia:Mozilla|Mozilla]] and
+
-
[[wikipedia:Opera (web browser)|Opera]], you can also test style changes dynamically
+
-
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
+
-
bookmarklet from squarefree.com. It pops up a window for adding style rules,
+
-
and updates the page as you type.
+
-
+
-
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]
+
-
([http://tinyurl.com/2g8bsk CVS version]) after any changes.
+
-
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
+
div#mw-edit-longpagewarning
-
+
{
-
Thank you.
+
    padding: 1.2em;
-
*/
+
    background: #3f0000;
 +
    border: solid 2px #bf0000;
 +
    margin-bottom: 0.8em;
 +
}
-
/***************************************************************************************/
+
div#mw-edit-longpagewarning p
-
/*  Import CSS from ActiveFate's vServer so he can edit directly to fix style issues.  */
+
{
-
/*  Begin Import                                                                      */
+
    margin: 0;
 +
}
-
@import url("http://c849af417a085761.forceofelit.es/css/glwiki-style-bootstrap.css");
+
textarea#wpTextbox1
 +
{
 +
    resize: vertical;
 +
    width: 100%;
 +
}
-
/*  End Import                                                                        */
+
.icon
-
/***************************************************************************************/
+
{
 +
    display: inline-block;
 +
    background-size: 16px;
 +
    background-repeat: no-repeat;
 +
    padding-left: 20px;
 +
    min-height: 16px;
 +
    line-height: 22px;
 +
    background-position: center left;
 +
}
-
/*-----------------------*/
+
.icon.icon-right
-
/* Add Image Links Below */
+
{
-
/*-----------------------*/
+
    padding-left: 0 !important;
 +
    padding-right: 16px;
 +
    background-position: center right;
 +
}
-
/*CR Image Link Definition
+
.icon.icon-alien
-
*
+
{
-
* In Wiki Call with this line:
+
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/button-alien.png");
-
*
+
}
-
*  <div class="img_CR">[[Credits|&nbsp;]]</div>
+
-
*
+
-
*/
+
-
/*.img_CR a {
+
.icon.icon-energy
-
*  width:135px;
+
{
-
height:135px;
+
    color: white;
-
*  display:block;
+
    background-size: 13px;
-
*  text-decoration:none;
+
    min-height: 15px;
-
background-image: url("http://galaxylegion-erismedia.netdna-ssl.com/galaxylegion/images/icons/credits.png")  
+
    vertical-align: middle;
-
*}
+
    line-height: 15px;
-
*/
+
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/energy.png");
 +
}
-
/*"http://galaxylegion-erismedia.netdna-ssl.com/galaxylegion/images/icons/credits.png"*/
+
.icon.icon-experience
 +
{
 +
    color: white;
 +
    background-size: 13px;
 +
    min-height: 15px;
 +
    vertical-align: middle;
 +
    line-height: 15px;
 +
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/xp.png");
 +
}
-
.image200px img { width: 200px; }
+
.icon.icon-artifact
-
.imagecr img { background: url("http://galaxylegion-erismedia.netdna-ssl.com/galaxylegion/images/icons/credits.png") stretch no-repeat left top; }
+
{
 +
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/special/artifact.png");
 +
    background-size: 14px;
 +
    padding-left: 20px;
 +
}
-
div.img_CR a {
+
.icon.icon-zone
-
  width:135;
+
{
-
  height:135;
+
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/influence.png");
-
  background: url("http://galaxylegion-erismedia.netdna-ssl.com/galaxylegion/images/icons/credits.png") stretch no-repeat left top;
+
    background-size: 14px;
 +
    padding-left: 20px;
}
}
-
.image1000px img { width: 1000px; }
+
.icon.icon-material-influence
-
 
+
{
-
div.image1000px img { width: 1000px; }
+
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/influence.png");
-
 
+
    background-size: 14px;
-
a.image { background: url("http://galaxylegion-erismedia.netdna-ssl.com/galaxylegion/images/icons/credits.png"; width:200px; height:300px; display:block; cursor:pointer; }
+
    padding-left: 20px;
-
 
+
}
-
 
+
-
.imagelink_wikilogo a {
+
span.icon + span.icon
-
  width:135px;
+
{
-
  height:135px;
+
  padding-left: 8px;
-
  display:block;
+
-
  text-decoration:none;
+
-
  background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png")
+
}
}
-
 
+
.infobox
-
 
+
{
-
/*-----------------------*/
+
    float: right;
-
/* Add Image Links Above */
+
    margin-left: 1.6em;
-
/*-----------------------*/
+
    margin-bottom: 2em;
-
 
+
    border-radius: 0.4em;
-
 
+
    border: solid 1px #1e1e1e;
-
 
+
     max-width: 270px;
-
 
+
     overflow: hidden;
-
 
+
    background: rgb(0 0 0 / 33%);
-
/* <pre><nowiki> */
+
-
 
+
-
/* Edit window toolbar */
+
-
#toolbar {
+
-
     height: 22px;
+
-
     margin-bottom: 6px;
+
}
}
-
/* Margins for <ol> and <ul> */
+
.infobox .header
-
#content ol, #content ul,
+
{
-
#mw_content ol, #mw_content ul {
+
    font-size: 1.04em;
-
  margin-bottom: 0.5em;
+
    font-weight: bold;
 +
    padding: 0.8em;
 +
    text-align: center;
 +
    background-color: #090909;
}
}
-
/* Make the list of references in [[Template:Reflist]] smaller */
+
.infobox .image-container
-
.references-small {  
+
{
-
     font-size: 90%;
+
     position: relative;
 +
    max-width: 16em;
 +
    margin-left: auto;
 +
    margin-top: 1em;
 +
    margin-right: auto;
 +
    padding: 0 1.4em;
 +
    text-align: center;
}
}
-
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
+
.infobox .image-container img
-
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
+
{
-
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
+
     max-width: inherit;
-
/* Please ignore any validator errors caused by these two lines */
+
     height: auto;
-
.references-2column {
+
-
     font-size: 90%;
+
-
     -moz-column-count: 2;
+
-
    column-count: 2;
+
}
}
-
/* Highlight clicked reference in blue to help navigation */
+
.infobox .image-container-zone
-
ol.references > li:target,
+
{
-
sup.reference:target,
+
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/influence.png");
-
cite:target {
+
    background-repeat: no-repeat;
-
     background-color: #DEF;
+
    background-position: center center;
 +
     background-size: contain;
 +
    opacity: 0.8;
}
}
-
/* Ensure refs in table headers and the like aren't bold or italic */
+
.infobox .content
-
sup.reference {
+
{
-
     font-weight: normal;
+
     padding: 0.6em;
-
    font-style: normal;
+
}
}
-
 
+
.infobox dt
-
/* Styling for citations */
+
{
-
cite {
+
     float: left;
-
     font-style: normal;
+
    text-align: right;
-
     word-wrap: break-word;
+
     width: 70px;
 +
    line-height: 1.4em;
 +
    font-weight: 700;
 +
    clear: left;
 +
    margin: 0 -2px 0 0;
 +
    padding: 2px 8px 2px 3px
}
}
-
/* For linked citation numbers and document IDs, where
+
.infobox dd
-
  the number need not be shown on a screen or a handheld,
+
{
-
  but should be included in the printed version
+
    float: left;
-
*/
+
    width: 120px;
-
@media screen, handheld, projection {
+
    font-weight: 400;
-
     cite *.printonly {
+
     line-height: 1.4em;
-
        display: none;
+
    border-left: 2px solid #4c4c4c;
-
     }
+
     margin: 0;
 +
    padding: 2px 7px
}
}
-
/* wikitable/wikitable class for skinning normal tables */
+
/**
-
table.wikitable,
+
* TOC styling
-
table.wikitable {
+
*/
-
     margin: 1em 1em 1em 0;
+
#toc
-
     background: #f9f9f9;
+
{
-
     border: 1px #aaa solid;
+
     background-color: #25252529;
-
     border-collapse: collapse;
+
     padding: 0.3em 1em;
 +
     border: solid 1px #252525;
 +
     margin-top: 4em;
}
}
-
.wikitable th, .wikitable td,
+
 
-
.wikitable th, .wikitable td {
+
#toctitle
-
    border: 1px #aaa solid;
+
{
-
    padding: 0.2em;
+
-
}
+
-
.wikitable th,
+
-
.wikitable th {
+
-
    background: #f2f2f2;
+
     text-align: center;
     text-align: center;
}
}
-
.wikitable caption,
+
 
-
.wikitable caption {
+
#toctitle h2
-
     font-weight: bold;
+
{
 +
    display: inline;
 +
     font-size: inherit;
 +
    border: none;
}
}
-
/* Default skin for navigation boxes */
+
#toc ul
-
table.navbox {           /* Navbox container style */
+
{
-
  border: 1px solid #aaa;
+
    list-style-type: none;
-
  width: 100%;  
+
    padding: 0;
-
  margin: auto;
+
    line-height: 1em;
-
  clear: both;
+
    margin-top: 0.6em;
-
  font-size: 88%;
+
    margin-bottom: 0.6em;
-
  text-align: center;
+
-
  padding: 1px;
+
}
}
-
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
+
 
-
  margin-top: -1px;           /* (doesn't work for IE6, but that's okay)      */
+
#toc ul ul
 +
{
 +
    margin-left: 1.4em;
}
}
-
.navbox-title,
+
 
-
.navbox-abovebelow,
+
.toc ul li
-
table.navbox th {
+
{
-
  text-align: center;      /* Title and above/below styles */
+
    padding: 0;
-
  padding-left: 1em;
+
-
  padding-right: 1em;
+
}
}
-
.navbox-group {            /* Group style */
+
 
-
  white-space: nowrap;
+
li + li
-
  text-align: right;
+
{
-
  font-weight: bold;
+
    margin-top: 0.4em;
-
  padding-left: 1em;
+
-
  padding-right: 1em;
+
}
}
-
.navbox, .navbox-subgroup {
+
 
-
  background: #fdfdfd;     /* Background color */
+
dl + dl
 +
{
 +
    margin-top: 0.6em;
}
}
-
.navbox-list {
+
 
-
  border-color: #fdfdfd;  /* Must match background color */
+
dt ul li
-
}
+
{
-
.navbox-title,
+
     margin-top: 0;
-
table.navbox th {
+
-
  background: #ccccff;     /* Level 1 color */
+
-
}
+
-
.navbox-abovebelow,
+
-
.navbox-group,
+
-
.navbox-subgroup .navbox-title {
+
-
  background: #ddddff;    /* Level 2 color */
+
-
}
+
-
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
+
-
  background: #e6e6ff;    /* Level 3 color */
+
-
}
+
-
.navbox-even {
+
-
  background: #f7f7f7;    /* Even row striping */
+
-
}
+
-
.navbox-odd {
+
-
  background: transparent; /* Odd row striping */
+
}
}
-
.collapseButton {         /* 'show'/'hide' buttons created dynamically */
+
.table
-
    float: right;          /* by the CollapsibleTables javascript in    */
+
{
-
    font-weight: normal;  /* [[MediaWiki:Common.js]]are styled here    */
+
      
-
    text-align: right;    /* so they can be customised.                */
+
-
     width: auto;
+
}
}
-
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
 
-
    width: 6em;            /* the vde links from [[Template:Tnavbar]],  */
 
-
}                          /* so they need to be the same width.        */
 
-
 
+
.table.table-info
-
/* Infobox template style */
+
{
-
.infobox {
+
     background: #030303b0;
-
    border: 1px solid #aaa;
+
     overflow: hidden;
-
     background-color: #f9f9f9;
+
-
     color: black;
+
-
    margin: 0.5em 0 0.5em 1em;
+
-
    padding: 0.2em;
+
-
    float: right;
+
-
    clear: right;
+
-
}
+
-
.infobox td,
+
-
.infobox th {
+
-
    vertical-align: top;
+
-
}
+
-
.infobox caption {
+
-
    font-size: larger;
+
-
}
+
-
.infobox.bordered {
+
     border-collapse: collapse;
     border-collapse: collapse;
-
}
 
-
.infobox.bordered td,
 
-
.infobox.bordered th {
 
-
    border: 1px solid #aaa;
 
-
}
 
-
.infobox.bordered .borderless td,
 
-
.infobox.bordered .borderless th {
 
-
    border: 0;
 
}
}
-
.infobox.sisterproject {
+
table.table-info td
-
     width: 20em;
+
{
-
    font-size: 90%;
+
     text-align: center;
}
}
-
.infobox.standard-talk {
+
table.table-info th,
-
    border: 1px solid #c0c090;
+
table.table-info td
-
    background-color: #f8eaba;
+
{
-
}
+
     padding: 0.2em 0.4em;
-
.infobox.standard-talk.bordered td,
+
-
.infobox.standard-talk.bordered th {
+
-
     border: 1px solid #c0c090;
+
}
}
-
/* styles for bordered infobox with merged rows */
+
.table.table-info tr:nth-child(1) th,
-
.infobox.bordered .mergedtoprow td,
+
.table.table-info tr th:nth-child(1)
-
.infobox.bordered .mergedtoprow th {
+
{
-
     border: 0;
+
     background: #4444444d;
-
    border-top: 1px solid #aaa;
+
     text-align: center;
-
     border-right: 1px solid #aaa;
+
}
}
-
.infobox.bordered .mergedrow td,
+
.table.table-info tbody tr th:nth-child(1)
-
.infobox.bordered .mergedrow th {
+
{
-
     border: 0;
+
     text-align: right;
-
    border-right: 1px solid #aaa;
+
}
}
-
/* Styles for geography infoboxes, eg countries,
+
.table-ship-designs
-
  country subdivisions, cities, etc.           */
+
{
-
.infobox.geography {
+
     table-layout: fixed;
-
     text-align: left;
+
     border-collapse: collapse;
     border-collapse: collapse;
-
    line-height: 1.2em;
 
-
    font-size: 90%;
 
}
}
-
.infobox.geography  td,
+
.table-ship-designs td
-
.infobox.geography  th {
+
{
-
    border-top: solid 1px #aaa;
+
     padding: 1em;
-
     padding: 0.4em 0.6em 0.4em 0.6em;
+
}
}
-
.infobox.geography .mergedtoprow td,
+
 
-
.infobox.geography .mergedtoprow th {
+
.table-ship-designs img
-
     border-top: solid 1px #aaa;
+
{
-
    padding: 0.4em 0.6em 0.2em 0.6em;
+
     max-width: 80%;
}
}
-
.infobox.geography .mergedrow td,
+
html
-
.infobox.geography .mergedrow th {
+
{
-
     border: 0;
+
     font-size: 100% !important;
-
    padding: 0 0.6em 0.2em 0.6em;
+
}
}
-
.infobox.geography .mergedbottomrow td,
+
.skin-pixeled body
-
.infobox.geography .mergedbottomrow th {
+
{
-
     border-top: 0;
+
     font-size: 90%;
-
     border-bottom: solid 1px #aaa;
+
     color: #ebebeb;
-
    padding: 0 0.6em 0.4em 0.6em;
+
}
}
-
.infobox.geography .maptable td,
+
.skin-pixeled h1,
-
.infobox.geography .maptable th {
+
.skin-pixeled h2
-
     border: 0;
+
{
 +
     margin-top: 1.2em;
 +
    margin-bottom: 0.4em;
     padding: 0;
     padding: 0;
 +
    line-height: 175%;
 +
    border-bottom: solid #353535 1px;
 +
    overflow: hidden;
}
}
-
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
+
 
-
.redirect-in-category, .allpagesredirect {
+
.skin-pixeled h3,
-
     font-style: italic;
+
.skin-pixeled h4,
 +
.skin-pixeled h5,
 +
.skin-pixeled h6
 +
{
 +
     margin-top: 1.6em;
 +
    margin-bottom: 0.4em;
 +
    padding: 0;
 +
    overflow: hidden;
}
}
-
/* Icons for medialist templates [[Template:Listen]],
+
.skin-pixeled dt
-
  [[Template:Multi-listen_start]], [[Template:Video]],
+
{
-
  [[Template:Multi-video_start]]
+
     font-weight: bold;
-
*/
+
-
div.listenlist {
+
-
     background:
+
-
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
+
-
    padding-left: 40px;
+
}
}
-
/* Style rules for media list templates */
+
.skin-pixeled dt ul
-
div.medialist {
+
{
-
    min-height: 50px;
+
     font-weight: normal;
-
    margin: 1em;
+
-
     background-position: top left;
+
-
    background-repeat: no-repeat;
+
}
}
-
div.medialist ul {
+
 
-
    list-style-type: none;
+
.skin-pixeled h1.firstHeading
-
    list-style-image: none;
+
{
-
     margin: 0;
+
     margin-top: 0;
}
}
-
div.medialist ul li {
+
 
-
    padding-bottom: 0.5em;
+
.skin-pixeled .mw-headline
-
}
+
{
-
div.medialist ul li li {
+
     float: left;
-
     font-size: 91%;
+
-
    padding-bottom: 0;
+
}
}
-
/* Change the external link icon to an Adobe icon for all PDF files
+
.skin-pixeled h2 .editsection
-
  in browsers that support these CSS selectors, like Mozilla and Opera */
+
{
-
#bodyContent a[href$=".pdf"].external,
+
    display: inline-block;
-
#bodyContent a[href*=".pdf?"].external,
+
 
-
#bodyContent a[href*=".pdf#"].external,
+
    float: none;
-
#bodyContent a[href$=".PDF"].external,
+
   
-
#bodyContent a[href*=".PDF?"].external,
+
    margin-left: 0.8em;
-
#bodyContent a[href*=".PDF#"].external,
+
 
-
#mw_content  a[href$=".pdf"].external,
+
     font-size: 0.62em;
-
#mw_content  a[href*=".pdf?"].external,
+
     vertical-align: middle;
-
#mw_content  a[href*=".pdf#"].external,
+
-
#mw_content  a[href$=".PDF"].external,
+
-
#mw_content  a[href*=".PDF?"].external,
+
-
#mw_content  a[href*=".PDF#"].external {
+
-
     background:  
+
-
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
+
-
        center right no-repeat;
+
-
     padding-right: 16px;
+
}
}
-
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
+
.skin-pixeled h2 .editsection a
-
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
{
-
#bodyContent span.PDFlink a,
+
     margin: 0 1px;
-
#mw_content span.PDFlink a {
+
-
     background:
+
-
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
+
-
        center right no-repeat;
+
-
    padding-right: 17px;
+
}
}
-
/* Remove link styling. Already defined in monobook
+
.skin-pixeled p, dl
-
  and modern, but not defined in the other skins. Bug 18708 */
+
{
-
#bodyContent .plainlinks a {
+
    margin-top: 0.8em;
-
     background: none !important;
+
    margin-bottom: 0.8em;
-
     padding: 0 !important;
+
     line-height: 1.5em;
 +
     padding: 0;
}
}
-
/* Content in columns with CSS instead of tables [[Template:Columns]] */
+
.skin-pixeled .topPost div.topContent a
-
div.columns-2 div.column {
+
{
-
    float: left;
+
     color: #1bbce2;
-
    width: 50%;
+
     text-decoration: none;
-
    min-width: 300px;
+
-
}
+
-
div.columns-3 div.column {
+
-
    float: left;
+
-
    width: 33.3%;
+
-
    min-width: 200px;
+
-
}
+
-
div.columns-4 div.column {
+
-
     float: left;
+
-
    width: 25%;
+
-
    min-width: 150px;
+
-
}
+
-
div.columns-5 div.column {
+
-
    float: left;
+
-
    width: 20%;
+
-
     min-width: 120px;
+
}
}
-
/* Make sure that "external references" from templates like [[Template:Ref]]
+
.skin-pixeled .topPost div.topContent a.new
-
  do not get URL expansion, not even when printed. The anchor itself has
+
{
-
  class "external autonumber" and the url expansion is inserted when printing
+
     color: #CC2200;
-
  (see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the
+
-
  ":after" pseudo-element.
+
-
*/
+
-
.nourlexpansion a.external.text:after,
+
-
.nourlexpansion a.external.autonumber:after {
+
-
     display: none !important;
+
}
}
-
/* Messagebox templates */
+
.skin-pixeled #main
-
.messagebox {
+
{
-
    border: 1px solid #aaa;
+
     margin: 0;
-
    background-color: #f9f9f9;
+
     width: auto;
-
    width: 80%;
+
-
    margin: 0 auto 1em auto;
+
-
    padding: .2em;
+
-
}
+
-
.messagebox.merge {
+
-
    border: 1px solid #c0b8cc;
+
-
    background-color: #f0e5ff;
+
-
    text-align: center;
+
-
}
+
-
.messagebox.cleanup {
+
-
    border: 1px solid #9f9fff;
+
-
    background-color: #efefff;
+
-
    text-align: center;
+
-
}
+
-
.messagebox.standard-talk {
+
-
    border: 1px solid #c0c090;
+
-
    background-color: #f8eaba;
+
-
     margin: 4px auto;
+
-
}
+
-
/* For old WikiProject banners inside banner shells. */
+
-
.mbox-inside .standard-talk,
+
-
.messagebox.nested-talk {
+
-
    border: 1px solid #c0c090;
+
-
    background-color: #f8eaba;
+
-
    width: 100%;
+
-
    margin: 2px 0;
+
-
    padding: 2px;
+
-
}
+
-
.messagebox.small {
+
-
     width: 238px;
+
-
    font-size: 85%;
+
-
    float: right;
+
-
    clear: both;
+
-
    margin: 0 0 1em 1em;
+
-
    line-height: 1.25em;
+
-
}
+
-
.messagebox.small-talk {
+
-
    width: 238px;
+
-
    font-size: 85%;
+
-
    float: right;
+
-
    clear: both;
+
-
    margin: 0 0 1em 1em;
+
-
    line-height: 1.25em;
+
-
    background: #F8EABA;
+
}
}
-
 
+
.skin-pixeled #contentwrapper
-
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
{
-
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
+
     padding: 0 1em;
-
    border: none;
+
-
    padding: 0.25em 0.9em;      /* 0.9em left/right */
+
-
    width: 100%;    /* Make all mboxes the same width regardless of text length */
+
-
}
+
-
td.mbox-image {                 /* The left image cell */
+
-
    border: none;
+
-
     padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
+
-
    text-align: center;
+
-
}
+
-
td.mbox-imageright {            /* The right image cell */
+
-
    border: none;
+
-
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
+
-
    text-align: center;
+
-
}
+
-
td.mbox-empty-cell {        /* An empty narrow cell */
+
-
    border: none;
+
-
    padding: 0px;
+
-
    width: 1px;
+
}
}
-
/* Article message box styles */
+
.skin-pixeled .topPost div.topContent ul,  
-
table.ambox {
+
.skin-pixeled .topPost div.topContent ol
-
    margin: 0px 10%;  /* 10% = Will not overlap with other elements */
+
{
-
    border: 1px solid #aaa;
+
     margin: 0;
-
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
+
     padding: 0 0 0 24px;
-
    background: #fbfbfb;
+
-
}
+
-
table.ambox + table.ambox {  /* Single border between stacked boxes. */
+
-
    margin-top: -1px;
+
-
}
+
-
.ambox th.mbox-text,  
+
-
.ambox td.mbox-text {            /* The message body cell(s) */
+
-
    padding: 0.25em 0.5em;      /* 0.5em left/right */
+
-
}
+
-
.ambox td.mbox-image {           /* The left image cell */
+
-
     padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
+
-
}
+
-
.ambox td.mbox-imageright {      /* The right image cell */
+
-
     padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
+
}
}
-
table.ambox-notice {
+
/**
-
    border-left: 10px solid #1e90ff;    /* Blue */
+
* Specific styling
-
}
+
*/
-
table.ambox-speedy {
+
.skin-pixeled.page-Main_Page h1#firstHeading
-
    border-left: 10px solid #b22222;    /* Red */
+
{
-
    background: #fee;                  /* Pink */
+
     display: none;
-
}
+
-
table.ambox-delete {
+
-
    border-left: 10px solid #b22222;    /* Red */
+
-
}
+
-
table.ambox-content {
+
-
    border-left: 10px solid #f28500;    /* Orange */
+
-
}
+
-
table.ambox-style {
+
-
     border-left: 10px solid #f4c430;   /* Yellow */
+
-
}
+
-
table.ambox-move {
+
-
    border-left: 10px solid #9932cc;    /* Purple */
+
-
}
+
-
table.ambox-protection {
+
-
    border-left: 10px solid #bba;      /* Gray-gold */
+
}
}
-
/* Image message box styles */
+
/** Diff */
-
table.imbox {
+
 
-
    margin: 4px 10%;
+
#wikiDiff
-
    border-collapse: collapse;
+
{
-
    border: 3px solid #1e90ff;    /* Default "notice" blue */
+
     margin-bottom: 2em;
-
    background: #fbfbfb;
+
-
}
+
-
.imbox .mbox-text .imbox {   /* For imboxes inside imbox-text cells. */
+
-
     margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
+
-
}
+
-
.mbox-inside .imbox {    /* For imboxes inside other templates. */
+
-
    margin: 4px;
+
}
}
-
table.imbox-notice {
+
td.diff-addedline,
-
    border: 3px solid #1e90ff;    /* Blue */
+
td.diff-deletedline,
-
}
+
td.diff-context
-
table.imbox-speedy {
+
{
-
    border: 3px solid #b22222;    /* Red */
+
     padding-left: 0.4em;
-
    background: #fee;            /* Pink */
+
-
}
+
-
table.imbox-delete {
+
-
    border: 3px solid #b22222;    /* Red */
+
-
}
+
-
table.imbox-content {
+
-
     border: 3px solid #f28500;    /* Orange */
+
-
}
+
-
table.imbox-style {
+
-
    border: 3px solid #f4c430;    /* Yellow */
+
-
}
+
-
table.imbox-move {
+
-
    border: 3px solid #9932cc;   /* Purple */
+
-
}
+
-
table.imbox-protection {
+
-
    border: 3px solid #bba;      /* Gray-gold */
+
-
}
+
-
table.imbox-license {
+
-
    border: 3px solid #88a;      /* Dark gray */
+
-
    background: #f7f8ff;          /* Light gray */
+
-
}
+
-
table.imbox-featured {
+
-
    border: 3px solid #cba135;    /* Brown-gold */
+
}
}
-
/* Category message box styles */
+
.skin-pixeled table.diff
-
table.cmbox {
+
{
-
     margin: 3px 10%;
+
     width: 100%;
 +
    background: rgb(0 0 0 / 77%);
 +
    border-radius: 0.6em;
     border-collapse: collapse;
     border-collapse: collapse;
-
    border: 1px solid #aaa;
 
-
    background: #DFE8FF;    /* Default "notice" blue */
 
}
}
-
table.cmbox-notice {
+
.skin-pixeled table.diff + hr
-
     background: #D8E8FF;   /* Blue */
+
{
 +
     display: none;
}
}
-
table.cmbox-speedy {
+
 
-
     margin-top: 4px;
+
.skin-pixeled table.diff td
-
    margin-bottom: 4px;
+
{
-
    border: 4px solid #b22222;    /* Red */
+
     padding: auto;
-
    background: #FFDBDB;         /* Pink */
+
}
}
-
table.cmbox-delete {
+
 
-
    background: #FFDBDB;    /* Red */
+
.skin-pixeled table.diff td[colspan="2"]:not([class])
-
}
+
{
-
table.cmbox-content {
+
     color: white;
-
    background: #FFE7CE;    /* Orange */
+
     content: "Added";
-
}
+
     background: #0f0f0f;
-
table.cmbox-style {
+
-
     background: #FFF9DB;   /* Yellow */
+
-
}
+
-
table.cmbox-move {
+
-
     background: #E4D8FF;   /* Purple */
+
-
}
+
-
table.cmbox-protection {
+
-
     background: #EFEFE1;   /* Gray-gold */
+
}
}
-
/* Other pages message box styles */
+
.skin-pixeled .diffchange
-
table.ombox {
+
{
-
    margin: 4px 10%;
+
     color: inherit;
-
    border-collapse: collapse;
+
-
    border: 1px solid #aaa;      /* Default "notice" gray */
+
-
     background: #f9f9f9;
+
}
}
-
table.ombox-notice {
+
.skin-pixeled td.diff-otitle, td.diff-ntitle
-
    border: 1px solid #aaa;      /* Gray */
+
{
-
}
+
     background: none;
-
table.ombox-speedy {
+
-
    border: 2px solid #b22222;    /* Red */
+
-
    background: #fee;            /* Pink */
+
-
}
+
-
table.ombox-delete {
+
-
    border: 2px solid #b22222;    /* Red */
+
-
}
+
-
table.ombox-content {
+
-
    border: 1px solid #f28500;    /* Orange */
+
-
}
+
-
table.ombox-style {
+
-
    border: 1px solid #f4c430;    /* Yellow */
+
-
}
+
-
table.ombox-move {
+
-
    border: 1px solid #9932cc;    /* Purple */
+
-
}
+
-
table.ombox-protection {
+
-
    border: 2px solid #bba;      /* Gray-gold */
+
-
}
+
-
+
-
/* Talk page message box styles */
+
-
table.tmbox {
+
-
    margin: 4px 10%;
+
-
    border-collapse: collapse;
+
-
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
+
-
     background: #f8eaba;
+
-
}
+
-
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
+
-
    margin: 2px 0;              /* class ensures that this declaration overrides other */
+
-
    width: 100%;  /* For Safari and Opera */    /* styles (including mbox-small above) */
+
-
}
+
-
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
+
-
    line-height: 1.5em;          /* also "nested", so reset styles that are  */ 
+
-
    font-size: 100%;            /* set in "mbox-small" above.                */
+
}
}
-
table.tmbox-speedy {
+
.skin-pixeled td.diff-lineno
-
    border: 2px solid #b22222;    /* Red */
+
{
-
    background: #fee;            /* Pink */
+
     padding: 0.34em;
-
}
+
     background: #1d1d1d;
-
table.tmbox-delete {
+
     color: #aaaaaa;
-
    border: 2px solid #b22222;    /* Red */
+
-
}
+
-
table.tmbox-content {
+
-
     border: 2px solid #f28500;    /* Orange */
+
-
}
+
-
table.tmbox-style {
+
-
    border: 2px solid #f4c430;   /* Yellow */
+
-
}
+
-
table.tmbox-move {
+
-
     border: 2px solid #9932cc;   /* Purple */
+
-
}
+
-
table.tmbox-protection,
+
-
table.tmbox-notice {
+
-
     border: 1px solid #c0c090;   /* Gray-brown */
+
}
}
-
/* Disambig and set index box styles */
+
.skin-pixeled .diff-context
-
table.dmbox {
+
{
-
    clear: both;
+
     color: #5f5f5f;
-
    margin: 0.9em 1em;
+
     background: none;
-
    border-top: 1px solid #ccc;
+
-
    border-bottom: 1px solid #ccc;
+
-
    background: transparent;
+
-
}
+
-
+
-
/* Footer and header message box styles */
+
-
table.fmbox {
+
-
    clear: both;
+
-
    margin: 0.2em 0;
+
-
    width: 100%;
+
-
    border: 1px solid #aaa;
+
-
    background: #f9f9f9;    /* Default "system" gray */
+
-
}
+
-
table.fmbox-system {
+
-
    background: #f9f9f9;
+
-
}
+
-
table.fmbox-warning {
+
-
     border: 1px solid #bb7070; /* Dark pink */
+
-
     background: #ffdbdb;        /* Pink */
+
-
}
+
-
table.fmbox-editnotice {
+
-
    background: transparent;
+
-
}
+
-
/* Div based "warning" style fmbox messages. */
+
-
div.mw-warning-with-logexcerpt,
+
-
div.mw-lag-warn-high,
+
-
div.mw-cascadeprotectedwarning {
+
-
    clear: both;
+
-
    margin: 0.2em 0;
+
-
    border: 1px solid #bb7070;
+
-
    background: #ffdbdb;
+
-
    padding: 0.25em 0.9em;
+
-
}
+
-
/* Div based "system" style fmbox messages. Used in
+
-
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
+
-
div.mw-lag-warn-normal,
+
-
div.noarticletext,
+
-
div.fmbox-system {
+
-
    clear: both;
+
-
    margin: 0.2em 0;
+
-
    border: 1px solid #aaa;
+
-
    background: #f9f9f9;
+
-
    padding: 0.25em 0.9em;
+
}
}
-
/* These mbox-small classes must be placed after all other
+
.skin-pixeled td.diff-addedline
-
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
{
-
  they override "table.ambox + table.ambox" above. */
+
     background: rgb(0 49 14 / 50%);
-
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
+
-
    clear: right;
+
-
    float: right;
+
-
    margin: 4px 0 4px 1em;
+
-
    width: 238px;
+
-
    font-size: 88%;
+
-
    line-height: 1.25em;
+
-
}
+
-
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
+
-
     margin: 4px 1em 4px 0;
+
-
    width: 238px;
+
-
    border-collapse: collapse;
+
-
    font-size: 88%;
+
-
    line-height: 1.25em;
+
}
}
-
 
+
.skin-pixeled td.diff-deletedline
-
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
+
{
-
  The second declarations reset the styles for all browsers except
+
     background: rgb(102 0 0 / 50%);
-
  IE6, which chokes on the empty comment tags. Please copy any changes
+
-
  to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
+
-
*/
+
-
.IPA {
+
-
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
+
-
                "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
+
-
                "Arial Unicode MS", "Lucida Sans Unicode",
+
-
                "Chrysanthi Unicode";
+
-
    font-family /**/: inherit;
+
-
}
+
-
.Unicode {
+
-
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
+
-
                "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
+
-
                "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
+
-
                "Lucida Grande", "Free Sans", "Arial Unicode MS",
+
-
                "Microsoft Sans Serif", "Lucida Sans Unicode";
+
-
    font-family /**/: inherit;
+
-
}
+
-
.latinx {
+
-
     font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
+
-
    font-family /**/: inherit;
+
-
}
+
-
.polytonic {
+
-
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
+
-
                "Arial Unicode MS", "Lucida Sans Unicode",
+
-
                "Lucida Grande", Code2000;
+
-
    font-family /**/: inherit;
+
}
}
-
#wpSave {
+
.skin-pixeled td.diff-addedline .diffchange
-
     font-weight: bold;
+
{
 +
     background-color: #00ff0036;
}
}
-
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
.skin-pixeled td.diff-deletedline .diffchange
-
.hiddenStructure {
+
{
-
    display: inline ! important;
+
     color: #ffd0d0;
-
     color: #f00;  
+
     background-color: #ff000054;
-
     background-color: #0f0;
+
}
}
-
/* suppress missing interwiki image links where #ifexist cannot
+
.skin-pixeled td.diff-marker
-
  be used due to high number of requests see .hidden-redlink on
+
{
-
  http://meta.wikimedia.org/wiki/MediaWiki:Common.css
+
    padding-right: 0.3em;
-
*/
+
     color: #6c6c6c;
-
.check-icon a.new {
+
     background: #1d1d1d;
-
     display: none;  
+
-
     speak: none;
+
}
}
 +
/** End diff **/
-
/* Removes underlines from links */
+
textarea#wpTextbox1
-
.nounderlines a {  
+
{
-
     text-decoration: none;
+
     box-sizing: border-box;
 +
    background-color: #101010;
 +
    color: inherit;
 +
    padding: 0.2em;
}
}
-
/* Remove underline from IPA links */
+
small.muted
-
.IPA a:link, .IPA a:visited {
+
{
-
     text-decoration: none;
+
     color: #afafaf;
}
}
-
/* Standard Navigationsleisten, aka box hiding thingy
+
#wikiPreview > h2:first-child
-
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
{
-
div.NavFrame {
+
     display: none; /* Hides the "Preview" title that doesn't really serve us well */
-
    margin: 0;
+
-
    padding: 4px;
+
-
    border: 1px solid #aaa;
+
-
    text-align: center;
+
-
    border-collapse: collapse;
+
-
    font-size: 95%;
+
-
}
+
-
div.NavFrame + div.NavFrame {
+
-
     border-top-style: none;
+
-
    border-top-style: hidden;
+
-
}
+
-
div.NavPic {
+
-
    background-color: #fff;
+
-
    margin: 0;
+
-
    padding: 2px;
+
-
    float: left;
+
-
}
+
-
div.NavFrame div.NavHead {
+
-
    height: 1.6em;
+
-
    font-weight: bold;
+
-
    background-color: #ccf;
+
-
    position: relative;
+
-
}
+
-
div.NavFrame p {
+
-
    font-size: 100%;
+
-
}
+
-
div.NavFrame div.NavContent {
+
-
    font-size: 100%;
+
-
}
+
-
div.NavFrame div.NavContent p {
+
-
    font-size: 100%;
+
-
}
+
-
div.NavEnd {
+
-
    margin: 0;
+
-
    padding: 0;
+
-
    line-height: 1px;
+
-
    clear: both;
+
-
}
+
-
a.NavToggle {
+
-
    position: absolute;
+
-
    top: 0;
+
-
    right: 3px;
+
-
    font-weight: normal;
+
-
    font-size: 90%;
+
}
}
-
/* Coloured watchlist numbers */
+
#wikiPreview .previewnote
-
.mw-plusminus-pos { color: #006400; } /* dark green */
+
{
-
.mw-plusminus-neg { color: #8B0000; } /* dark red */
+
    padding: 1.2em;
-
 
+
    border: solid #a26900 2px;
-
.rellink,
+
     background: #4e3200;
-
.dablink {
+
     margin: 2em 0;
-
     font-style: italic;
+
-
     padding-left: 2em;
+
-
}
+
-
.rellink i,
+
-
.dablink i {
+
-
    font-style: normal;
+
}
}
-
/* Style for horizontal UL lists */
+
#wikiPreview .previewnote p
-
.horizontal ul {
+
{
-
    padding: 0;
+
     margin: 0;
     margin: 0;
}
}
-
.horizontal li {
+
 
-
    padding: 0 0.6em 0 0.4em;
+
table.table
-
    display: inline;
+
{
-
    border-right: 1px solid;
+
     border-collapse: collapse;
-
}
+
-
.horizontal li:last-child {
+
-
     border-right: none;
+
-
    padding-right: 0;
+
}
}
-
/* Allow transcluded pages to display in lists rather than a table.
+
table.table th,
-
  Compatible in Firefox; incompatible in IE6. */
+
table.table td
-
.listify td    { display: list-item; }
+
{
-
.listify tr    { display: block; }
+
     padding: 0.4em;
-
.listify table { display: block; }
+
-
 
+
-
/* Geographical coordinates defaults. See [[Template:Coord/link]]
+
-
  for how these are used. The classes "geo", "longitude", and
+
-
  "latitude" are used by the [[Geo microformat]].
+
-
*/
+
-
.geo-default, .geo-dms, .geo-dec  { display: inline; }
+
-
.geo-nondefault, .geo-multi-punct { display: none; }
+
-
.longitude, .latitude            { white-space: nowrap; }
+
-
 
+
-
/* When <div class="nonumtoc"> is used on the table of contents,
+
-
  the ToC will display without numbers */
+
-
.nonumtoc .tocnumber { display: none; }
+
-
.nonumtoc #toc ul,
+
-
.nonumtoc .toc ul {
+
-
    line-height: 1.5em;
+
-
    list-style: none;
+
-
    margin: .3em 0 0;
+
-
     padding: 0;
+
-
}
+
-
.nonumtoc #toc ul ul,
+
-
.nonumtoc .toc ul ul {
+
-
    margin: 0 0 0 2em;  
+
}
}
-
/* Allow limiting of which header levels are shown in a TOC;
+
.table.table-stats td
-
  <div class="toclimit-3">, for instance, will limit to
+
{
-
  showing ==headings== and ===headings=== but no further
+
     padding: 0.2em;
-
  (as long as there are no =headings= on the page, which
+
-
  there shouldn't be according to the MoS).
+
-
*/
+
-
.toclimit-2 .toclevel-2,
+
-
.toclimit-3 .toclevel-3,
+
-
.toclimit-4 .toclevel-4,
+
-
.toclimit-5 .toclevel-5,
+
-
.toclimit-6 .toclevel-6,
+
-
.toclimit-7 .toclevel-7 { display: none; }
+
-
 
+
-
/* Styling for Template:Quote */
+
-
blockquote.templatequote {
+
-
    margin-top: 0;
+
-
}
+
-
blockquote.templatequote div.templatequotecite {
+
-
    line-height: 1em;
+
-
    text-align: left;
+
-
     padding-left: 2em;
+
-
    margin-top: 0;
+
-
}
+
-
blockquote.templatequote div.templatequotecite cite {
+
-
    font-size: 85%;
+
}
}
-
div.user-block {
+
.table.table-stats tr th:nth-child(1)
-
     padding: 5px;
+
{
-
    border: 1px solid #A9A9A9;
+
     text-align: right;
-
     background-color: #FFEFD5;
+
     font-weight: bold;
}
}
-
/* Prevent line breaks in silly places:
+
/* specific rule to target npc/faction nav boxes */
-
  1) links when we don't want them to
+
table.nowraplinks[width="800px"]
-
  2) HTML formulae
+
{
-
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
+
     margin: auto auto;
-
*/
+
-
.nowraplinks a,
+
-
span.texhtml,
+
-
sup.reference a { white-space: nowrap; }
+
-
 
+
-
/* For template documentation */
+
-
.template-documentation {
+
-
    clear: both;
+
-
     margin: 1em 0 0 0;
+
-
    border: 1px solid #aaa;
+
-
    background-color: #ecfcf4;
+
-
    padding: 5px;
+
}
}
-
.thumbinner {
+
div#catlinks
-
     min-width: 100px;
+
{
 +
     font-size: 0.74em;
 +
    background-color: rgb(0 0 0 / 33%);
 +
    margin: 0.6em 1.2em;
 +
    border: solid 1px #0e0e0e;
 +
    border-radius: 0.4em;
 +
    color: #393939;
 +
    padding: 0.6em;
}
}
-
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
+
div#catlinks a
-
.imagemap-inline div {
+
{
-
     display: inline;
+
     color: #1bbce2;
}
}
-
/* Increase the height of the image upload box */
+
.wikitable
-
#wpUploadDescription {
+
{
-
     height: 13em;
+
     border-collapse: collapse;
 +
    table-layout: fixed;
}
}
-
/* Reduce line-height for <sup> and <sub> */
+
.wikitable.centered
-
sup, sub {
+
{
-
     line-height: 1em;
+
     text-align: center;
}
}
-
 
+
.wikitable td
-
/* The backgrounds for galleries. */
+
{
-
#content .gallerybox div.thumb {
+
     border: solid 1px #3c3c3c;
-
     background-color: #F9F9F9;  /* Light gray padding */
+
-
}
+
-
/* Put a chequered background behind images, only visible if they have transparency */
+
-
.gallerybox .thumb img,
+
-
#file img {
+
-
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
+
-
}
+
-
/* But no chequered background on articles, user pages or portals. */
+
-
.ns-0 .gallerybox .thumb img,
+
-
.ns-2 .gallerybox .thumb img,
+
-
.ns-100 .gallerybox .thumb img {
+
-
    background: white;
+
}
}
-
/* Prevent floating boxes from overlapping any category listings,
+
.wikitable th
-
  file histories, edit previews, and edit [Show changes] views */
+
{
-
#mw-subcategories, #mw-pages, #mw-category-media,
+
    background: #3c3c3c;
-
#filehistory, #wikiPreview, #wikiDiff {
+
     text-align: center;
-
     clear: both;
+
}
}
-
/* Selectively hide headers in WikiProject banners */
 
-
.wpb .wpb-header            { display: none; }
 
-
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
 
-
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
 
-
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
 
-
/* </nowiki></pre> */
+
.wikitable td,
 +
.wikitable th
 +
{
 +
    padding: 0.2em 0.4em;
 +
}

Current revision as of 17:56, 10 November 2024

#contentwrapper
{
    width: auto !important;
    float: none !important;
}

div#mw-edit-longpagewarning
{
    padding: 1.2em;
    background: #3f0000;
    border: solid 2px #bf0000;
    margin-bottom: 0.8em;
}

div#mw-edit-longpagewarning p
{
    margin: 0;
}

textarea#wpTextbox1
{
    resize: vertical;
    width: 100%;
}

.icon
{
    display: inline-block;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
    min-height: 16px;
    line-height: 22px;
    background-position: center left;
}

.icon.icon-right
{
    padding-left: 0 !important;
    padding-right: 16px;
    background-position: center right;
}

.icon.icon-alien
{
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/button-alien.png");
}

.icon.icon-energy
{
    color: white;
    background-size: 13px;
    min-height: 15px;
    vertical-align: middle;
    line-height: 15px;
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/energy.png");
}

.icon.icon-experience
{
    color: white;
    background-size: 13px;
    min-height: 15px;
    vertical-align: middle;
    line-height: 15px;
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/xp.png");
}

.icon.icon-artifact
{
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/special/artifact.png");
    background-size: 14px;
    padding-left: 20px;
}

.icon.icon-zone
{
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/influence.png");
    background-size: 14px;
    padding-left: 20px;
}

.icon.icon-material-influence
{
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/influence.png");
    background-size: 14px;
    padding-left: 20px;
}

span.icon + span.icon
{
   padding-left: 8px;
}

.infobox
{
    float: right;
    margin-left: 1.6em;
    margin-bottom: 2em;
    border-radius: 0.4em;
    border: solid 1px #1e1e1e;
    max-width: 270px;
    overflow: hidden;
    background: rgb(0 0 0 / 33%);
}

.infobox .header
{
    font-size: 1.04em;
    font-weight: bold;
    padding: 0.8em;
    text-align: center;
    background-color: #090909;
}

.infobox .image-container
{
    position: relative;
    max-width: 16em;
    margin-left: auto;
    margin-top: 1em;
    margin-right: auto;
    padding: 0 1.4em;
    text-align:  center;
}

.infobox .image-container img
{
    max-width: inherit;
    height: auto;
}

.infobox .image-container-zone
{
    background-image: url("https://galaxylegion1-1faae.kxcdn.com/images/icons/influence.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.8;
}

.infobox .content
{
    padding: 0.6em;
}

.infobox dt
{
    float: left;
    text-align: right;
    width: 70px;
    line-height: 1.4em;
    font-weight: 700;
    clear: left;
    margin: 0 -2px 0 0;
    padding: 2px 8px 2px 3px
}

.infobox dd
{
    float: left;
    width: 120px;
    font-weight: 400;
    line-height: 1.4em;
    border-left: 2px solid #4c4c4c;
    margin: 0;
    padding: 2px 7px
}


/**
 * TOC styling
 */
#toc
{
    background-color: #25252529;
    padding: 0.3em 1em;
    border: solid 1px #252525;
    margin-top: 4em;
}

#toctitle
{
    text-align: center;
}

#toctitle h2 
{
    display: inline;
    font-size: inherit;
    border: none;
}

#toc ul
{
    list-style-type: none;
    padding: 0;
    line-height: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

#toc ul ul
{
    margin-left: 1.4em;
}

.toc ul li
{
    padding: 0;
}

li + li
{
    margin-top: 0.4em;
}

dl + dl
{
    margin-top: 0.6em;
}

dt ul li
{
    margin-top: 0;
}

.table
{
    
}

.table.table-info
{
    background: #030303b0;
    overflow: hidden;
    border-collapse: collapse;
}

table.table-info td
{
    text-align: center;
}

table.table-info th,
table.table-info td
{
    padding: 0.2em 0.4em;
}

.table.table-info tr:nth-child(1) th,
.table.table-info tr th:nth-child(1)
{
    background: #4444444d;
    text-align: center;
}

.table.table-info tbody tr th:nth-child(1)
{
    text-align: right;
}

.table-ship-designs
{
    table-layout: fixed;
    border-collapse: collapse;
}

.table-ship-designs td
{
    padding: 1em;
}

.table-ship-designs img
{
    max-width: 80%;
}

html
{
    font-size: 100% !important;
}

.skin-pixeled body
{
    font-size: 90%;
    color: #ebebeb;
}

.skin-pixeled h1,
.skin-pixeled h2
{
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    padding: 0;
    line-height: 175%;
    border-bottom: solid #353535 1px;
    overflow: hidden;
}


.skin-pixeled h3,
.skin-pixeled h4,
.skin-pixeled h5,
.skin-pixeled h6
{
    margin-top: 1.6em;
    margin-bottom: 0.4em;
    padding: 0;
    overflow: hidden;
}

.skin-pixeled dt
{
    font-weight: bold;
}

.skin-pixeled dt ul
{
    font-weight: normal;
}

.skin-pixeled h1.firstHeading
{
    margin-top: 0;
}

.skin-pixeled .mw-headline
{
    float: left;
}

.skin-pixeled h2 .editsection
{
    display: inline-block;

    float: none;
    
    margin-left: 0.8em;

    font-size: 0.62em;
    vertical-align: middle;
}

.skin-pixeled h2 .editsection a
{
    margin: 0 1px;
}

.skin-pixeled p, dl
{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    line-height: 1.5em;
    padding: 0;
}

.skin-pixeled .topPost div.topContent a
{
    color: #1bbce2;
    text-decoration: none;
}

.skin-pixeled .topPost div.topContent a.new
{
    color: #CC2200;
}

.skin-pixeled #main
{
    margin: 0;
    width: auto;
}

.skin-pixeled #contentwrapper
{
    padding: 0 1em;
}

.skin-pixeled .topPost div.topContent ul, 
.skin-pixeled .topPost div.topContent ol
{
    margin: 0;
    padding: 0 0 0 24px;
}

/**
* Specific styling
*/
.skin-pixeled.page-Main_Page h1#firstHeading
{
    display: none;
}

/** Diff */

#wikiDiff
{
    margin-bottom: 2em;
}

td.diff-addedline, 
td.diff-deletedline,
td.diff-context
{
    padding-left: 0.4em;
}

.skin-pixeled table.diff
{
    width: 100%;
    background: rgb(0 0 0 / 77%);
    border-radius: 0.6em;
    border-collapse: collapse;
}

.skin-pixeled table.diff + hr
{
    display: none;
}

.skin-pixeled table.diff td
{
    padding: auto;
}

.skin-pixeled table.diff td[colspan="2"]:not([class])
{
    color: white;
    content: "Added";
    background: #0f0f0f;
}

.skin-pixeled .diffchange
{
    color: inherit;
}

.skin-pixeled td.diff-otitle, td.diff-ntitle
{
    background: none;
}

.skin-pixeled td.diff-lineno
{
    padding: 0.34em;
    background: #1d1d1d;
    color: #aaaaaa;
}

.skin-pixeled .diff-context
{
    color: #5f5f5f;
    background: none;
}

.skin-pixeled td.diff-addedline
{
    background: rgb(0 49 14 / 50%);
}

.skin-pixeled td.diff-deletedline
{
    background: rgb(102 0 0 / 50%);
}

.skin-pixeled td.diff-addedline .diffchange
{
    background-color: #00ff0036;
}

.skin-pixeled td.diff-deletedline .diffchange
{
    color: #ffd0d0;
    background-color: #ff000054;
}

.skin-pixeled td.diff-marker
{
    padding-right: 0.3em;
    color: #6c6c6c;
    background: #1d1d1d;
}
/** End diff **/

textarea#wpTextbox1 
{
    box-sizing: border-box;
    background-color: #101010;
    color: inherit;
    padding: 0.2em;
}

small.muted
{
    color: #afafaf;
}

#wikiPreview > h2:first-child
{
    display: none; /* Hides the "Preview" title that doesn't really serve us well */
}

#wikiPreview .previewnote
{
    padding: 1.2em;
    border: solid #a26900 2px;
    background: #4e3200;
    margin:  2em 0;
}

#wikiPreview .previewnote p
{
    margin: 0;
}

table.table
{
    border-collapse: collapse;
}

table.table th,
table.table td
{
    padding: 0.4em;
}

.table.table-stats td
{
    padding: 0.2em;
}

.table.table-stats tr th:nth-child(1)
{
    text-align: right;
    font-weight: bold;
}

/* specific rule to target npc/faction nav boxes */
table.nowraplinks[width="800px"]
{
    margin: auto auto;
}

div#catlinks
{
    font-size: 0.74em;
    background-color: rgb(0 0 0 / 33%);
    margin: 0.6em 1.2em;
    border: solid 1px #0e0e0e;
    border-radius: 0.4em;
    color: #393939;
    padding: 0.6em;
}

div#catlinks a
{
    color: #1bbce2;
}

.wikitable
{
    border-collapse: collapse;
    table-layout: fixed;
}

.wikitable.centered
{
    text-align: center;
}

.wikitable td
{
    border: solid 1px #3c3c3c;
}

.wikitable th
{
    background: #3c3c3c;
    text-align: center;
}


.wikitable td,
.wikitable th
{
    padding: 0.2em 0.4em;
}

Looking for something?

Use the form below to search the wiki:

 

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!