MediaWiki:Vector.css: различия между версиями
Материал из ЕЖЕВИКИ - EJWiki.org - Академической Вики-энциклопедии по еврейским и израильским темам
Перейти к навигацииПерейти к поиску
Ariely (обсуждение | вклад) Нет описания правки |
Mliris (обсуждение | вклад) м 1 версия |
(нет различий)
| |
Версия от 07:47, 11 марта 2010
/* <source lang="css"> */
/* унификация ссылок в верхнем меню */
#p-personal {
text-transform: lowercase;
}
/* неотпатрулированные жёлтым в новых статьях */
.not-patrolled {
background: #ffa;
}
/* выпадающее меню поверх координат */
div#variants ul,
div#actions ul {
z-index: 2;
}
/* Don't display some stuff on the main page */
body.page-Заглавная_страница #deleteconfirm,
body.page-Заглавная_страница #t-cite,
body.page-Заглавная_страница #footer-info-lastmod,
body.page-Заглавная_страница #siteSub,
body.page-Заглавная_страница #contentSub,
body.page-Заглавная_страница h1.firstHeading {
display: none !important;
}
body.page-Main_Page #mp-topbanner {
margin-top: 0 !important;
}
#coordinates {
position: absolute;
top: -2em;
right: 2em;
float: right;
margin: 0.0em;
padding: 0.0em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* См. Шаблон:Right-uppermost image */
.floating_object {
position: absolute;
right: 0px !important;
top: -31px !important;
z-index: 100;
overflow: hidden;
}
body.ns-0 .floating_object {
top: -20px !important;
}
/* Скрыть надпись «опробовать бета-версию» */
li#pt-optin-try { display: none; }
/* Display "From Wikipedia, the free encyclopedia" */
body.ns-0 #siteSub,
body.ns-1 #siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
/* Иконки хороших и избранных статей в других разделах */
.portal li.GA {
background: url('http://upload.wikimedia.org/wikipedia/commons/6/6f/QS_blue_star_small.png') right top no-repeat;
margin-right: 10px !important;
}
.portal li.FA {
background: url('http://upload.wikimedia.org/wikipedia/commons/3/33/Small_skew_star.gif') right top no-repeat;
margin-right: 10px !important;
}
.portal li.FL {
background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Purple_star_unboxed.svg/11px-Purple_star_unboxed.svg.png') right top no-repeat;
margin-right: 10px !important;
}
/* The following are Vector bugfixes */
/* Temporary fix until [[bugzilla:19567]] is addressed */
#siteNotice div { margin: 0; }
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }
/* Иконка в результатах поиска */
.searchresults-hint {
position: absolute;
top: -8px !important;
right: 4px !important;
/* </source> */