-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwordstream2-css.css
More file actions
424 lines (382 loc) · 6.25 KB
/
wordstream2-css.css
File metadata and controls
424 lines (382 loc) · 6.25 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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
*{
margin: 0px;
padding: 0px;
/*outline: 1px dotted red;*/
}
.wrapper{
width: 970px;
min-height: 100px;
}
.header{
width: 100%;
min-height: 100px;
background-color: white;
font-family: Helvetica, Sans-serif;
}
.body{
width: 100%;
min-height: 100px;
background-color: blue;
}
/*THIS IS FOR THE HEADER*/
.logo{
width: 45%;
min-height: 100px;
display: inline-block;
}
.logo img{
display: inline-block;
padding-top: 20px;
vertical-align: top;
}
.word{
display: inline-block;
padding-top: 38px;
vertical-align: top;
color: gray;
}
.stream{
display: inline-block;
padding-top: 38px;
vertical-align: top;
color: #2672a4;
}
.nav{
width: 54.5%;
min-height: 100px;
display: inline-block;
vertical-align: top;
}
/*THIS IS FOR THE NAV LINKS*/
.nav_links{
display: inline-block;
vertical-align: top;
border-color: #dddddd;
border-left-style: solid;
border-bottom-style: solid;
border-right-style: solid;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-width: thin;
margin-left: 35px;
}
.nav_links ul{
display: inline-block;
background-color: #fbfbfb;
padding: 5px 10px 8px 10px;
font-size: 12px;
list-style-type: none;
}
.nav_links li{
display: inline;
border-right: 1px solid #dddddd;
padding-right: 5px;
padding-left: 5px;
}
.nav_links li:last-child {
border-right: none;
}
.nav_links a{
text-decoration: none;
color: gray;
}
/*THIS IS FOR THE LOGIN BUTTON*/
.login{
display: inline;
margin-left: 35px;
background-color: gray;
}
.button{
background: linear-gradient(#22a2df, #2672a4);
color: white;
font-size: 12px;
padding: 3px 10px 3px 10px;
border-width: thin;
border-radius: 5px;
}
/*THIS IS THE TITLE BAR*/
.title_bar{
background: linear-gradient(#2672a4, #22a2df, #2672a4);
color: white;
padding: 12px;
}
/*THIS IS FOR THE BODY*/
.content{
width: 100%;
min-height: 90px;
background-color: white;
display: inline-block;
}
.side_ads{
width: 22%;
min-height: 90px;
display: inline-block;
padding: 70px 5px 5px 10px;
font-family: Helvetica, Sans-serif;
}
/*THIS IS FOR THE SIDE ADS*/
/*AD 1*/
.ad1{
width: 100%;
min-height: 50px;
display: inline-block;
margin-bottom: 30px;
border-bottom-style: solid;
border-color: #dddddd;
border-width: thin;
}
.ad1 h3{
color: #2672a4;
padding-bottom: 20px;
}
.credit_card{
font-size: 12.5px;
margin-top: 10px;
margin-left: 30px;
margin-bottom: 15px;
}
.bold{
font-weight: bold;
font-size: 12.5px;
color: #e64403;
padding-bottom: 10px;
}
.get_started{
font-size: 12px;
}
.get_started a{
text-decoration: none;
color: #2672a4;
}
.demo{
display: block;
padding-top: 20px;
}
.trial{
display: block;
padding-top: 5px;
}
.demo_button{
background: linear-gradient(#22a2df, #2672a4);
color: white;
font-size: 14px;
font-weight: bold;
padding: 3px 10px 3px 10px;
border-width: thin;
border-radius: 5px;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
}
.trial_button{
background: linear-gradient(#ff9e43, #e64403);
color: white;
font-size: 14px;
font-weight: bold;
padding: 3px 10px 3px 10px;
border-width: thin;
border-radius: 5px;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
}
/*AD 2*/
.ad2{
width: 100%;
min-height: 50px;
display: block;
}
.ad2 img{
position: relative;
}
.ad2 h4{
color: #2672a4;
font-size: 15px;
position: absolute;
width: 14%;
top: 470px;
left: 28px;
line-height: 1.3;
}
.ad2 p{
color: gray;
font-size: 14px;
position: absolute;
width: 13%;
top: 535px;
left: 28px;
line-height: 1.2;
}
.ad2 form{
position: absolute;
top: 610px;
left: 25px;
}
.graded_button{
background: linear-gradient(#1c74a6, #0b4970);
color: white;
font-size: 12px;
padding: 3px 15px 3px 15px;
border-width: thin;
border-radius: 5px;
}
/*THIS IS THE MAIN CONTENT*/
.main_content{
width: 72%;
min-height: 90px;
display: inline-block;
vertical-align: top;
padding: 5px;
font-family: Helvetica, Sans-serif;
margin-left: 20px;
}
/*THIS IS FOR THE TOP INFO BAR*/
.top_info_bar{
width: 100%;
min-height: 50px;
display: inline-block;
border-bottom-style: solid;
border-color: #dddddd;
border-width: thin;
margin-top: 10px;
}
.breadcrumbs{
width: 49%;
min-height: 75px;
background-color: white;
display: inline-block;
vertical-align: top;
}
.breadcrumbs img{
display: inline-block;
padding-top: 10px;
}
.breadcrumbs p{
display: inline-block;
vertical-align: top;
margin-top: 17px;
padding-left: 5px;
color: #2672a4;
font-size: 14px;
}
.contact_info{
width: 50%;
min-height: 75px;
background-color: white;
display: inline-block;
vertical-align: top;
}
.contact_info img{
display: inline-block;
margin-top: 15px;
margin-left: 166px;
}
.phone_number{
display: inline-block;
margin-left: 5px;
}
.phone_number p{
display: block;
vertical-align: top;
font-size: 11px;
margin-bottom: 5px;
margin-top: 3px;
font-size: 11px;
}
.phone_number h2{
width: 100%;
display: block;
color: #90ddfb;
}
/*THIS IS FOR THE MAIN CONTENT*/
.info1{
width: 100%;
min-height: 75px;
}
.info1 h3{
color: #2672a4;
margin-top: 10px;
}
.bold_PPC{
font-weight: bold;
}
.info1 p{
margin-top: 15px;
font-size: 12.5px;
line-height: 1.3;
}
.info1 ul{
margin-left: 15px;
margin-top: 10px;
font-size: 12.5px;
line-height: 1.3;
}
.info1 a{
color: #2672a4;
}
/*THIS IS FOR THE CONTENT AD*/
.content_ad{
width: 100%;
min-height: 75px;
border-style: solid;
border-color: #84bad4;
border-width: thick;
display: inline-block;
margin-top: 10px;
}
.content_ad img{
display: inline-block;
padding: 5px;
}
.content_ad_text{
width: 80%;
vertical-align: top;
display: inline-block;
}
.content_ad_text h3{
display: inline-block;
color: #2672a4;
margin-left: 5px;
margin-top: 10px;
}
.content_ad_text p{
display: inline-block;
font-size: 14px;
margin-left: 10px;
margin-top: 10px;
line-height: 1.3;
}
.bold_ad{
font-weight: bold;
}
.content_ad_text form{
display: inline-block;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 5px;
}
.get_started_button{
background: radial-gradient(#b8d46e, #5a8438);
color: white;
font-size: 14px;
padding: 9px 18px 13px 18px;
border-width: thin;
border-radius: 5px;
}
/*THIS IS FOR SUB CONTENT*/
.info2{
width: 100%;
min-height: 75px;
}
.info2 h5{
color: #2672a4;
margin-top: 20px;
}
.info2 p{
font-size: 12.5px;
line-height: 1.3;
margin-top: 15px;
}
.info2 a{
color: #2672a4;
}