MediaWiki:Common.css — различия между версиями

Материал из Wiki
Перейти к: навигация, поиск
Строка 1: Строка 1:
 
#content {
 
#content {
 
   background:  
 
   background:  
                     url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png") repeat-n;
+
                     url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat, position:fixed;top:0px;left:0px;width:100%;height:50%;
 
                     url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png");
 
                     url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png");
                     url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")repeat-n;
+
                     url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat, position:fixed;top:0px;left:0px;width:100%;height:50%;
 
     -moz-background-size: 100%; /* Firefox 3.6+ */
 
     -moz-background-size: 100%; /* Firefox 3.6+ */
 
     -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
 
     -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */

Версия 21:06, 22 октября 2015

#content {
   background: 
                    url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat, position:fixed;top:0px;left:0px;width:100%;height:50%;
                    url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png");
                    url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat, position:fixed;top:0px;left:0px;width:100%;height:50%;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */ 
   color: #000;
}