-
Notifications
You must be signed in to change notification settings - Fork 0
/
gadget.css
34 lines (23 loc) · 1.07 KB
/
gadget.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
* { font-family: Segoe UI; }
body#gadget { color: #ffffff; font-size: 10px; margin: 0; padding: 0; }
body#gadget a { text-decoration: none; color: #ffffff; }
body#settings { width: 310px; height: 450px; margin-top: 0; margin-left: 0; }
body#settings * { font-size: 12px; }
.bigger { font-weight: bold; margin-bottom: 2px; }
#example_table td { vertical-align: top; }
ul { list-style: none; margin: 0; }
#t_charity { margin-top: 5px; margin-bottom: 5px; }
#fontColor { background-color: black; }
#navigation ul li { border: 1px solid black; border-bottom: none; float: left; margin-left: 5px; padding: 3px; }
.tab { clear: both; padding-top: 5px; border-top: 1px solid black; }
.tab_selected { background-color: black; color: white; }
#t_update {
margin-top: 10px;
display: none;
padding: 5px;
background-color: #F5DEB3; /* Wheat */
border: 1px solid #CD853F; /* Peru */
}
.link { text-decoration: underline; color: #3366bb; cursor: pointer; }
#dimcontrol, #dimdisabled, #swaplabels { margin-left: 1em; }
#sunset_opacity { width: 25px; }