summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css93
1 files changed, 0 insertions, 93 deletions
diff --git a/styles.css b/styles.css
deleted file mode 100644
index e3df546..0000000
--- a/styles.css
+++ /dev/null
@@ -1,93 +0,0 @@
-body {
- margin: 0px;
- padding: 0px;
- font-size: 12px;
- font-family: Helvetica,Arial,sans-serif;
-}
-
-div.left_area {
- width: 150px;
- float: left;
- margin: 5px;
-}
-
-div.inhalt {
- float: left;
- margin: 5px;
-}
-
-div.menu {
- border: 1px solid #6D96A9;
- color: #6D96A9;
- padding: 5px;
-}
-
-div.menu a {
- text-decoration: none;
-}
-
-div.menu a:hover {
- text-decoration: none;
- background: #DEE6EE;
-}
-
-
-div.head_box {
- border: 1px solid #6D96A9;
- background: #DEE6EE;
- margin: 2px;
- padding: 5px;
- font-weight: bold;
- font-size: 14px;
- color: black;
-}
-
-
-
-div.event {
- width: 250px;
- float: left;
- border: 1px solid #6D96A9;
- margin: 2px;
-}
-
-div.event div.tools {
- width: 20px;
- height: 225px;
- float: left;
- background: #DEE6EE;
- padding: 2px;
- margin: 0px;
-}
-
-div.event div.content {
- float: left;
- margin: 0;
- padding: 5px;
- height: 225px;
-}
-
-div.event div.content. div.description {
- overflow: auto;
-}
-
-div.event div.content p {
-
-}
-
-div.event .station {
- background: #6D96A9;
- color: white;
- font-weight: bold;
- margin: 0;
- padding: 3px 3px 3px 10px;
-}
-
-div.event div.content .title {
- font-weight: bold;
-}
-
-div.event div.content .short {
- font-size: 11px;
-}
-