Generator Rex Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 66: Line 66:
 
.mainpage-box {
 
.mainpage-box {
 
width:100%;
 
width:100%;
padding:5px;
 
 
margin-top:20px !important;
 
margin-top:20px !important;
 
border:1px solid #C1C1C1;
 
border:1px solid #C1C1C1;

Revision as of 16:51, 7 November 2015

/*<pre><nowiki>*/

.WikiaArticle .picture-attribution {display:none;}

/*To reset font size*/

.WikiaArticle{font-size: 13px !important;}

/* Different colors for admins — RC, diffs, histories */
 
table.diff a[title="User:JuniperAlien"],
ul#pagehistory li a[title="JuniperAlien"],
ul.special li a[title="User:JuniperAlien"],
table.mw-enhanced-rc td a[title="User:JuniperAlien"],
table.diff a[title="User:Katara20"],
ul#pagehistory li a[title="User:Katara20"],
ul.special li a[title="User:Katara20"],
table.mw-enhanced-rc td a[title="User:Katara20"],
table.diff a[title="User:Brandon Storm9"],
ul#pagehistory li a[title="Brandon Storm9"],
ul.special li a[title="User:Brandon Storm9"],
table.mw-enhanced-rc td a[title="User:Brandon Storm9"]{font-weight:bold !important;}

/* Different colors for admins -- Wikia stuff: blogs, activity and rail */

.WikiaBlogListing .author-details span a[href="/wiki/User:JuniperAlien"],
.WikiaBlogListingBox .author-details span a[href="/wiki/JuniperAlien"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:JuniperAlien"],
#WikiaRail a[href="/wiki/User:JuniperAlien"],
#wikiactivity-main cite a[href="/wiki/User:JuniperAlien"],
.WikiaBlogListing .author-details span a[href="/wiki/User:Katara20"],
.WikiaBlogListingBox .author-details span a[href="/wiki/User:Katara20"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:Katara20"],
#WikiaRail a[href="/wiki/User:Katara20"],
#wikiactivity-main cite a[href="/wiki/User:Katara20"],
.WikiaBlogListing .author-details span a[href="/wiki/User:Brandon Storm9"],
.WikiaBlogListingBox .author-details span a[href="/wiki/User:Brandon Storm9"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:Brandon Storm9"],
#WikiaRail a[href="/wiki/User:Brandon Storm9"],
#wikiactivity-main cite a[href="/wiki/User:Brandon Storm9"] {font-weight:bold !important;}

/* Different colors for admins -- Wikia stuff: comments */

.edited-by a[href="http://generatorrexpedia.wikia.com/wiki/User:JuniperAlien"],
.edited-by a[href="http://generatorrexpedia.wikia.com/wiki/User:Katara20"],
.edited-by a[href="http://generatorrexpedia.wikia.com/wiki/User:Brandon Storm9"] {font-weight:bold !important;}

/* Make the list of references look smaller */
 
ol.references {font-size:90%}
.references-small {font-size:90%}

/* Gradient effect */

.gradient {
background-color: #dee7ec;
background-image: -moz-linear-gradient(top,  #FCFDFD 0%, #E9EFF2 75%, #DDE7EC 99%) !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFDFD), color-stop(75%,#E9EFF2), color-stop(99%,#DDE7EC)) !important;
background-image: -webkit-linear-gradient(top,  #FCFDFD 0%, #E9EFF2 75%, #DDE7EC 99%) !important;
background-image: -o-linear-gradient(top,  #FCFDFD 0%, #E9EFF2 75%, #DDE7EC 99%) !important;
background-image: -ms-linear-gradient(top,  #FCFDFD 0%, #E9EFF2 75%, #DDE7EC 99%) !important;
background-image: linear-gradient(to bottom,  #FCFDFD 0%, #E9EFF2 75%, #DDE7EC 99%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFDFD', endColorstr='#DDE7EC',GradientType=0 ) !important;
}
 
.mainpage-box {
    width:100%;
    margin-top:20px !important;
    border:1px solid #C1C1C1;
    background:transparent;
    border-radius: 3px;
}

.mainpage-heading {
    margin-top:0 !important;
    background:#37474d;
    color:#ffffff;
    height:30px;
    line-height:30px;
    text-align:left;
    font-size:130%;
    font-variant:small-caps;
    font-weight:bold;
}

.ForumActivityModule {
    background: none !important;
    box-shadow: none !important;
}

/* Infobox template style */
.infobox {
   border: 1px solid #889297;
   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 #889297;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.WikiaArticle .toc {
    background-color: #F2F2F2;
    border: 1px solid #869da8;
}
.WikiaArticle .article-thumb {
    background-color: #F2F2F2;
    border: 1px solid #869da8;
    overflow: hidden;
    padding: 3px;
}
.WikiaArticle .article-thumb .caption {
    color: #000;
}
.WikiaArticle .picture-attribution, .WikiaArticle .article-thumb .attribution {
    display: none;
}

table.wikitable > tr > td, table.wikitable > * > tr > td {background-color:#F2F2F2 !important;}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {border:1px solid #869da8 !important;}
table.wikitable {color:inherit !important;}