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

Материал из Tattoo wiki
Строка 11: Строка 11:
 
font-size: 1.5em;
 
font-size: 1.5em;
 
text-align: center;
 
text-align: center;
background-color: #ff0000;
+
 
 
}
 
}
 
.infobox-subtitle {
 
.infobox-subtitle {

Версия 11:12, 15 июля 2019

.infobox {
background-color: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;

}      
.infobox-title {
border: 1px solid #000000;
font-size: 1.5em;
text-align: center;

}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.infobox-image {
text-align: center;
background-color: #ffff00;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox td {
	text-align: right;
    vertical-align: top;
}