-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
64 lines (53 loc) · 908 Bytes
/
main.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
body {
margin: 0;
padding: 0;
font: 100.1% Verdana;
font-size: 75%;
}
.rxt.personal .rxt-content {
border-bottom: none;
border-top: none;
margin: 0px 9px;
}*
.rxt.personal-physical .rxt-content {
color: white;
padding: 0px 10px 0px;
margin: 10px 0px 0px;
}
h2 {
display: block;
font-size: 120%;
font-weight: bold;
margin: 0px 0px 5px;
}
.rxt.personal-physical .porog {
font-size: 95%;
font-weight: bold;
padding-bottom: 10px;
}
.date {
margin: -15px 5px 0px 0px;
text-align: right;
font-size: 80%;
}
#balance {
border: none;
font-size: 255%;
font-weight: bold;
margin: 0px 0px 5px;
}
#message {
font-size: 10pt;
padding: 5pt;
text-align:center;
}
#docked h2{
margin: 10px 0px 0px;
text-align:center;
}
#docked p{
margin: 13px 0px 0px;
text-align:center;
color: white;
font-weight: bold;
}