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.

162 lines
2.5 KiB
CSS

/*
Studentská oborová rada ITTV Pedf UK v Praze
http://ittivuk.php5.cz/
Authors: Michaela Stejskalová, Jan Vais, Michal Dudek
Version: release 3.1
*/
/* --- MAIN --- */
/* ZÁKADNÍ BARVY POUŽITÉ V THEME
zelená: #a7c623
zeleno-černá: #2f3511
světle modrá: #c6dcea
*/
body {
text-align: center;
font-family: 'Signika Negative', sans-serif;
max-width: 960px;
margin: auto;
background-color:white;
}
/* - Nadpisy - */
h1, h2, h3, h4 {
font-family: 'Signika Negative', sans-serif;
text-align: left;
color: #575757;
font-size: 1.7em;
}
h1 { /* název stránky */
float: right;
font-size: 1.7em;
margin: 10% 5% 0 0;
}
h2 {
font-size: 1.3em;
margin: 5% 0 2% 0;
border-bottom: 1px dashed #575757;
}
h3 {
font-size: 1.1em;
margin: 5% 0 2% 0;
}
/* --- HEAD --- */
header {
height: 220px;
width: 100%;
margin: 0 0 0 0;
background-image: url("../bg-logo.png");
background-repeat: no-repeat;
}
nav {
background-color: #575757;
border-radius: 8px;
}
.scrolltainer {
background-color: #575757;
position: fixed;
width: 960px;
bottom:0;
border-radius: 8px;
}
.searchBar {
position: relative;
display: flex;
background-color: #575757;
border-radius: 8px;
justify-content: end;
margin-right: 25px;
}
/* --- CONTENT --- */
.menu {
display: flex;
justify-content: end;
margin-right: 25px;
background-color: #575757;
border-radius: 8px;
}
div.content {
float: left;
width: 66%;
margin-right: 1%;
text-align: justify;
}
aside {
float: right;
width: 28%;
text-align: left;
}
aside ul, aside li {
padding-left: 2%;
list-style: none;
text-align: left;
}
/* Formulář */
input {
border: 1px solid #CCC;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding: 1% 1% 1% 1%;
margin: 1% 0 1% 1%;
height: 32px;
font-family: 'Signika Negative', sans-serif;
font-size: 1em;
font-weight: normal;
float: left;
}
input:focus {
border: 1px solid #09F;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
outline: none;
}
button {
text-align: center;
background: #575757;
color: #575757;
border: 2px solid #fff;
border-radius: 8px;
cursor: pointer;
outline: 0;
}
button:hover {
color: #fff;
background: #575757;
border: 2px solid #fff;
}
/* --- FOOTER --- */
footer {
clear: both;
width: 100%;
text-align: center;
color: #575757;
border-top: 1px dashed #575757;
padding-bottom: 80px;
}
footer p {
margin: 0 0 0 0;
}