X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=raspberry-kiosk%2Fkiosk.css;h=9aa7ff136483b26fa6bd11e4b3fa72991a46d205;hb=9b57ad36fa772a94f8f38321a88f2b1df1818a51;hp=b0300d320a3c1dc3465d7b4ca6268a75ba955bdf;hpb=1263fe34ac655a03a3f5b657ff9a0c6f85e95477;p=svn42.git diff --git a/raspberry-kiosk/kiosk.css b/raspberry-kiosk/kiosk.css index b0300d3..9aa7ff1 100644 --- a/raspberry-kiosk/kiosk.css +++ b/raspberry-kiosk/kiosk.css @@ -5,10 +5,8 @@ body { font-size:22px; padding:0; margin:0; - background-color: white; + background-color: #D0D0AF; overflow: hidden; - max-width:900px; - max-height:1440px; } div { @@ -18,7 +16,6 @@ div { div#siteheader { text-align: center; color: white; - //background-color: #36373B; background-color: rgb(118, 20, 7); font-size:40px; font-weight: bold; @@ -44,12 +41,34 @@ div.headerphoto { margin-top:10px; } -div.status { +img.headerphoto2 { + width:100%; + margin: -70px 0 0 0px; +} + +div.headerphoto2 { display:block; - width: 98%; + width: 100%; + height: 285px; + overflow: hidden; + padding: 0.1em 0; + text-align: center; margin-top:10px; - margin-left:auto; - margin-right:auto; +} + +div.contentborder, +div.calendar, +div.sensorgraphs, +div.gpluswall +{ + display:block; + background-color: white; + border-top-left-radius:10px; + border-top-right-radius:10px; + margin-top:10px; + margin-left:0px; + margin-right:0px; + overflow:hidden; } p.topic { @@ -63,31 +82,36 @@ p.topic { font-size:22px; color: white; text-align:center; - background-color: #36373B; + background-color: #272727; } div.calendar { - display:block; width: 100%; height: 13em; - margin-top:10px; - margin-left:0px; - margin-right:0px; - overflow: hidden; - border:1px solid #333; font-size:26px; } -div.sensorgraphs { +ul { + margin-top:18px; + padding-left:28px; +} + +li.level1 { + white-space:nowrap; +} + +div.status { display:block; + width: 98%; + margin-top:10px; + margin-left:auto; + margin-right:auto; +} + +div.sensorgraphs { text-align:center; - border:1px solid #333; width:399px; - //height:35em; - padding-bottom:2px; - background-color:#fff; - margin-top:10px; - margin-bottom:10px; + padding-bottom:1em; margin-left:auto; margin-right:auto; } @@ -96,7 +120,7 @@ table.status { width:397px; display:inline; margin-left: 0; - margin:right: 0; + margin-right: 0; margin-top:0; margin-bottom:1ex; } @@ -115,12 +139,12 @@ td.anwesenheitsstatus { font-size:30px; } -td.sensorstatus{ - height:42px; +td.sensorstatus { + height:50px; text-align:center; vertical-align:middle; display:table-cell; - background-color:#f2f2f2; + background-color: Gainsboro; } div.sensorelem { @@ -141,20 +165,18 @@ img.sensorimg { div.gpluswall { width: 497px; - border:1px solid #333; - margin-bottom:0; - margin-top:10px; + padding-bottom:1em; } div.gpluspost { display:block; - width: 497px; + width: 495px; margin-left:0; margin-right:0; - border-top:1px solid #333; + border:1px solid Gainsboro; margin-top:0; margin-bottom:6px; - background-color:#f2f2f2; + background-color: rgb(253, 253, 253); } img.gplusactor { margin-left:2px; @@ -173,10 +195,11 @@ p.gplustimestamp { margin-bottom:4px; margin-right:0; font-size:9pt; - color:white; - background-color: #333; + color:DimGray; + background-color: Gainsboro; + border-bottom-left-radius:9px; } -p.gplusimg { +table.gplusimg { display:block; margin-left:0; margin-top:6px; @@ -184,9 +207,11 @@ p.gplusimg { margin-right:0; overflow:hidden; max-height:275px; -} -img.gplusimg { - width:497px; + max-width:495px; + border: 0px none black; + padding: 0; + border-spacing: 0; + border-collapse:collapse; } p.gplustxt { display:block; @@ -194,39 +219,12 @@ p.gplustxt { margin: 4px; } -div.even { - background-color: white; -} - -div.odd { - background-color: #E0E0E0; -} - div#dateclock { text-align: center; font-size: 1.2em; font-weight: bold; color: white; - background-color: #36373B; + background-color: #272727; font-size:48px; } -span.start,span.end,span.showname { - font-weight: bold; - margin: 0.1em 0.22em; -} - -span.start,span.end { - font-size: 0.75em; - margin-left: 1em; - margin-right: 1em; -} - -span.start { - float: left; -} - -span.end { - float: right; -} -