MediaWiki:Common.css — различия между версиями
Материал из Wiki
Secret (обсуждение | вклад) |
Secret (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
#content { | #content { | ||
background: | background: | ||
− | |||
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png"); | url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png"); | ||
Строка 15: | Строка 14: | ||
background: | background: | ||
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat; | url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat; | ||
+ | -moz-background-size: 100%; | ||
+ | -webkit-background-size: 100%; | ||
+ | -o-background-size: 100%; | ||
+ | background-size: 100%; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
} | } | ||
Строка 21: | Строка 27: | ||
background: | background: | ||
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat; | url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat; | ||
+ | -moz-background-size: 100%; | ||
+ | -webkit-background-size: 100%; | ||
+ | -o-background-size: 100%; | ||
+ | background-size: 100%; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
} | } | ||
Версия 10:11, 23 октября 2015
#content { background: 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; } #content:before { background: url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; color: #000; } } #content:after { background: url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; color: #000; } } #mw-panel:before, #mw-panel:after { }