-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.css
More file actions
62 lines (54 loc) · 1.3 KB
/
glide.css
File metadata and controls
62 lines (54 loc) · 1.3 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
/*
* Glide Project Web stylesheet
*
* $Id$
*
*/
body {
background-color: white;
font-family: arial, helvetica, sans-serif;
}
a { text-decoration: none; color #6666FF; }
a:visited { text-decoration: none; color: #6666AA; }
a:link { text-decoration: none; color: #6666AA; }
a:active { text-decoration: none; color: #6666AA; }
a:hover { text-decoration: none; color: #FF6666; }
ol,ul,p,body,td,tr,th,form,span {
font-family: arial, helvetica, sans-serif;
color: #333333;
}
h1,h2,h3,h4,h5,h6 { font-family: arial, helvetica, sans-serif; }
pre,tt { font-family: courier, sans-serif; }
span.center { text-align: center; }
span.boxspace { font-size: 2pt; }
a.maintitlebar { color: white; }
a.maintitlebar:visited { color: white; }
span.alignright { text-align: right }
span.maintitlebar { font-size: 10pt; color: white; }
span.titlebar {
text-align: center;
font-size: 10pt;
color: white;
font-weight: bold;
}
div.content {
width: 100%;
background-color: white;
}
div.footer {
position: absolute;
width: 100%;
bottom: 10%;
}
div.footer div.footer-top {
background-color: black;
}
div.footer div.footer-content {
padding: 5px;
background-image: url(http://sf.net/images/binary-code.gif);
vertical-align: middle;
}
div.footer div.footer-bottom {
background-color: black;
text-align: center;
}