summaryrefslogtreecommitdiffstats
path: root/templates/content/style/style.css
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-07 13:59:54 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-07 13:59:54 -0300
commitff874f513ede01790f377ef71a79fe8e9c590ddf (patch)
treeb62392bc525b862618b5b553e8d9b7b0a1eae88f /templates/content/style/style.css
parent964c0cd9928168357dcee8d38c4f72fda3fc268f (diff)
downloadaskbot-ff874f513ede01790f377ef71a79fe8e9c590ddf.tar.gz
askbot-ff874f513ede01790f377ef71a79fe8e9c590ddf.tar.bz2
askbot-ff874f513ede01790f377ef71a79fe8e9c590ddf.zip
Diseño en general.
Diffstat (limited to 'templates/content/style/style.css')
-rw-r--r--templates/content/style/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css
index d0fac81c..73683b16 100644
--- a/templates/content/style/style.css
+++ b/templates/content/style/style.css
@@ -92,12 +92,12 @@ blockquote
#navBar .nav {margin:20px 0px 0px 16px;letter-spacing:1px; }
#navBar .nav a {color:#333; background-color:#F9F7ED; padding:0px 12px 3px 12px; height:25px; line-height:30px;margin-left:10px; font-size:15px; 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 #B02B2C; 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.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; }
#navBar .nav a.special:hover {text-decoration:underline;}
#navBar .nav div.focus {float:right; padding-right:0px;}
/*搜索栏*/
-#searchBar {background-color:#B02B2C;padding:5px;}
+#searchBar {background-color:green;padding:5px;}
#searchBar .content { }
#searchBar .searchInput {font-size:13px; height:18px; width:400px;}
#searchBar .searchBtn {font-size:14px; height:26px; width:80px;}
@@ -524,7 +524,7 @@ a.comment-user:hover {
/*标签列表*/
.tagsbox {}
.tagsbox a {color:#000;line-height:30px;margin-right:10px;font-size:100%;background-color:#F9F7ED;padding:3px;}
-.tagsbox a:hover {text-decoration:none;background-color:#F9F7CD;color:#B02B2C;}
+.tagsbox a:hover {text-decoration:none;background-color:#F9F7CD;color:green;}
.tagsList {margin:0; list-style-type:none;padding:0px;min-height:360px;}
.tagsList li {width:235px; float:left;}
.badge-list{margin:0; list-style-type:none;}
@@ -996,4 +996,4 @@ ul.bulleta li {background:url(/content/images/bullet_green.gif) no-repeat 0px 2p
padding-left: 3px;
padding-right: 3px;
cursor:pointer;
-} \ No newline at end of file
+}