X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=blobdiff_plain;f=src%2Finfodrom.css;h=c48a677af5c8a9d230b35dbb6a9b4b26f64dcf0a;hp=1b9c638d054dc71b026122de9827bbfb848603d1;hb=f58223335bda03d35ed1c3d5d1cce93ff74b1af3;hpb=96a87f6d9c6f9d5d77b8ab2617126ade8d458d4c diff --git a/src/infodrom.css b/src/infodrom.css index 1b9c638..c48a677 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -4,7 +4,7 @@ body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; - line-height: 20px; + line-height: 18px; background-color: #f7f7f7; color: #000000; } @@ -27,18 +27,37 @@ a:visited { .font { font-size: 13px; } +.height { + line-height: 15px; +} .none { display: none; } +.border { + border: 1px solid black; +} h3.bar { padding-left: 5px; - font-size: 16px; - background: #e5e5e5; + padding-bottom: 2px; + font-size: 15px; + background: #c0c9db; } img.border { border: 2px solid #e5e5e5; } +/* + * Menu + */ +p.menurule { + height: 3px; + width: 100%; + background-color: #999999; + padding: 0; + margin-top: 7px; + margin-bottom: 7px; +} + /* * Footer */