diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-04-04 12:54:11 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-04-04 12:54:11 +0200 |
commit | 0d6ba991052f971564296c537887e030d13ee730 (patch) | |
tree | 8e529eff72cd39d9f39e113662011f2706675082 /template/default/copper/style.css | |
parent | 0fa79e11122e02518d57d19f346ddf89a894f43d (diff) | |
download | vdradmin-am-0.97-am3.0.tar.gz vdradmin-am-0.97-am3.0.tar.bz2 |
2005-04-04: 0.97-am3.0v0.97-am3.0
- Reworked updating of channels and EPG from VDR.
- Fixed displaying of repeating timers.
- Fixed Makefile to set "$SEARCH_FILES_IN_SYSTEM = 1" on install.
- Added Spanish i18n (Submitted by Rüdiger Jung)
- Updated French i18n (Submitted by "Trois Six", "map" and "lobotomise")
- Fixed some buttons to work with long translations.
- Extracted text from templates and moved them to i18n.pl file and moved the i18n.pl files to new folders i18n/$language, resulting in a single template with two skins (bilder & copper). Makes translations and template modification a lot more easier.
Included patches submitted by Ville Skyttä:
- vdradmin-01-req-zlib.patch: Make Compress::Zlib really optional.
- vdradmin-02-defaultconfig.patch: Use preset values from %CONFIG as defaults in --config.
- vdradmin-03-errstr.patch: Fix error string output.
- vdradmin-04-spelling.patch: Various trivial spelling and phrasing improvements.
- vdradmin-05-askconf.patch: Allow unattended "vdradmind.pl --config < /dev/null".
- vdradmin-08-writeconfig.patch: Always write config using WriteConfig().
- vdradmin-10-exitcodes.patch: Don't exit with status code 0 if something's wrong.
Diffstat (limited to 'template/default/copper/style.css')
-rw-r--r-- | template/default/copper/style.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/template/default/copper/style.css b/template/default/copper/style.css new file mode 100644 index 0000000..7b6cf9c --- /dev/null +++ b/template/default/copper/style.css @@ -0,0 +1,28 @@ +body { background: #c4cdd7 url(bilder/background.gif) } +td { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif } +.rec { font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif } +div { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif } +input { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif } +textarea { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif } +select { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif } +b { font-weight: bold } +i { font-style: italic } +a { color: #039; text-decoration: none } +a:visited { color: #039; text-decoration: none } +a:hover { color: #cc0000; text-decoration: underline } +a:active { color: #000; text-decoration: underline } +a.rec:link { color: #c00; text-decoration: none } +a.rec:visited { color: #000; text-decoration: none } +a.rec:hover { color: #cc0000; text-decoration: underline } +a.rec:active { color: #000; text-decoration: underline } +.headline { font-weight: bold; font-size: 14px; margin-top: 20px; margin-bottom: 20px } +.subheadline { color: #039; font-weight: bold } +.kleine { font-size: 10px } +.mini { font-size: 9px } +.rechts { text-align: right} +.einzug { margin: 10px 12px } +.einzug_ohnetop { margin-right: 12px; margin-left: 12px } +.einzug_liste { margin: 3px 5px 0px 5px } +.einzug_liste_headlines { margin-right: 5px; margin-left: 6px } +.einzugklein { color: #000; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; margin-right: 7px; margin-left: 7px } +.gbutton { color: black; font-weight: bold } |