diff options
| author | erdgeist <erdgeist-github@erdgeist.org> | 2025-01-28 22:40:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 22:40:06 +0100 |
| commit | 85a01e35274b8d4d4165a7b26bd7986e211246bb (patch) | |
| tree | 55453f8659825f7daa2af69ba94b514afdbbfed0 /public/stylesheets/ccc.css | |
| parent | 220c6f7bdfc0da33d4284495d6954b2b89f224f6 (diff) | |
| parent | dfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff) | |
Merge pull request #1 from erdgeist/deployed-state
Deployed state
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 | ||
