МедияУики: Common.css
От Уики на Читанка
(table.gallery - margin: 1em auto) |
(от mylib.css) |
||
Ред 1: | Ред 1: | ||
+ | body.page-Начална_страница #firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* невидими знаци (табулации, интервали), които трябва да бъдат видими */ | ||
+ | .visible-ws { | ||
+ | color: #F9F6E6; | ||
+ | background-color: #000000; | ||
+ | opacity: .08; | ||
+ | } | ||
+ | |||
+ | div.pre { | ||
+ | display: block; | ||
+ | overflow: auto; | ||
+ | white-space: pre; | ||
+ | padding: 0 1em; | ||
+ | border: thin dashed #DFAB6F; | ||
+ | color: black; | ||
+ | background-color: #f9f9f9; | ||
+ | font-family: monospace, "Courier New"; | ||
+ | } | ||
+ | div.pre p { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | line-height: 1.3em; | ||
+ | } | ||
+ | |||
+ | .author { | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
.allpagesredirect a { | .allpagesredirect a { | ||
opacity: .5; | opacity: .5; | ||
Ред 41: | Ред 72: | ||
table.gallery { | table.gallery { | ||
margin: 1em auto; | margin: 1em auto; | ||
+ | } | ||
+ | |||
+ | table.content { | ||
+ | margin: .5em auto 1em auto; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | table.content th, table.content td { | ||
+ | border: thin solid #d0d0d0; | ||
+ | } | ||
+ | table.content th { | ||
+ | padding-top: .2em; | ||
+ | padding-bottom: .2em; | ||
+ | } | ||
+ | table.content td { | ||
+ | padding: .1em .4em; | ||
+ | } | ||
+ | table.content caption { | ||
+ | margin: 1em auto 0 auto; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | th { | ||
+ | color: #000000; | ||
+ | background-color: #e0e0e0; | ||
+ | } | ||
+ | .odd { | ||
+ | color: #000000; | ||
+ | background-color: #F9F6E6; | ||
+ | } | ||
+ | .even { | ||
+ | color: #000000; | ||
+ | background-color: #F9F1E0; | ||
} | } |
Текуща версия към 21:19, 8 юли 2012
body.page-Начална_страница #firstHeading { display: none; } /* невидими знаци (табулации, интервали), които трябва да бъдат видими */ .visible-ws { color: #F9F6E6; background-color: #000000; opacity: .08; } div.pre { display: block; overflow: auto; white-space: pre; padding: 0 1em; border: thin dashed #DFAB6F; color: black; background-color: #f9f9f9; font-family: monospace, "Courier New"; } div.pre p { margin: 0; padding: 0; line-height: 1.3em; } .author { text-align: right; } .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; } table.content { margin: .5em auto 1em auto; border-collapse: collapse; } table.content th, table.content td { border: thin solid #d0d0d0; } table.content th { padding-top: .2em; padding-bottom: .2em; } table.content td { padding: .1em .4em; } table.content caption { margin: 1em auto 0 auto; font-weight: bold; } th { color: #000000; background-color: #e0e0e0; } .odd { color: #000000; background-color: #F9F6E6; } .even { color: #000000; background-color: #F9F1E0; }