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

Материал из Wiki
Перейти к: навигация, поиск
Строка 11: Строка 11:
 
}
 
}
  
 +
#content:before
 +
{
 +
background:
 +
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat;
 +
}
 
   
 
   
 +
#content:after
 +
{
 +
background:
 +
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat;
 +
}
 +
 
#mw-panel:before, #mw-panel:after  
 
#mw-panel:before, #mw-panel:after  
 
{
 
{
 
}
 
}

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

#content:before
{
background:
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat;
}
 
#content:after
{
background:
url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat;
}

#mw-panel:before, #mw-panel:after 
{
}