X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=to-be-integrated%2Fplugins%2Fpres_view%2Fstatic%2Fcss%2Fpres_view.css;fp=to-be-integrated%2Fplugins%2Fpres_view%2Fstatic%2Fcss%2Fpres_view.css;h=3de609029000c0cf0903da38adff38cfa22c98dc;hb=31540dd504798e0aca69e10d8144fbedc5b16af8;hp=0000000000000000000000000000000000000000;hpb=937653fd70bbf7d95bcf870e7f2b46b4a8fec486;p=myslice.git diff --git a/to-be-integrated/plugins/pres_view/static/css/pres_view.css b/to-be-integrated/plugins/pres_view/static/css/pres_view.css new file mode 100644 index 00000000..3de60902 --- /dev/null +++ b/to-be-integrated/plugins/pres_view/static/css/pres_view.css @@ -0,0 +1,99 @@ +html { + height: 100%; +} + +body { + /*margin: 15px;*/ + text-align: center; + background-color: #FFFFFF;/*E3E1DD;*/ + height: 100%; + overflow-y: hidden; +} +/* +body, th, td { + font-size: 11px; + font-family: Arial, Helvetica, Sans-Serif; +} +*/ +h2 { + color: #A04641; +} +h3 { + color: #666666; + text-transform: uppercase; + border-bottom: 1px solid; +} +h4 { + margin: 0px; +} +#sbar #accordion h3, #sbar .accordionfix h3 { + text-transform: capitalize; + color: inherit; + padding: 5px; + padding-left: 25px; + cursor: pointer; +} +#sbar .accordionfix h3 { + border-bottom: 0px; + cursor: default; +} +#sbar #accordion div.sbar_cont, #sbar .accordionfix div.sbar_cont { + padding: 10px; +} +#sbar .accordionfix div.sbar_cont { + border-top: 0px; +} +b, strong { + color: #396A92; +} +img { + border: 0px; +} +.clear { + clear: both; +} + +#wrapper { + margin: 0px auto; + /*width: 90%;*/ + min-width: 910px; + background-color: #FFFFFF; + /*height: 90%;*/ +} +#wrapper #gmaps { + width: 70%; + min-width: 600px; + float: left; + min-height: 100%; + height: auto !important; + height: 100%; +} +#wrapper #sbar { + width: 28.7%; + float: right; + text-align: left; + padding: 5px; +} +#statusbar { + text-align: left; + color: #333; + font-size: 10px; + padding: 2px 10px; + border-top: 1px #CCC solid; + min-height: 15px; + background-color: #FFFFFF; +} +#interval_animation { + margin: 5px; +} +.tooltip { + display: none; + position: absolute; + border: 1px solid #333; + background-color: #161616; + border-radius: 5px; + padding: 10px; + color: #fff; + font-size: 10px; + font-family: Arial, Helvetica, sans-serif; +}