МедияУики: Common.css
От Уики на Читанка
(Нова страница: →elements which are doing something...: .working { background: white url(/skins/common/images/spinner.gif) right center no-repeat; } /* contents are currently loaded ...) |
(.buryit) |
||
Ред 29: | Ред 29: | ||
background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Fileclose.png/32px-Fileclose.png) no-repeat center center; | background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Fileclose.png/32px-Fileclose.png) no-repeat center center; | ||
cursor: pointer; | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | .buryit { | ||
+ | background: url(http://static.chitanka.info/img/maskot/down.png) no-repeat right top; | ||
} | } |
Версия от 08:28, 21 октомври 2010
/* 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; }