Tyranny вики
Advertisement

На других языках: English


Изменения CSS и JavaScript должны соответствовать правилам оформления вики.


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

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl-F5 или Ctrl-R (⌘-R на Mac)
  • Google Chrome: Нажмите Ctrl-Shift-R (⌘-Shift-R на Mac)
  • Internet Explorer: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl-F5
  • Opera: Выберите очистку кэша в меню Инструменты → Настройки
.wikinav2 .WikiPageHeader > .comments {
    margin: 2px 0px 0;
}


.WikiPage {
      color: #8a6751;
}


.wiki-page-header .header-container {
 border-bottom: solid 2px #463527;
}

.WikiArticle h2 {
border-bottom: solid 2px #463527;
}

.article-categories {
border: 1px solid #463527;
}

.WikiFooter section, .WikiBarWrapper section {
border: 1px solid #463527  !important;
}

.activityfeed > li:not(:first-child) {
    border-top: 1px solid #463527  !important;
}

.WikiArticleComments .MiniEditorWrapper .editarea {
border: solid 1px #463527  !important;
}

.WikiArticleComments .article-comments {
border-top: 1px solid #463527  !important;
}

.WikiArticleComments {
border-top: 1px solid #463527  !important;
}


/*Шрифт в блогах*/
.WikiBlogListingBox .author-details a {
    font-size: 14px;
}
.WikiBlogListingPost h2 {
    line-height: 20px;
    }


/* _______________________*/
/* Исследования (бордюр)*/
/* _______________________*/
.insights-module-item {
border-bottom: 1px solid #463527 !important;
}

/* _______________________*/
/* Свернуть/развернуть*/
/* _______________________*/
.mw-collapsible-toggle {
    float: right;
    padding-right: 5px;
    margin-right: 10px;
}


/* _______________________*/
/* Плеер*/
/* _______________________*/
audio {
width: 230px !important;
height: 30px !important;
}

.clear-both-after-ad-in-content {
  clear: none;
}

/* _______________________*/
/* Кнопки */
/* _______________________*/
a.wiki-button, .wiki-single-button a, .wiki-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
border-radius: 0px;
}


/* _______________________*/
/* Кнопка править*/
/* _______________________*/
.WikiArticle .editsection {
    float: right;
    font-size: 11px;
    margin-left: 10px;
    vertical-align: baseline;
}

/** Infobox template style **/
.wiki-infobox {
float: right;
width: 250px;
vertical-align: inherit;
border: solid 2px #463527;
position: relative;
padding: 3px 3px 3px;
}
 
.wiki-infobox th .wiki-infobox-section-header {
border-top: 1px #463527 solid;
margin-top: 2px;
padding-top: 2px;
}

.wiki-infobox td, .wiki-infobox th {
overflow: hidden;
padding: 2px 0px 5px;
vertical-align: inherit;
}


/*Шрифт*/
.WikiArticle p {
  text-align: justify;
} 

/*****************************/
/* Фиксированный шрифт + заголовки*/
/*****************************/
 
.WikiPageHeader h1 {font-size:24px;}
 
.WikiArticle h1 {font-size:24px;line-height: 18px; margin-top: 25px; overflow: hidden; padding-bottom: 1px;}
 
.WikiArticle h2 {font-size:22px;line-height: 18px; margin-top: 25px; overflow: hidden; padding-bottom: 1px;}
 
.WikiArticle h3 {
    padding-left: 32px; font-size:19px;line-height: 18px; margin-top: 25px; overflow: hidden; padding-bottom: 1px;
}
 
.WikiArticle h4 {font-size:16px;line-height: 18px; margin-top: 25px; overflow: hidden; padding-bottom: 1px;}
 
.WikiArticle {font-size: 14px!important; line-height: 22px!important;}
 
.WikiArticle blockquote {font-size: 14px;line-height: 18px;}

/* Измененный макет страницы
.WikiPage {
padding: 0px;
border: 0px solid #474a4f !important;
margin: 0 auto;
position: relative;
z-index: 1;
}

.WikiPage .WikiPageBackground {
background: #1a1d24 !important;
height: 100%;
left: 0;
opacity: 0.86;
position: absolute;
top: 0;
width: 100%;
}

.WikiPage .WikiPageContentWrapper {
zoom: 1;
position: relative;
height: 100%;
left: 0;
padding-left: 5px;
padding-right: 5px;
}
 */

/*Фон*/
body.skin-oasis {
  background: #000000 url("http://vignette3.wiki.nocookie.net/tyranny/images/f/f5/Фон_%28Tyranny%29.jpg/revision/latest?cb=20161016121731&path-prefix=ru") no-repeat center top !important;
      background-attachment: fixed !important;
   background-size: cover !important;
}

/* правая колонка */

.WikiRail .module, .WikiRail #RIGHT_SKYSCRAPER {
background: #b47846;
color: ;
border: 2px solid #8a6751;
margin-bottom: 10px;
padding: 20px 15px 15px; 
position: relative;
word-wrap: break-word;
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1)
}

 
.ChatModule {
margin: auto;
  background: #b47846;
  border: solid 0px ;
  border-image: ;  
  -moz-border-image: ;   
}

.ChatModule .chat-whos-here {
border: 1px solid #b47846;
}

/* _______________________*/
/* Скин*/
/* _______________________*/
.ramskin {
  background-image: url('');
    padding: 0px 0px 0px 0px ;
  position: relative;
  word-wrap: break-word;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1)
}
Advertisement