-
Notifications
You must be signed in to change notification settings - Fork 3
/
stylesheet.css
116 lines (96 loc) · 1.43 KB
/
stylesheet.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
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
body {
background: #F5F5FB;
font-family: helvetica, arial, sans;
font-size: 12px;
}
p.para, div.para {
margin-left: 10px;
width: 240px;
}
p, div {
font-size: 12px;
margin-bottom: 8px;
margin-top: 4px;
}
div#rating_div {
float: left;
height: 180px;
margin-right: 20px;
margin-left: 10px;
}
div#id_div {
float: left;
}
.clearboth {
clear: both;
}
input {
background: white;
}
input.loopid {
width: 50px;
font-size: 90%;
}
input.tiny {
font-size: 70%;
}
input.rating {
width: 110px;
font-size: 90%;
}
input.connect {
font-size: 90%;
/* width: 50px;*/
}
#site-name {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: left;
overflow: hidden;
font-size: 22px;
margin-left: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
#site-name a {
color: #FFF;
text-decoration: none;
}
#site-name a:hover {
text-decoration: none;
}
#site-slogan {
color: #FFF;
font-size: 12px;
margin-left: 10px;
margin-top: -5px;
padding-top: 0px;
padding-bottom: 0px;
}
div#logo {
float: left;
margin-left: 10px;
margin-right: 10px;
}
div#header {
background: url("/icons/evo-header.png") no-repeat top left;
width: 260px;
padding-top: 6px;
padding-bottom: 6px;
}
#footer {
margin-left: 10px;
}
a {
color: #575dc1;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.download {
font-size: 9px;
}
.compactform {
margin: 0px;
padding: 0px;
}