|
|
| Строка 1: |
Строка 1: |
| /* disabled for debugging
| |
| /* <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;
| |
| }
| |
|
| |
| /* Increase left sidebar width (Vector legacy) */
| |
| #mw-panel {
| |
| width: 16em; /* adjust as needed, e.g. 16–18em */
| |
| }
| |
|
| |
| /* Move content area so it doesn't overlap */
| |
| #content {
| |
| margin-left: 17em; /* width + 1em */
| |
| }
| |
| /* Thick bullets before each sidebar link */
| |
| #mw-panel .vector-menu-content ul li {
| |
| list-style-type: disc !important;
| |
| margin-left: 1.2em !important;
| |
| }
| |
|
| |
| /* White background and border for each sidebar block */
| |
| #mw-panel .vector-menu {
| |
| background: #ffffff !important;
| |
| border: 1px solid #ccc !important;
| |
| margin-bottom: 0.8em !important;
| |
| padding: 0.4em 0.6em !important;
| |
| border-radius: 4px;
| |
| }
| |
| /* </source> */
| |
| */
| |