Exo-Force Wiki
 
No edit summary
Line 1: Line 1:
 
/***** CSS placed here will be applied to all skins on the entire site. *****/
 
/***** CSS placed here will be applied to all skins on the entire site. *****/
  +
/* See also: [[MediaWiki:Monobook.css]] */
  +
/* <pre><nowiki> */
   
  +
//* Bold 'edit this page' link to encourage newcomers */
−
/* Mark redirects in Special:Allpages and Special:Watchlist */
 
  +
−
.allpagesredirect {
 
  +
#ca-edit a {
−
font-style: italic;
 
  +
font-weight: bold;
−
}
 
−
.allpagesredirect:after {
 
−
color: #808080; content: " (redirect)"
 
−
}
 
−
.watchlistredir {
 
−
font-style: italic;
 
 
}
 
}
   
  +
/* Mark redirects in Special:Allpages and Special:Watchlist */
−
/* Giving headers and TOC a little extra space */
 
  +
.allpagesredirect { font-style: italic; }
−
h2 {
 
  +
.watchlistredir { font-style: italic; }
−
margin-top: 20px;
 
−
}
 
−
.toc {
 
−
margin-top: 20px;
 
−
}
 
   
 
/* Infobox template style */
 
/* Infobox template style */
Line 53: Line 46:
 
/* Forum formatting (by -Algorithm & -Splaka) */
 
/* Forum formatting (by -Algorithm & -Splaka) */
 
.forumheader {
 
.forumheader {
−
border: 1px solid #aaa;
+
border: 1px solid #aaa;
−
margin-top: 1em;
+
background-color: #f9f9f9; margin-top: 1em; padding: 12px;
−
padding: 12px;
 
 
}
 
}
 
.forumlist td.forum_edited a {
 
.forumlist td.forum_edited a {
−
color: black;
+
color: black; text-decoration: none
−
text-decoration: none;
 
 
}
 
}
 
.forumlist td.forum_title a {
 
.forumlist td.forum_title a {
−
padding-left: 20px;
+
padding-left: 20px;
 
}
 
}
 
.forumlist td.forum_title a.forum_new {
 
.forumlist td.forum_title a.forum_new {
−
font-weight: bold;
+
font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
−
background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
+
center left no-repeat; padding-left: 20px;
−
padding-left: 20px;
 
 
}
 
}
 
.forumlist td.forum_title a.forum_new:visited {
 
.forumlist td.forum_title a.forum_new:visited {
−
font-weight: normal;
+
font-weight: normal; background: none; padding-left: 20px;
−
background: none;
 
−
padding-left: 20px;
 
 
}
 
}
 
.forumlist th.forum_title {
 
.forumlist th.forum_title {
−
padding-left: 20px;
+
padding-left: 20px;
 
}
 
}
   
 
/* Recent changes byte indicators */
 
/* Recent changes byte indicators */
−
.mw-plusminus-pos {
+
.mw-plusminus-pos { color: #006500; }
−
color: #006500;
+
.mw-plusminus-neg { color: #8B0000; }
−
}
 
−
.mw-plusminus-neg {
 
−
color: #8B0000;
 
−
}
 
−  
−
/* Image frame fix */
 
−
div.tright, div.tleft {
 
−
border: 1px solid silver;
 
−
}
 
−  
−
div.thumbinner {
 
−
background: inherit;
 
−
border: none;
 
−
color: inherit;
 
−
}
 
−
#article div.thumb {
 
−
color:inherit;
 
−
}
 
   
 
/* === Babel === */
 
/* === Babel === */
Line 125: Line 95:
 
font-size:8pt;
 
font-size:8pt;
 
padding:4pt;
 
padding:4pt;
−
line-height:1.25em;
+
line-height:1.25em
 
}
 
}
   
Line 162: Line 132:
 
background-color: #C5FCDC;
 
background-color: #C5FCDC;
 
color: black;
 
color: black;
  +
}
  +
  +
/* default skin for navigation boxes */
  +
table.navbox {
  +
background-color: #f9f9f9;
  +
border: 1px solid #aaa;
  +
clear: both;
  +
font-size: 90%;
  +
margin: 1em 0em 0em;
  +
padding: 2px;
  +
text-align: center;
  +
width: 100%;
  +
}
  +
  +
table.navbox th {
  +
background-color: #ccf;
  +
padding-left: 1em;
  +
padding-right: 1em;
  +
}
  +
  +
@media print {
  +
.navbox {
  +
display: none;
  +
}
  +
}
  +
  +
table.ambox {
  +
margin: 0 10%; /* Will not overlap with other elements */
  +
border-collapse: collapse;
  +
background: #fbfbfb;
  +
border: 1px solid #aaa;
  +
border-left: 10px solid #1e90ff; /* Default "notice" blue */
  +
width: 80%;
  +
}
  +
table.ambox th.ambox-text, table.ambox td.ambox-text { /* The message body cell(s) */
  +
padding: 0.25em 0.5em; /* 0.5em left/right */
  +
width: 100%; /* Make all templates the same width regardless of text size */
  +
}
  +
table.ambox td.ambox-image { /* The left image cell */
  +
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
  +
text-align: center;
  +
}
  +
table.ambox td.ambox-imageright { /* The right image cell */
  +
padding: 2px 4px 2px 0px; /* 0px left, 4px right */
  +
text-align: center;
  +
}
  +
table.ambox-notice {
  +
border-left: 10px solid #1e90ff; /* Blue */
  +
width: 80%;
  +
/* border-right: 10px solid #1e90ff; */ /* If you want two blue bars */
  +
}
  +
table.ambox-delete,
  +
table.ambox-serious {
  +
border-left: 10px solid #dc1e1e; /* Red */
  +
width: 80%;
  +
}
  +
table.ambox-content {
  +
border-left: 10px solid #f28500; /* Orange */
  +
width: 80%;
  +
}
  +
table.ambox-style {
  +
border-left: 10px solid #f4c430; /* Yellow */
  +
width: 80%;
  +
}
  +
table.ambox-merge {
  +
border-left: 10px solid #9932cc; /* Purple */
  +
width: 80%;
  +
}
  +
table.ambox-protection {
  +
border-left: 10px solid #bba; /* Gray */
  +
width: 80%;
  +
}
  +
table.ambox.ambox-mini { /* small floating box variant */
  +
float: right;
  +
clear: right;
  +
margin: 0 0 0 1em;
  +
width: 25%;
  +
}
  +
div.ajax-poll { width:auto !important; }
  +
  +
/* ===Uncyclopedia Sporks===
  +
(http://uncyclopedia.wikia.com/wiki/MediaWiki:Common.css)
  +
For Template:USERNAME, see MediaWiki:Common.js */
  +
/* Class to force links to be underlined --Paulgb
  +
To use: <nowiki><span class="underlinelink">[[link]]</span></nowiki> <!-- Ignore the nowiki --> */
  +
.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; }
  +
  +
.hidden-workaround h2 { display: none; }
  +
  +
/* 'Hoverable' clickable buttons. All they do is change the ridge from outset to inset */
  +
/* Note: hover on non-links doesn't work in IE. Be sure not to define ridge-style in the span */
  +
/* Example: <nowiki><span class="nounderlinelink">[[Main_Page|<span class="buttonlink" style="border-width: 2px; border-color: #999999;background-color:#bbbbbb;padding:1px 5px 1px 5px;color:black;font-size:110%">Main Page</span>]]</span></nowiki> */
  +
.buttonlink { border-style: outset; }
  +
.buttonlink:active { border-style: inset; }
  +
  +
/* hide manual edit links class="editlink" in certain implementations class=noeditlink" */
  +
.noeditlink .editlink { display: none }
  +
  +
/* allows for expanding hidden sig sections (experimental) -Dawg */
  +
.sighidden { display: none }
  +
.sigexpand:hover .sighidden { display: inline }
  +
.sigclick:active .sighidden { display: inline }
  +
  +
/* </nowiki></pre> */
  +
  +
  +
/* From Wikipedia's Nav boxes */
  +
  +
/* Default skin for navigation boxes */
  +
table.navbox { /* Navbox container style */
  +
border: 1px solid #aaa;
  +
width: 100%;
  +
margin: auto;
  +
clear: both;
  +
font-size: 88%;
  +
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) */
  +
}
  +
.navbox-title,
  +
.navbox-abovebelow,
  +
table.navbox th {
  +
text-align: center; /* Title and above/below styles */
  +
padding-left: 1em;
  +
padding-right: 1em;
  +
}
  +
.navbox-group { /* Group style */
  +
white-space: nowrap;
  +
text-align: right;
  +
font-weight: bold;
  +
padding-left: 1em;
  +
padding-right: 1em;
  +
}
  +
.navbox, .navbox-subgroup {
  +
background: #fdfdfd; /* Background color */
  +
}
  +
.navbox-list {
  +
border-color: #fdfdfd; /* Must match background color */
  +
}
  +
.navbox-title,
  +
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 */
  +
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. */
  +
  +
/* luwikifront class for main page background image */
  +
.luwikifront {
  +
background: url(http://images3.wikia.nocookie.net/legouniverse/images/a/ac/Wikifront.png);
  +
background-repeat: no-repeat;
  +
background-position: center;
  +
}
  +
  +
/* Template:Game */
  +
  +
/* Monobook */
  +
.skin-monobook .gametemplate {
  +
float: right;
  +
display: none;
  +
position: relative;
  +
margin: -11px 0 0;
  +
text-align: right;
  +
overflow-y: auto;
  +
max-width: 50%;
  +
max-height: 40px;
  +
font-size: 0.9em !important;
  +
}
  +
  +
/* Oasis */
  +
.skin-oasis .gametemplate {
  +
margin: 0 -10px -10px 0;
  +
border-bottom: 1px solid #D9D9D9;
  +
text-align: right;
  +
display: none;
  +
position: relative;
  +
top: -15px;
  +
font-size: 11px !important;
  +
}
  +
  +
.skin-oasis .oasis-one-column .gametemplate {
  +
margin: 0;
  +
}
  +
  +
/* Icons */
  +
  +
.icons {
  +
position:absolute;
  +
z-index:100;
  +
right:3px;
  +
top:15px;
  +
float: right;
  +
}
  +
  +
/* Legal notice */
  +
/*--Code from unknown-Modified by Mythrun--*/
  +
  +
#luwiki_legal {
  +
font-size:8pt;
  +
text-align:center;
  +
margin:20px;
  +
border-top:thin solid silver;
  +
padding-top:10px;
  +
}
  +
  +
/*--HILITED USERNAMES LIST--*/
  +
/*--Code from COD Wiki--*/
  +
  +
/*--Mods--*/
  +
/*--a[href="/wiki/User:NAME"] { color: purple !important; font-weight:bold;}--*/
  +
  +
a[href="/wiki/User:"],
  +
a[href="/wiki/User:"],
  +
a[href="/wiki/User:"],
  +
a[href="/wiki/User:"],
  +
a[href="/wiki/User:"] { color: purple !important; font-weight:bold;}
  +
  +
/*--Admins--*/
  +
/*--a[href="/wiki/User:NAME"] { color: green !important; font-weight:bold;}--*/
   
  +
a[href="/wiki/User:ThatDevilGuy"],
−
/* remove image attribution */
 
  +
a[href="/wiki/User:"] { color: green !important; font-weight:bold;}
−
.WikiaArticle .picture-attribution {display:none;}
 
  +
  +
/*--Bureaucrats--*/
  +
/*--a[href="/wiki/User:NAME"] { color: steelblue !important; font-weight:bold;}--*/
  +
  +
a[href="/wiki/User:Rioforce"],
  +
a[href="/wiki/User:Joev14"] { color: steelblue !important; font-weight:bold;}

Revision as of 17:45, 12 March 2012

/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre><nowiki> */

//* Bold 'edit this page' link to encourage newcomers */

#ca-edit a { 
    font-weight: bold;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

@media print {
    .navbox {
        display: none;
    }
}

table.ambox {
  margin: 0 10%;                         /* Will not overlap with other elements */
  border-collapse: collapse; 
  background: #fbfbfb; 
  border: 1px solid #aaa; 
  border-left: 10px solid #1e90ff;       /* Default "notice" blue */
  width: 80%;
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
  padding: 0.25em 0.5em;              /* 0.5em left/right */
  width: 100%;                        /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image {          /* The left image cell */
  padding: 2px 0px 2px 0.5em;         /* 0.5em left, 0px right */
  text-align: center; 
}
table.ambox td.ambox-imageright {     /* The right image cell */
  padding: 2px 4px 2px 0px;           /* 0px left, 4px right */
  text-align: center; 
}
table.ambox-notice {
  border-left: 10px solid #1e90ff;       /* Blue */
  width: 80%;
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */
}
table.ambox-delete,
table.ambox-serious {
  border-left: 10px solid #dc1e1e;       /* Red */
  width: 80%;
}
table.ambox-content {
  border-left: 10px solid #f28500;       /* Orange */
  width: 80%;
}
table.ambox-style {
  border-left: 10px solid #f4c430;       /* Yellow */
  width: 80%;
}
table.ambox-merge {
  border-left: 10px solid #9932cc;       /* Purple */
  width: 80%;
}
table.ambox-protection {
  border-left: 10px solid #bba;          /* Gray */
  width: 80%;
}
table.ambox.ambox-mini {                 /* small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
div.ajax-poll { width:auto !important; }

/* ===Uncyclopedia Sporks===
(http://uncyclopedia.wikia.com/wiki/MediaWiki:Common.css)
For Template:USERNAME, see MediaWiki:Common.js */
/* Class to force links to be underlined --Paulgb
To use: <nowiki><span class="underlinelink">[[link]]</span></nowiki> <!-- Ignore the nowiki --> */
.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; }

.hidden-workaround h2 { display: none; }

/* 'Hoverable' clickable buttons. All they do is change the ridge from outset to inset */
/* Note: hover on non-links doesn't work in IE. Be sure not to define ridge-style in the span */
/* Example: <nowiki><span class="nounderlinelink">[[Main_Page|<span class="buttonlink" style="border-width: 2px; border-color: #999999;background-color:#bbbbbb;padding:1px 5px 1px 5px;color:black;font-size:110%">Main Page</span>]]</span></nowiki> */
.buttonlink { border-style: outset; }
.buttonlink:active { border-style: inset; }

/* hide manual edit links class="editlink" in certain implementations class=noeditlink" */
.noeditlink .editlink { display: none }

/* allows for expanding hidden sig sections (experimental) -Dawg */
.sighidden { display: none }
.sigexpand:hover .sighidden { display: inline }
.sigclick:active .sighidden { display: inline }

/* </nowiki></pre> */


/* From Wikipedia's Nav boxes */

/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  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)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {            /* Group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
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 */
    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.         */

/* luwikifront class for main page background image */
.luwikifront {
    background: url(http://images3.wikia.nocookie.net/legouniverse/images/a/ac/Wikifront.png);
    background-repeat: no-repeat;
    background-position: center;
 }

/* Template:Game */

/* Monobook */
.skin-monobook .gametemplate {
   float: right;
   display: none;
   position: relative;
   margin: -11px 0 0;
   text-align: right;
   overflow-y: auto;
   max-width: 50%;
   max-height: 40px;
   font-size: 0.9em !important;
}

/* Oasis */
.skin-oasis .gametemplate {
   margin: 0 -10px -10px 0;
   border-bottom: 1px solid #D9D9D9;
   text-align: right;
   display: none;
   position: relative;
   top: -15px;
   font-size: 11px !important;
}

.skin-oasis .oasis-one-column .gametemplate {
   margin: 0;
}

/* Icons */

.icons {
    position:absolute;
    z-index:100;
    right:3px;
    top:15px;
    float: right;
}

/* Legal notice */
/*--Code from unknown-Modified by Mythrun--*/

#luwiki_legal {
    font-size:8pt;
    text-align:center;
    margin:20px;
    border-top:thin solid silver;
    padding-top:10px;
}

/*--HILITED USERNAMES LIST--*/
/*--Code from COD Wiki--*/
 
/*--Mods--*/
/*--a[href="/wiki/User:NAME"] { color: purple !important; font-weight:bold;}--*/

a[href="/wiki/User:"],
a[href="/wiki/User:"],
a[href="/wiki/User:"],
a[href="/wiki/User:"],
a[href="/wiki/User:"] { color: purple !important; font-weight:bold;}
 
/*--Admins--*/ 
/*--a[href="/wiki/User:NAME"] { color: green !important; font-weight:bold;}--*/

a[href="/wiki/User:ThatDevilGuy"],
a[href="/wiki/User:"] { color: green !important; font-weight:bold;}
 
/*--Bureaucrats--*/
/*--a[href="/wiki/User:NAME"] { color: steelblue !important; font-weight:bold;}--*/
 
a[href="/wiki/User:Rioforce"],
a[href="/wiki/User:Joev14"] { color: steelblue !important; font-weight:bold;}