diff options
Diffstat (limited to 'templates/content/style/style.css')
-rw-r--r-- | templates/content/style/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css index fa20b014..b3fa6a6c 100644 --- a/templates/content/style/style.css +++ b/templates/content/style/style.css @@ -111,7 +111,7 @@ blockquote margin-bottom:-3px; } #navBar {float:clear;position:relative;display:block;width:960px;} -#navBar .nav {margin:20px 0px 0px 16px; +#navBar .nav {margin:50px 0px 0px 16px; /*letter-spacing:1px; */ } #navBar .nav a {color:#333333; background-color:#F9F7ED; @@ -120,9 +120,10 @@ blockquote 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 #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 {font-size:15px; color:#B02B2C; font-weight:bold; text-decoration:none; border:solid 1px;} #navBar .nav a.special:hover {text-decoration:underline;} -#navBar .nav div.focus {float:right; padding-right:0px;} +#navBar .nav div.focus {position: absolute; top:10px; + padding-right:0px;} /*搜索栏*/ #searchBar { background-color:#9db2b1;/*#e9b96e;*/ |