--- trunk2/eurovoc/eurovoc.css 2004/09/26 22:14:56 484 +++ trunk2/eurovoc/eurovoc.css 2004/10/23 18:17:31 533 @@ -237,9 +237,21 @@ font-weight: bold; } -.nsl { - text-align: center; - padding: 20px 20px 40px 20px; + +.front { + padding: 1px 40px 20px 0px; +} + +.trans { + float: right; + padding: 1px 40px 40px 1px; + width: 280px; + text-align: center; +} + +.left { + text-align: justify; + } .bdy, .bdy1 { @@ -250,7 +262,7 @@ .bd { vertical-align: top; - padding: 0px; 20px 20px 0px; + padding: 20px 20px 10px 10px; } .bdBrowse { @@ -276,6 +288,14 @@ margin: 10px 10px 0px 0px; } +.bottom { + padding: 6px 2px 0px 2px; + text-align: center; + line-height: 28px; + height: 28px; + +} + h1 { font-weight: bold; font-size: 100%; @@ -291,6 +311,26 @@ font-size: 140%; } +.lNsl:link { + text-decoration: none; + color: #575aa9; +} + +.lNsl:active { + color: red; + text-decoration: none; +} + +.lNsl:visited { + text-decoration: none; + color: #575aa9; +} + +.lNsl:hover { + text-decoration: underline; + color: #575aa9; +} + a:link { text-decoration: none; color: #575aa9; @@ -313,7 +353,9 @@ text-decoration: none; } - +li { + font-weight: bold; +} .lhM:link { text-decoration: none; @@ -377,23 +419,19 @@ color: #575aa9; } -.lNsl:link { - text-decoration: none; - color: #575aa9; -} - -.lNsl:active { - color: red; - text-decoration: none; -} -.lNsl:visited { - text-decoration: none; +.submit { + font-family: "Trebuchet MS", Verdana, Arial, sans-serif; + font-size: 100%; + margin: 0; + padding: 0 0 0 2; color: #575aa9; + background-color: white; + border-top-color: #8080f0; + border-left-color: #8080f0; + border-right-color: #575aa9; + border-bottom-color: #575aa9; + } -.lNsl:hover { - text-decoration: underline; - color: #575aa9; -}