Sekirei Wiki
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.)
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 32: Line 32:
 
font-style: italic;
 
font-style: italic;
 
font-weight: 400;
 
font-weight: 400;
src: local('Philosopher Italic'), local('Philosopher-Italic'), url(http://themes.googleusercontent.com/static/fonts/philosopher/v4/_9Hnc_gz9k7Qq6uKaeHKmdkZXW4sYc4BjuAIFc1SXII.woff) format('woff');
+
src: local('Philosopher Italic'), local('Philosopher-Italic'), url(https://themes.googleusercontent.com/static/fonts/philosopher/v4/_9Hnc_gz9k7Qq6uKaeHKmdkZXW4sYc4BjuAIFc1SXII.woff) format('woff');
 
}
 
}
   

Latest revision as of 18:32, 18 June 2018

/***** CSS placed here will be applied to all skins on the entire site. *****/

/*****************************/
/***Sekirei Wiki Background***/
/*****************************/
 
.mediawiki { 
   background-attachment:fixed;
   background-size:cover;
   background-position:top center;
   background-image: url(https://images.wikia.nocookie.net/sekirei/images/4/40/Sekirei_Pure_Engagement_Wallpaper.png);
}

/*********************/
/* Sekirei Searchbox */
/*********************/

.WikiaSearch input[type="text"] {
   border: 1px solid silver;
   border-radius: 1.5ex;
   background-color: transparent;
}

importScriptPage('ShowHide/code.js', 'dev');

/**
* Philosopher from http://www.google.com/webfonts
* - Idea taken from http://mathmagician.wikia.com/wiki/MediaWiki:Common.css
*/
@font-face {
  font-family: 'Philosopher';
  font-style: italic;
  font-weight: 400;
  src: local('Philosopher Italic'), local('Philosopher-Italic'), url(https://themes.googleusercontent.com/static/fonts/philosopher/v4/_9Hnc_gz9k7Qq6uKaeHKmdkZXW4sYc4BjuAIFc1SXII.woff) format('woff');
}

/* Make the title of articles use Philosopher font */
#WikiaPageHeader h1, #WikiaUserPagesHeader h1, h1#firstHeading {
  font-family: 'Philosopher';
  font-size: 16pt;
}

/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 85%; }
.references-small { font-size: 80%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

/* remove image attribution */
.attribution { display:none !important; }

.WikiaArticle {
  text-align: justify;
}

/* Various templates */
sup.fix { font-style: italic; white-space: nowrap; }
.message {
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 2px auto 5px;
}
.message .content {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
.message.warn.quick { background-color: #FFEEEE }
.message.warn .reason {
  border: 1px dotted black;
  background-color: #fff;
}
.summary {
  background-color: #B0D9F3;
  padding: 2px 7px;
  border: 1px solid #ccc;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.rounded-light { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.rounded { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.rounded-heavy { border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.img32 img { width: 32px }

.documentation {
  background-color: #ecd995;
  border: 1px solid #f0bd0a;
}
.documentation .head,
.documentation .foot { background-color: #f4c934 }
.documentation .head {
  text-align: center;
  font-weight: bold;
}
.documentation .foot { text-align: right }
.documentation .body { padding: 5px }


/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* 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;
   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;
}

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
#article div.thumb {
   color:inherit;
}

/* Sekirei Wiki Administrators */
a[href="/wiki/User:Iliyana_Petkova"] { color:#F8721E; font-weight:bold; !important; }
a[href="/wiki/User_talk:Iliyana_Petkova"] { color:#F8721E; font-weight:bold; !important; }

/* Rollback Users */
a[href="/wiki/User:Appleplum"] { color:#e70000; font-weight:bold; !important; }
a[href="/wiki/User_talk:Appleplum"] { color:#e70000; font-weight:bold; !important; }

/* Sekirei Wiki Administrators Blog Comments Highlighting */

.comments li.article-comment-staff > blockquote {
   background: #FAB690 !important;
}
.comments li.article-comment-staff > blockquote:after {
   border-color: transparent #FAB690 #FAB690 transparent !important;
}
.comments li.article-comment-staff > blockquote div {
   background: transparent !important;
}

.comments li[data-user="Iliyana Petkova"] blockquote
{ background: #FAB690 !important; }

.comments li[data-user="Iliyana Petkova"] blockquote:after
{ border-color: transparent #FAB690 #FAB690 transparent !important; }

.comments li[data-user="Iliyana Petkova"] blockquote div
{ background: transparent !important; }

/* displayTimer Style */
#displayTimer {
 font-size:12px;
}

#showdate a {
 color: black;
}

/* Wiki Rail */
.WikiaRail .module {
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background: transparent;   
    border: 1px solid grey;
}

.ChatModule .chat-whos-here {
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border: 1px solid grey;
}

/* === 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;
}

 /* === Template:Ambox designs === */
 
 /* Ambox design */
 .ambox {
  font-size: 95%;
  width: 80%; 
  margin: 0 auto;
  border: 1px #AAA solid;
  border-left: 10px solid #228b22;
  border-collapse: collapse;
  background-color: #EEE;
 }
 
 /* Ambox colours */
 .ambox-blue {
  border-left: 10px solid #1e90ff;       /* Blue (notice) */
 }
 .ambox-red {
  border-left: 10px solid #b22222;       /* Red (delete/serious) */
 }
 .ambox-orange {
  border-left: 10px solid #f28500;       /* Orange (content) */
 }
 .ambox-yellow {
  border-left: 10px solid #f4c430;       /* Yellow (style) */
 }
 .ambox-purple {
  border-left: 10px solid #9932cc;       /* Purple (merge) */
 }
 .ambox-gray {
  border-left: 10px solid #bba;          /* Gray (protection) */
 }
 .ambox-green {
  border-left: 10px solid #228b22;       /* Green */
 }
 
 /* Ambox small text */
 .ambox-smalltext {
  font-size: smaller;
  margin-top:0.5em;
  margin-left:0.8em;
 }
 
 /* Ambox image */
 .ambox-image {                          /* The left image cell */
  width: 60px; 
  padding: 2px 0px 2px 0.5em;            /* 0.5em left, 0px right */
  text-align: center; 
 }
 
 @media print { .ambox { display: none; } } /* no ambox when printing */