|
@ -558,7 +558,7 @@ div.seznam_orgu { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
div.org_pole { |
|
|
div.org_pole, div.rocnik_pole { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
width: 30%; |
|
|
width: 30%; |
|
|
min-width: 300px; |
|
|
min-width: 300px; |
|
@ -576,16 +576,19 @@ div.org_email { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*otáčecí karty organizátorů*/ |
|
|
/*otáčecí karty (orgové, archiv) */ |
|
|
|
|
|
|
|
|
.flip-card { |
|
|
.flip-card { |
|
|
width: 200px; |
|
|
|
|
|
height: 250px; |
|
|
|
|
|
perspective: 1000px; /* Remove this if you don't want the 3D effect */ |
|
|
perspective: 1000px; /* Remove this if you don't want the 3D effect */ |
|
|
margin-left: auto; |
|
|
margin-left: auto; |
|
|
margin-right: auto; |
|
|
margin-right: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#organizatori.flip-card { |
|
|
|
|
|
width: 200px; |
|
|
|
|
|
height: 250px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
#archiv.flip-card { |
|
|
#archiv.flip-card { |
|
|
width: 210px; |
|
|
width: 210px; |
|
|
height: 298px; |
|
|
height: 298px; |
|
@ -637,6 +640,23 @@ div.flip-card-foto img { |
|
|
padding-top: 20px; |
|
|
padding-top: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* karty archiv */ |
|
|
|
|
|
|
|
|
|
|
|
div.popis_rocniku { |
|
|
|
|
|
text-align: left; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
margin: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.popis_rocniku a{ |
|
|
|
|
|
color: black; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.popis_rocniku a:hover{ |
|
|
|
|
|
color: #6f2509; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* graf na úvodní stránce */ |
|
|
/* graf na úvodní stránce */ |
|
|
|
|
|
|
|
|
a span.popup { |
|
|
a span.popup { |
|
|