diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 15:18:34 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 15:18:34 +0000 |
commit | e5e44abae4ad21cb186e8f5c73bac2fe1e5c1be1 (patch) | |
tree | b3d912917d5c0b5c681d8aba434a8e04108a9fb6 /styles.css | |
parent | 32b1bb04be607b1416bc7f3b0d0366df2318afb3 (diff) | |
download | vdr-plugin-live-e5e44abae4ad21cb186e8f5c73bac2fe1e5c1be1.tar.gz vdr-plugin-live-e5e44abae4ad21cb186e8f5c73bac2fe1e5c1be1.tar.bz2 |
Neu
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..70b013e --- /dev/null +++ b/styles.css @@ -0,0 +1,60 @@ +body { + margin: 0px; + padding: 0px; + font-size: 12px; + font-family: Helvetica,Arial,sans-serif; +} + +div.left_area { + width: 150px; + float: left; +} + +div.inhalt { + +} + +div.menu { + border: 1px solid #6D96A9; + color: #6D96A9; + padding: 5px; + margin: 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; + height: 250px; + float: left; + border: 1px solid #6D96A9; + margin: 2px; +} + +div.event .station { + background: #6D96A9; + color: white; + font-weight: bold; + margin: 0; + padding: 3px 3px 3px 10px; +} |