Дружба – это Чудо Вики
Дружба – это Чудо Вики
Нет описания правки
Нет описания правки
Строка 370: Строка 370:
 
background: linear-gradient(to right,rgba(0,170,255,0.3),rgba(0,170,255,0.3)),linear-gradient(to left,rgba(0,170,255,0) 200px,#00aaff 430px)
 
background: linear-gradient(to right,rgba(0,170,255,0.3),rgba(0,170,255,0.3)),linear-gradient(to left,rgba(0,170,255,0) 200px,#00aaff 430px)
 
}
 
}
  +
/*
 
 
body.skin-oasis {
 
body.skin-oasis {
 
background: #fff url("https://vignette.wikia.nocookie.net/mlp/ru/images/9/92/Winter_by_plainoasis_dcv9hlj.png") top center;
 
background: #fff url("https://vignette.wikia.nocookie.net/mlp/ru/images/9/92/Winter_by_plainoasis_dcv9hlj.png") top center;
 
background-position: 100% 100%;
 
background-position: 100% 100%;
}
+
}*/

Версия от 10:54, 30 декабря 2019

/* Импорт стилей для списка пони, нав шаблона списка пони */
@import url("index.php?action=raw&ctype=text/css&title=MediaWiki:Common.css");
@import url("index.php?action=raw&ctype=text/css&title=MediaWiki:Wikia.css/TooltipNavbox.css");
@import url("index.php?action=raw&ctype=text/css&title=User:SmiledMoon/CommonInfobox.css");
@import url("index.php?action=raw&ctype=text/css&title=User:SmiledMoon/infoboxCharacter.css");
@import url("index.php?action=raw&ctype=text/css&title=User:SmiledMoon/ListOfCharacters.css");
@import url("index.php?action=raw&ctype=text/css&title=User:SmiledMoon/seasonThemes.css");
@import url("index.php?action=raw&ctype=text/css&title=User:SmiledMoon/NavBox.css");
@import url("index.php?action=raw&ctype=text/css&title=User:SmiledMoon/Appearance.css");
@import url("index.php?action=raw&ctype=text/css&title=User:SmiledMoon/articleCharacters.css");
@import url("index.php?action=raw&ctype=text/css&title=User:Maxwell_the_Great/LittleFixOfInfoboxCharacter.css");

/* Форум */
.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; 
}

/* Делает заголовки 3, 4 и 5 уровня более заметными  */
h3, h4, h5 {
    font-weight:bold
}

/* Фикс таббера */

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 {
    display:block !important;
}

/* Делает кпоку "править" на заголовках 3 и 4 уровня невидимой, пока на неё не будет наведен курсор */
 
h4 span.editsection {
    visibility: hidden;
}
 
h4:hover span.editsection {
    visibility: visible;
}

/* Блог-лист */

.WikiaBlogListingBox {
    border: #00aaff solid 1px transparent !important;
}

/* Круги */

.WikiaArticle ul {
    list-style: disc outside none;
}

.control {
    list-style:none
}

/* Link colors */
.colorlink a {color:inherit;}
.nomarker ul {list-style:none; margin:0;}

/* Поиск персонажей */

.SearchButton {
    display:inline-block;
    border-radius:3px;
    height:23px;
    line-height:23px;
    margin:3px;
    padding-right:3px;
    color:white;
    position:relative;
    cursor:pointer;
}

span.mw-collapsible-toggle a { color:inherit !important; }

/*Градиент*/ 

.gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(127,127,127,0) 50%, rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color- stop(50%,rgba(127,127,127,0)), color- stop(100%,rgba(255,255,255,0.1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(127,127,127,0) 50%,rgba(255,255,255,0.1) 100%);background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(127,127,127,0) 50%,rgba(255,255,255,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(127,127,127,0) 50%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(127,127,127,0) 50%,rgba(255,255,255,0.1) 100%); z-index:80;
}

 /*зимний таббер*/
ul.tabbernav {
    background-color: rgba(59, 207, 255, 0.14) !important
}
ul.tabbernav li a {
    background-color: #0BF !important;
    border-bottom: 2px solid #3AF
}
ul.tabbernav li.tabberactive a {
    background-color: #09F !important
}

/* Таббер из ElderScrollsWiki */
 
.tabberlive .tabbertab {
    border: none !important;
} 
 
ul.tabbernav {
    font-size: 12px !important;
    background-color: rgba(200, 200, 200, 0.2) !important;
    padding-bottom: 5px !important;
    border: none !important;
    text-align: center;
}

ul.tabbernav li {
    line-height:22px !important;
}
 
ul.tabbernav li a {
    border: none !important;
    background: none !important;
    text-decoration: none;
}
 
ul.tabbernav li a:link { color: #000000 !important; }
 
ul.tabbernav li a:hover {
    font-size: 12px !important;
    color: #000000 !important;
    background-color: none !important;
    border-bottom: 2px solid #000000 !important;
}
 
ul.tabbernav li.tabberactive a {
    background-color: rgba(22, 22, 22, 0.3) !important;
    font-size: 12px !important;
    color: #000000 !important;
    background-color: none !important;
    border-bottom: 2px solid #000000 !important;
}
 
ul.tabbernav li.tabberactive a:hover {
	font-size: 12px !important;
	color: #000000 !important;
	background-color: none !important;
	border-bottom: 2px solid #000000 !important;
}
 
/* Таббер из ElderScrollsWiki END */
 
.tabberlive#tab2 .tabbertab {
	background: gray !important; 
}
	
/* Таббер END */

/* Аватар */
.avatar {
    border:none !important
}

/*** Разукрасим свежие правки для плюса и минуса ***/
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* Цвета */
/* Цветные никнеймы */

/* Бюрократы */
a[href$=":Kopcap94"], a[href$="/Kopcap94"],
a[href$=":SmiledMoon"], a[href$="/SmiledMoon"] {
    color: #66AAFF; font-weight: bold;
}
 
/* Администраторы */
a[href$=":Negatif22"], a[href$="/Negatif22"],
a[href$=":Ultor731"], a[href$="/Ultor731"] {
    color: #11894D; font-weight: bold;
}

/* Откатчики */
a[href$=":Gold_Dust_Kitsune"], a[href$="/Gold_Dust_Kitsune"],
a[href$=":Msi1"], a[href$="/Msi1"],
a[href$=":Locko_inDa_coco"], a[href$="/Locko_inDa_coco"] {
    color: #6D4490; font-weight: bold;
}

/* Модераторы */
a[href$=":Maxwell_the_Great"], a[href$="/Maxwell_the_Great"],
a[href$=":%D0%90%D1%81%D0%B8%D1%80%D0%B8%D1%81%D1%80%D0%B0%D0%BD%D0%B4%D0%BE%D0%BC%D0%BD%D0%B2%D0%B9"], a[href$="/%D0%90%D1%81%D0%B8%D1%80%D0%B8%D1%81%D1%80%D0%B0%D0%BD%D0%B4%D0%BE%D0%BC%D0%BD%D0%B2%D0%B9"] {
    color: #DF7401; font-weight: bold;
}
 
/* Боты */
a[href$=":The_Jolly_Roger"], a[href$="/The_Jolly_Roger"],
a[href$=":AppleJuicetice"], a[href$="/AppleJuicetice"] {
    color: #1AC1B9; font-weight: bold;
}


/* Плашки */
.comments li[data-user="Kopcap94"] .edited-by:after,
.comments li[data-user="SmiledMoon"].edited-by:after {content: "Бюрократ"; color: white; background-color: grey; border-radius: 1em; padding: 0 5px; margin-left: 3px; font-weight: bold;}

.comments li[data-user="Negatif22"] .edited-by:after,
.comments li[data-user="Ultor731"] .edited-by:after {content: "Администратор"; color: white; background-color: grey; border-radius: 1em; padding: 0 5px; margin-left: 3px; font-weight: bold;}
 
.comments li[data-user="Gold Dust Kitsune"] .edited-by:after,
.comments li[data-user="Msi1"] .edited-by:after,
.comments li[data-user="Locko inDa coco"] .edited-by:after {content: "Откатчик"; color: white; background-color: grey; border-radius: 1em; padding: 0 5px; margin-left: 3px; font-weight: bold;}

.comments li[data-user="Maxwell the Great"] .edited-by:after {content: "Модератор"; color: white; background-color: grey; border-radius: 1em; padding: 0 5px; margin-left: 3px; font-weight: bold;}

.comments li[data-user="Асирисрандомнвй"] .edited-by:after {content: "Модератор контента"; color: white; background-color: grey; border-radius: 1em; padding: 0 5px; margin-left: 3px; font-weight: bold;}

/* Флажки интервики */
 
.WikiaArticleInterlang a[href^='http://mlp.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/a/ad/Small-en.png');
}
.WikiaArticleInterlang a[href^='http://pl.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/1/19/Small-pl.png');
}
.WikiaArticleInterlang a[href^='http://uk.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/a/a4/Small-uk.png');
}
.WikiaArticleInterlang a[href^='http://es.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/4/43/Small-es.png');
}
.WikiaArticleInterlang a[href^='http://it.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/b/bf/Small-it.png');
}
.WikiaArticleInterlang a[href^='http://ja.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/8/8d/Small-ja.png');
}
.WikiaArticleInterlang a[href^='http://de.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/e/e1/Small-de.png');
}
.WikiaArticleInterlang a[href^='http://sv.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/b/bc/Small-sv.png');
}
.WikiaArticleInterlang a[href^='http://no.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/5/5c/Small-no.png');
}
.WikiaArticleInterlang a[href^='http://pt.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/8/89/Small-pt-pt.png');
}
.WikiaArticleInterlang a[href^='http://fr.']:before {
    content: url('https://images.wikia.nocookie.net/siegenax/ru/images/9/95/Flag_France.gif');
} 
.WikiaArticleInterlang a[href^='http://th.']:before {
    content: url('https://images.wikia.nocookie.net/siegenax/ru/images/6/69/Flag_Thailand.gif');
}
.WikiaArticleInterlang a[href^='http://he.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/0/03/Small-he.png');
}
.WikiaArticleInterlang a[href^='http://zh.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/a/a1/Small-zh.png');
}
.WikiaArticleInterlang a[href^='http://ko.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/d/d2/Small-ko.png');
}
.WikiaArticleInterlang a[href^='http://sr.']:before {
    content: url('https://images.wikia.nocookie.net/wlb/images/5/58/Small-sr.png');
}
.WikiaArticleInterlang a:before {
    padding: 4px;
}

/* Прочее */

.internal_sprite_details_magnify,
.WikiaArticle .article-thumb .attribution {
  display: none
}

.WikiaArticle .article-thumb .caption {
  color: #000000 !important;
}

.ChatModule {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 1em
}

.watched-list li {
  list-style: none 
}

.masthead-info .tag {
  margin-right: 3px
}

/* Ponych окно */
.ponich-join {
    position:absolute;
    top:0;
    right:0;
}

.ponich-join button:before {
    background-color: transparent;
    background-image: url("https://images.wikia.nocookie.net/__cb1427966585/common/extensions/wikia/Chat2/images/sprite-Chat.png");
    background-repeat: no-repeat;
    background-position: -72px 0;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    width: 17px;
}


/* Цвета шаблонов на заглавной */
.templatecolor {
    background:linear-gradient(to bottom,rgba(154,221,255,0.7) 5%,rgba(0,170,255,0.95) 100%) !important;
    color:ghostwhite !important;
}
 
.templateborder { 
    border-color:#00aaff !important;
}

/* Оформление навигации на заглавной */
.mainpagenav ul {
    list-style: none;
    margin: -10px 5px 0 20px;
}

/* Оформление S:Community */
/** Сжимаем блок описания под картинкой, скругляем края **/
.community-page-admin-welcome-message .community-page-admin-welcome-message-text {
    margin: 15px 0;
}
.community-page-admin-welcome-message {
    border-radius: 0 0 15px 15px;
}
.community-page-header .community-page-header-welcome-message,
.community-page-header .community-page-subheader-welcome-message {
    text-shadow: 1px 1px black;
}

/* Убираем информационный значок у тэга Imagemap */
img[src*="/extensions/ImageMap/desc-20.png"] {
    display: none;
}

.ponych-body .chat-name {
    font-size: 14px;
}

/* Весенняя тема 
  -#- Снижен градиент на изображении в шапке на 20%
  -#- Изображение лучшего качества поверх изображения с плохим кач-вом
*/
.wds-community-header::before {
    background: linear-gradient(to right,rgba(0,170,255,0.3),rgba(0,170,255,0.3)),linear-gradient(to left,rgba(0,170,255,0) 200px,#00aaff 430px)
}
/*
body.skin-oasis {
    background: #fff url("https://vignette.wikia.nocookie.net/mlp/ru/images/9/92/Winter_by_plainoasis_dcv9hlj.png") top center;
    background-position: 100% 100%;
}*/