-
Notifications
You must be signed in to change notification settings - Fork 8
/
master.css
208 lines (171 loc) · 2.42 KB
/
master.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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
@import url('reset.css');
html {
font-size:100.1%
}
body {
font:100%/1.4 Arial, Helvetica, sans-serif;
margin-bottom:10px
}
#head {
background:url(images/headlogo.png) 10px 10px;
background-repeat:no-repeat;
border-bottom:1px solid #CCC;
height:84px;
margin-bottom:10px
}
#head a {
display:block;
height:84px
}
#head span {
display:none
}
#sidebar {
display:inline;
float:left;
margin-left:10px;
width:155px
}
#nav {
width:155px
}
#nav a:link,#nav a:visited,#current {
border-left:5px solid #4382b4;
color:#000;
display:block;
padding:5px;
width:135px
}
#nav a:hover,#current {
background:#ffe05f url(images/rounded.gif) top right;
background-repeat:no-repeat
}
#nav #currents {
border-color:#646464
}
#main {
margin-left:165px;
margin-right: 25%;
max-width:600px
}
a:link, a:visited {
color:#036
}
#main h1,h2 {
margin-top:20px;
margin-bottom:20px;
font-weight:400
}
#main h1 {
font-size:2em;
line-height:1
}
#main h2 {
font-size:1.5em
}
#main h3 {
font-size:1em;
font-weight:700
}
#main ul {
list-style: disc inside;
margin-left: 2ex;
}
strong {
font-weight:700
}
em {
font-style:italic
}
#nav li,#main h1 {
margin-bottom:5px
}
#main p,#main h2 {
padding-top:5px
}
#developers {
margin-left:2px
}
#developers h2 {
border:1px solid #CCC;
border-bottom:1px solid #FFF;
display:inline;
padding:5px
}
#developers ul {
border:solid #CCC;
border-width:1px 1px 0;
margin-top:1px
}
#developers li {
border-bottom:1px solid #CCC;
min-height:135px;
padding:5px
}
#developers img {
border:1px solid #CCC;
float:left;
padding:5px
}
#developers li div {
margin-left:117px;
padding:0 5px 5px
}
.contact {
font-size:.9em
}
.subnav {
list-style:square;
margin:5px 0 10px;
padding-left:20px
}
div.testimonials {
padding: 1em;
margin: 1ex;
float: right;
position: absolute;
top: 84px;
right: 0px;
border: solid 2pt #036;
width: 20%;
text-align: justify;
}
div.testimonials div {
margin-top: 1em;
text-indent: 1em;
}
dl {
margin-left:-2px
}
dl p {
padding:0 0 5px
}
dt {
font-style:italic;
margin:15px 40px 5px
}
dt:before {
border:1px solid #4382b4;
content:"Q";
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
margin-left:-36px;
margin-right:7px;
padding:2px 6px 5px;
position:relative;
top:10px
}
dd {
margin:15px 40px 5px;
}
dd:before {
border:1px solid #ffe05f;
content:"A";
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
margin-left:-36px;
margin-right:7px;
padding:2px 7px;
position:relative;
top:10px
}