MediaWiki:Common.css: различия между версиями
м оформление, исправление |
Нет описания правки |
||
| Строка 22: | Строка 22: | ||
#Rbox { | #Rbox { | ||
display: none; | display: none; | ||
} | } | ||
/* Не показывает кнопки "Обсуждение форума:" --Algorithm */ | /* Не показывает кнопки "Обсуждение форума:" --Algorithm */ | ||
body.ns-110 #ca-talk { | body.ns-110 #ca-talk { | ||
display: none !important; | display: none !important; | ||
| Строка 48: | Строка 35: | ||
/* Не показывать ссылку на блог участника в Monaco */ | /* Не показывать ссылку на блог участника в Monaco */ | ||
#user_masthead_tab_userblog { | #user_masthead_tab_userblog { | ||
display: none; | display: none; | ||
| Строка 54: | Строка 40: | ||
/* Скрыть {{MediaWiki:Uploadtext-ext}} на странице [[Special:Upload]] */ | /* Скрыть {{MediaWiki:Uploadtext-ext}} на странице [[Special:Upload]] */ | ||
#uploadtext-ext { | #uploadtext-ext { | ||
display: none; | display: none; | ||
| Строка 66: | Строка 51: | ||
/* Скрыть {{звёздочка}} */ | /* Скрыть {{звёздочка}} */ | ||
.stars { | .stars { | ||
display: none; | display: none; | ||
} | } | ||
/* Использование: <span class="nounderlinelink">[[link]]</span> */ | /* Использование: <span class="nounderlinelink">[[link]]</span> */ | ||
.nounderlinelink a { | .nounderlinelink a { | ||
text-decoration: none ! important; | text-decoration: none ! important; | ||
| Строка 84: | Строка 65: | ||
/* Стиль порталов */ | /* Стиль порталов */ | ||
.portalfont { | .portalfont { | ||
font-family: Verdana, Arial, Helvetica, sans-serif; | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
| Строка 145: | Строка 125: | ||
/* Убирает белый фон вокруг изображений: <div class="nonwhite">[[Файл: ... ]]</div> */ | /* Убирает белый фон вокруг изображений: <div class="nonwhite">[[Файл: ... ]]</div> */ | ||
.nonwhite div.thumb { | .nonwhite div.thumb { | ||
border: none; | border: none; | ||
| Строка 161: | Строка 140: | ||
/*** Mark redirects in Special:Allpages und Special:Watchlist ***/ | /*** Mark redirects in Special:Allpages und Special:Watchlist ***/ | ||
.allpagesredirect, .watchlistredir { | .allpagesredirect, .watchlistredir { | ||
font-style: italic; | font-style: italic; | ||
| Строка 167: | Строка 145: | ||
/*** Forum formatting (by -Algorithm & -Splaka) ***/ | /*** Forum formatting (by -Algorithm & -Splaka) ***/ | ||
.forumheader { | .forumheader { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
| Строка 201: | Строка 178: | ||
/* prettytable */ | /* prettytable */ | ||
table.prettytable { | table.prettytable { | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
| Строка 227: | Строка 203: | ||
/* Различные настройки */ | /* Различные настройки */ | ||
#p-wikicities-nav { | #p-wikicities-nav { | ||
display: none; | display: none; | ||
| Строка 239: | Строка 214: | ||
/* для {{NoincludeWantedpages}} */ | /* для {{NoincludeWantedpages}} */ | ||
span.new a { | span.new a { | ||
color: #ba0000 ! important; | color: #ba0000 ! important; | ||
| Строка 249: | Строка 223: | ||
/* Выделяем ссылку на текущую статью в тематических шаблонах (вроде {{unix}} и {{поэты) */ | /* Выделяем ссылку на текущую статью в тематических шаблонах (вроде {{unix}} и {{поэты) */ | ||
.toccolours .selflink { | .toccolours .selflink { | ||
font-size: 120%; | font-size: 120%; | ||
| Строка 261: | Строка 234: | ||
padding-right: 2px; | padding-right: 2px; | ||
} | } | ||
/* Выделение цифр в Правках цветом */ | /* Выделение цифр в Правках цветом */ | ||
.mw-plusminus-pos { | .mw-plusminus-pos { | ||
color: #006400; | color: #006400; | ||
| Строка 271: | Строка 241: | ||
/* .mw-plusminus-null при нуле */ | /* .mw-plusminus-null при нуле */ | ||
.mw-plusminus-neg { | .mw-plusminus-neg { | ||
color: #8B0000; | color: #8B0000; | ||
| Строка 277: | Строка 246: | ||
/* Всё, что ниже, взято из Википедии без изменений */ | /* Всё, что ниже, взято из Википедии без изменений */ | ||
#userSummaryButtonsA a { | #userSummaryButtonsA a { | ||
white-space: nowrap; | white-space: nowrap; | ||
| Строка 708: | Строка 676: | ||
/*Оформление {{Container2}} - для "Не по-детски"*/ | /*Оформление {{Container2}} - для "Не по-детски"*/ | ||
table.Container2 { | table.Container2 { | ||
width: auto; | width: auto; | ||
| Строка 764: | Строка 731: | ||
/* default skin for navigation boxes */ | /* default skin for navigation boxes */ | ||
table.navbox { | table.navbox { | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
| Строка 793: | Строка 759: | ||
/* navbox hiding, see [[wikipedia:en:Wikipedia:NavFrame]]. */ | /* navbox hiding, see [[wikipedia:en:Wikipedia:NavFrame]]. */ | ||
div.Boxmerge, div.NavFrame { | div.Boxmerge, div.NavFrame { | ||
margin: 0px; | margin: 0px; | ||