Альтернативные Миры вики
Advertisement

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
body.mainpage .page-header {
    display: none;
}

.wds-tabs__tab-label {
	color: white !important;
}

.wds-community-header__sitename a{
	color: white !important;
}

.wds-community-header__counter {
	color: white !important;
}

.portable-infobox .pi-data-label{
	width: 260px;
}

.portable-infobox .pi-header { 
padding: 0; 
text-align: center; 
}

.pi-europa .pi-image-collection-tabs { display: flex }
.pi-europa .pi-tab-link {
    flex: 1;
    text-align: center;
}
 
.pi-image img {
    width: 100%;
    height: auto;
}
 
.WikiaHeader .page-width-container {
    margin: 0 !important;
    max-width: none !important;
}

body.mainpage .WikiaPageHeader h1 {
display: none;
}

#flytabs_library-content-wrapper{
padding:8px;
}

.tabs{
background-color:#738BD7;
text-align:center;
}

div#flytabs_library > ul > li > a:hover {
 text-decoration: none !important
}
#flytabs_library{
margin: -5px 0px !important;
}
/* стиль выбранной закладки */
div#flytabs_library > ul > li.selected > a {
 background-color:rgba(229, 229, 229, 0.6) !important;
}
/*tabs*/
div#flytabs_library > ul > li {
 display:inline;
 float:none;
}
 
/*internal tabs style + default border fix*/
div#flytabs_library > ul > li > a {
 color:white;
 padding:0px 0.5em 0.15em 0.5em;
 border-top-left-radius:0; /* удаление закруглений */
 border-top-right-radius:0;   /* верхних углов */
}
div#flytabs_library > ul {
 border-style: none;
 font: bold 16px Verdana,sans-serif;
 text-align:center;
 text-shadow: 1px 1px 1px black;
}

a.tag {
    color: inherit;
}

#spoiler {
overflow: hidden;
box-shadow: 0 0 20px 0 black;
color: rgba(255, 255, 255, 0);
width: 200px;
height : 235px;
line-height: 95%;
-moz-transition: all 0.8s 0.001s ease-in;
-o-transition: all 0.8s 0.001s ease-in;
-webkit-transition: all 0.8s 0.001s ease-in;
}
 
#spoiler:hover {
color: black;
box-shadow: 0 0 20px 0 black;
width: 200px;
line-height: 95%;
height: 465px;
text-decoration: none;
}

#epigraph {
line-height: 85% !important;
font-size: 95% !important;
text-align:right;
}

#ramka {
    width: 100%;
    height: 200px;
    -webkit-transition: background-size 0.2s ease-in;
    transition: background-size 0.2s ease-in;
}
 
#ramka:hover {
overflow: hidden;
width: 200px;
height : 200px;
}

#Whatis {
background: url("https://vignette.wikia.nocookie.net/conworlds/images/a/a7/Подробнее.png/revision/latest?cb=20170412164637&path-prefix=ru") 50% 18% !important;
overflow: hidden;
width: 117px;
height : 27px;
}
 
#Whatis:hover {
background: url("https://vignette.wikia.nocookie.net/conworlds/images/f/f1/Подробнее_hover.png/revision/latest?cb=20170412164816&path-prefix=ru") 50% 18% !important;
overflow: hidden;
width: 117px;
height : 27px;
}


#spoiler1 {
overflow: hidden;
background-color: #002E54;
border: 1px white solid; !important;
border-radius: 6px;
-moz-border-radius: 6px 6px;
-webkit-border-radius: 6px;
color:white;
width: 120px;
height : 25px;
text-decoration: underline;
-moz-transition: all 0.8s 0.001s ease-in;
-o-transition: all 0.8s 0.001s ease-in;
-webkit-transition: all 0.8s 0.001s ease-in;
}
 
#spoiler1:hover {
background-color: #ADD8E6;
border:4px solid #002E54;
-moz-border-radius: 6px 6px;
-webkit-border-radius: 6px;
color: #000;
width: 100%;
height: 100%;
text-decoration: none;
text-align:center;
}

#mainpagediscord {
display: table !important;
}

/*Для виджета*/
/*Автор дизайна: Сибирский Смотритель*/
.discord-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
 
.discord-member {
  vertical-align: middle;
  width: 100%;
  line-height: 23px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
 
.discord-avatar {
  display: inline-flex;
}
 
.discord-avatar:after {
  display: block;
  background-color: #43b581;
  width: 6px;
  height: 6px;
  content: " ";
  border-radius: 100%;
  position: relative;
  top: 14px;
  right: 7px;
}
 
.discord-avatar.discord-idle:after {
  background-color: rgb(250, 166, 26);
}
 
.discord-avatar.discord-dnd:after {
  background-color: rgb(240, 71, 71);
}
 
.discord-avatar img {
  border-radius: 100%;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
 
.discord-chevron {
  border-color: transparent;
  border-top-color: black;
  border-style: solid;
  border-width: 7px;
  width: 0;
  vertical-align: middle;
  margin-top: 2px;
  cursor: pointer;
}
 
.discord-chevron.opened {
  border-top-color: transparent;
  border-bottom-color: black;
}
 
.discord-joined {
  border-color: rgb(114, 137, 218);
  background: rgb(114, 137, 218);
  color: white;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 5px;
}
 
#discord-counter {
  display: inline;
  background-color: rgb(114, 137, 218);
  border-radius: 15px;
  color: white;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 14px;
}
 
.discord-icon {
  width: 40px; 
  height: 40px; 
  display: block; 
  border-radius: 40px;
}
.discord-joined:hover {
    border-color: rgb(84, 107, 188);
    background: rgb(84, 107, 188);
}
 
.discord-bot {
    background: #7289da;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-left: 6px;
    padding: 1px 2px;
    border-radius: 3px;
    line-height: 15px;
}
/*fin*/



.ajax-poll {
border:none !important;
}

.cardscrollbox{
	line-height: 110%;
	position:relative;
    z-index: 0;
}
 
.card{
	position:relative;
    overflow:hidden;
    margin: 0px;
    cursor: pointer;
	background-color:white;
    background: linear-gradient(135deg,rgba(0,0,0,0) 0,rgba(0,0,0,.09) 100%);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.09) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
.cardimage{
position:relative;
overflow:hidden;
transition: all 0.35s 0.001s ease-in;
z-index: 10;
}
 
.card:hover .cardimage{
opacity: 0;
pointer-events: none;
}
 
.cardtext
{
    position: absolute;
    z-index: 99;
	top:0px;
	left:0px;
    text-transform: none;
    font-weight: bold;
    font-family: Comfortaa, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-shadow: 5px 5px 5px #808080;
	padding-left:8px;
    text-align:left;
    cursor: pointer;
    transition: all 0.35s 0.001s ease-in;
}
.card:hover .cardtext
{
	color:black !important;
    text-shadow: 0px 0px 0px #808080;
    cursor: pointer;
}
 
 .carddesc
{
	position:absolute;
	top:auto;
	bottom:0px;
	left:-1px;
	width:100%;
}

@media only screen and (min-width:1596px) {
    .card {
        width: 205px;
        height : 205px;	
    }
	.cardscrollbox{
		height:183px;
	}
}
 
@media only screen and (min-width:1084px) and (max-width:1595px) {
    .card {
        height: 224px;
        width: 224px;
    }
    .cardscrollbox{
    	height:200px;
    }  
}
 
@media only screen and (min-width:1024px) and (max-width:1083px) {
 
    .card {
        height: 211px;
        width: 211px;
    }
    .cardscrollbox{
    	height:190px;
    }   
}
 
@media only screen and (max-width:1023px) {
 
    .card {
        height: 229px;
        width: 229px;
    }
    .cardscrollbox{
    	height:208px;
    }
}
.cardbox a{
display:block;
position:absolute;
bottom:0px;
top:0px;
color:black;
text-decoration:none;
margin-right:8px;
}
 
.cardtext a{
color:inherit;
text-decoration:none;
display:block;
}
Advertisement