My Life as a Teenage Robot вики
мНет описания правки
Нет описания правки
 
Строка 1: Строка 1:
 
/* Цветные ники */
 
/* Цветные ники */
/* Бюрократы */
+
/* Бюрократы и администраторы*/
 
/* SteepLoRD */
 
/* SteepLoRD */
 
a[href$="SteepLoRD"], a[href$="/SteepLoRD"]
 
a[href$="SteepLoRD"], a[href$="/SteepLoRD"]
  +
{
  +
color: #ffee58 !important;
  +
font-weight: bold;
  +
}
  +
a[href$="ImNotAVandal"], a[href$="/ImNotAVandal"]
 
{
 
{
 
color: #ffee58 !important;
 
color: #ffee58 !important;

Текущая версия от 12:22, 24 марта 2020

/* Цветные ники */
/* Бюрократы и администраторы*/
/* SteepLoRD */
 a[href$="SteepLoRD"], a[href$="/SteepLoRD"]
 {
    color: #ffee58 !important;
    font-weight: bold;
}
 a[href$="ImNotAVandal"], a[href$="/ImNotAVandal"]
 {
    color: #ffee58 !important;
    font-weight: bold;
}
/* Техник ( он всегда будет один :) ) */
 a[href$="Khaachi"], a[href$="/Khaachi"]
 {
    color: yellow !important;
    font-weight: bold;
}

/* Администраторы*/
/* ISkylake */
a[href$="ISkylake"], a[href$="/ISkylake"] {
    color: #0d47a1 !important;
    font-weight: bold;
}

/* Модераторы чата*/
/* Батька Таттлтейл */
a[href$="%D0%91%D0%B0%D1%82%D1%8C%D0%BA%D0%B0_%D0%A2%D0%B0%D1%82%D1%82%D0%BB%D1%82%D0%B5%D0%B"], a[href$="/%D0%91%D0%B0%D1%82%D1%8C%D0%BA%D0%B0_%D0%A2%D0%B0%D1%82%D1%82%D0%BB%D1%82%D0%B5%D0%B"] {	
    color: #8e24aa !important;	
    font-weight: bold;
}

/* Плашки */
.Wall .edited-by > a.subtle[href$="Khaachi"]:after,
.comments li[data-user="Khaachi"] .edited-by:after {
    content: "Техник";
    color: red;
    background-color: rgba(130,130,180,0.3);
    border-radius: 1em;
    padding: 1px 5px;
    margin-left: 1px;
    font-size:90%;
    font-weight: bold
}
 
.Wall .edited-by > a.subtle[href$="SteepLoRD"]:after,
.comments li[data-user="SteepLoRD"] .edited-by:after {
    content: "Бюрократ";
    color: #ffee58;
    background-color: rgba(130,130,180,0.3);
    border-radius: 1em;
    padding: 1px 5px;
    margin-left: 1px;
    font-size:90%;
    font-weight: bold
}

.Wall .edited-by > a.subtle[href$="Батька_Таттлтейл"]:after,
.comments li[data-user="Батька Таттлтейл"] .edited-by:after {
    content: "Модератор Чата";
    color: #8e24aa;
    background-color: #000000;
    border-radius: 1em;
    padding: 1px 5px;
    margin-left: 1px;
    font-size:90%;
    font-weight: bold
}

/* Скроллбар ( клё - ё - ё - ёвый скроллбар 8) ) */
::-webkit-scrollbar {
    width: 20px;
}
::-webkit-scrollbar-thumb {
    background: #3b83bd;
    box-shadow: inset 0 0 5px black;
    border-radius: 40px;
}
::-webkit-scrollbar-thumb:hover {
    background: #4682b4;
    border-radius: 40px;
}
::-webkit-scrollbar-track {
    background: #353a3a;
    border-left: 1px solid rgb(80,80,80);
}

/* Фон */
body.skin-oasis, body.background-dynamic.skin-oasis::after, body.background-dynamic.skin-oasis::before {
    background: url("https://vignette.wikia.nocookie.net/teenagerobot/images/7/7e/RU_MLaaTR_Wiki_Background.png/revision/latest?cb=20180709172946&path-prefix=ru") no-repeat center top !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}