daga: finished
This commit is contained in:
parent
2a61f2a9fb
commit
947a22c2ff
|
@ -38,23 +38,21 @@
|
||||||
|
|
||||||
%body
|
%body
|
||||||
%header(style="")
|
%header(style="")
|
||||||
%figure.logos<>
|
%figure.logos(style="margin-top:0.3cm")<>
|
||||||
%img#uni-logo(src="files/Uni_Logo_2016_ausschnitt.gif")
|
%img#uni-logo(src="files/Uni_Logo_2016_ausschnitt.gif")
|
||||||
%img#tagungs-logo(style="float:right" src="files/daga-2018-logo.png")
|
%img#tagungs-logo(style="float:right" src="files/daga-2018-logo.png")
|
||||||
%div
|
%div(style="font-size:0.8em;margin-top:1.31cm")
|
||||||
DAGA
|
44. Jahrestagung für Akustik
|
||||||
%br<>
|
%br<>
|
||||||
Technische Universität München
|
Technische Universität München
|
||||||
%br<>
|
%br<>
|
||||||
19. März 2018
|
19. März 2018 .. 22. März 2018
|
||||||
%br<>
|
|
||||||
\..22. März 2018
|
|
||||||
-#.grabstein
|
-#.grabstein
|
||||||
.grabstein-was DAGA
|
.grabstein-was DAGA
|
||||||
.grabstein-wo Technische Universität München
|
.grabstein-wo Technische Universität München
|
||||||
.grabstein-von ✦ 19. März 2018
|
.grabstein-von ✦ 19. März 2018
|
||||||
.grabstein-bis ✝ 22. März 2018
|
.grabstein-bis ✝ 22. März 2018
|
||||||
%img(style="height:7cm;float:right;margin-top:3.5cm" alt="Dunkle Nacht" src="files/Candle.png")
|
%img(style="height:7cm;top:3cm;right:24cm;position:absolute" alt="Dunkle Nacht" src="files/Candle.png")
|
||||||
%h1
|
%h1
|
||||||
<q>Düsterkeit</q> in der Musik:
|
<q>Düsterkeit</q> in der Musik:
|
||||||
-#%br<>
|
-#%br<>
|
||||||
|
|
15
style.scss
15
style.scss
|
@ -41,11 +41,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
width: 841mm-1px;
|
width: 841mm;
|
||||||
height: 1189mm-1px;
|
height: 1189mm;
|
||||||
font-size: 30pt;
|
font-size: 30pt;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
position: relative
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -67,7 +68,10 @@ header {
|
||||||
margin: 0 {
|
margin: 0 {
|
||||||
//bottom: 0.5rem;
|
//bottom: 0.5rem;
|
||||||
};
|
};
|
||||||
padding: 0;
|
padding: 0 {
|
||||||
|
top: 0.8cm;
|
||||||
|
}
|
||||||
|
line-height: 1.1em;
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.duesterkeit {
|
.duesterkeit {
|
||||||
|
@ -348,7 +352,10 @@ feature {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
margin-top: 0.7em;
|
position: absolute;
|
||||||
|
top: 10.5cm;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
|
||||||
/*img {
|
/*img {
|
||||||
margin: -0.5em;
|
margin: -0.5em;
|
||||||
|
|
Loading…
Reference in a new issue