summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorerdgeist <erdgeist-github@erdgeist.org>2025-01-28 22:40:06 +0100
committerGitHub <noreply@github.com>2025-01-28 22:40:06 +0100
commit85a01e35274b8d4d4165a7b26bd7986e211246bb (patch)
tree55453f8659825f7daa2af69ba94b514afdbbfed0 /public
parent220c6f7bdfc0da33d4284495d6954b2b89f224f6 (diff)
parentdfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff)
Merge pull request #1 from erdgeist/deployed-state
Deployed state
Diffstat (limited to 'public')
-rw-r--r--public/images/events.pngbin3584 -> 5290 bytes
-rw-r--r--public/stylesheets/ccc.css14
2 files changed, 8 insertions, 6 deletions
diff --git a/public/images/events.png b/public/images/events.png
index b7faae3..31b8dee 100644
--- a/public/images/events.png
+++ b/public/images/events.png
Binary files differ
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
34a { 38a {
35 color: #535353; 39 color: #F8921E;
36 text-decoration: underline; 40 text-decoration: none;
37} 41}
38 42
39a:visited { 43a:visited {
40 color: #535353; 44 color: #5b8ca7;
41} 45}
42 46
43a:hover { 47a: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 {
106div.main_navigation a.active { 110div.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
113div.main_navigation a.inactive { 116div.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