--- trunk2/eurovoc/listic.css 2004/09/26 22:14:56 484 +++ trunk2/eurovoc/listic.css 2004/10/24 23:03:35 543 @@ -1,3 +1,15 @@ +body { + font-size: small; + scrollbar-face-color: #e1e1f3; + scrollbar-shadow-color: #e1e1f3; + scrollbar-highlight-color: #e1e1f3; + scrollbar-3dlight-color: #e1e1f3; + scrollbar-darkshadow-color: #e1e1f3; + scrollbar-track-color: #f7f6f2; + scrollbar-arrow-color: white; +} + + tbody { background: #f7f6f2; color: #4e4e70; @@ -17,7 +29,7 @@ } a:link { - text-decoration: none; + text-decoration: underline; color: #575aa9; } @@ -27,7 +39,7 @@ } a:visited { - text-decoration: none; + text-decoration: underline; color: #575aa9; } @@ -53,3 +65,10 @@ background: #e1e1f3; } +ul, li { + padding-left: 0; + margin-left: 8; + margin-bottom: 0; + list-style-type: circle; +} +