MediaWiki:Monobook.css — различия между версиями
Arhssaarh (обсуждение | вклад) |
Crush (обсуждение | вклад) |
||
(не показано 60 промежуточных версий 3 участников) | |||
Строка 1: | Строка 1: | ||
/* Light blue background except on articles and portals; need 32bit color to see difference */ | /* Light blue background except on articles and portals; need 32bit color to see difference */ | ||
− | #content, #p-cactions li a {background: # | + | #content, #p-cactions li a {background: #E6E7FA !important } |
+ | .pBody {background: #E6E7FA !important} | ||
+ | #p-cactions .pBody {background: transparent !important} | ||
+ | #p-personal .pBody {background: #FFE4E1 !important} | ||
+ | .portlet {padding-bottom:0.21em !important; margin-bottom:0.42em !important} | ||
+ | table.diff {background-image: url(http://bits.wikilogia.ru/gerfes/diffbackground.jpg); border: 1px solid gray; border-top-right-radius: 9px; -webkit-border-top-right-radius: 0.6em; -moz-border-radius-topright: 0.6em; border-top-left-radius: 9px; -webkit-border-top-left-radius: 0.6em; -moz-border-radius-topleft: 0.6em} | ||
+ | #mw-diff-otitle1 {background: lightgray; border-top: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} | ||
+ | #mw-diff-otitle2, #mw-diff-otitle3 {background: lightgray; border-bottom: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} | ||
+ | #mw-diff-otitle4 {background: lightgray; border-right: 1px solid gray; border-left: 1px solid gray; border-bottom: 1px solid gray} | ||
+ | #mw-diff-ntitle1 {background: lightgray; border-top: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} | ||
+ | #mw-diff-ntitle2, #mw-diff-ntitle3 {background: lightgray; border-bottom: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} | ||
+ | #mw-diff-ntitle4 {background: lightgray; border-right: 1px solid gray; border-left: 1px solid gray; border-bottom: 1px solid gray} | ||
.ns-0 #content, .ns-100 #content, | .ns-0 #content, .ns-100 #content, | ||
− | .ns-0 #p-cactions li a, .ns-100 #p-cactions li a {background: | + | .ns-0 #p-cactions li a, .ns-100 #p-cactions li a {background: #E6E7FA} |
body.ns--1 table, form table {background: transparent} | body.ns--1 table, form table {background: transparent} | ||
Строка 10: | Строка 21: | ||
body.page-Заглавная_страница #lastmod | body.page-Заглавная_страница #lastmod | ||
{ display:none !important } | { display:none !important } | ||
+ | |||
+ | div.magnify > a > img { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | div.magnify > a { | ||
+ | height: 20px; | ||
+ | width: 20px; | ||
+ | background-image: url('http://pics.wikilogia.ru/e/ee/C.png') !important; | ||
+ | } | ||
+ | |||
+ | #bodyContent a.external{ | ||
+ | background: none; | ||
+ | padding-right: 0; | ||
+ | } |
Текущая версия на 16:38, 8 января 2012
/* Light blue background except on articles and portals; need 32bit color to see difference */ #content, #p-cactions li a {background: #E6E7FA !important } .pBody {background: #E6E7FA !important} #p-cactions .pBody {background: transparent !important} #p-personal .pBody {background: #FFE4E1 !important} .portlet {padding-bottom:0.21em !important; margin-bottom:0.42em !important} table.diff {background-image: url(http://bits.wikilogia.ru/gerfes/diffbackground.jpg); border: 1px solid gray; border-top-right-radius: 9px; -webkit-border-top-right-radius: 0.6em; -moz-border-radius-topright: 0.6em; border-top-left-radius: 9px; -webkit-border-top-left-radius: 0.6em; -moz-border-radius-topleft: 0.6em} #mw-diff-otitle1 {background: lightgray; border-top: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} #mw-diff-otitle2, #mw-diff-otitle3 {background: lightgray; border-bottom: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} #mw-diff-otitle4 {background: lightgray; border-right: 1px solid gray; border-left: 1px solid gray; border-bottom: 1px solid gray} #mw-diff-ntitle1 {background: lightgray; border-top: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} #mw-diff-ntitle2, #mw-diff-ntitle3 {background: lightgray; border-bottom: 1px solid gray; border-right: 1px solid gray; border-left: 1px solid gray} #mw-diff-ntitle4 {background: lightgray; border-right: 1px solid gray; border-left: 1px solid gray; border-bottom: 1px solid gray} .ns-0 #content, .ns-100 #content, .ns-0 #p-cactions li a, .ns-100 #p-cactions li a {background: #E6E7FA} body.ns--1 table, form table {background: transparent} body.page-Заглавная_страница #siteSub, body.page-Заглавная_страница #contentSub, body.page-Заглавная_страница h1.firstHeading, body.page-Заглавная_страница #lastmod { display:none !important } div.magnify > a > img { display: none; } div.magnify > a { height: 20px; width: 20px; background-image: url('http://pics.wikilogia.ru/e/ee/C.png') !important; } #bodyContent a.external{ background: none; padding-right: 0; }