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

Материал из Wiki
Перейти к: навигация, поиск
Строка 14: Строка 14:
  
 
#mw-panel{
 
#mw-panel{
  width: 20px;
 
  top:52px;
 
  bottom:33px;
 
  background-image:url('http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/vmenublock.png');
 
}
 
#mw-panel{
 
  top:52px;
 
  bottom:33px;
 
 
   background-image:url('http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/vmenublock.png');
 
   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%;
 +
  color: #000;
 
}
 
}

Версия 10:40, 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{
   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%;
   color: #000;
}