pedf
/
fakulta-online
Archived
1
0
Fork 0
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

114 lines
1.8 KiB
SCSS

$header-width: 1560px;
$main-width: 1024px;
.visible { display: initial; }
4 years ago
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
body {
margin: 0;
color: #fff;
4 years ago
font-size: 1.35em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
height: 100vh;
background: url(/body-bg.svg) #d22d40;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
a { text-decoration: none; }
}
nav {
display: none;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
max-width: $header-width;
margin: 0 auto;
padding: 2em 1em;
img { width: 250px; }
4 years ago
4 years ago
h1 {
font-size: inherit;
color: #fff;
}
4 years ago
#menu {
4 years ago
display: flex;
align-items: center;
justify-content: flex-end;
height: 100%;
width: 250px;
4 years ago
font-size: 1.2em;
4 years ago
#menuicon {
margin-left: 1em;
width: 1.5em;
div {
background: #fff;
height: .15em;
width: 100%;
margin: .5em 0;
border-radius: .25em;
}
}
}
}
main {
max-width: $main-width;
padding: 1em;
margin: 0 auto;
4 years ago
h2 { font-size: 2.3em; }
.main-image {
float: right;
max-width: 48%;
margin-left: 2em;
}
}
body.index {
background-image: url(/index-bg.png), url(/body-index-bg.svg);
background-position: center center, top center;
background-size: 30em auto, cover;
main {
max-width: $header-width;
display: flex;
align-items: center;
justify-content: space-between;
padding: 2em 1em;
section, aside { max-width: 35%; }
section{ text-shadow: 0px 3px 8px rgba(0, 0, 0, .35); }
aside {
display: flex;
flex-direction: column;
align-items: stretch;
a {
text-align: center;
border: 2px solid #fff;
border-radius: .8em;
margin-bottom: 1.5em;
padding: .6em 1.5em;
color: #fff;
&:hover {
background: #fff;
color: #b52637;
}
}
}
}
}