~groundcontrollers/groundcontrol/website

« back to all changes in this revision

Viewing changes to css/screen.css

  • Committer: Martin Owens
  • Date: 2011-02-06 20:33:58 UTC
  • Revision ID: doctormo@gmail.com-20110206203358-7m71gt892ch4gqx8
Add flash player links for none html5 browsers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
@import url('reset.css');
14
14
 
15
15
 
16
 
/**
 
16
/**v
17
17
 * Divs
18
18
 */
19
19
#header {
270
270
        margin-left: auto;
271
271
        margin-right: auto;
272
272
        width: 480px;
273
 
        height: 360px;
 
273
        height: 370px;
274
274
        border: 2px solid black;
275
275
        padding: 10px;
276
276
        background-color: #eee;
280
280
        display: block;
281
281
        position: relative;
282
282
        top: -15px;
283
 
        left: 480px;
284
283
        text-decoration: none;
285
284
        color: black;
286
285
        background-color: #fff;
287
286
        text-align: center;
288
287
        border: 1px solid black;
 
288
        height: 18px;
 
289
        clear: none;
 
290
}
 
291
 
 
292
.playvideo a.x {
 
293
        left: 480px;
289
294
        width: 15px;
290
 
        height: 18px;
 
295
        top: -35px;
 
296
}
 
297
 
 
298
.playvideo a.flash {
 
299
        left: 380px;
 
300
        width: 90px;
291
301
}
292
302
 
293
303
.playvideo video {
294
304
        position: relative;
295
 
        top: -20px;
 
305
        top: -30px;
296
306
}