You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
1.9 KiB
CSS

6 years ago
/* CSS Document pro seznamovak.pedf.cuni.cz */
/* Copyright 2015 Studentske oborove rady PedF UK */
/* Vytvořil: Michal Dudek (michal.dudek.it@gmail.com) */
body {
background-color: #F0F0F0;
font-family: 'Signika Negative', sans-serif;
text-align: center;
max-width: 953px;
margin: auto;
color: #4D4D4D;
}
p {
margin: 1% 0 1% 0;
font-size: 1em;
text-align: justify;
}
/* Nadpisy */
h1 {
margin: 10% 0 0 0;
font-size: 2.2em;
text-align: center;
}
h2 {
margin: 10% 0 0 0;
font-size: 1.2em;
text-align: left;
}
h3 {
padding: 10% 0 0 0;
font-size: 2em;
}
h3.left {text-align: left;}
h3.right {text-align: right;}
h3 a, h3 a:visited {
text-decoration: none;
color: #4D4D4D;
}
h3 a:hover {
text-decoration: underline;
color: #6F6F6F;
}
/* Loga */
img.logo:hover {
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
img.right {float: right; margin: 5% 0 0 10%;}
img.left {float: left; margin: 5% 10% 0 0;}
span.bold {font-weight: bold;}
.clear {clear: both;}
.center-text {text-align: center;}
/* Bloky */
div.block {
display: block;
clear: both;
}
aside.left {
float: left;
height: auto;
width: 48%;
margin: 5% 2% 10% 0;
}
aside.right {
float: right;
height: auto;
width: 48%;
margin: 10% 0 5% 2%;
}
footer {
clear: both;
margin: 10% 0 10% 0;
width: 100%;
}
footer p {
text-align: center;
}
footer a, footer a:visited {
text-decoration: underline;
color: #4D4D4D;
}
footer a:hover {
text-decoration: underline;
color: #6F6F6F;
}