diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-29 06:43:17 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-29 06:43:17 +0000 |
| commit | ed545a3f60de5139e2b1bdad1fd31af3d67b09cd (patch) | |
| tree | cb079df3b69828c34be7b8945b184defd15f36ca /translator/styles.css | |
| parent | cdcb4baac35ade12b85b0ab98c576a0a76092fb5 (diff) | |
Add styled header to translator page
git-svn-id: https://svn.roundcube.net/trunk@1340 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/styles.css')
| -rw-r--r-- | translator/styles.css | 49 |
1 files changed, 41 insertions, 8 deletions
diff --git a/translator/styles.css b/translator/styles.css index 58f7f032d..596026954 100644 --- a/translator/styles.css +++ b/translator/styles.css @@ -1,10 +1,10 @@ body { - background: #F6F6F6; + background: #fff; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #000000; - margin: 12px; + margin: 10px; } fieldset { @@ -12,14 +12,47 @@ fieldset { padding: 8px; } +#banner { + position: relative; + height: 56px; + margin-bottom: 1.5em; + background: url(images/banner_bg.gif) top left repeat-x #ffffff; +} + +#banner div.banner-logo { + position: absolute; + top: 0px; + left: 0px; + width: 200px; + height: 56px; +} + +#banner div.banner-right { + position: absolute; + right: 0px; + top: 0px; + width: 10px; + height: 56px; +} + #pageheader { - color: #BB0000; + position: absolute; + top: 13px; + right: 20px; + width: 400px; + text-align: right; + font-size: 12pt; + color: #f6f6f6; +} + +#bodycontent { + margin: 1em 16px; } .console { - display: none; - color: #999; - margin-bottom: 0.5em; + display: none; + color: #999; + margin-bottom: 0.5em; } .translist thead td { @@ -50,11 +83,11 @@ fieldset { } #resultsbox { - + } #results { - font-family: monospace; + font-family: monospace; font-size: x-small; } |
