User:Bawitdaba

From the Sega Wiki, the Sega encyclopedia
Jump to navigationJump to search

Founder of this wiki and Miraheze Gaming Services :)

Sonic Wiki[edit]

Whether as a mini-wiki or standalone:

Common.css
/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* Hide help indicator */
#mw-indicator-mw-helplink { display: none; }

.portlet#p-search h5,
.portlet#p-tb h5,
.portlet#p-wikicities-nav h5 {
  color: cyan;
}
 
/* Button */
 
.btn {
	-moz-box-shadow:inset 0px 3px 0px -1px #97c4fe;
	-webkit-box-shadow:inset 0px 3px 0px -1px #97c4fe;
	box-shadow:inset 0px 3px 0px -1px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:-2px -1px 0px #1570cd;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
 
.btn:hover {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
 
}
.btn:active {
	position:relative;
	top:1px;
}
 
 
/* Button Part Two */
 
.btn2 {
    padding: 10px 15px;
    background: #1a50bc;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:inline-block;
    border: solid 1px #20538D;
    font-size:20px;
    font-weight:bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.btn2:hover {
    background: #ffb009;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.btn2:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
 
/* Poll autoformatting */
.ajax-poll {
  width: auto !important;/*inline style override for poll extension*/
}
 
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a {
    color: #888;
    font-style: italic;
}
.watchlistredir a {
    color: #888;
    font-style: italic;
}
 
/*** Forum formatting (by -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(http://images4.wikia.nocookie.net/__cb20100312100324/sonic/images/e/e9/Sonic_ring.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; 
}
 
/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 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 #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
 
/* 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;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
}
 
table.wikitable th,
table.prettytable th {
  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 {
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
 
table.navbox th {
    font-size: 120%;
    padding-left: 1em;
    padding-right: 1em;
}
 
@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;
}
 
/* Small reference list */
ol.references {
   font-size: 100%;
}
 
.references-small { font-size: 90%;}
 a
/* 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 }
 
/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
  color: #006500;
}
 
.mw-plusminus-neg {
  color: #8B0000;
}
 
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("https://static.miraheze.org/kirbywiki/7/73/Checker.png") repeat;
}
 
/* Make MediaWiki:Newarticletext appear */
.mw-newarticletext {
    display: block !important;
}
 
/* Hide envelope icon next to mailto links */
#bodyContent a[href^="mailto:"], .link-mailto {
	background: transparent !important;
}
 
.tabberlive .tabbertab { border: none !important; }
 
ul.tabbernav { border-bottom: none !important; }
 
.tabberlive .editsection { display: none; }
 
/*** rounded corners ***/
/* this section was taken from Wookieepedia */
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {margin: 0 1px; height: 2px}
/* end rounded corners */
 
/* Customizing Tabber */
.tabbertab {
    border-top: 2px solid grey !important;
    border-bottom: 2px solid grey !important;
    border-left: 2px solid grey !important;
    border-right: 2px solid grey !important;
}
 
/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
    margin-right: 2px;
}
    /* not applying on the last tabview tabs */
    .tabberlive > ul.tabbernav > li:last-child {
        margin-right: 0;
    }
 
.tabbernav {
    background: transparent;
    border-bottom: 0 !important;
    padding: 3px 0 !important;
}
 
ul.tabbernav li a {
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    background: #0033CC !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border:#FFCC00 2px solid black !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    padding: 3px 0.5em !important;
    position: relative;
}
 
ul.tabbernav li.tabberactive a {
    background-color: #ff921b !important;
    border: 1px solid white !important;
    color: white !important;
    cursor: default;
    font-size: 12px !important;
    font-weight: bold !important;
}
 
ul.tabbernav li.tabberactive {
    line-height: 0 !important;
}
 
    ul.tabbernav li.tabberactive:first-child a {
        margin-left: 0 !important;
    }
 
.tabbertab .ajax-poll {
    border: none !important;
}
 
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
    display: block !important;
}
/* End of Customizing Tabber */
Monobook.css
/* ######################################################################## */
/* ###     CSS placed here will be applied to the Monobook skin.        ### */
/* ###               See also: MediaWiki:Common.css                     ### */
/* ######################################################################## */
/* #p-logo a, #p-logo a:hover {
	background:url("https://static.miraheze.org/sonicwiki/f/f3/Sonic_background.png") no-repeat scroll bottom center transparent !important;
} */

#globalWrapper { background: none !important; }

body {
        background:url("https://static.miraheze.org/sonicwiki/f/f3/Sonic_background.png") !important;
        background-attachment:fixed;
        background-position:center top;
}
 
#content {
  	background:white;
    border:4px solid #00F !important;
	color:#000000 !important;
	margin:56px 50px 0 12.2em !important;
	min-width:800px;
	border-right:2px solid #00F !important;
	border-radius:20px 20px 20px 20px;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-radius:20px 20px 20px 20px;
	-o-border-radius:20px 20px 20px 20px;
	-khtml-border-radius:20px 20px 20px 20px;
        -moz-box-shadow:0 0 15px #000000 !important;
        -webkit-box-shadow:0 0 15px #000000 !important;
        -khtml-box-shadow:0 0 15px #000000 !important;
        -o-box-shadow:0 0 15px #000000 !important;
        box-shadow:0 0 15px #000000 !important;
}
 
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #00F;
}
#bodyContent a.external {
	color: #00F;
}
pre {
	background:#BABABA;
	border:2px dashed #00F;
	color:#000;
	overflow:auto;
}
code {
	background:#BABABA;
	color: #FFF;
}
table.toc, #catlinks, ul#filetoc {
	color: #fff;
  	background: white;
	border:2px solid #00F;
	border-radius:20px 20px 20px 20px;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-radius:20px 20px 20px 20px;
	-o-border-radius:20px 20px 20px 20px;
	-khtml-border-radius:20px 20px 20px 20px;
}
#catlinks {color:#00F}
a, a:visited, #bodyContent a.external, #bodyContent a[href^="gopher://"] {color:#1E90FF;}
a:active {color:#00F;}
h1, h2, h3, h4, h5, h6 {
	color:#000000 !important;
	overflow:hidden;
}
 
/* THUMB */
div.thumb div {
	background:#FFFFFF;
	border-color:#A9A9A9;
	color: #000;
}
div.thumb div a img {
	border-color:#A9A9A9;
}
div.tright, div.tleft {
	border:1px solid #A9A9A9;
}
 
/* ######################### */
/* ##       SIDEBAR       ## */
/* ######################### */
 
body.skin--responsive #sidebar .pBody {
  	background: white;
	border:4px solid #00F !important;
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-o-border-radius:0 10px 10px 0;
	-khtml-border-radius:0 10px 10px 0;
}
 
body.skin--responsive #sidebar .portlet h5, ul#navlist li a,
ul#navlist li#active span, #graphicalspotlight1 span {
	background-color: none;
	color: black !important;
	padding: 2px 2px 2px 2px;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	margin-bottom: 2px;
	text-transform: capitalize;
	cursor: default;
}
 
body.skin--responsive #sidebar .portlet h5 {
	text-align: center !important;
}

body.skin--responsive #sidebar .portlet h3 {
    color:#FFF !important;
}

body.skin--responsive #sidebar .pBody a { font-weight:bold !important; }

/* ######################### */
/* ##       PAGETABS      ## */
/* ######################### */
 
body.skin--responsive #p-cactions {
	margin:20px 0 0 !important;
	width:650px;
	z-index:4;
}
body.skin--responsive #p-cactions li.selected a{
  	background: white;
}
body.skin--responsive #p-cactions li a {
	background-color:white;
	color:#000000 !important;
	-moz-border-radius:4px 4px 0 0;
}
body.skin--responsive #p-cactions li.selected a:hover {background:#FFFFFF;}
body.skin--responsive #p-cactions li a:hover {
	background-color:transparent;
	color:#000000 !important;
	text-decoration:underline;
}
body.skin--responsive #p-cactions li.selected {border-color:#00F;}
body.skin--responsive #p-cactions li {
  	background: white;
	border-width: 2px 2px 0;
	border-color: #00F;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	-khtml-border-radius:4px 4px 0 0;
    padding: 0 0 5px 0;
}
#ca-edit a { font-weight: bold !important; }
 
/* ######################### */
/* ##       HEADER        ## */
/* ######################### */
@media all and (min-width: 551px) {
	body.skin-monobook li#pt-login,
	body.skin-monobook li#pt-userpage,
	body.skin-monobook li#pt-anonuserpage {
		color: #606060;
		background: url(https://static.miraheze.org/sonicwiki/3/30/Sonic_ring.png) top left no-repeat;
		padding: 1px 0 2px 20px;
		line-height: 20px;
	}
}

@media all and (min-width: 551px) {
	body.skin-monobook #p-personal ul {
		background: #FFFFFF;
		border-left: 1px solid #00F;
		border-bottom: 1px solid #00F;
		width: auto;
		display: inline;
		position: absolute;
		right: 0;
		padding-left: 0px;
		padding-bottom: 0px;
		margin-top: -1px;
	    border-radius:0px 0px 0px 20px;
	    -moz-border-radius:0px 0px 0px 20px;
	    -webkit-border-radius:0px 0px 0px 20px;
	    -o-border-radius:0px 0px 0px 20px;
	    -khtml-border-radius:0px 0px 0px 20px;
	}
}

/* ######################### */
/* ##       FOOTER        ## */
/* ######################### */
 
#footer {
  	background:white;
	border-bottom:2px solid #00F !important;
	border-top:2px solid #00F !important;
    border-left:2px solid #1E90FF !important;
    border-right:2px solid #1E90FF !important;
	border-radius:20px 20px 20px 20px;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-radius:20px 20px 20px 20px;
	-o-border-radius:20px 20px 20px 20px;
	-khtml-border-radius:20px 20px 20px 20px;
	color:#000000;
    padding:5px;}
#f-poweredbyico, #f-copyrightico { margin:8px;}
 
 
/* ######################### */
/* ##       HISTORY       ## */
/* ######################### */
 
#pagehistory li { border: 1px solid #555;}
#pagehistory li.selected {
	background-color: #FFFFFF;
	border: 1px dashed #AAA;
	color: #000;
 
/* ######################### */
/* ##    SPECIAL PAGES    ## */
/* ######################### */
 
h4.mw-specialpagesgroup {
	background-color: #FFFFFF !important;
	color: #000;
}
.not-patrolled { background-color: #FFF;}
 
/* Special:RecentChanges */
.minor {
    color: #000000;
    font-weight: bold;
}
.newpage {
    color: #000000;
    font-weight: bold;
}
.bot {
    color: #000000;
    font-weight: bold;
}
 
/* Special:ListFiles */
.TablePager td {
	background-color: #FFFFFF;
	border:1px solid #000000;
	color: #000;
}
.TablePager tr:hover td { background-color: #FFFFFF;}
.TablePager th {
	background-color: #FFFFFF;
	border:1px solid #000000;
	color: #000;
}
.TablePager, .TablePager td, .TablePager th {
	border:1px solid #000000;
	padding:0 0.15em;
}
.imagelist th.TablePager_sort { background-color: #FFFFFF;}
 
/* Tabs at Special:MyHome and Special:Signup */
body.page-Special_MyHome .wikia-tabs .selected, body.page-Special_Signup .wikia-tabs .selected {
	background:none repeat scroll 0 0 transparent !important;
	border-bottom:1px solid #EEC947;
}
body.page-Special_MyHome li.accent, body.page-Special_Signup li.accent{ 
	background-color:#FFFFFF !important;
}
li#wpGoLogin .selected, li#wpGoRegister .selected {
	background-color:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
body.page-Special_MyHome .wikia-tabs a, body.page-Special_Signup .wikia-tabs a{ color:#000000;}
#AjaxLoginBox .neutral_ajaxLogin { padding-bottom: 25px;}
.neutral_ajaxLogin h1 { color:#EEC947;}
 
/* Special:ProblemReports */
.problemReportsList thead tr {
	background: #FFFFFF !important;
	color: #000 !important;
}
.problemReportsList .odd {
	background-color: #FFFFFF !important;
	color: #000 !important;
}
 
/* Special:Preferences */
#preferences, .prefsection table, .prefsection legend{
	color: #000000 !important;
	background-color: #FFFFFF !important;
	border: 1px solid #b5b5b5;
}
#preftoc li {
	background-color: #FFFFFF;
	border: 1px solid #b5b5b5;
}
#preftoc li a {
	color: #000000;
}
#preftoc li.selected {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #b5b5b5;
}
#preftoc li.selected a {
	color: #FFFFFF;
}
 
/* Special:CreateBlogPage & Special:CreateBlogListingPage */
#blogPostForm, #blogInfo {
	color:#c7c7c7;
}

/* ######################### */
/* ##   SYSTEM MESSAGES   ## */
/* ######################### */
 
div.noarticletext {
	background: #FFFFFF;
	border-color: #FFFFFF;
	color: #000;
}
.usermessage, .editsimilar {
	background: white;
	border:2px solid #008E00;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	color: #000000;
	margin:0.3em 0 1em;
}
 
/* ######################### */
/* ##     FILE PAGES      ## */
/* ######################### */
 
table.mw_metadata td, table.mw_metadata th{
	background-color: #FFFFFF;
	color: #000;
}
 
/* ##################################### */
/* ##  GALLERY & SLIDESHOW Extension  ## */
/* ##################################### */
 
span.wikia-gallery-add{
	display:none !important;
} 
a.wikia-slideshow-addimage {
	color:#ababab;
}
.wikia-gallery-border-small .thumb .gallery-image-wrapper {
	border-width:0;
	margin:1px auto;
}
.wikia-gallery-item .thumb {
	background:#FFFFFF;
	border:1px solid grey;
}
.wikia-slideshow-images {
	background:#FFFFFF;
	border:1px solid grey;
}
 
/* ######################### */
/* ##  TABVIEW EXTENSION  ## */
/* ######################### */
 
/*Center the tabs*/
.yui-nav, .yui-nav li{ text-align: center;}
 
/*Style of the 'off' tabs */
.yui-navset .yui-nav li.tabOff, .yui-navset .yui-nav li.tabOn {
	padding: 0px 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #020909;
	border-right: 1px solid #020909;
	border-bottom: 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
}
 
/* Style of the 'on' tab */
.yui-navset .yui-nav li.tabPinned {
	background-color: #FFFFFF;
	padding:0 9px;
        color: #000000;
	border-top: 2px solid #000000;
	border-left: 2px solid #6A8E37;
	border-right: 2px solid #6A8E37;
	border-bottom: 0px;
	box-shadow:0 4px 5px #6A8E37 inset;
	-moz-box-shadow:0 4px 5px #6A8E37 inset;
	-webkit-box-shadow:0 4px 5px #6A8E37 inset;
	-o-box-shadow:0 4px 5px #6A8E37 inset;
	-khtml-box-shadow:0 4px 5px #6A8E37 inset;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
}
 
/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
	margin-top: 0;
	padding-top: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
 
/* ######################### */
/* ##      BLOGLISTS      ## */
/* ######################### */
 
.WikiaBlogListingBox{ display:none;}
.wk_blogs_details{ font-size: 90%;}
.wk_blogs_link{ font-weight: bold;}
.wk_blogs_date{ padding-right:5px;}
.wk_blogs_comments{
	font-size: 90%;
	text-align: right;
	padding-bottom: 4px;
}
div.wk_blogs_panel ul.list li li { border: none !important;}
 
/* Blog list articles */
#wk_blogs_article ul.list{ 
	list-style:none;
	margin: 0;
	padding: 0 10px;
}
#wk_blogs_article li.list{ 
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 0.8em;
}
#wk_blogs_article .wk_blogs_link {
    font-size: 130%;
    font-weight: bold;
}
#wk_blogs_article .wk_date {
	font-size: 90%;
	margin-left: 1.5em;
}
#wk_blogs_article .wk_date .left{ padding-right: 0.5em;}
#wk_blogs_article .wk_blogs_comments ul.links {
    margin: 0.3em 0 1em;
	padding-left: 0;
}
#wk_blogs_article .wk_blogs_comments ul.links li { 
	display: inline;
	padding-right: 4px;
	font-size: 11.5px;
}
#wk_blogs_article .wk_blogs_comments ul.links li.blog-comment { border-right: 1px solid grey;}
 
/* ######################### */
/* ##  Bloglist Template  ## */
/* ######################### */
td.navybackground { background:#CECECE; !important;}
td.navybackground div.wk_blogs_panel{
	margin:0 2px 0 0;
	width:auto !important;
}
td.navybackground div.wk_blogs_panel .wk_blogs_summary{
	margin-left:2px;
}
td.navybackground div.wk_blogs_panel .wk_blogs_title {
	display:none;
}
td.navybackground div.wk_blogs_panel ul.list {
	margin:0 0 0 4px;
}
td.navybackground div.wk_blogs_panel ul.list li {
	border-bottom:1px solid grey;
	margin-top:4px !important;
}

/* remove talk link from forum namespace -Splarka */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {
    display:none;
}
 
.tag:before {
	content: '['
}
.tag:after {
	content: ']'
}
.tag {
	font-size: 10pt;
	vertical-align: middle;
}
.tag-container > .tag:first-child {
	margin-left: 1ex;
}

/* Echo extension */
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-notice .mw-echo-notifications-badge {
	height: 16px;
}