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

Материал из Wiki
Перейти к: навигация, поиск
 
(не показано 30 промежуточных версий этого же участника)
Строка 1: Строка 1:
#top {
+
div#p-logo a {
background:
+
   background-image: url(http://testsite.uoo.su/images/images/wiki1.jpg) !important;
                    url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_t.png")no-repeat;
+
  }
 
+
}
+
 
+
#content {
+
   background:
+
                    url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post.png"),
+
                 
+
    -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;
+
}
+
 
+
#visualClear {
+
  background:
+
  url("http://testsite.uoo.su/templates/fantasygamingjoomlatemplate3/images/post_b.png")no-repeat;
+
}
+

Текущая версия на 11:10, 23 октября 2015

div#p-logo a {
   background-image: url(http://testsite.uoo.su/images/images/wiki1.jpg) !important;
 }