МедияУики: Common.css
От Уики на Читанка
(.allpagesredirect a - opacity: .5) |
(table.gallery - margin: 1em auto) |
||
Ред 37: | Ред 37: | ||
.buryit { | .buryit { | ||
background: url(http://static.chitanka.info/img/maskot/down.png) no-repeat right top; | background: url(http://static.chitanka.info/img/maskot/down.png) no-repeat right top; | ||
+ | } | ||
+ | |||
+ | table.gallery { | ||
+ | margin: 1em auto; | ||
} | } |
Версия от 19:08, 25 януари 2011
.allpagesredirect a { opacity: .5; } /* elements which are doing something... */ .working { background: white url(/skins/common/images/spinner.gif) right center no-repeat; } /* contents are currently loaded */ .loading { min-height: 2.5em; background: url(http://upload.wikimedia.org/wikipedia/commons/3/32/Loader3.gif) no-repeat center; } /* A working element has done its job */ .done:before { content: url(http://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(http://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Red_x.svg/16px-Red_x.svg.png); } #quickdiff { position: absolute; border: medium outset silver; background-color: white; } #quickdiff-close { position: absolute; top: 0; left: 0; width: 30px; height: 30px; background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Fileclose.png/32px-Fileclose.png) no-repeat center center; cursor: pointer; } .buryit { background: url(http://static.chitanka.info/img/maskot/down.png) no-repeat right top; } table.gallery { margin: 1em auto; }