Разлика между версии на „МедияУики:Common.css“
(.wikiEditor-ui-toolbar .page-greek div span - font-family: serif) |
(body.ns-250 .editsection - display: none) |
||
Ред 18: | Ред 18: | ||
.wikiEditor-ui-toolbar .page-greek div span { | .wikiEditor-ui-toolbar .page-greek div span { | ||
font-family: serif, monospace; | font-family: serif, monospace; | ||
+ | } | ||
+ | body.ns-250 .editsection { | ||
+ | /* section editing is broken in the Page namespace */ | ||
+ | display: none; | ||
} | } |
Версия от 17:09, 1 декември 2012
/* elements which are doing something... */ .working { background: white url(//bits.wikimedia.org/skins/common/images/spinner.gif) right center no-repeat; } /* contents are currently loaded */ .loading { min-height: 2.5em; background: url(//upload.wikimedia.org/wikipedia/commons/3/32/Loader3.gif) no-repeat center; } /* A working element has done its job */ .done:before { content: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/fb/Yes_check.svg/16px-Yes_check.svg.png); } /* A working element that hadn’t been so lucky */ .not-done:before { content: url(//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Red_x.svg/16px-Red_x.svg.png); } .wikiEditor-ui-toolbar .page-greek div span { font-family: serif, monospace; } body.ns-250 .editsection { /* section editing is broken in the Page namespace */ display: none; }