www-bocal/mainsite/static/css/screen.css

281 lines
6.7 KiB
CSS
Raw Normal View History

2017-10-19 15:36:19 +02:00
@charset "UTF-8";
2017-10-15 21:48:26 +02:00
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700|Source+Sans+Pro:400,700");
/* line 5, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../../../var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 11, ../sass/screen.scss */
*, *:after, *:before {
box-sizing: border-box;
}
/* line 15, ../sass/screen.scss */
body, html {
2017-10-19 15:36:19 +02:00
background: #fff9a4;
2017-10-15 21:48:26 +02:00
padding: 0;
margin: 0;
height: 100%;
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
line-height: 1.45;
}
/* line 26, ../sass/screen.scss */
body.plain #main {
max-width: 500px;
position: absolute;
text-align: center;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
2017-10-19 15:36:19 +02:00
background: #fff9a4;
2017-10-15 21:48:26 +02:00
padding: 25px;
}
2017-10-19 15:36:19 +02:00
/* line 36, ../sass/screen.scss */
body.plain #main button {
background: #8c0e00;
color: #fff9a4;
display: inline-block;
padding: 30px;
font: 25px "Source Sans Pro", sans-serif;
font-weight: bold;
border: 1px solid #fff;
}
2017-10-15 21:48:26 +02:00
2017-10-19 15:36:19 +02:00
/* line 48, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
h1, h2, h3, h4 {
font-family: "Bitter", serif;
}
2017-10-19 15:36:19 +02:00
/* line 52, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
h2 {
font-size: 1.8em;
text-align: center;
2017-10-19 15:36:19 +02:00
border-bottom: 2px solid #000;
padding: 10px;
margin-bottom: 0.7em;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 60, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
strong, b {
font-weight: bold;
}
2017-10-19 15:36:19 +02:00
/* line 64, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
i, em {
font-style: italic;
}
2017-10-19 15:36:19 +02:00
/* line 68, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
a {
2017-10-19 15:36:19 +02:00
color: #8c0e00;
2017-10-15 21:48:26 +02:00
text-decoration: none;
font-weight: bold;
}
2017-10-19 15:36:19 +02:00
/* line 74, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
header {
2017-10-19 15:36:19 +02:00
max-width: 700px;
margin: 0 auto;
2017-10-15 21:48:26 +02:00
text-align: center;
2017-10-19 15:36:19 +02:00
border-bottom: 3px solid #000;
2017-10-15 21:48:26 +02:00
position: relative;
2017-10-19 15:36:19 +02:00
padding-bottom: 30px;
margin: 30px auto;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 83, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
header:after {
content: " ";
position: absolute;
2017-10-19 15:36:19 +02:00
width: 110%;
2017-10-15 21:48:26 +02:00
z-index: 1;
2017-10-19 15:36:19 +02:00
left: -5%;
2017-10-15 21:48:26 +02:00
bottom: 25px;
2017-10-19 15:36:19 +02:00
border-bottom: 3px solid #000;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 94, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
.container {
2017-10-19 15:36:19 +02:00
margin: 0 auto;
max-width: 1200px;
2017-10-15 21:48:26 +02:00
display: table;
display: flex;
padding: 15px;
width: 100%;
}
2017-10-19 15:36:19 +02:00
/* line 103, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
.sidebar {
2017-10-19 15:36:19 +02:00
width: 400px;
padding-right: 40px;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 107, ../sass/screen.scss */
.sidebar ul.nav {
margin-bottom: 30px;
}
/* line 110, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
.sidebar ul.nav li {
display: block;
font-weight: normal;
2017-10-19 15:36:19 +02:00
margin: 7px 0;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 115, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
.sidebar ul.nav li a {
2017-10-19 15:36:19 +02:00
border: 1px solid #8c0e00;
background: #fff;
color: #8c0e00;
box-shadow: -2px 2px 0 #f08f00;
2017-10-15 21:48:26 +02:00
padding: 10px 0;
display: block;
text-align: center;
2017-10-19 15:36:19 +02:00
transition: box-shadow 0.4s ease-out, transform 0.4s ease-out;
}
/* line 126, ../sass/screen.scss */
.sidebar ul.nav li a:hover {
box-shadow: -6px 6px 0 #f08f00;
transform: translateX(2px) translateY(-2px);
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 136, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
.main {
2017-10-19 15:36:19 +02:00
background: #fff;
2017-10-15 21:48:26 +02:00
flex-grow: 1;
padding: 20px;
width: 100%;
}
2017-10-19 15:36:19 +02:00
/* line 142, ../sass/screen.scss */
.main .last-publication a {
2017-10-15 21:48:26 +02:00
display: block;
2017-10-19 15:36:19 +02:00
max-width: 350px;
2017-10-15 21:48:26 +02:00
margin: 15px auto;
2017-10-19 15:36:19 +02:00
margin-bottom: 30px;
padding: 30px;
border: 1px solid #fff;
2017-10-15 21:48:26 +02:00
text-align: center;
font-size: 1.5em;
2017-10-19 15:36:19 +02:00
background: #8c0e00;
color: #fff9a4;
font-family: "Bitter", serif;
box-shadow: 0 0 0 rgba(140, 14, 0, 0);
transition: box-shadow 1s ease-out;
}
/* line 157, ../sass/screen.scss */
.main .last-publication a:hover {
box-shadow: 0 0 5px #8c0e00;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 163, ../sass/screen.scss */
2017-10-15 21:48:26 +02:00
.publication-list {
margin: 10px 5px;
margin-left: 30px;
2017-10-19 15:36:19 +02:00
padding: 0 30px;
max-width: 700px;
}
/* line 169, ../sass/screen.scss */
.publication-list .publication-entry {
display: flex;
align-items: center;
position: relative;
border-bottom: 1px solid #86abcb;
}
/* line 175, ../sass/screen.scss */
.publication-list .publication-entry:first-child {
border-top: 1px solid #86abcb;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 179, ../sass/screen.scss */
.publication-list .publication-entry > span {
padding: 7px 5px;
display: inline-block;
2017-10-15 21:48:26 +02:00
}
2017-10-19 15:36:19 +02:00
/* line 183, ../sass/screen.scss */
.publication-list .publication-entry .publication-date {
2017-10-15 21:48:26 +02:00
text-align: right;
font-weight: light;
font-size: 0.8em;
2017-10-19 15:36:19 +02:00
font-style: italic;
width: 100px;
}
/* line 190, ../sass/screen.scss */
.publication-list .publication-entry .publication-descr {
font-size: 0.9em;
opacity: 0.9;
}
/* line 193, ../sass/screen.scss */
.publication-list .publication-entry .publication-descr:before {
content: " ";
}
/* line 197, ../sass/screen.scss */
.publication-list .publication-entry a.overlay {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
2017-10-15 21:48:26 +02:00
}