diff options
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 770c817..c58e3ae 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -29,19 +29,23 @@ pre { | |||
| 29 | overflow: auto; | 29 | overflow: auto; |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | .right { | ||
| 33 | text-align: right; | ||
| 34 | } | ||
| 35 | |||
| 32 | /*------------------links-------------------*/ | 36 | /*------------------links-------------------*/ |
| 33 | 37 | ||
| 34 | a { | 38 | a { |
| 35 | color: #535353; | 39 | color: #F8921E; |
| 36 | text-decoration: underline; | 40 | text-decoration: none; |
| 37 | } | 41 | } |
| 38 | 42 | ||
| 39 | a:visited { | 43 | a:visited { |
| 40 | color: #535353; | 44 | color: #5b8ca7; |
| 41 | } | 45 | } |
| 42 | 46 | ||
| 43 | a:hover { | 47 | a:hover { |
| 44 | color: #F8921E; | 48 | color: #5b8ca7; |
| 45 | } | 49 | } |
| 46 | 50 | ||
| 47 | /*------------------headlines-------------------*/ | 51 | /*------------------headlines-------------------*/ |
| @@ -106,13 +110,11 @@ div.main_navigation a.inactive:hover { | |||
| 106 | div.main_navigation a.active { | 110 | div.main_navigation a.active { |
| 107 | color: #000000; | 111 | color: #000000; |
| 108 | text-decoration: none; | 112 | text-decoration: none; |
| 109 | text-transform: lowercase; | ||
| 110 | font-size: 13px; | 113 | font-size: 13px; |
| 111 | } | 114 | } |
| 112 | 115 | ||
| 113 | div.main_navigation a.inactive { | 116 | div.main_navigation a.inactive { |
| 114 | color: #aeadad; | 117 | color: #aeadad; |
| 115 | text-transform: lowercase; | ||
| 116 | font-size: 13px; | 118 | font-size: 13px; |
| 117 | } | 119 | } |
| 118 | 120 | ||
