diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-12 15:26:32 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-12 15:26:32 -0400 |
commit | 4db17f6d5f07c551a2161898d74aae7208bd0229 (patch) | |
tree | 5e9041d10f27b47489344b5dc892c5ec223e30cf /templates/content/style/style.css | |
parent | 425e4e5d6edfbfa93a8e940ebae26e8d1dc1292b (diff) | |
download | askbot-4db17f6d5f07c551a2161898d74aae7208bd0229.tar.gz askbot-4db17f6d5f07c551a2161898d74aae7208bd0229.tar.bz2 askbot-4db17f6d5f07c551a2161898d74aae7208bd0229.zip |
merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates
Diffstat (limited to 'templates/content/style/style.css')
-rw-r--r-- | templates/content/style/style.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css index 1f992b7b..6d48198b 100644 --- a/templates/content/style/style.css +++ b/templates/content/style/style.css @@ -110,7 +110,7 @@ blockquote margin-bottom:-3px; } #navBar {float:clear;position:relative;display:block;width:960px;} -#navBar .nav {margin:50px 0px 0px 16px; +#navBar .nav {margin:20px 0px 0px 16px; /*letter-spacing:1px; */ } #navBar .nav a {color:#333333; background-color:#F9F7ED; @@ -118,14 +118,13 @@ blockquote border-bottom: none; padding:0px 12px 3px 12px; height:25px; line-height:30px;margin-left:10px; font-size:14px; font-weight:400; text-decoration:none;display: block;float: left;} #navBar .nav a:hover {text-decoration:underline} -#navBar .nav a.on {height:24px;line-height:28px;border:1px solid green; background:green; color:#FFF; font-weight:600; text-decoration:none} -#navBar .nav a.special {font-size:15px; color:green; font-weight:bold; text-decoration:none; border:solid 1px;} +#navBar .nav a.on {height:24px;line-height:28px;border:1px solid #d64000; background:#B02B2C; color:#FFF; font-weight:600; text-decoration:none} +#navBar .nav a.special {font-size:15px; color:#B02B2C; font-weight:bold; text-decoration:none; } #navBar .nav a.special:hover {text-decoration:underline;} -#navBar .nav div.focus {position: absolute; top:10px; - padding-right:0px;} +#navBar .nav div.focus {float:right; padding-right:0px;} /*搜索栏*/ #searchBar { - background-color:green;/*#e9b96e;*/ + background-color:#9db2b1;/*#e9b96e;*/ padding:5px 0 0 0;} /* #B02B2C */ #searchBar .content { } #searchBar .searchInput {font-size:13px; height:18px; width:400px;} @@ -746,7 +745,7 @@ background-color: #97ff97; } /*用户资料页面*/ -.count {font-family:Arial;font-size:200%;font-weight:700;color:#777} +.count {font-family:Arial;font-size:24px;font-weight:700;color:#777} .scoreNumber{font-family:Arial;font-size:35px;font-weight:800;color:#777;line-height:40px; /*letter-spacing:0px*/ } |