video widget shows status for html5 videos; video widget bug fixes
[living-lab-site.git] / css / default.css
1 body
2 {
3         font-family: Arial, Helvetica, sans-serif;
4         font-size: 75%;
5         background: white url('/devel/img/bg.png') repeat-x left top;
6 }
7
8 a:link
9 {
10         color: rgb(0,90,192);
11         text-decoration: none;
12 }
13 a:visited
14 {
15         color: rgb(0,56,112);
16 }
17 a:hover, a:active
18 {
19         text-decoration: underline;
20 }
21
22 #header
23 {
24         clear: both;
25 }
26
27 #body
28 {
29         position: relative;
30 }
31
32 #content
33 {
34         float: left;
35         width: 616px;
36         padding: 12px;
37 }
38
39 #footer
40 {
41         clear: both;
42 }
43
44 .pagination
45 {
46         clear: both;
47 }