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.

241 lines
3.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;
}
/* Tagy */
#star:hover {
src: url("src/starY.png") no-repeat;
}
.taglist .tag{
margin-right:.4em;
padding:.5em;
background:#e8e6dc;
color:#000;
border-radius:5px;
border:1px solid #aaa;
font-size:.9rem;
display:inline-block;
}
.taglist .tag a{
color: #000;
}
.taglist .tag a:hover{
color:#fff;
}
.taglist {
display:flex;
align-items:center;
margin-bottom:.5em
}
/* - Nadpisy - */
h1, h2, h3 {
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 --- */
a:link {
color: red;
text-decoration: none;
}
header {
height: 220px;
width: 100%;
margin: 0 0 0 0;
background-image: url("../bg-logo.png");
background-repeat: no-repeat;
}
.login {
display: none;
}
nav {
background-color: #575757;
border-radius: 8px;
font-size: 1.4em;
}
nav > div.profile {
padding: 0.5em;
display: flex;
justify-content: space-between;
}
ul, li {
list-style: none;
text-align: justify;
}
.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;
}
/* Tables */
table {
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
min-width: 400px;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
table th,
table td {
padding: 12px 15px;
border: 1px solid #575757;
}
table tbody tr {
border: 3px solid #575757;
}
/* 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;
font-size: 1.4em;
background: #fff;
color: #575757;
border: 2px solid #575757;
border-radius: 8px;
cursor: pointer;
outline: 0;
}
button:hover {
color: black;
background: #575757;
border: 2px solid #fff;
}
/* --- FOOTER --- */
#topSearchValue {
height: 52px;
margin: 10px;
font-size: 1em;
}
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;
}