Yogscast Wiki
Advertisement
Yogscast Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');
@import url('/load.php?articles=MediaWiki:Otaku.css|MediaWiki:Wiki_Staff.css|MediaWiki:Navbox.css|MediaWiki:Portal.css&only=styles&mode=articles&action=purge');

/* Wiki-wide heading styles */ 
#WikiaUserPagesHeader h1 {
    font-family: 'Open Sans';
    font-weight: 300;
}
#WikiaPageHeader h1 {
    font-family: 'Open Sans';
    font-weight: 400;
}

h2 {
    line-height: 24px !important;
}
h2 span.mw-headline {
    font-family: 'Otaku Rant';
    font-size: 27px;
    height: 10px;
    color: #454545;
}
h3 span.mw-headline {
    font-family: 'Otaku Rant Light';
    font-weight: bold;
    font-size: 22px;
}

/* ## Home Formatting ## */
.live-user {
    font-family:'Open Sans';
    display:block;
    background:#444;
    margin:5px 0;
    color:#FFF;
}
.live-user a {
    color:#FFF;
    display:block;
    padding:10px;
    text-decoration:none;
    transition: all 0.3s ease;
}
.live-user a:hover, .live-user a.hover {
    background:#6441A5;
}
.live-user img {
    width:26px;
    margin-right:10px;
    display:inline-block;
}
.live-text {
    color:#FEFEFE;
    font-weight:100;
    font-size:140%;
    display:inline-block;
}
.live-user span {
    display:block;
    margin-top:10px;
}

/* ## Template documentation ## */
.docparam {
    background: #FFF;
    padding: 2px 2px 4px 2px;
    margin: 7px 0;
}
.docparam-req {
    padding: 0 4px;
    display: inline-block;
}
.docparam-param {
    font-size: 12px;
    vertical-align: -1px;
    display: inline-block;
}
.docparam-desc {
    margin-left: 1.5em;
    font-size: 12px;
}

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

/* Page Format table formatting */
.pf-table {
    font-size:11px;
}
.pf-table tr {
    vertical-align:top;
    line-height:134%;
}
.pf-table .fa-times {
    color:#c72e16;
    font-size:20px;
}
.pf-table .fa-check {
    color:#02a65c;
    font-size:20px;
}

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

/* Banners/Avatars */
#banners {
    display:none;
}
#banners a {
    margin-left:5px;
}


/* Ported home css */
.home-head {
	text-align:center;
	font-size:16px;
}
.home-head-welcome {
	font-family:'Otaku Rant';
	font-size:32px;
	color:rgb(0,42,96);
	line-height:140%;
}
.home-head-spoiler {
	font-family:'Otaku Rant';
	font-size:26px;
	color:rgb(192,0,0);
}
.home-section h2 {
	font-family:'Otaku Rant' !important;
	font-size:32px;
	color:rgb(0,42,96);
	border-bottom:4px rgb(134,164,218) solid;
	margin:30px 10px 10px 10px;
	padding:5px;
}
/* fix for blogs */
.home-section .author-details h2 {
    font-family: 'Open Sans' !important;
    font-size: 20px !important;
    border-bottom:none !important;
    margin:0 90px 0 0 !important;
    padding:0 0 3px 0 !important;
}
.home-links {
    margin:0 !important;
	padding:0;
	text-align:center;
}
.home-links li {
	color:#FFF;
	background:#185EB9;
	display:inline-block;
	overflow: hidden;
	text-align:center;
    margin: 1px 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}
.home-links li.hover, .home-links li:hover {
	background:#FFF;
	color:#185EB9;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.5), 0 4px 15px 0 rgba(0, 0, 0, 0.5);
}
.home-links li.hover>a span, .home-links li:hover>a span {
	color:#185EB9;
}
.home-creators li a {
	display:block;
	text-decoration:none;
	padding:0 15px;
}
.home-creators li a span {
	font-family:'Otaku Rant';
	font-size:20px;
	line-height:36px;
	color:#FFF;
}
.home-creators li img {
	width: 100px !important;
	height: 100px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border-radius: 50% !important;
	padding:15px;
}

.home-creators li a {
	display:block;
	text-decoration:none;
	padding:0 2px;
}
.home-creators li a span {
	font-family:'Otaku Rant';
	font-size:20px;
	line-height:36px;
	color:#FFF;
}
.home-other-links li a img {
	width: 226px;
	margin-bottom:-3px;
}
.home-wikia-links li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.home-wikia-links li a {
	display:block;
	width: 226px;
	padding:50px 0;
	margin-bottom:-3px;
	text-decoration:none;
	font-size:20px;
	color:#FFF;
}
.home-social-links {
    text-align: center;
}
.home-social-links p a {
    padding: 10px;
}

.view-more {
	display:block;
	text-align:right;
	padding-top: 10px;
}
.view-more a {
	font-family:'Otaku Rant';
	padding:2px 20px;
	text-decoration:none;
	font-size:25px;
	color:#185EB9;
}

/* Sidebar Elements */
.sidebar-box {
	margin-top:10px;
}
.sidebar-box-head {
	padding:14px 13px;
	font-size:20px;
	line-height:140%;
	font-weight:bold;
}
.sidebar-box-container {
	padding:10px;
	line-height:150%;
}
/* Special condition for livestreams box */
.sidebar-livestreams {
    display:none;
}
/* New OnThisDay styling */
.onthisday-box {
    width: 100%;
    margin-bottom: 5px;
}
.onthisday-box div {
    padding: 10px 13px;
    min-height: 39px;
}
.onthisday-image {
    float:left;
    display:block;
    margin-right:10px;
}
.onthisday-year {
    background:#FFF;
    font-weight:bold;
    color:#000;
}
.onthisday-text {
    display:block;
}
.onthisday-text a {
    text-decoration:none;
    background: rgba(255,255,255,0.8);
    color:#000;
    padding: 2px 1px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}
.onthisday-text a:hover, .onthisday-text a.hover {
    text-decoration:none;
    background: rgba(0,0,0,0.5);
    color: #FFF;
}

/* Improving scaling for polls */
.pollAnswerName {
	padding: 15px 0 5px 0 !important;
}
.pollAnswerVotes {
	margin-left:0 !important;
}

/* New polls */
.home-poll .ajax-poll {
    width: 294px; /* Required due to dodginess of Monobook*/
}
.home-poll .question {
	font-size:25px;
	background:#444;
	color:#FFF;
	padding:10px;
}
.home-poll .question span {
	display:block;
	margin-top:6px;
	font-size:12px;
}
.home-poll ul {
	list-style:none;
	padding:0;
	font-size:13px;
	margin:0;
}
.home-poll ul li {
	height:20px;
	width:100%;
	padding:8px 0 30px 0;
}
.home-poll ul li div {
	display:block;
	background:#FFF;
	height:20px;
	margin-top:3px;
	padding:4px 0;
}

/* Styling for Twitch broadcast info*/

#twitch-online {
    color: #FFF;
}
#twitch-online .live a {
    color:#FFF;
    background:#222;
    padding:10px 15px;
    display:block;
    font-size:120%;
}

.series-played-hiatus {
    max-height: 400px;
    overflow-y: scroll;
}

/* Allows certain levels of TOC to be hidden (See Ticket #262741)
Credits to Wikipedia */
.toclimit-2 .toclevel-1 ol,
.toclimit-3 .toclevel-2 ol,
.toclimit-4 .toclevel-3 ol,
.toclimit-5 .toclevel-4 ol,
.toclimit-6 .toclevel-5 ol,
.toclimit-7 .toclevel-6 ol {
    display: none;
}

/* Policy Page formatting */
h2.policy-page-heading .mw-headline {
    font-family: 'Open Sans', serif;
    font-size: 25px;
}

h3.policy-page-subheading {
    margin: 10px 0 15px 0;
}
h3.policy-page-subheading .mw-headline {
    font-family: 'Open Sans', serif;
    font-size: 16px;
}

/**************  Avatar Stuff **************************/
/**************************/
#avatars {
    font-size:12px;
    line-height:normal;
    width:100%;
    text-align:left;
    padding:10px;
    margin: -10px 0 -13px -20px;
}
#avatars a img {
    margin-left:5px;
    margin-bottom:5px;
}
#avatars{
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    -o-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    -o-animation-duration:0.3s;
    animation-duration:0.3s;
 
    -webkit-animation-delay:0.7s;
    -moz-animation-delay:0.7s;
    -o-animation-delay:0.7s;
    animation-delay:0.7s;
}
 
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
#avatars div a span {
    vertical-align: bottom;
    padding: 5px 5px;
    background: #333;
    color: #FFF;
    display:inline;
    position:absolute;
    white-space: nowrap;
    top:calc(100% - 5px);
    left:calc(50% + 3px);
    text-align: center;
    transform: translateX(-50%);
    z-index: -10;
    opacity:0;
    transition:all 0.3s ease;
}
 
#avatars div a:hover + a span {
   opacity:1;
    z-index: 10;
}
.WikiaArticle {
    overflow:visible;
}

/**************  Portal Page Stuff  ********************/
 
/* ORDERING */
#PE1 {-webkit-order: 1;}
#PE1 {order: 1;}
 
#PE2 {-webkit-order: 2;}
#PE2 {order: 2;}
 
#PE3 {-webkit-order: 3;}
#PE3 {order: 3;}
 
#PE4 {-webkit-order: 6;}
#PE4 {order: 6;}
 
#PE5 {-webkit-order: 7;}
#PE5{order: 7;}
 
#PEI1 {-webkit-order: 4;}
#PEI1 {order: 4;}
 
#PEI2 {-webkit-order: 5;}
#PEI2 {order: 5;}
 
#PEI3 {-webkit-order: 5;}
#PEI3 {order: 5;}
 
#PEI4 {-webkit-order: 8;}
#PEI4 {order: 8;}
 
#PEI5 {-webkit-order: 9;}
#PEI5 {order: 9;}
 
.Portal-Episode{
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
    margin-bottom: 5px;
    justify-content: center;
    max-width: 738px;
    margin: auto;
    }
.Portal-Episode:last-child{ 
    margin-bottom: 0;
}
.Portal-Episode-Main{
    padding: 5px;
    width: 30%;
    max-width: 214px;
    display: inline-block;
}  
.Portal-Episode-Main img{
    width: 100%;
}
.Portal-Episode-info{
    visibility: hidden;
    opacity:0;
    clear: both;
    height: 0;
    overflow: hidden;
    display: flex;
    width: 90%;
    flex-flow: row wrap;
    -webkit-transition: all .2s ease 0.1s;
    -moz-transition: all .2s ease 0.1s;
    -o-transition: all .2s ease 0.1s;
    -ms-transition: all .2s ease 0.1s;
    transition: all .2s ease 0.1s;
    width: 80%;
    
}
.Portal-Episode-Main:Hover  + .Portal-Episode-info, .Portal-Episode-info:Hover{
    visibility: visible;
    opacity:1;
    height: 200px;
    max-height: 200px;
    margin-bottom:10px;
}
.Portal-Episode-info H4{
    background-color:#185EC8;
    color:white;
    padding:2px;
    margin:0px;
    min-height:10px;
    vertical-align:middle;
    width:100%;
}
#Portal-Episode-desc{
    background-color:#F8F8F8;
    padding:10px;
    overflow: hidden;
    width:100%;
    text-align:center;
}
.Portal-Episode-Buttons{
    width:100%;
    display: flex;
    align-self: flex-end;
}
#Portal-Episode-button{
    background-color:#185EC8;
    color:white;
    text-align:center;
    flex-grow: 1;
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    height:20px;
    -webkit-transition: color 3s ease-in;
    -moz-transition: color 3s ease-in;
    -ms-transition: color 3s ease-in;
    -o-transition: color 3s ease-in;
    transition: color 3s ease-in;
}
#Portal-Episode-button:hover{
    background-color: rgba(54, 109, 198, 1);
}
.Portal-Episode-Buttons a{
 	color:white;   
}
 
 
@media all and ( max-width: 700px ) {
.Portal-Episode-Main{
    padding: 10px;
    width: 100%;
} 

}

.Portal-Episode-Main:Hover, .Portal-Episode-info{
    background:#FFF;
	color:#185EB9;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5), 0 4px 15px 0 rgba(0, 0, 0, 0.5);
}
Advertisement