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

Материал из Wiki
Перейти к: навигация, поиск
(colo)
Строка 1: Строка 1:
 
#content {
 
#content {
 
   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 fixed top,
 
                   url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png");
 
                   url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png");
 
                    
 
                    
     -moz-background-size: 100%; /* Firefox 3.6+ */
+
     -moz-background-size: 100%;  
     -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
+
     -webkit-background-size: 100%;  
     -o-background-size: 100%; /* Opera 9.6+ */
+
     -o-background-size: 100%;  
     background-size: 100%; /* Современные браузеры */
+
     background-size: 100%;
 
   color: #000;
 
   color: #000;
 
}
 
}
 +
 +
#body {
 +
background:
 +
color: #33ccff;
 +
{

Версия 09:37, 23 октября 2015

#content {
   background:
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat fixed top,
                   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;
}

#body {
background:
color: #33ccff;
{