Вики Сообщества

ПОДРОБНЕЕ

Вики Сообщества
Вики Сообщества
Нет описания правки
Нет описания правки
Метка: sourceedit
Строка 863: Строка 863:
 
margin-bottom: 5px;
 
margin-bottom: 5px;
 
padding: 0 2px;
 
padding: 0 2px;
  +
}
  +
  +
div.mw-geshi {
  +
background-color:#F9F9F9;
  +
border:1px dashed #2F6FAB;
  +
padding:0.5em 1em;
  +
font-family:monospace;
 
}
 
}

Версия от 15:00, 5 ноября 2015

/** Размещённый здесь CSS будет применяться ко всем темам оформления */

/* 
См. также: [[MediaWiki:Monobook.css]]

Утилиты: [http://ru.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000 перезагрузить кэш] | [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fru.wikia.com%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all проверить на соответсвие w3c]

<pre>*/

#spoiler {
	-moz-border-radius: 6px;
	-moz-transition: all 0.8s 0.001s ease-in;
	-o-transition: all 0.8s 0.001s ease-in;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.8s 0.001s ease-in;
	background-color: #002e54;
	border-radius: 6px;
	border: 1px white solid !important;
	color: white;
	height: 25px;
	overflow: hidden;
	text-decoration: underline;
	width: 120px;
}
#spoiler:hover {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #add8e6;
	border: 4px solid #002e54;
	color: #000;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#spoiler2 {
	-moz-border-radius: 6px;
	-moz-transition: all 0.8s 0.001s ease-in;
	-o-transition: all 0.8s 0.001s ease-in;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.8s 0.001s ease-in;
	background-color: #002e54;
	border-radius: 6px;
	border: 1px white solid !important;
	color: white;
	height: 25px;
	overflow: hidden;
	text-decoration: underline;
	width: 120px;
}
#spoiler2:hover {
	-moz-border-radius: 6px;
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-webkit-border-radius: 6px;
	-webkit-transform: rotate(-360deg);
	background-color: #add8e6;
	border: 4px solid #002e54;
	color: #000;
	height: 200px;
	overflow: scroll;
	text-decoration: none;
	width: 100%;
}

#user-Wildream .username:after, 
#user-Kuzura .username:after,
#user-Jormun .username:after, 
#user-SvetlanaPtrv .username:after,
#user-Plizirim .username:after {
	background-image: url("http://slot1.images.wikia.nocookie.net/__cb62213/common/extensions/wikia/Chat2/images/sprite-Chat.png");
	background-position: -127px 0;
}

.comments li[data-user="Wildream"] .edited-by:after, 
.comments li[data-user="Jormun"] .edited-by:after,
.comments li[data-user="Kuzura"] .edited-by:after,
.comments li[data-user="SvetlanaPtrv"] .edited-by:after,
.comments li[data-user="Plizirim"] .edited-by:after{
	content: url("/extensions/wikia/StaffSig/images/WikiaStaff.png");
}

/* Hide the little logo and make the background of the main logo transparent */
.logoContainer { background-color: transparent!important; }
.wikiaLogo {display:none!important}


.ns-12 .mw-warning-with-logexcerpt {
    display: none;
}

/* === Babel === */

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

/* === Forum formatting -Algorithm & -Splaka === */

.forumheader { 
   border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; 
}
.forumlist .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; 
}

/* === underline classes === */

.underlinelink a{ text-decoration: underline ! important; }
.nounderlinelink a{ text-decoration: none ! important; }

/* font class for 'click here' */

.clickhere a, .clickhere a:visited { 
   color: #3366BB !important
}
.clickhere a:hover, .clickhere a:active { 
  color: #268CFE !important
}

/* === class for task boxes === */
.task {
  border: 1px solid #585490; 
  background: #f8faff; 
  padding:.5em; }

/* === class for main page link tables === */
.buttonlink { 
  background: url(http://images.wikia.com/central/images/9/96/Bullet_plain.png) center left no-repeat; 
  padding-left: 14px;
}
.buttonstar {
  background: url(http://images.wikia.com/central/images/e/ec/Bullet_star.png) center left no-repeat; 
  padding-left: 14px;
}

/* === misc === */
li #credits { white-space: normal; }
.headbare h1, .headbare h2 { border-bottom: none; }
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* === for Percent template === */
.percent-fill { 
  height:24px; 
  background: #ffffff url(http://images.wikia.com/central/images/3/31/Gradient24.png) 0 0 repeat;
}
.percent-empty { 
  height: 24px; 
  background: transparent; 
}

/* === per page stuff === */
.page-Category_Custom_edit_buttons .gallerybox .thumb { padding:0 !important; }
.page-Wikia_Maintenance_copyvio a[title|="Category:Files with unknown copyright status"] {display:none;}

/* === Dynamic navigation === */

/* default skin for navigation boxes */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0 0;
    padding: 2px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
}
.NavPic {
        background-color: #fff;
        margin: 0;
        padding: 2px;
        float: left;
}
.NavFrame .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%;
}
.NavEnd {
        margin: 0;
        padding: 0;
        line-height: 1px;
        clear: both;
}
.NavToggle {
        position:absolute;
        top:0;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

table.standard, table.standart {border: 1px solid rgb(170,170,170);border-collapse: collapse}
table.standard th, table.standart th {border: 1px solid rgb(170,170,170);padding-left: 0.2em;padding-right: 0.2em;background-color: #EEEEFF}
table.standard td, table.standart td {border: 1px solid rgb(170,170,170);padding-left: 0.2em;padding-right: 0.2em}
table.standard caption, table.standart caption, .tiles caption {font-weight: bold;padding-top: 0.2em;padding-bottom: 0.2em}

/* </pre>
== class for Hubs ==
<pre> */
#bodyContent .nostar a { 
  background: transparent url(http://images.wikia.com/central/images/9/96/Bullet_plain.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .yellowstar a { 
  background: transparent url(http://images4.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/12px-Hubstar-yellow.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .orangestar a { 
  background: transparent url(http://images1.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/12px-Hubstar-orange.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .redstar a { 
  background: transparent url(http://images3.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/12px-Hubstar-red.png) center left no-repeat !important; 
  padding-left: 14px !important;
}

.hubmodule {
   border:1px solid silver;
   width: auto;
   margin-bottom: 10px;
   padding:3px;
}

table.hubmodule th, div.hubmodule h2 {
    background-color: lightyellow;
    color: black;
    text-align:center;
    font-size: 150%;
    font-weight:normal;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
}

.hubmodule .poll {
    width: auto;
}

#bodyContent .poll {
    background-color: inherit;
}


.background3 { 
background-image: url(http://images3.wikia.nocookie.net/eswikia/images//c/cf/Background3.png); 
background-repeat: repeat-x; 
}


.background2 { 
background-image: url(http://images.wikia.com/common/skins/home/images/box_green_background.png); 
background-repeat: repeat-x; 
}


/* для рамочек в {{Участники_Топ-5}} */
.userEditPoints span.userPoints {
    background-image: -moz-linear-gradient(center top , #FCF297 20%, #F6DD5D 70%);
    border: 1px solid #0A0A0A;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    padding: 1px 5px 2px;
}

.userEditPoints span.txt {
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top , #FBFBFB 20%, #E0E0E0 70%);
    border-color: #AAAAAA #AAAAAA #AAAAAA -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    font-size: 10px;
    line-height: 17px;
    padding: 1px 5px 2px;
}

.helpmodule img:hover {
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}


.ns-8 .mw-content-ltr pre {
    -moz-user-select: none !important;
	-ms-user-select: none !important;
	-o-user-select: none !important;
	-webkit-user-select: none !important;
	user-select: none !important;
}

.mainpage .WikiaArticleInterlang h3,
.mw-special-Contact div.WikiaArticleInterlang h3,
.mw-special-Forum div.WikiaArticleInterlang h3 {
	font-size: 18px;
	font-weight: bolder;
	height: 55px;
	margin-left: 90px;
}
.mainpage .WikiaArticleInterlang h3,
.mw-special-Forum div.WikiaArticleInterlang h3 {
	padding-top: 20px;
}
.mw-special-Contact div.WikiaArticleInterlang h3 {
	padding-top: 11px;
}
div.WikiaArticleInterlang {
	display: none;
}
.mw-special-Contact div.WikiaArticleInterlang,
.mw-special-Forum div.WikiaArticleInterlang {
	display: block;
}
.mainpage .WikiaArticleInterlang,
.mw-special-Contact div.WikiaArticleInterlang,
.mw-special-Forum div.WikiaArticleInterlang {
	background-color: white;
	background: url("http://images.wikia.com/eswikia/images/5/55/W-Intl_65x65.png") no-repeat 10px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(50%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
	border: 1px solid #d9d9d9;
	height: 60px;
	margin-top: 10px;
	margin: 0;
}
.mw-special-Forum #forum-display {
	clear: both;
	margin: 0 10px;
}
.mw-special-Forum #mw-content-text {
	margin-bottom: 15px;
}
.mainpage .WikiaArticleInterlang ul,
.mw-special-Forum div.WikiaArticleInterlang ul {
	font-size: 14px;
	padding-top: 24px;
}
.mw-special-Contact div.WikiaArticleInterlang ul {
	font-size: 14px;
	padding-top: 16px;
}
.mainpage .WikiaArticleInterlang ul li:first-child,
.mw-special-Contact div.WikiaArticleInterlang ul li:first-child,
.mw-special-Forum div.WikiaArticleInterlang ul li:first-child {
	padding-left: 10px;
}

/* Wikia University */
.wikiauniversity-landing .top {
     margin-bottom: 60px;
}
 
.wikiauniversity-landing .top .left {
     background: url("http://static.wikia.com/central/images/e/e6/WU-Header-Left.png?allinone=2") no-repeat scroll 0% 0% transparent;
     display: inline-block;
     height: 249px;
     margin-right: -5px;
     width: 226px;
}
 
.wikiauniversity-landing .top .background {
     background: url("http://static.wikia.com/central/images/b/b8/WU-Header-Background.png") repeat scroll 0% 0% transparent;
     display: inline-block;
     height: 249px;
     width: calc(100% - 452px);
     width: -moz-calc(100% - 452px);
     width: -webkit-calc(100% - 452px);
}
 
.wikiauniversity-landing .top .right {
     background: url("http://static.wikia.com/central/images/7/70/WU-Header-Right.png?allinone=2") no-repeat scroll 0% 0% transparent;
     display: inline-block;
     height: 249px;
     margin-left: -5px;
     width: 226px;
}
 
.wikiauniversity-landing .top .logo {
     margin-top: -223px;
}
 
.wikiauniversity-landing .intro {
     margin-left: 22px;
}
 
.wikiauniversity-landing .intro .header {
     color: #0a5fa3;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 5px;
}
 
.wikiauniversity-landing .intro {
     margin-left: 19px;
}
 
.wikiauniversity-landing .intro .header {
     color: #0a5fa3;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 4px;
}
 
.wikiauniversity-landing .track {
     margin: 26px auto 7px 22px;
     text-align: center;
     width: 100%;
}
 
.wikiauniversity-landing .track .header {
     color: #0a5fa3;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 24px;
     text-align: left;
}
 
.wikiauniversity-landing .track .button-container {
     display: inline-block;
     margin-right: 26px;
     vertical-align: top;
     width: 201px;
}
 
.wikiauniversity-landing .track .wu-button a {
     background: none repeat scroll 0% 0% #002d55;
     border-radius: 10px;
     color: white;
     display: block;
     font-weight: bold;
     padding: 7px 0px;
     text-align: center;
     text-transform: uppercase;
     width: 100%;
}
 
.wikiauniversity-landing .track .wu-button a:visited {
     color: white;
}
 
.wikiauniversity-landing .track .caption {
     font-size: 12px;
     font-style: italic;
     margin-bottom: 18px;
     margin-top: 7px;
     text-align: center;
     width: 100%;
}
 
.wikiauniversity-landing .track .caption .title {
     font-style: normal;
     font-weight: bold;
     font-size: 14px;
}
 
.wikiauniversity-landing .updates {
     margin: 0px auto 30px 22px;
     width: 100%;
}
 
.wikiauniversity-landing .updates .header {
     color: #0a5fa3;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 7px;
     text-align: left;
}
 
.wikiauniversity-landing .updates .date {
     color: #0a5fa3;
     font-weight: bold;
}
 
.wikiauniversity-landing .updates ul {
     width: 90%;
}
 
.wikiauniversity-navigation ul {
     border-bottom: 1px solid #cccccc;
     margin: -9px 0px 25px;
     padding-bottom: 4px;
     padding-left: 2px;
}
 
.wikiauniversity-navigation li {
     display: inline-block;
     margin-bottom: -5px;
     margin-right: 5px;
}
 
.wikiauniversity-navigation li:after {
     border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #676767;
     border-style: solid;
     border-width: 4.5px 0px 4.5px 5px;
     content: "";
     display: inline-block;
     height: 0px;
     margin-left: 8px;
     margin-right: 2px;
     position: relative;
     top: -1px;
     width: 0px;
}
 
.wikiauniversity-navigation li:last-child:after {
     display: none;
}
 
.wikiauniversity-navigation li a {
     color: #3a3a3a;
}
 
.wikiauniversity-track .header .logo {
     display: inline-block;
     float: left;
     margin-left: 22px;
}
 
.wikiauniversity-track .header .text {
     color: #0a5fa3;
     font-size: 18px;
     font-weight: bold;
     margin-bottom: 11px;
     margin-left: 17px;
}
 
.wikiauniversity-track .header .border {
     background: none repeat scroll 0% 0% #000000;
     height: 1px;
     margin-left: 17px;
}
 
.wikiauniversity-track .right {
     display: inline-block;
     float: left;
     width: calc(100% - 76px);
}
 
.wikiauniversity-track .content {
     margin-left: 22px;
     margin-top: 17px;
}
 
.wikiauniversity-track .content .description {
     display: inline-block;
     margin-top: -8px;
     vertical-align: top;
     width: calc(100% - 386px);
}
 
.wikiauniversity-track .content .courses {
     display: inline-block;
     float: right;
     vertical-align: top;
     width: 330px;
}
 
.wikiauniversity-track .courses .button-container {
     display: inline-block;
     margin-right: 26px;
     vertical-align: top;
     width: 137px;
}
 
.wikiauniversity-track .courses .wu-button a {
     background: none repeat scroll 0% 0% #002d55;
     border-radius: 10px;
     color: white;
     display: block;
     font-weight: bold;
     padding: 7px 0px;
     text-align: center;
     text-transform: uppercase;
     width: 100%;
}
 
.wikiauniversity-track .courses .wu-button a:visited {
     color: white;
}
 
.wikiauniversity-track .courses .caption {
     font-size: 12px;
     font-style: italic;
     margin-bottom: 18px;
     margin-top: 7px;
     text-align: center;
     width: 100%;
}
 
.wikiauniversity-track .content .border {
     background: none repeat scroll 0% 0% #000000;
     float: left;
     height: 1px;
     margin-top: 9px;
     width: 100%;
}
 
.wikiauniversity-track .whatis {
     margin-left: 22px;
}
 
.wikiauniversity-track .whatis .header {
     color: #0a5fa3;
     font-size: 16px;
     font-weight: bold;  
     margin-top: 17px;
     margin-bottom: 12px;
}
 
.wikiauniversity-course .header .logo {
     float: left;
}
 
.wikiauniversity-course .header .text {
     color: #0a5fa3;
     font-size: 20px;
     font-weight: bold;
     padding-top: 15px;
     text-align: center;
}
 
.wikiauniversity-course div.video {
     margin-bottom: -4px;
     margin-top: 11px;
}
 
.wikiauniversity-course div.video figcaption {
     display: none;
}
 
.wikiauniversity-course .description {
     margin-bottom: 16px;
     margin-left: 22px;
}
 
.wikiauniversity-course .resources {
     margin-left: 22px;
}
 
.wikiauniversity-course .resources .header {
     color: #0a5fa3;
     font-weight: bold;
}
 
.wikiauniversity-course .buttons {
     margin-top: 27px;
     text-align: center;
     vertical-align: top;
}
 
.wikiauniversity-course .wu-button, .wikiauniversity-course .previous, .wikiauniversity-course .next {
     display: inline-block;
     margin-right: 21px;
     width: 143px;
}
 
.wikiauniversity-course .wu-button a {
     background: none repeat scroll 0% 0% #002d55;
     border-radius: 10px;
     color: white;
     display: inline-block;
     font-weight: bold;
     padding: 7px 0px;
     text-align: center;
     text-transform: uppercase;
     width: 100%;
}

/* Refuse to display "Create blog post" button in the Community corner */
.CommunityCornerModule .wikia-button {
	display: none;
}

/* Adoptions styling: MediaWiki:Common.js/Adoption.js */

#Adoptions ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #808080;
}
#Adoptions :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #808080;
	opacity: 1;
}
#Adoptions ::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #808080;
	opacity: 1;
}
#Adoptions :-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #808080;
}

.ns--1 .WikiaBlogListingBox ul {
	margin: 0 !important;
}

/* CodeGenerator */
.cp-color-picker {
	z-index: 1000;
}
#GeneratorBody h2 {
    border-bottom:solid 1px black;
}
#CodeGenOutput {
	height: 150px;
	margin-top: 5px;
	max-width: 650px;
	padding: 1px;
	width: 650px;
}
#CSSNick,
.codegenerator-input {
	float: right;
	width: 77%;
	margin-right:5px;
}
.codegenerator-group {
	border: solid 1px #36759c;
	line-height: 21px;
	margin: 5px;
	/* opacity: 0.7; */
	padding: 4px;
	text-align: center;
}
.codegenerator-nick {
	border: solid 1px #36759c;
	line-height: 21px;
	margin: 5px;
	padding: 4px;
	text-align: center;
}
.codegenerator-field-switch {
	border-radius: 15px;
	border: 2px solid #36759c;
	cursor: pointer;
	display: inline-block;
	margin-bottom: -15px;
	margin-right: 4px;
	padding: 4px;
	text-align: center;
	width: 60px;
}
.codegenerator-flag-js {
	margin-bottom: 5px;
	padding: 0 2px;
}

div.mw-geshi {
	background-color:#F9F9F9;
	border:1px dashed #2F6FAB;
	padding:0.5em 1em;
	font-family:monospace;
}