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 44: Řádek 44:
text-align: center;
text-align: center;
background-color: #8AB8E6;
background-color: #8AB8E6;
}
.infobox-title-lokalita {
font-size: 1em;
text-align: center;
background-color: #00CC00;
}
}
.infobox-title-udalost {
.infobox-title-udalost {

Verze z 22. 8. 2018, 22:26

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

/* Dva sloupce */
.leftside {
float: left;
width: 50%;
} 
.rightside {
float: right;
width: 50%;
} 

/* Infoboxy */
.infobox {
background-color: #F0F0F0;
border: 1px solid #A0A0A0;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 25%;
}
.infobox-title {
font-size: 1em;
text-align: center;
background-color: #aeaeae;
}     
.infobox-title-mineland {
font-size: 1em;
text-align: center;
background-color: #6CBBE2;
}
.infobox-title-mesto {
font-size: 1em;
text-align: center;
background-color: #FF9933;
}
.infobox-title-uzemi {
font-size: 1em;
text-align: center;
background-color: #8AB8E6;
}
.infobox-title-mestskystat {
font-size: 1em;
text-align: center;
background-color: #8AB8E6;
}
.infobox-title-lokalita {
font-size: 1em;
text-align: center;
background-color: #00CC00;
}
.infobox-title-udalost {
font-size: 1em;
text-align: center;
background-color: #EDFD57;
}
.infobox-title-hrac {
font-size: 1em;
text-align: center;
background-color: #6CBBE2;
}
.infobox-image {
text-align: center;
}
.infobox-symbol {
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%;
}

/* Category Tree */
.categorytree {
background-color: #F0F0F0;
border: 1px solid #A0A0A0;
float: left;
padding: 0em;
width: 100%;
}      
.categorytree-title {
font-size: 1em;
text-align: center;
background-color: #aeaeae;
}
.categorytree-title-mineland {
font-size: 1em;
text-align: center;
background-color: #6CBBE2;
}
.categorytree-title-mesta {
font-size: 1em;
text-align: center;
background-color: #FF9933;
}
.categorytree-left1 {
text-align: left;
background-color: #D0D0D0;
}
.categorytree-left2 {
text-align: left;
background-color: #E0E0E0;
}
.categorytree-text1 {
text-align: left;
background-color: #F8F8F8;
}


/* Obrazky & Grafika*/
.obrazek {
background-color: #F0F0F0;
border: 1px solid #A0A0A0;
float: right;
padding: 0em;
width: 400px;
}
/* Obrazky & Grafika*/
.galerie {
background-color: #FFFFFF;
float: left;
padding: 0em;
width: 70%;
}