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

Материал из ВикиФизтех
Перейти к навигации Перейти к поиску
imported>Admin2
imported>Admin2
(не показаны 23 промежуточные версии этого же участника)
Строка 4: Строка 4:
 
width: 350px;
 
width: 350px;
 
float: right;
 
float: right;
margin-left: 10px;
+
margin-left: 10px !important;
margin-bottom: 10px;
+
margin-bottom: 10px !important;
 
}
 
}
  
table.card td {
+
table.card img {
 
padding: 5px;
 
padding: 5px;
 
}
 
}
Строка 14: Строка 14:
 
div.gallerytext {
 
div.gallerytext {
 
text-align: center;
 
text-align: center;
 +
}
 +
 +
 +
div.gallery-latest div {
 +
margin: 0px !important;
 +
width: auto !important;
 +
vertical-align: middle;
 +
}
 +
div.gallery-latest li {
 +
width: auto !important;
 +
}
 +
div.gallery-latest div.gallerytext {
 +
display: none;
 +
}
 +
 +
div.srf-gallery {
 +
align: left !important;
 
}
 
}

Версия от 11:46, 24 декабря 2012

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.card {
display: block;
width: 350px;
float: right;
margin-left: 10px !important;
margin-bottom: 10px !important;
}

table.card img {
padding: 5px;
}

div.gallerytext {
text-align: center;
}


div.gallery-latest div {
margin: 0px !important;
width: auto !important;
vertical-align: middle;
}
div.gallery-latest li {
width: auto !important;
}
div.gallery-latest div.gallerytext {
display: none;
}

div.srf-gallery {
align: left !important;
}