MediaWiki:Common.css — различия между версиями
Материал из Wiki
Secret (обсуждение | вклад) |
Secret (обсуждение | вклад) |
||
Строка 12: | Строка 12: | ||
− | |||
− | |||
+ | #mw-panel | ||
+ | { | ||
+ | max-width:940px; | ||
+ | margin: 10px; | ||
+ | } | ||
+ | #mw-panel | ||
+ | { | ||
+ | padding:15px; | ||
+ | min-width:2px; | ||
+ | min-height:2px; | ||
+ | } | ||
+ | #mw-panel:before, #mw-panel:after | ||
+ | { | ||
+ | content: url('../images/vmenublock_t.png'); | ||
+ | font-size: 0; | ||
+ | background-image: url('../images/vmenublock_b.png'); | ||
+ | } | ||
+ | #mw-panel:after{ | ||
+ | clip:rect(auto, auto, auto, 919px); | ||
+ | } | ||
+ | #mw-panel:before,#mw-panel:before{ | ||
+ | right:20px; | ||
+ | } | ||
+ | #mw-panel:after{ | ||
+ | width: 20px; | ||
+ | top:52px; | ||
+ | bottom:33px; | ||
+ | background-image:url('../images/vmenublock.png'); | ||
+ | } | ||
+ | #mw-panel:before{ | ||
+ | top:52px; | ||
+ | bottom:33px; | ||
+ | background-image:url('../images/vmenublock.png'); | ||
} | } |
Версия 10:36, 23 октября 2015
#content { background: url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat, url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png"); -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; color: #000; } #mw-panel { max-width:940px; margin: 10px; } #mw-panel { padding:15px; min-width:2px; min-height:2px; } #mw-panel:before, #mw-panel:after { content: url('../images/vmenublock_t.png'); font-size: 0; background-image: url('../images/vmenublock_b.png'); } #mw-panel:after{ clip:rect(auto, auto, auto, 919px); } #mw-panel:before,#mw-panel:before{ right:20px; } #mw-panel:after{ width: 20px; top:52px; bottom:33px; background-image:url('../images/vmenublock.png'); } #mw-panel:before{ top:52px; bottom:33px; background-image:url('../images/vmenublock.png'); }