-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathremoku-gui.css
106 lines (92 loc) · 1.56 KB
/
remoku-gui.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#config{
margin-left:auto;
margin-right:auto;
width:280px;
height:352px;
}
#text{
margin-left:auto;
margin-right:auto;
width:280px;
height:373px;
}
#apps{
margin-left:auto;
margin-right:auto;
width:280px;
height:373px;
overflow:scroll;
}
#apps .icons{max-height:75px;}
#apps ul{margin:0;padding:0; }
#apps li{list-style-type: none; margin-top:5px; margin-left:0px; height:100px; padding:0;vertical-align:middle; }
#apps a{text-decoration:none;color:white; vertical-align:middle;}
#apps img{vertical-align:middle; line-height: 2em}
.address{
width:25px;
}
.maddress{
width:115px;
}
.nav{
cursor:pointer;
color:gray;
}
.nav img{
opacity:0.5;
}
.active img{
opacity:1 !important;
}
.active{
color:white !important;
}
.link{
cursor:pointer;
}
img{
padding:0px;
margin:0px;
border-width: 0px;
float:left;
-webkit-touch-callout:none;
}
body
{
border-width: 0px;
background-color:#000000;
color:#FFFFFF;
border:0;
padding:0;
margin:0;
}
td,tr{
border-width: 0px;
padding: 0px;
border-style: none;
border-collapse: collapse;
background-color: rgb(0, 0, 0);
}
table{
border-width: 0px;
border-spacing:0px ;
border-style: none;
background-color: rgb(0, 0, 0);
display:table;
margin-left:auto;
margin-right:auto;
}
#remote{height:373px;}
#navtable{
margin-top:0;
border-width: 0px;
border-spacing:0px ;
border-style: none;
font-size:8pt;
font-weight:bold;
width:280px;
}
#navtable div{
text-align:center;
margin:0;
}