Wikitroid
Register
Wikitroid
mNo edit summary
(Reverting to the way it was, as I apparently broke stuff.)
(2 intermediate revisions by the same user not shown)

Revision as of 21:46, 20 August 2014

/* 
See also: [[MediaWiki:Monobook.css]] and [[MediaWiki:Monaco.css]]

<pre><nowiki>*/

/* Small reference list */
ol.references {
   font-size: 100%;
}

/* Removes redirected link on Wikitroid namespace (hides the redirect from WT: links) */
.ns-4 #WikiaPageHeader h2 { display: none; }
 
.references-small { font-size: 90%;}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}
 
.same-bg { background: none }

/* Infobox template style */

.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 #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* COLORS FIX added by RAN1 at 16:12, March 7, 2010 (UTC) to fix infobox template problem. Updated on 01:18, May 2, 2010 (UTC) to make infobox coding mostly dependent on CSS. */
.infobox {border-collapse: collapse; color:#EEE;}
.infobox strong, .infobox th {color: white;}
.infobox th {background: #585858; border: 1px solid #aaa;-moz-box-shadow: 0 1px 3px #EEE; -webkit-box-shadow: 0 1px 3px #EEE;}
.infobox td:first-child {background: #383838; color:white;}
.infobox td[colspan="2"] {background: #000;}
.infobox td {background:#242424; border: 1px solid:#aaa;}
/* END */


/* Messagebox templates */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   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;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}
.messagebox.small {
   width: 238px;
   font-size: 85%;
   float: right;
   clear: both;
   margin: 0 0 1em 1em;
   line-height: 1.25em; 
}

/* wikitable/prettytable class for skinning normal tables */

/*table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}*/
/* 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;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

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

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccccff;
        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: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

/* Remove italics from edit summaries. */
span.comment {
	font-style: normal;
}

/* Light gray highlight on stuff */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus {
    background: #F9F9F9
}

/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
/*  color: #006500; */
  color: #00FF00; /* Modified by FastLizard4 at 7:02 23 October 2010 UTC: Make this bright green, which is more visible on the dark skin */
}

.mw-plusminus-neg {
/*  color: #8B0000; */
  color: #FF0000; /* Modified by FastLizard4 at 7:02 23 October 2010 UTC: Make this bright red, which is more visible on the dark skin */
}




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

/* Begin code for the reallife template.  <s>Stolen</s> Borrowed from Memory Alpha's MediaWiki:Common.css file (http://memory-alpha.org/en/wiki/MediaWiki:Common.css) and licensed under the CC-BY-NC 2.5 license.  For details, see http://memory-alpha.org/en/wiki/Memory_Alpha:Copyrights
Added by FastLizard4 at 04:56 13 April 2009 */
div.articletype {
	font-size: smaller;
	padding-top: 0em;
	padding-bottom: 0em;
	position: absolute;
	right: 1em;
	top: 0em;
	white-space: nowrap;
	text-align: center;
	border:1px solid orange;
/*	background-color: #222222; */
	line-height: 130%;
}

div.articletype table {
	background-color: transparent;
	float: left;
	padding: 1px; 
}
/* ***End code added by FastLizard4 at 04:56 13 April 2009 */


/***MISC TWEAKS***/

table.mw_metadata td {
	background-color: #222;
	color: #EEE;
}
div.noarticletext {
	background: #222;
	border: 1px solid #777;
	color: #EEE;
}
.TablePager, .TablePager td, .TablePager th {
	background: #222222 !important;
	border: 1px solid #555555;
	color: #FFFFFF !important;
}
/* GALLERY FIX added by RAN1 at 02:19, March 27, 2010 (UTC) to make small gallery image backgrounds transparent. */
.neutral {
background:#000;
border: 1px solid #aaa;
text-align: center;
}
.wikia-gallery-item
{
background:transparent;
}
.wikia-gallery-add {
background:#585858;
}

/* This code turns the unpatrolled exclamation points on recent changes red, like on the old skin.
   Added by FastLizard4 */

.unpatrolled {
	color: #F00;
}

/* End code added by FastLizard4 */

/* This code makes visited links a darker color compared to the normal link color.
   Added by FastLizard4 at 07:08 20 October 2010 UTC */

#WikiaArticle a:visited, table.gallery td a:visited {
	color: #954400;
}

/* Redlinks should have their own visited color, instead of using the same one as bluelinks */
#WikiaArticle a.new:visited, table.gallery td a.new:visited {
	color: #A81C00 !important;
}

/* End code added by FastLizard4 at 07:08 20 October 2010 UTC */

/* This code attempts to fix the history dropdown, setting it on top of all other page elements and giving it an opaque background.
   Added by FastLizard4 at 08:11 20 October 2010 UTC */

/*** COMMENTED OUT by FastLizard4 at 8:21 20 October 2010 UTC
**** Doesn't work in current form, and it's just making things worse.  Will work on it some more tomorrow.

#WikiaPageHeader .history * {
	z-index: 9000;
	background: #131326;
}

***/
/* End code added by FastLizard4 at 08:11 20 October 2010 UTC */

/* This code fixes the file history tables on File: description pages for the Oasis skin by giving them a dark background with white text, consistent with the rest of the wiki.
    Added by FastLizard4 at 06:02 4 February 2010 UTC */

.filehistory {
    color: #FFF;
    background: #222 !important;
}

.filehistory th, .mw_metadata th {
    color: #FFF;
    background: #7f3f00 !important;
}
/* End code added by FastLizard4 at 06:02 4 February 2010 UTC */
/***MAIN PAGE BOXES, edited to override main CSS***/
.mainpage_box { 
width:100%;
padding:0.5em;
border:2px solid #9093B8;
background:#000036;
margin-top:5px;}
.mainpage_box h3 {padding:5px;
background:#000000;
color:white;
-moz-box-shadow: 1px 1px 3px #888;
-webkit-box-shadow: 1px 1px 3px #888; }

/* Begin code added by RAN1 on 19:51, April 25, 2013 (UTC) to create a class that makes fakelink coloring. Please misuse this only when you feel like you need a dunce cap put on your head for giving someone a fakelink.

NOTE:
Seriously though, use this sparingly and only on joke pages where you want it for effect as it can seriously confuse a user in the wrong context (the fakelink will replicate all qualities of a normal link a user might expect).
This class should never be used on mainspace articles.
That said, if you really want to use this, enclose the text you want to display in fakelink format between the <font class="fakelink"> and </font> tags. */

.fakelink { color:#FDB966; cursor:pointer; }
.fakelink:hover { text-decoration:underline; }

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