11/* Global styles */
22body {
3+ font-family : Arial, "Helvetica Neue" , Helvetica, sans-serif;
34 min-width : 650px ;
45 margin : 0 ;
56 padding : 0 ;
67 background-color : # 596A74 ;
7- background-image : url(../ images/vgradient.png);
88 background-repeat : repeat-x;
99 font-size : 16px ;
1010 margin-bottom : 0.8em ;
@@ -27,12 +27,12 @@ div#title {
2727 margin-bottom : 0.8em ;
2828 background-color : # F1F1F1 ;
2929 color : # 000000 ;
30- -moz-border-radius-bottomleft : 10 px ;
31- -moz-border-radius-bottomright : 10 px ;
32- -webkit-border-bottom-left-radius : 10 px ;
33- -webkit-border-bottom-right-radius : 10 px ;
34- border-bottom-left-radius : 10 px ;
35- border-bottom-right-radius : 10 px ;
30+ -moz-border-radius-bottomleft : 4 px ;
31+ -moz-border-radius-bottomright : 4 px ;
32+ -webkit-border-bottom-left-radius : 4 px ;
33+ -webkit-border-bottom-right-radius : 4 px ;
34+ border-bottom-left-radius : 4 px ;
35+ border-bottom-right-radius : 4 px ;
3636}
3737div # title img { float : left; padding : 0.2em ; margin : 0 ; }
3838div # title h2 { float : left; margin : 0 0 0 0.4em ; font-style : italic; margin-top : 0.55em ; }
@@ -47,30 +47,28 @@ ul.inline li {
4747
4848ul # links {
4949 position : relative;
50- margin-top : 0.6 em ;
50+ margin : 0.9 em ;
5151 float : right;
52- padding : 0.7em ;
53- padding-bottom : 0.5em ;
5452 font-size : large;
5553}
5654ul # links li { margin-left : 0.8em ; }
57- ul # links li a : link , ul # links li a : visited { color : # 000000 ; }
55+ ul # links li a : link , ul # links li a : visited { color : # 000000 ; text-decoration : underline; }
5856ul # links li a : hover { text-decoration : underline; }
5957
6058div # wrapper { margin : 0 ; }
6159
6260div # nav ul {
6361 padding-left : 15.3em ;
64- font-family : Verdana , sans-serif ;
62+ font-size : 17 px ;
6563}
6664div # nav ul li {
6765 background-color : # DADADA ;
68- -moz-border-radius-topleft : 16 px ;
69- -moz-border-radius-topright : 16 px ;
70- -webkit-border-top-left-radius : 16 px ;
71- -webkit-border-top-right-radius : 16 px ;
72- border-top-left-radius : 16 px ;
73- border-top-right-radius : 16 px ;
66+ -moz-border-radius-topleft : 4 px ;
67+ -moz-border-radius-topright : 4 px ;
68+ -webkit-border-top-left-radius : 4 px ;
69+ -webkit-border-top-right-radius : 4 px ;
70+ border-top-left-radius : 4 px ;
71+ border-top-right-radius : 4 px ;
7472}
7573div # nav ul li a {
7674 display : block;
@@ -90,9 +88,9 @@ div#nav ul li:hover a { color: #2D2F32; }
9088div # workarea {
9189 background-color : # F1F1F1 ;
9290 padding : 0.8em ;
93- -moz-border-radius : 10 px ;
94- -webkit-border-radius : 10 px ;
95- border-radius : 10 px ;
91+ -moz-border-radius : 4 px ;
92+ -webkit-border-radius : 4 px ;
93+ border-radius : 4 px ;
9694}
9795
9896div # presentation {
@@ -109,7 +107,7 @@ div#presentation div.menubox {
109107 background-image : url(../ images/vgradient.png);
110108 background-repeat : repeat-x;
111109 background-color : # FFFFFF ;
112- color : white ;
110+ color : black ;
113111 width : 220px ;
114112 cursor : pointer;
115113 text-align : center;
@@ -199,7 +197,7 @@ div.about_content { text-align: left; }
199197}
200198.boxhead h2 {
201199 margin : 0 ;
202- padding : 0.5em 0.8em 0.3 em ;
200+ padding : 0.5em 0.8em 0.5 em ;
203201 color : white;
204202 font-weight : bold;
205203 font-size : 1.1em ;
@@ -289,6 +287,9 @@ table.reports {
289287 margin-bottom : 2em
290288}
291289
290+ a .feed {
291+ text-decoration : underline;
292+ }
292293/*table.reports {
293294 border-width: 2px;
294295}*/
@@ -468,8 +469,11 @@ p.note, p.warning {
468469 border-radius : 10px ;
469470}
470471p .warning {
471- padding-left : 42px ;
472- background-image : url(../ images/warning.png);
472+ margin-left : 10px ;
473+ }
474+ p .warning ::before {
475+ content : '⚠ ' ;
476+ color : # f53535 ;
473477}
474478p .note {
475479 margin-top : 20px ;
@@ -482,15 +486,17 @@ p.note {
482486 background-image : url(../ images/note.png);
483487}
484488
485- div .footer {
489+ div .footer {
490+ color : white;
486491 font-size : small;
487492 margin-top : 0.6em ;
488493 margin-left : auto; margin-right : auto;
489494 text-align : center;
490495}
491496
492497div .footer a {
493- color : black;
498+ color : inherit;
499+ font-weight : bold;
494500 text-decoration : underline;
495501}
496502
0 commit comments