MediaWiki:Vector.css

Вы находитесь на сайте "Архив статей из ЭЕЭ и статей на еврейские темы из Википедии"

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «/* <source lang="css"> */ /* The following are Vector bugfixes */ - Temporary fix until bugzilla:19567 is addressed: #siteNotice div { margin: 0; } #siteNot…»)
 
Строка 1: Строка 1:
/* <source lang="css"> */
/* <source lang="css"> */
-
/* The following are Vector bugfixes */
+
/* унификация ссылок в верхнем меню */
-
 
+
#p-personal {
-
/* Temporary fix until [[bugzilla:19567]] is addressed */
+
  text-transform: lowercase;
-
#siteNotice div { margin: 0; }
+
-
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }
+
-
 
+
-
/* Missing recent changes CSS . [[bugzilla:20223]] */
+
-
span.comment {
+
-
font-style: italic;
+
-
}
+
-
+
-
span.changedby {
+
-
font-size: 95%;
+
}
}
-
/* [[bugzilla:20276]] */
+
/* неотпатрулированные жёлтым в новых статьях */
-
input#wpSummary {
+
.not-patrolled {
-
width:100%;
+
  background: #ffa;
}
}
-
/* [[bugzilla:20128]] */
+
/* выпадающее меню поверх координат */
-
table.gallery {
+
div#variants ul,
-
border: 1px solid #ccc;
+
div#actions ul {
-
margin: 2px;
+
  z-index: 2;
-
padding: 2px;
+
-
background-color: white;
+
}
}
-
 
-
table.gallery td {
 
-
vertical-align: top;
 
-
background-color: #f9f9f9;
 
-
border: solid 2px white;
 
-
}
 
-
 
-
table.gallery caption {
 
-
font-weight: bold;
 
-
}
 
-
 
-
div.gallerybox {
 
-
margin: 2px;
 
-
}
 
-
 
-
div.gallerybox div.thumb {
 
-
text-align: center;
 
-
border: 1px solid #ccc;
 
-
margin: 2px;
 
-
}
 
-
 
-
div.gallerytext {
 
-
overflow: hidden;
 
-
font-size: 94%;
 
-
padding: 2px 4px;
 
-
}
 
-
 
-
/* end bugfixes */
 
/* Don't display some stuff on the main page */
/* Don't display some stuff on the main page */
-
body.page-Main_Page #deleteconfirm,
+
body.page-Заглавная_страница #deleteconfirm,
-
body.page-Main_Page #t-cite,
+
body.page-Заглавная_страница #t-cite,
-
body.page-Main_Page #footer-info-lastmod,
+
body.page-Заглавная_страница #footer-info-lastmod,
-
body.page-Main_Page #siteSub,
+
body.page-Заглавная_страница #siteSub,
-
body.page-Main_Page #contentSub,
+
body.page-Заглавная_страница #contentSub,
-
body.page-Main_Page h1.firstHeading {
+
body.page-Заглавная_страница h1.firstHeading {
  display: none !important;
  display: none !important;
}
}
Строка 71: Строка 31:
}
}
-
#coordinates {
+
#coordinates {
  position: absolute;
  position: absolute;
-
  top: -1em;
+
  top: -2em;
-
  right: 0em;
+
  right: 2em;
  float: right;
  float: right;
  margin: 0.0em;
  margin: 0.0em;
Строка 86: Строка 46:
}
}
-
/* For positioning icons at top-right, used in Templates
+
/* См. Шаблон:Right-uppermost image */
-
  "Spoken Article" and "Featured Article" */
+
.floating_object {
-
div.topicon {
+
  position: absolute;
  position: absolute;
-
  top: -3em;
+
right: 0px !important;
-
  margin-right: -10px;
+
  top: -31px !important;
-
  display: block !important;
+
  z-index: 100;
 +
  overflow: hidden;
}
}
-
 
+
-
/* Template:Title override */
+
body.ns-0 .floating_object {
-
div#title-override {
+
top: -20px !important;
-
  left: 0 !important;
+
-
  top: -2em !important;
+
-
  padding: 0.5em 0 0.2em 0 !important;
+
}
}
 +
 +
/* Скрыть надпись «опробовать бета-версию» */
 +
li#pt-optin-try { display: none; }
/* Display "From Wikipedia, the free encyclopedia" */
/* Display "From Wikipedia, the free encyclopedia" */
Строка 110: Строка 70:
}
}
-
body.ns-0 div.topicon,
+
/* Иконки хороших и избранных статей в других разделах */
-
body.ns-1 div.topicon {
+
.portal li.GA {
-
top: -2em;
+
    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 {
-
body.ns-0 #coordinates,
+
    background: url('http://upload.wikimedia.org/wikipedia/commons/3/33/Small_skew_star.gif') right top no-repeat;
-
body.ns-1 #coordinates {
+
    margin-right: 10px !important;
-
top: 0em;
+
}
}
-
 
+
.portal li.FL {
-
/* {{tl|Link FA}} */
+
    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;
-
#panel div.portal div.body ul li.FA {
+
    margin-right: 10px !important;
-
  background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
+
-
  margin-left: -10px;
+
-
  padding-left: 10px;
+
}
}
-
#siteNotice .notice-all {
+
/* The following are Vector bugfixes */
-
  margin-bottom: 1em !important;
+
-
  margin-right: 2px !important;
+
-
}
+
-
/* Blue instead of yellow padlock for secure links. */
+
/* Temporary fix until [[bugzilla:19567]] is addressed */
-
#bodyContent a.external[href ^="https://"],
+
#siteNotice div { margin: 0; }
-
.link-https {
+
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }
-
  background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
+
 
-
}
+
/* Иконка в результатах поиска */
 +
.searchresults-hint {
 +
position: absolute;
 +
top: -8px !important;
 +
right: 4px !important;
/* </source> */
/* </source> */

Текущая версия на 21:44, 10 марта 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> */
Личные инструменты
 

Шаблон:Ежевика:Рубрики

Навигация