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