MediaWiki:Common.css: различия между версиями
Внешний вид
Radiant (обсуждение | вклад) Нет описания правки |
Radiant (обсуждение | вклад) Нет описания правки |
||
| Строка 12: | Строка 12: | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
#pt-userpage a.new { | #pt-userpage a.new, #pt-userpage a.new:visited, #pt-userpage a.new:active, #pt-userpage a.new:hover{ | ||
color: yellow; | color: yellow; | ||
} | } | ||
#pt-mytalk a.new { | #pt-mytalk a.new, #pt-userpage a.new:visited, #pt-userpage a.new:active, #pt-userpage a.new:hover { | ||
color: white; | color: white; | ||
} | } | ||
Версия от 07:53, 19 мая 2021
body {
background-image: linear-gradient(#3b227d, #3b227d, #fffcf5, #3b227d);
}
#mw-head {
background: #3b227d;
}
#content {
background: #fffcf5;
}
#p-personal a, #p-personal a:visited {
color: white;
font-size: 16px;
}
#pt-userpage a.new, #pt-userpage a.new:visited, #pt-userpage a.new:active, #pt-userpage a.new:hover{
color: yellow;
}
#pt-mytalk a.new, #pt-userpage a.new:visited, #pt-userpage a.new:active, #pt-userpage a.new:hover {
color: white;
}
.portal .body li a, .vector-menu-portal .body li a, .portal .body li a:visited, .vector-menu-portal .body li a:visited {
color: white;
font-size: 16px;
}
.portal h3, .vector-menu-portal h3 {
color: lightgray;
font-size: 14px;
font-weight: bold;
}