Counter-Strike Nexon: Zombies вики
Нет описания правки
Нет описания правки
Строка 19: Строка 19:
 
/* Portable infobox background */
 
/* Portable infobox background */
 
.portable-infobox.pi-background {
 
.portable-infobox.pi-background {
background-color: black;
+
background-color: #000000;
 
}
 
}
   

Версия от 23:59, 3 августа 2018

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

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
	/* @noflip */
	float: right;
	font-weight: normal;
	/* @noflip */
	margin-left: 0.5em;
	/* @noflip */
	text-align: right;
	width: auto;
}

/* Portable infobox background */
.portable-infobox.pi-background {
   background-color: #000000;
}

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

/* Notification Center */
#WallNotifications .bubbles {
background-image: url(https://pp.vk.me/c624629/v624629069/a3da/XSyrl5ND6Rg.jpg);
background-size:60%;
}

/* Background Fixes */
body {
    background-size: 100% auto !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}