diff options
| author | Johan Althoff <teetow@gmail.com> | 2007-08-04 22:21:47 +0000 |
|---|---|---|
| committer | Johan Althoff <teetow@gmail.com> | 2007-08-04 22:21:47 +0000 |
| commit | e2b0437a65da07564000f46bdcdf49a204a69e6d (patch) | |
| tree | 688e4c064b4074f208edfcce41c909ea43f48b77 /other | |
| parent | 1d7ef21feb73a798e5bf7cd2af971a11fbbaecaa (diff) | |
| download | zcatch-e2b0437a65da07564000f46bdcdf49a204a69e6d.tar.gz zcatch-e2b0437a65da07564000f46bdcdf49a204a69e6d.zip | |
website: added default.css
Diffstat (limited to 'other')
| -rw-r--r-- | other/website/default.css | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/other/website/default.css b/other/website/default.css new file mode 100644 index 00000000..1c44d628 --- /dev/null +++ b/other/website/default.css @@ -0,0 +1,52 @@ +body { + margin-top: 0px; + background-image: url(); + background-repeat: repeat; + background-color: #82CDFF; + margin-left: 0px; + margin-right: 0px; + margin-bottom: 0px; +} +.brod { + color: #666666; + font-size: 12px; + font-family: Verdana, Arial, Helvetica, sans-serif; + line-height: 20px; +} +.style6 { + font-size: 18px; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #627E27; + font-weight: bold; +} +.style9 { + font-size: 18px; + font-family: Arial, Helvetica, sans-serif; + color: #627E27; + font-weight: bold; +} +a:link { + color: #333333; +} +a:visited { + color: #333333; +} +a:hover { + color: #333333; +} +a:active { + color: #333333; +} +.style11 { + color: #999999; + font-size: 12px; + font-family: Verdana, Arial, Helvetica, sans-serif; +} +.style16 {color: #666666; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-style: italic; } +.style19 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #627E27; font-size: 14px;} +.style20 { + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000000; + font-size: 14px; + font-weight: bold; +} \ No newline at end of file |