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 27: Řádek 27:
.infobox-text2 {
.infobox-text2 {
text-align: left;
text-align: left;
background-color: #F4F4F4;
background-color: #F8F8F8;
width: 50%;
width: 50%;
}
}

Verze z 17. 8. 2018, 10:02

/* 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: 25%;
}      
.infobox-title-mineland {
font-size: 1em;
text-align: center;
background-color: #6CBBE2;
}
.infobox-image {
text-align: center;
}
.infobox-heading {
text-align: center;
}
.infobox-text1 {
text-align: left;
background-color: #F0F0F0;
width: 50%;
}
.infobox-text2 {
text-align: left;
background-color: #F8F8F8;
width: 50%;
}