summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/ffgraz.css (renamed from css/new.css)9
-rw-r--r--css/legacy.css149
-rw-r--r--inc/header.html4
-rw-r--r--template/index.html4
4 files changed, 2 insertions, 164 deletions
diff --git a/css/new.css b/css/ffgraz.css
index 428d33e..0e9c47c 100644
--- a/css/new.css
+++ b/css/ffgraz.css
@@ -30,7 +30,6 @@ div#header img {
div#links {
background-color: #1A171B;
-/* border-bottom: 1px solid #DCDCDC; */
margin: 1em 0 0 0;
padding: 0;
}
@@ -40,7 +39,6 @@ div#links ul {
border: 0;
}
div#links li {
-/* border-right: 1px dotted #000000; */
border-top: 1px solid #1A171B;
border-bottom: 1px solid #DCDCDC;
margin: 0;
@@ -49,9 +47,6 @@ div#links li {
float: left;
text-align: center;
}
-div#links li:first-child {
-/* border-left: 1px dotted #000000; */
-}
div#links li:hover {
border-top: 1px solid #DCDCDC;
}
@@ -80,9 +75,6 @@ div#navigation h1 {
margin: 0;
padding: 2.5em 0.5em 0.5em 0.5em;
}
-div#navigation h1:first-child {
-/* padding: 0.5em; */
-}
div#navigation ul {
padding: 0;
margin: 0;
@@ -114,7 +106,6 @@ div#content {
width: 55%;
float: left;
vertical-align: top;
-/* background-color: #322F33; */
margin: 1.4em 1em 1.4em 2em;
padding: 1em 3em 3em 3em;
}
diff --git a/css/legacy.css b/css/legacy.css
deleted file mode 100644
index d26407f..0000000
--- a/css/legacy.css
+++ /dev/null
@@ -1,149 +0,0 @@
-body {
- background-color: black;
- color: white;
- margin: 0;
- padding: 0;
-}
-
-body, p {
- line-height: 1.4em;
-}
-
-a {
- color: #F7E018;
- text-decoration: none;
- font-weight: bold;
- font-size: 9pt;
-}
-
-
-div#header {
- padding: 0;
- margin: 0;
- border: 0;
-}
-
-div#header img {
- display: block;
- padding: 0;
- margin: 0;
- border: 0;
-}
-
-
-div#links {
- background-color: #5F5F5F;
- border-top: 1px solid #F7E018;
- margin: 0;
- padding: 0;
-}
-
-div#links ul {
- margin: 0 0 0 2em;
- padding: 0;
- border: 0;
-}
-
-div#links li {
- border-right: 1px solid #000000;
- border-bottom: 1px solid #5F5F5F;
- margin: 0;
- padding: 0.15em 2em;
- display: block;
- float: left;
- text-align: center;
-}
-
-div#links li:first-child {
- border-left: 1px solid #000000;
-}
-
-div#links li:hover {
- border-bottom: 1px solid #F7E018;
-}
-
-
-
-div#navigation {
- vertical-align: top;
- background-color: #2F2F2F;
- padding: 0;
- margin: 1.4em 0 1.4em 2em;
- width: 20%;
- max-width: 20em;
- min-width: 14em;
- float: left;
-}
-
-div#navigation h1 {
- font-size: 9pt;
- text-align: right;
- background-color: #000000;
- margin: 0;
- padding: 2.5em 0.5em 0.5em 0.5em;
-}
-
-div#navigation h1:first-child {
- padding: 0.5em;
-}
-
-div#navigation ul {
- padding: 0;
- margin: 0;
- border: 0;
- list-style: none;
-}
-
-div#navigation li {
- padding: 0.15em 1em;
- margin: 0;
- border: 0;
- border-bottom: 1px solid #0F0F0F;
- border-right: 1px solid #2F2F2F;
-}
-
-div#navigation li:hover {
- background-color: #5F5F5F;
- border-right: 1px solid #F7E018;
-}
-
-
-div#content {
- max-width: 50em;
- min-width: 12em;
- width: 55%;
- float: left;
- vertical-align: top;
- background-color: #2F2F2F;
- margin: 1.4em 1em 1.4em 2em;
- padding: 2em 3em 3em 3em;
-}
-
-
-div#footer {
- background-color: #5F5F5F;
- border-top: 1px solid #FFFFFF;
- width: 100%;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- font-size: 9pt;
- clear: both;
-}
-
-div#footer img {
- border: 0px;
- padding: 0.5em;
-}
-
-div#htmlcss {
- margin: 0;
- margin-left: 0.5em;
- float: left;
-}
-
-div#sponsor {
- margin: 0;
- margin-right: 0.5em;
- float: right;
-}
diff --git a/inc/header.html b/inc/header.html
index cd04df8..f0be10f 100644
--- a/inc/header.html
+++ b/inc/header.html
@@ -3,9 +3,7 @@
<head>
<title>Funkfeuer Graz</title>
<meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="/css/new.css" />
- <link rel="alternate stylesheet" type="text/css" href="/css/legacy.css" title="legacy" />
+ <link rel="stylesheet" type="text/css" href="/css/ffgraz.css" />
</head>
<body>
-<!-- <div id="header"><img src="images/ffgraz-bg.png" alt="Funkfeuer Header" /></div> -->
<div id="header"></div>
diff --git a/template/index.html b/template/index.html
index 5d500f8..d45940e 100644
--- a/template/index.html
+++ b/template/index.html
@@ -3,11 +3,9 @@
<head>
<title>Funkfeuer Graz</title>
<meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="/css/new.css" />
- <link rel="alternate stylesheet" type="text/css" href="/css/legacy.css" title="legacy" />
+ <link rel="stylesheet" type="text/css" href="/css/ffgraz.css" />
</head>
<body>
-<!-- <div id="header"><img src="images/ffgraz-bg.png" alt="Funkfeuer Header" /></div> -->
<div id="header"></div>
<div id="links">
<ul>