MediaWiki:Common.css: Porovnání verzí

Z Mineland.eu | Wiki
Skočit na navigaci Skočit na vyhledávání
Přidaný obsah Smazaný obsah
imported>Le0
Bez shrnutí editace
imported>Le0
Bez shrnutí editace
Řádek 12: Řádek 12:
font-size: 1em;
font-size: 1em;
text-align: center;
text-align: center;
background-color: #00ccff;
background-color: #aaeeff;
}
}
.infobox-subtitle {
.infobox-subtitle {

Verze z 12. 8. 2018, 21:03

/* Zde uvedené CSS bude ovlivňovat všechny styly */

.infobox {
background-color: #f0f0f0;
border: 1px solid #a0a0a0;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}      
.infobox-title-mineland {
font-size: 1em;
text-align: center;
background-color: #aaeeff;
}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.infobox-image {
text-align: center;
font-size: 0.7em;
}