-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
162 lines (149 loc) · 2.27 KB
/
Copy pathstyles.css
File metadata and controls
162 lines (149 loc) · 2.27 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
body
{
background-color: #EEEEEE;
color: #000000;
margin: 0px auto 0px auto;
width: 80%;
min-width: 690px;
font-family: serf;
font-size: 12pt;
}
table.download
{
width: 100%;
}
table.download td
{
width: 50%;
vertical-align: top;
}
.bar, .bot-bar
{
background-color: #BBBBBB;
background-image: url('images/bar_bg.png');
height: 24px;
background-repeat: repeat-x;
background-position: top;
text-align: center;
font-family: sans;
font-variant: small-caps;
}
.bar .left, .bar .right, .bot-bar .left, .bot-bar .right
{
position: relative;
left: -48px;
height: 24px;
width: 48px;
font-size: 1px;
background-image: url('images/bar_bg_left.png');
background-repeat: no-repeat;
background-position: left top;
float: left;
}
.bar .right, .bot-bar .right
{
background-image: url('images/bar_bg_right.png');
background-position: right top;
float: right;
left: 48px;
}
.bot-bar
{
background-image: none;
font-size: 1px;
height: 5px;
margin: 5px 0px 5px 0px;
}
.bot-bar .left, .bot-bar .right
{
height: 5px;
background-image: url('images/botbar_left.png');
}
.bot-bar .right
{
background-image: url('images/botbar_right.png');
}
.bar ul
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}
.bar ul li
{
display: inline;
margin: 0px 5px 0px 5px;
}
a, a:link, a:active, a:visited, a:hover
{
color: #A00000;
text-decoration: none;
}
a:hover
{
color: #D00000;
text-decoration: underline;
}
img
{
border: #000000 0px solid;
margin: 0px auto 0px auto;
display: block;
}
img.logo
{
color: #800000;
text-align: center;
font-size: 72pt;
font-weight: bold;
font-variant: small-caps;
font-family: sans;
}
img.screenshot
{
margin: 5px auto;
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}
h1
{
color: #800000;
font-size: 24pt;
font-weight: bold;
margin: 0px 0px 2px 0px;
font-family: sans;
}
h2
{
color: #800000;
font-size: 18pt;
font-weight: normal;
margin: 0px 0px 0px 0px;
font-family: sans;
}
p
{
text-indent: 15px;
margin: 0px 0px 4px 0px;
}
.copyright
{
color: #808080;
font-size: 8pt;
display: block;
text-align: center;
font-family: sans;
}
pre
{
background-color: #FFFFFF;
border: #BBBBBB 1px dashed;
font-size: 80%;
padding: 4px;
}
blockquote
{
border-left: 4px solid #ccc;
margin: 1em 0;
padding-left: 1em;
color: #555;
}