summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ccc.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 6d4b55b..c1e5d57 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -3,7 +3,7 @@ body {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 text-align: center; 5 text-align: center;
6 font-family: Verdana, sans-serif; 6 font-family: Verdana, Helvetica, Arial, sans-serif;
7 font-size: 11px; 7 font-size: 11px;
8 line-height: 16px; 8 line-height: 16px;
9 color: #535353; 9 color: #535353;
@@ -16,7 +16,8 @@ h2 {
16} 16}
17 17
18a { 18a {
19 color: #000000; 19 color: #F8921E;
20 text-decoration: none;
20} 21}
21 22
22a:visited { 23a:visited {
@@ -68,8 +69,8 @@ div.main_navigation a:hover {
68div.main_navigation a.active { 69div.main_navigation a.active {
69 color: #000000; 70 color: #000000;
70 text-decoration: none; 71 text-decoration: none;
71 text-transform: uppercase; 72 text-transform: lowercase;
72 font-size: 14px; 73 font-size: 13px;
73} 74}
74 75
75div.main_navigation a.inactive { 76div.main_navigation a.inactive {
@@ -79,6 +80,7 @@ div.main_navigation a.inactive {
79} 80}
80 81
81div#frontpage_calendar { 82div#frontpage_calendar {
83 margin-top: 30px;
82} 84}
83 85
84div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { 86div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 {