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

zeilenänderungen und designanpassungen

parent f53ef27d
Branches
No related tags found
No related merge requests found
@viewport {
width: device-width;
user-zoom:fixed;
}
body {
margin: 0px;
background: #EEE;
font-family: Arial;
overflow:hidden;
}
[data-container=panel] {
background-color: #FFF;
border: solid 1px #F0F0F0;
box-shadow: 0px 2px 1px #D3D3D3;
padding: 6px;
/* margin: 5px;*/
float:left;
box-sizing: border-box;
height:100%;
width:100%;
overflow: hidden;
}
[data-container=panelContainer] {
float: left;
width: 100%;
height: 100%;
/*padding: 4px;*/
padding: 0.2vw;
box-sizing: border-box;
}
[data-container=split] {
box-sizing: border-box;
/* display: flex;
flex-direction: column;*/
height:100%;
width:100%;
float: left;
}
[data-container=main] {
height:100%;
width:100%;
position:absolute;
box-sizing: border-box;
padding: 0.2vw;
}
[background] {
background: url('biber.svg') no-repeat;
background-position: 50% 50%;
position: absolute;
height: 95%;
width: 100%;
overflow: hidden;
opacity: 0.1;
}
...@@ -15,7 +15,10 @@ ...@@ -15,7 +15,10 @@
viewBox="0 0 200 200" viewBox="0 0 200 200"
id="svg2" id="svg2"
inkscape:version="0.91 r13725" inkscape:version="0.91 r13725"
sodipodi:docname="background.svg"> sodipodi:docname="background.svg"
inkscape:export-filename="/srv/http/infoscreen/panels/clock/background.png"
inkscape:export-xdpi="921"
inkscape:export-ydpi="921">
<metadata <metadata
id="metadata68"> id="metadata68">
<rdf:RDF> <rdf:RDF>
...@@ -53,8 +56,8 @@ ...@@ -53,8 +56,8 @@
showgrid="false" showgrid="false"
showguides="false" showguides="false"
inkscape:zoom="1.18" inkscape:zoom="1.18"
inkscape:cx="-155.21554" inkscape:cx="-95.046048"
inkscape:cy="69.660709" inkscape:cy="135.7624"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="25" inkscape:window-y="25"
inkscape:window-maximized="1" inkscape:window-maximized="1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment