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

Материал из Wiki
Перейти к: навигация, поиск
Строка 4: Строка 4:
 
                   url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png");
 
                   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:before{
 
background-image:url('http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/vmenublock_t.png');
 
    -moz-background-size: 100%;
 
    -webkit-background-size: 100%;
 
    -o-background-size: 100%;
 
    background-size: 100%;
 
}
 
#p-navigation.portal{
 
  background-image:url('http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/vmenublock.png');
 
    -moz-background-size: 100%;
 
    -webkit-background-size: 100%;
 
    -o-background-size: 100%;
 
    background-size: 100%;
 
}
 
 
 
#mw-panel:after{
 
background-image:url('http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/vmenublock_b.png');
 
 
     -moz-background-size: 100%;  
 
     -moz-background-size: 100%;  
 
     -webkit-background-size: 100%;  
 
     -webkit-background-size: 100%;  

Версия 10:47, 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%;
}