-
Notifications
You must be signed in to change notification settings - Fork 0
/
termite.css
executable file
·73 lines (68 loc) · 1.02 KB
/
termite.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
body {
background-color: #ccc;
cursor: default;
}
div, p {
padding: 0;
margin: 0;
border: 0;
}
#pageBackground {
padding: 20px;
}
#pageFrame {
border: 1px solid #999;
box-shadow: 0 0 25px #999;
background-color: #f3f3f3;
}
#pageHeader {
border-bottom: 1px solid #999;
}
#pageLogo {
font-family: Georgia;
padding: 20px 150px 20px 30px;
}
#pageLogo .title {
font-weight: bold;
font-size: 18pt;
}
#pageLogo .subtitle {
font-size: 12pt;
color: #666;
}
#pageLogo .credits {
font-size: 9pt;
color: #666;
}
#pageControl {
color: #666;
font-family: Verdana;
font-size: 8pt;
padding: 10px 20px;
border-left: 1px solid #999;
}
#pageHeader .headerObject {
display: inline-block;
vertical-align: top;
}
#pageHeader .headerObject div.line {
padding: 0;
margin: 0;
height: 20px;
}
#pageContent {
padding: 20px 40px;
background-color: #fff;
}
#pageDetails {
color: #999;
font-family: Verdana;
font-size: 8pt;
}
#pageFooter {
color: #666;
font-family: Verdana;
font-size: 8pt;
border-top: 1px solid #999;
padding: 5px;
}