Skip to content
Snippets Groups Projects
Commit 5694fc3f authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

anpassungen an design und font?....

parent 87e2823f
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,25 @@ body { ...@@ -42,6 +42,25 @@ body {
float: left; float: left;
} }
[data-container=cycler] {
width:100%;
float:left;
height:100%;
box-sizing: border-box;
//display:none;
}
[data-container=cycleContainer]:extend([data-container=cycler]) {
display:none;
}
[data-container=noscript]:extend([data-container=panel]) {
color: white;
text-shadow: black 10px 0px 0px;
font-size: 40pt;
}
[data-container=main] { [data-container=main] {
height:100%; height:100%;
width:100%; width:100%;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
} }
@font-face { @font-face {
font-family: 'newcicle'; font-family: 'NewCicle';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url(font/NewCicle.ttf) format('truetype'); src: url(font/NewCicle.ttf) format('truetype');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment