Сотня вики
Сотня вики
374
страницы
Нет описания правки
Метка: sourceedit
Нет описания правки
Метка: sourceedit
Строка 189: Строка 189:
 
margin: 0 auto;
 
margin: 0 auto;
 
background-color: rgba(211,211,211,0.6);
 
background-color: rgba(211,211,211,0.6);
  +
}
  +
  +
/* Навигация по сериям */
  +
.navmenu {
  +
width: calc(100% - 4px);
  +
background-color: white;
  +
text-align: center;
  +
border: 2px solid black;
  +
}
  +
  +
.navmenu .header,
  +
.navmenu .season {
  +
color: #CCCCCC;
  +
font-size: 150%;
  +
border-radius: 7px 7px 0 0;
  +
background-image: linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
  +
background-image: -o-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
  +
background-image: -moz-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
  +
background-image: -webkit-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
  +
background-image: -ms-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
  +
background-image: -khtml-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
  +
}
  +
  +
.navmeny .season {
  +
width: 75px;
  +
font-size: 100%;
 
}
 
}

Версия от 14:26, 3 мая 2016

@import url(http://fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic);

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

/* Стили для модулей Rail-а */
.WikiaRail .module {
    background: rgba(211,211,211,0.6);
    border: 1px solid black;
    padding: 5px 15px 15px;
}

.WikiaRail .module:first-child {
    border-radius: 10px 10px 0 0;
}

.WikiaRail section:last-of-type {
    border-radius: 0 0 10px 10px;
}
.WikiaRail .module h2 {
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid black;
}

/* Стили для шаблона "Серия" */
.pi-theme-episode {
    background: #fff;
    border: 2px solid black;
    border-radius: 10px;
    padding:3px;
}

.pi-theme-episode .pi-title,
.pi-theme-episode .pi-header,
.pi-theme-episode .pi-navigation {
    text-align: center;
    color: #CCCCCC;
    font-size: 150%;
    border-radius: 7px 7px 0 0;
    background-image: linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -o-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -moz-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -webkit-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -ms-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -khtml-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
}

.pi-theme-episode .pi-navigation {
    font-size: 100%;
    border-radius: 0 0 7px 7px;
}

.pi-theme-episode .pi-navigation a {
    color: #CCCCCC;
    text-decoration: underline;
}

.pi-theme-episode .pi-header {
    font-size: 100%;
    border-radius: 0;
}

.pi-theme-episode .pi-data-label {
    flex-basis: 120px;
}

.pi-theme-episode .pi-data:not(:last-of-type), .pi-group {
    border-bottom: none;
}

.pi-theme-episode .pi-image img {
    width: 270px;
    height: auto;
}

/* Стили для шаблона "Персонаж" */
.pi-theme-character {
    background-color: #fff;
    padding: 3px;
    border: 2px solid black;
    border-radius: 10px;
}
 
.pi-theme-character .pi-title,
.pi-theme-character .pi-header {
    text-align: center;
    color: antiquewhite;
    font-size: 125%;
    border-radius: 7px 7px 0 0;
    background-image: linear-gradient(top, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -o-linear-gradient(top, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -moz-linear-gradient(top, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -webkit-linear-gradient(top, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -ms-linear-gradient(top, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -khtml-linear-gradient(top, #8f8f8f, #2f545d, #8f8f8f);
}
 
.pi-theme-character .pi-header {
    border-radius: 0;
    font-size: 100%;
}
 
.pi-theme-character .pi-data:not(:last-of-type), .pi-group {
    border-bottom: none;
}
 
.pi-theme-character .pi-data-label {
    flex-basis: 120px
}

/* Оформление заглавной */
.main-welcome {
    width:500px;
    border:2px solid black;
    margin:0 auto;
    background-color: rgba(211,211,211,0.6);
    font-size: 16px !important;
    line-height: 26px !important;
}
 
.main-welcome .in-body {
    width:calc(100% - 20px);
    text-align:center;
    margin: 0 auto;
    padding:3px 3px 5px 3px;
    border-bottom: 1px solid black;
}
 
.in-nav {
    float: left;
    border: 2px solid black;
    border-radius: 0 10px 10px 0;
    width: 150px;
    margin-left:-6px;
    background-color: rgba(211,211,211,0.6);
}
 
.in-header {
    width:calc(100% - 20px);
    margin: 0 auto;
    text-align:center;
    font-size: 150%;
    padding:3px;
    border-bottom:1px solid black;
    font-family: 'Marck Script', cursive;
}
 
.main-random {
    width: calc(300px - 4px);
    border: 2px solid black;
    margin: 0 auto;
    text-align:center;
    background-color: rgba(211,211,211,0.6);
}
 
.main-random .in-text {
    font-size:120%;
    font-family: 'Marck Script', cursive;
}
 
.main-random p {
    margin: 0;
}

.main-video {
    width: 100%;
    border: 2px solid black;
    margin: 0 auto;
    background-color: rgba(211,211,211,0.6);
}

/* Навигация по сериям */
.navmenu {
    width: calc(100% - 4px);
    background-color: white;
    text-align: center;
    border: 2px solid black;
}

.navmenu .header,
.navmenu .season {
    color: #CCCCCC;
    font-size: 150%;
    border-radius: 7px 7px 0 0;
    background-image: linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -o-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -moz-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -webkit-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -ms-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
    background-image: -khtml-linear-gradient(left, #8f8f8f, #2f545d, #8f8f8f);
}

.navmeny .season {
    width: 75px;
    font-size: 100%;
}