Семь смертных грехов вики
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.
/* Import of Common.css */
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:ActivityFeed.css&only=styles");
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerBlur/code.css&only=styles";
 
/* Nanatsu no Taizai Wiki Admins */
a[href="/wiki/User:Keifu"] { color:#DC143C !important; font-weight: bold !important;}
a[href="/wiki/User:Unok"] { color:#32CD32 !important; font-weight: bold !important;}
a[href="/wiki/User:Aikenhead"] { color:grey !important;}
a[href="/wiki/User:15sok"] { color:blue !important;}
 
/* Picture Attribution */
p.attribution { display: none !important }
 
body.skin-oasis{
    background: url(https://vignette.wikia.nocookie.net/nanatsunotaizai/images/5/50/Wiki-background/revision/latest?cb=20200507071333&path-prefix=ru) 100% 0/cover no-repeat;
}
 
/* Шаблон:ПП (всплывающее окно картинки)
Источник ru.drbryan.wikia.com/wiki/Всплывающие_подсказки */
.tti1
{
    position: relative;
	border-bottom: 1px dotted black;
	display: inline-block;
}
.tti2
{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: .3s linear .0s;
	border: 1px solid black;
	box-shadow:         2px 2px 8px #000;
	-o-box-shadow:    2px 2px 8px #000;
	-moz-box-shadow: 2px 2px 8px #000;
	-webkit-box-shadow: 2px 2px 8px #000;
	bottom: 100%;
}
.tti1:hover .tti2
{
	opacity: 1;
	visibility: visible;
	transition: .5s;
}
.tti2 img
{
	width: 200px;
	height: 100%;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear .0s;
}
.tti2:hover img
{
	width: 400px;
	height: 100%;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
 
/*Наклонный фон заголовков*/
.mb-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
 
.mb-header .mb-header-content {
    background: #d7a046;
    color: #111;
    padding-top: 5px;
    padding-bottom:15px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
}
 
.mb-header::after {
    content: " ";
    display: block;
    width: 0; 
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: #d7a046;
    border-radius: 0px 3px 0px 0px;
}
 
.mb-header::before {
    content: " ";
    display: block;
    width: 0; 
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color:  #d7a046;
    border-radius: 3px 0px 0px 0px;
}
 
 
.mb-content {
    padding: 10px;
    text-align: justify;
}
 
/*Тень для фона*/
#WikiaPageBackground {
    opacity: 0.9;
    box-shadow: inset 0 0 0px 0 #fff;
}
 
/* References restyling */
ol.references {
    font-size:90% !important;
    margin-left:15px !important;
    padding-left:15px !important;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
 
ol.references > li {margin-left:10px !important;}
 
/**For Portal **/
.portal {
         -moz-transition: all 0s linear;
         -webkit-transition: all 0s linear;
         -o-transition: all 0s linear;
}
.portal:hover {
         opacity:0.8;
         background:#ffffff;
}
 
/* Masthead-info background banner 
.UserProfileMasthead .masthead-info {
    background:#FFFFFF url('//nanatsu-no-taizai.wikia.com/wiki/Special:FilePath?file=Backuser.png') no-repeat top right;
    overflow:hidden;
}*/
 
.WikiHeader {
       background: url(https://images.wikia.nocookie.net/__cb20140902215914/nanatsu-no-taizai/images/0/00/WikiHeader.png) no-repeat right;
}
 
/* backer for navbar */
.WikiHeader nav { 
       background-color:#000;
       width:auto;
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px; 
       border-radius: 0.85em 0.85em 0 0;
       -khtml-border-radius: 2px;     
}
 
/* navbar text color */
.WikiHeader > nav li a {
     color: black;
}
 
.WikiHeader > nav li.marked > a {
     color: white;
}
 
.WikiHeader .accent a {
     color: white;
}
 
/* Navigation bar rounding */
 
.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
     border-radius: 0 0 0.85em 0.85em;
}
 
.WikiHeader > nav li:first-child {
     border-radius: 0.85em 0 0 0;
}
 
.WikiHeader > nav li:last-child {
     border-radius: 0 0.85em 0 0;
}
 
.WikiHeader nav li.marked, .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
     border-radius: 0.85em 0.85em 0 0;
}
 
.WikiHeader nav {
     border-radius: 1em 1em 0 0;
}
 
.WikiHeader > nav li.marked > a {
     border-top: none;
}
 
.WikiHeader > nav .subnav-3 {
     border-radius: 0 0.85em 0.85em 0.85em;
}
 
.GlobalNavigation .subnav {
     border-radius: 0 0 0.85em 0.85em;
     border-color: #0A1700;
}
 
/* End of Navigation bar rounding */
 
 
 
/* End of Navigation bar rounding */
 
 
 
/* Tabber overrides */
 
.tabbertab {
    border:3px  #d7a046 solid !important; /* Цвет рамки таббера */
    border-radius: 0px 3px 3px 3px !important; /* Округлая рамка таббера */
    padding-left: 3px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
ul.tabbernav {
    font: 14px !important; /* Размер шрифта таббера */
    border-bottom: 3px !important;
    padding-bottom: 1px !important;
    text-align: left !important; /* Расположение вкладок таббера */
}
.tabberlive {
    width: auto !important; /* Размеры вкладок */
}
ul.tabbernav li a {
    padding: 1px 20px !important; /* Размеры вкладки таббера */
    margin-right: 0px !important; /* Отступ с правой стороны вкладки */
    color: #111 !important; /* Цвет неактивного шрифта */
    border: 3px !important; /* Рамна неактивной кладки */
    border-radius:3px 3px 0px 0px !important; /* Круглая неактивная рамка */
    background: none !important;
}
ul.tabbernav li.tabberactive a,
ul.tabbernav li a:hover {
    color: #111 !important; /* Цвет активного шрифта */
}
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
    background-color:#e3bd7e !important; /* Цвет неактивной вкладки */
}
ul.tabbernav li.tabberactive a,
ul.tabbernav li a:hover {
    background-color:#d7a046 !important; /* Цвет активной вкладки */
}
ul.tabbernav li a:hover {
    border: 3px !important; /* Рамка активной вкладки */
    border-radius: 3px 3px 0px 0px !important; /* Круглая активная рамка */
}
ul.tabbernav li:first-child a {
	margin-left: 0 !important;
}
 
/* End of tabber overrides */
 
/* Make collapsible table's link white/normal font */
.collapseButton {
    color: white;
    font-weight: normal;
}
 
/* End of collapsible table font */
 
/* Timer CSS */
#displayTimer { font-size: 12px !important; } 
 
#showdate a { color: white !important; }
/* End of Timer CSS */
 
/* Wikia Search bar background */
.WikiaSearch input[type="text"] {
   background: #FFFFFF url(https://images.wikia.nocookie.net/nanatsu-no-taizai/images/4/45/SearchBox.png) no-repeat right top !important;
   border: 1px solid #CACACA;
   border-radius: 2px;
   color: #3A3A3A;
   margin-right: 4px !important;
}
 
.WikiaArticle {
font-family: Arial;
font-size:13px;
line-height:21px !important;
}
 
section.WikiaActivityModule.module, section.HotSpotsModule.module, section.FollowedPagesModule.module {
  background: #FFF url(https://images.wikia.nocookie.net/nanatsu-no-taizai/images/5/5f/Elizabeth_Wiki_Activity.png) no-repeat bottom right;
}
 
/* Forums Restyling */
.Forum .board-2261 {
border-bottom: 5px solid #7f7f7f;
}
 
.Forum .board-2258 {
border-bottom: 5px solid #7f7f7f;
}
 
 
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("https://images.wikia.nocookie.net/central/images/5/5d/Checker-16x16.png") repeat;
}
 
/* Interwiki Links */
.WikiaArticleInterlang ul li a {
background-repeat: no-repeat;
line-height: 21px;
padding-left: 45px;
padding-right: 17px;
height: 22px;
display: block;
}
 
.WikiaArticleInterlang h3 {
line-height: 24px;
}
 
.WikiaArticleInterlang ul li {
border: none;
padding: 0px;
margin: 0px 0px 5px 5px;
height: 24px;
}
 
.WikiaArticleInterlang ul li a[href^="http://es.nanatsu-no-taizai.wikia.com"] {
background-image: url("https://images.wikia.nocookie.net/__cb20140517080602/tablethrowing/images/5/5e/Spanish.png");
}
 
.WikiaArticleInterlang ul li a[href^="http://ru.nanatsu-no-taizai.wikia.com"] {
background-image: url("https://images.wikia.nocookie.net/__cb20140517080926/tablethrowing/images/1/17/Russian.png");
}
 
.WikiaArticleInterlang ul li a[href^="http://fr.seven-deadly-sins.wikia.com"] {
background-image: url("https://images.wikia.nocookie.net/__cb20140517080913/tablethrowing/images/c/cf/French.png");
}
 
/* Highlighting Text */
::selection {color: white; background: orange;}
::-moz-selection {color: white; background: orange;}
 
body {
    cursor: url("https://vignette.wikia.nocookie.net/nanatsunotaizai/images/0/02/%D0%9B%D0%BE%D1%81%D1%82%D0%B2%D0%B5%D0%B9%D0%B5%D0%BD%D0%BA%D1%83%D1%80%D1%81%D0%BE%D1%80_pt43o_kytm5_epqpe.5aKMT.png/revision/latest?cb=20180313162611&path-prefix=ru"), auto;
}
a:link, a:visited,
a:hover {
    cursor: url("https://vignette.wikia.nocookie.net/nanatsunotaizai/images/9/92/Xve5snxKmGE.png/revision/latest?cb=20180510175416&path-prefix=ru"), auto;
}
 
a {
    text-shadow: 0 -3px 2px transparent, 0 3px 2px transparent;
    text-decoration: none;
}
 
a:hover {
    text-shadow: 0 0 2px #e3bd7e, 0 0 2px #e3bd7e;
    color: #d7a046 !important;
    text-decoration: none;
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -ms-transition: all .1s linear 0s;
    -o-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}
a.extiw, a.extiw:active {
    color: #d7a046;
}
 
/* Поправки */
.WikiaPage {
    background-color: #fff;
}
 
/* Инфобоксы */
.pi-europa .pi-data-label {
    flex-basis: 10%;
}
 
.pi-europa .pi-navigation {
   background-color: black;
}
 
.show-when-hovering {
    display: none;
}
.hover-container:hover .show-when-hovering {
    display: inline;
}
.hover-container:hover .hide-when-hovering {
    display: none;
}
.fadeout img:hover {
	opacity:0;
}
.fadeout img:active {
	opacity:0;
}
body:not(.editor) .fadeout-container.fadeout-hide-bottom > :nth-child(2) {
	visibility: hidden; /* the 'body:not(.editor)' is used to prevent hiding the image in editing mode where it is not displayed properly */
}
 
.fadeinimg {
    opacity: 0.1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.fadeinimg:hover {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
 
.closerange tr > td {
    border: 2px #f88 solid;
    padding: 0.2em;
}
.longrange tr > td {
    border: 2px #c8f9bb solid;
    padding: 0.2em;
}
.autopilot tr > td {
    border: 2px #268BD2 solid;
    padding: 0.2em;
}
.rangeirrelevant tr > td {
    border: 2px #0f93ff solid;
    padding: 0.2em;
}
 
div#nihongo span#jpn {
  display: inline;
}
 
div#nihongo:hover span#jpn {
  display: none;
}
 
div#nihongo span#romaji {
  display: none;
}
 
div#nihongo:hover span#romaji {
  display: inline;
}
 
 
.pi-europa .pi-data-label {
    flex-basis: 37.5%; /* Размер строчек-типов информации */
}
 
.portable-infobox {
	border-radius: 3px; /* Радиус рамки инфобокса */
	border: 3px solid #d7a046; /* Толщина рамки инфобокса и цвет*/
	padding: 3px; /* Отступ рамки инфобокса */
}
.portable-infobox .pi-header,
.portable-infobox .pi-title {
	line-height: 18px; /* Ширина заговлоков инфоблкса */
	margin-bottom: 1px; /* Отступ между заголовками */
	text-align: center; /* Расположение текста в заголовках */
}
.portable-infobox .pi-secondary-background {
   background-color: #fff; /* ? */
}
.portable-infobox .pi-header:last-child,
.portable-infobox .pi-title:last-child  {
	margin: 0px 0px 1px 0px; /* ? */
}
.portable-infobox .pi-title:first-child {
	border-radius: 3px 3px 0 0; /* Округлый заголовок инфобокса */
}
.portable-infobox .pi-item:only-child {
	border-radius: 0px; /* ? */
}
.portable-infobox .pi-item:last-child .pi-item:last-child {
	border-radius: 0 0 3px 3px; /* Округлый низ инфобокса */
}
.portable-infobox .pi-item:only-child .pi-item:only-child {
    border-radius: 3px; /* Толщина заголовков инфобокса */
}
.portable-infobox .pi-image {
	margin: 0px 0px 1px 0px; /* Отступы от картинки */
}
.portable-infobox .pi-header,
.portable-infobox .pi-title,
ul.pi-image-collection-tabs li.current, 
.pi-data-label {
	background: #e3bd7e; /* Цвет заливки типов информации */
	font-weight: bold; /* Тип шрифта */
}
.portable-infobox div.pi-data {
    padding: 0px 0px 1px 0px; /* Толщина отступов между типами информации */
}
.pi-image-collection-tab-content {
	background-color: #fff; /* ? */
}
ul.pi-image-collection-tabs li {
	border: 0px solid transparent; /* ? */
	margin: 0px; /* ? */
}
.pi-tab-link {	
    line-height: 15px !important;  /*  */
}
.pi-border-color {
	border-color: #fff; /* ? */
}
.pi-data,
.pi-group {
	border-bottom-width: 0px;  /* ? */
}
.pi-group .pi-data {
	padding: 0px;
}
.pi-data-label {
	border-radius: 0px;
	padding: 3px !important;
	text-align: center;
}
.pi-data-value {
	padding: 3px;
	text-align: center;
}
 
.pi-horizontal-group-item.pi-data-label {
	border-radius: 0;
	padding: 0px;
}
 
.portable-infobox.pi-image-thumbnail {
   width: 100%;
   height: 100%;
}
 
.portable-infobox .pi-secondary-background {
   background: #d7a046;  /* Цвет заголовка раздела */
}
.pi-title.pi-background {
   background-color: #fff;  /* ? */
}
 
.pi-theme-infobox4 .pi-title {
    background: #d7a046; /* ? */
}
Advertisement