WarWiki
No edit summary
m (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
 
Line 53: Line 53:
 
}
 
}
 
.forumlist td.forum_title a.forum_new {
 
.forumlist td.forum_title a.forum_new {
font-weight: bold; background: url(http://images.wikia.com/students/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px;
+
font-weight: bold; background: url(https://images.wikia.nocookie.net/students/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px;
 
}
 
}
 
.forumlist td.forum_title a.forum_new:visited {
 
.forumlist td.forum_title a.forum_new:visited {
Line 120: Line 120:
   
 
#file img, .gallerybox .thumb img {
 
#file img, .gallerybox .thumb img {
background: url(http://images.wikia.com/common/skins-1.12/common/images/Checker-16x16.png) repeat;
+
background: url(https://images.wikia.nocookie.net/common/skins-1.12/common/images/Checker-16x16.png) repeat;
 
}
 
}
 
/* </pre></nowiki> */
 
/* </pre></nowiki> */

Latest revision as of 09:50, 9 March 2018

/** CSS placed here will be applied to all skins – see also: [[MediaWiki:Monobook.css]] */
/* <pre><nowiki> */

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   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;
}

/* === Redirects in Special:Allpages and Special:Watchlist === */

.allpagesredirect {
    font-style: italic;
}

.watchlistredir {
    font-style: italic;
}

/* === Hilighting admin/staff by Splarka === */
ul.special li a[title="User:Angela"],
ul.special li a[title="User:Darthraul"],
ul.special li a[title="User:Grievous797"],
ul.special li a[title="User:Jack Phoenix"],
ul.special li a[title="User:Rieke Hain"],
ul.special li a[title="User:Sannse"] { font-weight: bold; font-style: italic; }

/* === Forum formatting -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(https://images.wikia.nocookie.net/students/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; 
}

/* 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: #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: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

/* Have a checkered background on images on the description pages and in galleries
   to make transparency visible */

#file img, .gallerybox .thumb img {
	background: url(https://images.wikia.nocookie.net/common/skins-1.12/common/images/Checker-16x16.png) repeat;
}
/* </pre></nowiki> */