2014-05-12 14:56:48 +00:00
/* iOS 6 Theme for FHEM */
/* by Sandra Ohmayer */
/* http://www.animeschatten.net */
2014-05-13 18:02:52 +00:00
@ import url ( "ios6Common.css" ) ;
2014-05-14 13:50:06 +00:00
@ import url ( "ios6dashboard.css" ) ;
2014-05-12 14:56:48 +00:00
2015-01-23 11:51:17 +00:00
body {
width : 100 % ;
}
/*set standard for view without js*/
2014-05-13 18:02:52 +00:00
# content , # right {
2014-05-12 14:56:48 +00:00
width : 763px ;
/* Firefox */
width : -moz-calc ( 100 % - 261px ) ;
/* WebKit */
width : -webkit-calc ( 100 % - 261px ) ;
/* Opera */
width : -o-calc ( 100 % - 261px ) ;
/* Standard */
width : calc ( 100 % - 261px ) ;
}
2015-01-23 11:51:17 +00:00
2014-05-13 18:02:52 +00:00
# content , # menu , # right {
2014-05-12 14:56:48 +00:00
/*old*/
height : 704px ;
/* Firefox */
height : -moz-calc ( 100vh - 44px ) ;
/* WebKit */
height : -webkit-calc ( 100vh - 44px ) ;
/* Opera */
height : -o-calc ( 100vh - 44px ) ;
/* Standard */
height : calc ( 100vh - 44px ) ;
}
# hdr input {
width : 80 % ;
}
2015-01-23 11:51:17 +00:00
/*hideMenu toggle*/
. hideMenu # content , . hideMenu # right {
width : 964px ;
/* Firefox */
width : -moz-calc ( 100 % - 60px ) ;
/* WebKit */
width : -webkit-calc ( 100 % - 60px ) ;
/* Opera */
width : -o-calc ( 100 % - 60px ) ;
/* Standard */
width : calc ( 100 % - 60px ) ;
padding-left : 30px ;
}
2014-06-03 14:21:27 +00:00
. SVGplot {
text-align : center ;
}
. SVGplot embed {
-o-transition : scale ( -o-calc ( 100vw - 260px ) , 100px ) ;
-ms-transition : scale ( c-ms-alc ( 100vw - 260px ) , 100px ) ;
-moz-transition : scale ( -moz-calc ( 100vw - 260px ) , 100px ) ;
-webkit-transition : scale ( -webkit-calc ( 100vw - 260px ) , 100px ) ;
transition : scale ( calc ( 100vw - 260px ) , 100px ) ;
}
2015-01-23 11:51:17 +00:00
/*iPhone Skalierung*/
/* iPhone < 5(portrait) ----------- */
@ media only screen
and ( min-device-width : 320px )
and ( max-device-width : 480px )
and ( orientation : portrait ) {
body {
width : 320px ;
2014-05-12 14:56:48 +00:00
}
2015-01-23 11:51:17 +00:00
}
/* iPhone < 5(landscape) ----------- */
@ media only screen
and ( min-device-width : 320px )
and ( max-device-width : 480px )
and ( orientation : landscape ) {
body {
width : 480px ;
2014-05-12 14:56:48 +00:00
}
}
2015-01-23 11:51:17 +00:00
/* iPhone 5(portrait) ----------- */
@ media only screen
and ( min-device-width : 320px )
and ( max-device-width : 568px )
and ( orientation : portrait ) {
body {
width : 320px ;
}
}
/* iPhone 5(landscape) ----------- */
@ media only screen
and ( min-device-width : 320px )
and ( max-device-width : 568px )
and ( orientation : landscape ) {
body {
width : 568px ;
}
}
/* iPhone 6(portrait) ----------- */
@ media only screen
and ( min-device-width : 375px )
and ( max-device-width : 667px )
and ( orientation : portrait ) {
body {
width : 375px ;
}
}
/* iPhone 6(landscape) ----------- */
@ media only screen
and ( min-device-width : 375px )
and ( max-device-width : 667px )
and ( orientation : landscape ) {
body {
width : 667px ;
}
}
/* iPhone 6+(portrait) ----------- */
@ media only screen
and ( min-device-width : 540px )
and ( max-device-width : 960px )
and ( orientation : portrait ) {
body {
width : 540px ;
}
}
/* iPhone 6+(landscape) ----------- */
@ media only screen
and ( min-device-width : 540px )
and ( max-device-width : 960px )
and ( orientation : landscape ) {
body {
width : 960px ;
}
}
2015-01-23 11:55:03 +00:00
/*iPad Skalierung*/
/* iPads (landscape) ----------- */
@ media only screen
and ( min-device-width : 768px )
and ( max-device-width : 1024px )
and ( orientation : landscape ) {
body {
width : 1024px ;
}
}
/* iPads (portrait) ----------- */
@ media only screen
and ( min-device-width : 768px )
and ( max-device-width : 1024px )
and ( orientation : portrait ) {
body {
width : 768px ;
}
}
2015-01-23 11:51:17 +00:00
. hideMenu # menu {
display : none ;
}
2014-05-12 14:56:48 +00:00
html , body {
margin : 0px ;
padding : 0px ;
font : normal 14px Helvetica , Sans-serif ;
text-decoration : none ;
color : # 385487 ;
font-weight : normal ;
}
body {
background-color : # 000000 ;
background : # 000000 ;
}
a {
color : # 000000 ;
font-weight : bold ;
text-decoration : none ; }
2014-05-14 12:45:41 +00:00
a : hover {
cursor : pointer ;
color : # 777777 ;
}
2014-05-12 14:56:48 +00:00
img { border-style : none ; }
div . dist { padding-top : 0.3 em ; }
button . dist { margin : 10 px ; background : transparent ; border : 0 px ; cursor : pointer ; }
textarea , select , input {
background : # f7f7f7 ;
border-radius : 25px ;
border : 1px solid # d4d7db ;
border-bottom-color : # c6c8cd ;
background-color : # f7f7f7 ;
padding-left : 1 . 5em ;
2014-05-13 18:02:52 +00:00
margin : 7px ;
2014-05-12 14:56:48 +00:00
outline : none ;
-moz-box-shadow : 0px 1px # f7f7f7 , inset 0px 1px 1px # b6b8bd , inset 0px -2px 2px # ffffff ;
-webkit-box-shadow : 0px 1px # f7f7f7 , inset 0px 1px 1px # b6b8bd , inset 0px -2px 2px # ffffff ;
box-shadow : 0px 1px # f7f7f7 , inset 0px 1px 1px # b6b8bd , inset 0px -2px 2px # ffffff ;
}
textarea , input [ type = "text" ] {
2014-05-28 18:43:44 +00:00
background-color : # ffffff ;
2014-05-12 14:56:48 +00:00
-webkit-appearance : none ;
2014-05-14 12:45:41 +00:00
width : 90 % ;
2014-05-12 14:56:48 +00:00
}
input [ type = "checkbox" ] {
border-radius : 2px ;
}
select , input [ type = "submit" ] , input [ type = "reset" ] , input [ type = "button" ] {
width : 35 % ;
2014-05-13 18:02:52 +00:00
min-width : 90px ;
2014-05-12 14:56:48 +00:00
font : normal 14px Helvetica , Sans-serif ;
height : 25px ;
}
input [ type = "text" ] {
height : 25px ;
}
tr . column td { padding : 0 ; vertical-align : top ; }
/* Documentation */
2014-05-13 18:02:52 +00:00
h2 , h3 , h4 { line-height : 1.3 ;
margin-top : 1 . 5em ; }
2014-05-12 14:56:48 +00:00
div . dist { padding-top : 0.3 em ; }
button . dist { margin : 10 px ; background : transparent ; border : 0 px ; cursor : pointer ; }
div . block { border : 1 px solid gray ; background : #F8F8E0 ; padding : 0.7 em ; }
pre { white-space : pre-wrap ; }
svg {
height : 28px ;
width : 28px ;
fill : # 7b7b7b ;
vertical-align : middle ;
margin-right : 5px ;
}
svg . on , svg . FS20_on { fill : orange ; }
# logo {
position : absolute ; top : 5px ; left : 5px ;
2014-05-13 19:13:50 +00:00
width : 28px ; height : 28px ;
2014-05-12 14:56:48 +00:00
z-index : 99 ;
2014-05-13 19:13:50 +00:00
background-image : url ( . . / images / fhemSVG / system_fhem . svg ) ;
background : url ( . . / images / fhemSVG / system_fhem . svg ) , -moz-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* FF3.6+ */
background : url ( . . / images / fhemSVG / system_fhem . svg ) , -webkit-gradient ( linear , left top , left bottom , color-stop ( 0 % , rgba ( 255 , 255 , 255 , 0 . 7 ) ) , color-stop ( 100 % , rgba ( 255 , 255 , 255 , 0 . 2 ) ) ) ; /* Chrome,Safari4+ */
background : url ( . . / images / fhemSVG / system_fhem . svg ) , -webkit-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* Chrome10+,Safari5.1+ */
background : url ( . . / images / fhemSVG / system_fhem . svg ) , -o-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* Opera 11.10+ */
background : url ( . . / images / fhemSVG / system_fhem . svg ) , -ms-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* IE10+ */
background : url ( . . / images / fhemSVG / system_fhem . svg ) , linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#b3ffffff' , endColorstr = '#33ffffff' , GradientType = 0 ) ; /* IE6-9 */
2014-05-12 14:56:48 +00:00
2014-05-13 19:13:50 +00:00
background-size : 24px 24px , 28px 8px ;
2014-05-12 14:56:48 +00:00
background-position : 2px 2px , 0px 0px ;
background-repeat : no-repeat ;
border-radius : 5px ;
border : 2px solid # 000000 ;
2014-05-13 19:13:50 +00:00
background-color : # bbbbbb ;
}
table . room svg {
fill : # FFFFFF ;
padding : 5px ;
width : 18px ;
height : 18px ;
box-shadow : inset 0px 1px 1px rgba ( 255 , 255 , 255 , 0 . 7 ) ;
background : -moz-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* FF3.6+ */
background : -webkit-gradient ( linear , left top , left bottom , color-stop ( 0 % , rgba ( 255 , 255 , 255 , 0 . 7 ) ) , color-stop ( 100 % , rgba ( 255 , 255 , 255 , 0 . 2 ) ) ) ; /* Chrome,Safari4+ */
background : -webkit-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* Chrome10+,Safari5.1+ */
background : -o-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* Opera 11.10+ */
background : -ms-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* IE10+ */
background : linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ; /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#b3ffffff' , endColorstr = '#33ffffff' , GradientType = 0 ) ; /* IE6-9 */
background-size : 28px 12px ;
background-repeat : no-repeat ;
border-radius : 5px ;
border : 1px solid # 666666 ;
2014-05-12 14:56:48 +00:00
background-color : # 4b6dab ;
}
2015-01-23 11:51:17 +00:00
. changed a ,
. changed { color : #008700 ; }
table . room . changed svg {
background : # 02a202 ; /* Old browsers */
background :
-webkit-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) ,
-webkit-repeating-linear-gradient ( 135deg , # 02a202 0px , # 00b900 2px , # 02a202 3px ) ; /* Chrome10+,Safari5.1+ */
background : -moz-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) , -moz-repeating-linear-gradient ( -45deg , rgba ( 2 , 162 , 2 , 1 ) 0px , rgba ( 0 , 185 , 0 , 1 ) 2px , rgba ( 2 , 162 , 2 , 1 ) 3px ) ; /* FF3.6+ */
background : -webkit-gradient ( linear , left top , left bottom , color-stop ( 0 % , rgba ( 255 , 255 , 255 , 0 . 7 ) ) , color-stop ( 100 % , rgba ( 255 , 255 , 255 , 0 . 2 ) ) ) , -webkit-gradient ( linear , left top , right bottom , color-stop ( 0px , rgba ( 2 , 162 , 2 , 1 ) ) , color-stop ( 2px , rgba ( 0 , 185 , 0 , 1 ) ) , color-stop ( 3px , rgba ( 2 , 162 , 2 , 1 ) ) ) ; /* Chrome,Safari4+ */
background : -webkit-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) , -webkit-repeating-linear-gradient ( -45deg , rgba ( 2 , 162 , 2 , 1 ) 0px , rgba ( 0 , 185 , 0 , 1 ) 2px , rgba ( 2 , 162 , 2 , 1 ) 3px ) ; /* Chrome10+,Safari5.1+ */
background : -o-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) , -o-repeating-linear-gradient ( -45deg , rgba ( 2 , 162 , 2 , 1 ) 0px , rgba ( 0 , 185 , 0 , 1 ) 2px , rgba ( 2 , 162 , 2 , 1 ) 3px ) ; /* Opera 11.10+ */
background : -ms-linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) , -ms-linear-gradient ( -45deg , rgba ( 2 , 162 , 2 , 1 ) 0px , rgba ( 0 , 185 , 0 , 1 ) 2px , rgba ( 2 , 162 , 2 , 1 ) 3px ) ; /* IE10+ */
background : linear-gradient ( top , rgba ( 255 , 255 , 255 , 0 . 7 ) 0 % , rgba ( 255 , 255 , 255 , 0 . 2 ) 100 % ) , repeating-linear-gradient ( 135deg , rgba ( 2 , 162 , 2 , 1 ) 0px , rgba ( 0 , 185 , 0 , 1 ) 2px , rgba ( 2 , 162 , 2 , 1 ) 3px ) ; /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#b3ffffff' , endColorstr = '#33ffffff' , GradientType = 0 ) ; /* IE6-9 */
background-size : 28px 12px , 28px 28px ;
background-repeat : no-repeat , repeat ;
fill : # F4F4F4 ;
}
2014-05-13 19:13:50 +00:00
table . room tr . sel a svg {
border-color : # 333333 ;
background-color : # 111111 ;
}
2014-05-12 14:56:48 +00:00
# hdr {
float : right ;
z-index : 98 ;
position : relative ; top : 0px ; left : 0px ;
width : 100 % ;
height : 44px ;
background-image : -webkit-gradient (
linear ,
left top ,
left bottom ,
color-stop ( 0 , # 6C6C6C ) ,
color-stop ( 0 . 02 , # 505050 ) ,
color-stop ( 0 . 96 , # 1B1B1C ) ,
color-stop ( 0 . 98 , # 232323 ) ,
color-stop ( 1 , # 000000 )
) ;
background-image : -o-linear-gradient ( bottom , # 6C6C6C 0 % , # 505050 2 % , # 1B1B1C 96 % , # 232323 98 % , # 000000 100 % ) ;
background-image : -moz-linear-gradient ( bottom , # 6C6C6C 0 % , # 505050 2 % , # 1B1B1C 96 % , # 232323 98 % , # 000000 100 % ) ;
background-image : -webkit-linear-gradient ( top , # 6C6C6C 0 % , # 505050 2 % , # 1B1B1C 96 % , # 232323 98 % , # 000000 100 % ) ;
background-image : -ms-linear-gradient ( bottom , # 6C6C6C 0 % , # 505050 2 % , # 1B1B1C 96 % , # 232323 98 % , # 000000 100 % ) ;
background-image : linear-gradient ( to bottom , # 6C6C6C 0 % , # 505050 2 % , # 1B1B1C 96 % , # 232323 98 % , # 000000 100 % ) ;
-moz-box-shadow : 0px 1px 4px # b4b6ba ;
-webkit-box-shadow : 0px 1px 4px # b4b6ba ;
box-shadow : 0px 1px 4px # b4b6ba ;
border-radius : 5px 5px 0px 0px ;
}
# hdr input {
margin : 0px ;
position : relative ;
float : right ;
right : 7px ;
height : 25px ;
border-radius : 2em ;
background-color : # 2e2e2e ;
border : none ;
color : # b3b3b3 ;
padding-left : 1 . 5em ;
outline : none ;
-moz-box-shadow : 0px -1px # 171717 , 0px 1px # 2e2d2d , inset 0px -2px 2px # 494949 , inset 0px 1px # 272727 ;
-webkit-box-shadow : 0px -1px # 171717 , 0px 1px # 2e2d2d , inset 0px -2px 2px # 494949 , inset 0px 1px # 272727 ;
box-shadow : 0px -1px # 171717 , 0px 1px # 2e2d2d , inset 0px -2px 2px # 494949 , inset 0px 1px # 272727 ;
}
# hdr table {
width : 100 % ;
margin : 0px ;
padding : 5px ;
}
# menu {
position : absolute ;
top : 44px ;
2015-01-23 11:51:17 +00:00
overflow : auto ;
2014-06-02 11:47:56 +00:00
-webkit-overflow-scrolling : touch ;
2014-05-12 14:56:48 +00:00
float : left ;
width : 200px ;
background-color : # d7dadf ;
}
# menu table {
width : 100 % ;
border-spacing : 0px ;
padding : 0px ;
}
2014-05-13 18:02:52 +00:00
# content , # right {
2014-05-12 14:56:48 +00:00
background-color : # e0e3e8 ;
background : # e0e3e8 ;
2015-01-23 11:51:17 +00:00
overflow : auto ;
2014-06-02 11:47:56 +00:00
-webkit-overflow-scrolling : touch ;
2014-05-12 14:56:48 +00:00
border-left : 1px solid # 000000 ;
float : right ;
padding : 0px 30px 0px 30px ;
}
# content table {
2014-05-15 17:56:08 +00:00
width : 100 % ! important ;
2014-05-12 14:56:48 +00:00
}
# menuScrollArea {
float : left ;
}
2014-05-13 18:02:52 +00:00
# right { margin-top : 44 px ; }
2015-01-23 11:51:17 +00:00
# console {
font : 11px "Courier New" , Courier , monospace ;
}
2014-06-09 14:57:55 +00:00
# errmsg {
2014-06-09 15:10:19 +00:00
padding : 6px ;
width : 100 % ;
color : # ffffff ;
font-weight : bold ;
2014-06-09 14:57:55 +00:00
position : absolute ;
2014-06-09 15:10:19 +00:00
top : 5px ;
left : 225px ;
z-index : 99 ;
text-shadow : 0px 1px # 000000 ;
}
2014-05-12 14:56:48 +00:00
. devType , . devType a , . makeTable , . makeTable a {
font-weight : bold ;
color : # 4c566c ;
font-size : 16px ;
text-shadow : 0px 1px # FFFFFF ;
padding : 20px 0px 0px 0px ; }
2014-05-14 12:45:41 +00:00
. devType table , . makeTable table {
font-weight : normal ;
color : # 385487 ;
font-size : 14px ;
padding : 0px ; }
. devType table a , . makeTable table a {
font-weight : bold ;
color : # 000000 ;
font-size : 14px ;
padding : 0px ;
}
. devType table a : hover , . makeTable table a : hover {
color : # 777777 ;
}
2014-05-12 14:56:48 +00:00
. wide { width : 100 % ; }
. block {
margin-top : 5px ;
position : relative ;
font-size : 14px ;
}
table . block input , table . block select {
margin : 5px ;
}
table . block {
padding : 0 ;
border-spacing : 0px ;
-webkit-border-radius : 7px ;
-moz-border-radius : 7px ;
border-radius : 7px ;
border : 1px solid # b6b8bd ;
border-bottom-color : # b4b7bb ;
-moz-box-shadow : 0px 1px # fefefe , inset 0px 1px # d7d7d7 ;
-webkit-box-shadow : 0px 1px # fefefe , inset 0px 1px # d7d7d7 ;
box-shadow : 0px 1px # fefefe , inset 0px 1px # d7d7d7 ;
background : # f7f7f7 ;
}
table . block td {
text-align : left ;
vertical-align : middle ;
}
table . block td {
border-top : 1px solid # fdfdfd ;
border-bottom : 1px solid # cbcbcb ;
}
table . block tr : first-child td {
border-top : none ;
}
table . block tr : last-child td {
border-bottom : none ;
}
. block td : first-child {
padding-left : 10px ;
font-weight : bold ;
}
. roomoverview table . block td : first-child {
min-width : 50px ;
}
. roomoverview table . block td : nth-child ( 2 ) {
min-width : 30px ;
}
table . room {
margin-bottom : 10px ;
border-spacing : 0px ;
padding : 0px ;
width : 100 % ;
-moz-box-shadow : 0px 1px 2px # ebedee , 0px -1px # b7b9bb ;
-webkit-box-shadow : 0px 1px 2px # ebedee , 0px -1px # b7b9bb ;
box-shadow : 0px 1px 2px # ebedee , 0px -1px # b7b9bb ;
}
table . block tr {
height : 44px ;
}
table . room tr {
background-image : -webkit-gradient (
linear ,
right top ,
right bottom ,
color-stop ( 0 , # F8F9FA ) ,
color-stop ( 0 . 02 , # EBEDEF ) ,
color-stop ( 0 . 04 , # E4E6EA ) ,
color-stop ( 0 . 96 , # E2E5E8 ) ,
color-stop ( 0 . 98 , # D4D7D9 ) ,
color-stop ( 1 , # B7B9BB )
) ;
background-image : -o-linear-gradient ( bottom , # F8F9FA 0 % , # EBEDEF 2 % , # E4E6EA 4 % , # E2E5E8 96 % , # D4D7D9 98 % , # B7B9BB 100 % ) ;
background-image : -moz-linear-gradient ( bottom , # F8F9FA 0 % , # EBEDEF 2 % , # E4E6EA 4 % , # E2E5E8 96 % , # D4D7D9 98 % , # B7B9BB 100 % ) ;
background-image : -webkit-linear-gradient ( top , # F8F9FA 0 % , # EBEDEF 2 % , # E4E6EA 4 % , # E2E5E8 96 % , # D4D7D9 98 % , # B7B9BB 100 % ) ;
background-image : -ms-linear-gradient ( bottom , # F8F9FA 0 % , # EBEDEF 2 % , # E4E6EA 4 % , # E2E5E8 96 % , # D4D7D9 98 % , # B7B9BB 100 % ) ;
background-image : linear-gradient ( to bottom , # F8F9FA 0 % , # EBEDEF 2 % , # E4E6EA 4 % , # E2E5E8 96 % , # D4D7D9 98 % , # B7B9BB 100 % ) ;
height : 44px ;
}
table . room a , table . block a {
vertical-align : middle ;
}
table . room a {
2014-05-13 19:13:50 +00:00
padding-left : 5px ;
2014-05-12 14:56:48 +00:00
display : block ;
}
2014-05-13 19:13:50 +00:00
2014-05-12 14:56:48 +00:00
table . block tr . sel , table . room tr . sel {
color : # FFFFFF ;
text-shadow : 0px -1px # 000000 ;
background-image : -webkit-gradient (
linear ,
right top ,
right bottom ,
color-stop ( 0 , # C0E2FC ) ,
color-stop ( 0 . 02 , # 44AAF8 ) ,
color-stop ( 0 . 04 , # 0589F5 ) ,
color-stop ( 0 . 96 , # 015DE6 ) ,
color-stop ( 0 . 98 , # 0157D8 ) ,
color-stop ( 1 , # 014BBB ) ,
color-stop ( 1 , # 1B72FF )
) ;
background-image : -o-linear-gradient ( bottom , # C0E2FC 0 % , # 44AAF8 2 % , # 0589F5 4 % , # 015DE6 96 % , # 0157D8 98 % , # 014BBB 100 % , # 1B72FF 100 % ) ;
background-image : -moz-linear-gradient ( bottom , # C0E2FC 0 % , # 44AAF8 2 % , # 0589F5 4 % , # 015DE6 96 % , # 0157D8 98 % , # 014BBB 100 % , # 1B72FF 100 % ) ;
background-image : -webkit-linear-gradient ( top , # C0E2FC 0 % , # 44AAF8 2 % , # 0589F5 4 % , # 015DE6 96 % , # 0157D8 98 % , # 014BBB 100 % , # 1B72FF 100 % ) ;
background-image : -ms-linear-gradient ( bottom , # C0E2FC 0 % , # 44AAF8 2 % , # 0589F5 4 % , # 015DE6 96 % , # 0157D8 98 % , # 014BBB 100 % , # 1B72FF 100 % ) ;
background-image : linear-gradient ( to bottom , # C0E2FC 0 % , # 44AAF8 2 % , # 0589F5 4 % , # 015DE6 96 % , # 0157D8 98 % , # 014BBB 100 % , # 1B72FF 100 % ) ;
}
2014-05-14 12:45:41 +00:00
table . room tr . sel a {
2014-05-12 14:56:48 +00:00
color : # FFFFFF ;
text-shadow : 0px -1px # 000000 ;
}
2014-05-14 12:45:41 +00:00
table . room tr . sel a : hover {
text-shadow : 0px -1px # 333333 ;
}
table . room a : hover svg {
background-color : # 777777 ;
}
table . room tr . sel a : hover svg {
background-color : # 333333 ;
}
2014-05-12 14:56:48 +00:00
. dname {
}
2014-05-14 12:45:41 +00:00
. FileLog td : first-child {
font-weight : normal ;
width : 180px ;
}
. FileLog td : nth-child ( 2 ) {
width : 100px ;
}
2014-05-12 14:56:48 +00:00
/* Widgets */
. makeTable {
width : 100 % ;
display : block ;
float : left ;
clear : left ;
}
2015-01-23 11:51:17 +00:00
. textField_widget {
display : block ! important ;
}
2014-05-12 14:56:48 +00:00
. makeSelect {
margin-top : 20px ;
width : 100 % ;
display : block ;
float : left ;
clear : left ;
padding : 0px ;
border-spacing : 0px ;
-webkit-border-radius : 7px ;
-moz-border-radius : 7px ;
border-radius : 7px ;
border : 1px solid # b6b8bd ;
border-bottom-color : # b4b7bb ;
-moz-box-shadow : 0px 1px # fefefe , inset 0px 1px # d7d7d7 ;
-webkit-box-shadow : 0px 1px # fefefe , inset 0px 1px # d7d7d7 ;
box-shadow : 0px 1px # fefefe , inset 0px 1px # d7d7d7 ;
background : # f7f7f7 ;
}
. slider {
margin-top : 10px ;
display : inline-block ;
-webkit-box-sizing : border-box ;
-moz-box-sizing : padding-box ;
box-sizing : padding-box ;
height : 9px ;
width : 120px ;
padding : 1px ;
-webkit-border-radius : 4px ;
-moz-border-radius : 4px ;
border-radius : 4px ;
background-image :
-webkit-gradient ( linear , left top , left bottom ,
from ( # 0a3a86 ) ,
color-stop ( . 5 , # 4c8de7 ) ,
color-stop ( . 95 , # 6babf5 ) ,
to ( # 0a3a86 ) ) ,
-webkit-gradient ( linear , left top , left bottom ,
from ( # 919191 ) ,
color-stop ( . 5 , # f0f0f0 ) ,
color-stop ( . 5 , # fff ) ,
color-stop ( . 95 , # fff ) ,
to ( # 919191 ) ) ;
background-image :
-moz-linear-gradient ( top ,
# 0a3a86 ,
# 4c8de7 50 % ,
# 6babf5 95 % ,
# 0a3a86 ) ,
-moz-linear-gradient ( top ,
# 919191 ,
# f0f0f0 50 % ,
# fff 50 % ,
# fff 95 % ,
# 919191 ) ;
background-repeat : no-repeat , repeat-x ;
}
2014-05-13 18:02:52 +00:00
. get , . set , . attr {
float : left ;
margin-bottom : 10px ;
margin-top : 10px ;
}
2014-05-12 14:56:48 +00:00
. handle { position : relative ;
-webkit-box-shadow : inset 0px 1px # e8e8e8 ;
-moz-box-shadow : inset 0px 1px # e8e8e8 ;
box-shadow : inset 0px 1px # e8e8e8 ;
border : 1px solid # 9d9d9d ;
color : # 666666 ;
height : 15px ;
width : 18px ;
left : 0px ;
top : -6px ;
-webkit-border-radius : 10px ;
-moz-border-radius : 10px ;
border-radius : 10px ;
padding : 3px 0px 0px 0px ;
text-align : center ;
font-size : 10px ;
-webkit-tap-highlight-color : transparent ;
background-image : -webkit-gradient (
linear ,
right top ,
right bottom ,
color-stop ( 0 , # A6A6A6 ) ,
color-stop ( 1 , # FCFCFC )
) ;
background-image : -o-linear-gradient ( bottom , # A6A6A6 0 % , # FCFCFC 100 % ) ;
background-image : -moz-linear-gradient ( bottom , # A6A6A6 0 % , # FCFCFC 100 % ) ;
background-image : -webkit-linear-gradient ( top , # A6A6A6 0 % , # FCFCFC 100 % ) ;
background-image : -ms-linear-gradient ( bottom , # A6A6A6 0 % , # FCFCFC 100 % ) ;
background-image : linear-gradient ( to bottom , # A6A6A6 0 % , # FCFCFC 100 % ) ;
}
. handle : hover , . handle . hover {
color : # FCFCFC ;
background-image : -webkit-gradient (
linear ,
right top ,
right bottom ,
color-stop ( 0 , # 666666 ) ,
color-stop ( 1 , # CBCBCB )
) ;
background-image : -o-linear-gradient ( bottom , # 666666 0 % , # CBCBCB 100 % ) ;
background-image : -moz-linear-gradient ( bottom , # 666666 0 % , # CBCBCB 100 % ) ;
background-image : -webkit-linear-gradient ( top , # 666666 0 % , # CBCBCB 100 % ) ;
background-image : -ms-linear-gradient ( bottom , # 666666 0 % , # CBCBCB 100 % ) ;
background-image : linear-gradient ( to bottom , # 666666 0 % , # CBCBCB 100 % ) ;
}
2014-05-14 13:50:06 +00:00
. sysmon table {
border-spacing : 0px ;
padding : 0px ;
font-weight : normal ;
}
2014-05-12 14:56:48 +00:00
/* next lines are for remotecontrol */
. rc_body { border-style : solid ; border-color : gray ;
border-width : 2px ; padding : 5px ;
background : # C8C8B0 ; font-size : 6px ; }
. rc_button { padding : 5 px 7 px ; }
. rc_button img { border-style : solid ; border-width : 1 px ;
border-color : transparent ; }
2015-01-18 14:33:42 +00:00
. rc_button img : active { border-color : gray ; }
2015-01-23 11:51:17 +00:00
. colorpicker {
border-color : # 4c566c ;
}