diff options
author | Jonas Kohl | 2024-07-19 13:09:00 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 13:09:00 +0200 |
commit | 3b9bb27ab9179334fe3c96ae8dbc249061649aff (patch) | |
tree | d7c612cbd9f0c3b337e0713c0507a1acae8e90c9 /src/static |
Initial commit
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/.DS_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | src/static/background.jpg | bin | 0 -> 17585 bytes | |||
-rw-r--r-- | src/static/blank.gif | bin | 0 -> 37 bytes | |||
-rw-r--r-- | src/static/hozyrossite.png | bin | 0 -> 49380 bytes | |||
-rw-r--r-- | src/static/nav.gif | bin | 0 -> 1684 bytes | |||
-rw-r--r-- | src/static/navh.gif | bin | 0 -> 1683 bytes | |||
-rw-r--r-- | src/static/style.css | 64 | ||||
-rw-r--r-- | src/static/under-construction.gif | bin | 0 -> 23388 bytes |
8 files changed, 64 insertions, 0 deletions
diff --git a/src/static/.DS_Store b/src/static/.DS_Store Binary files differnew file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/src/static/.DS_Store diff --git a/src/static/background.jpg b/src/static/background.jpg Binary files differnew file mode 100644 index 0000000..1a16379 --- /dev/null +++ b/src/static/background.jpg diff --git a/src/static/blank.gif b/src/static/blank.gif Binary files differnew file mode 100644 index 0000000..b3aa80d --- /dev/null +++ b/src/static/blank.gif diff --git a/src/static/hozyrossite.png b/src/static/hozyrossite.png Binary files differnew file mode 100644 index 0000000..5d5fd50 --- /dev/null +++ b/src/static/hozyrossite.png diff --git a/src/static/nav.gif b/src/static/nav.gif Binary files differnew file mode 100644 index 0000000..07d1301 --- /dev/null +++ b/src/static/nav.gif diff --git a/src/static/navh.gif b/src/static/navh.gif Binary files differnew file mode 100644 index 0000000..b3788af --- /dev/null +++ b/src/static/navh.gif diff --git a/src/static/style.css b/src/static/style.css new file mode 100644 index 0000000..ba507d6 --- /dev/null +++ b/src/static/style.css @@ -0,0 +1,64 @@ +body { + background: #05456a url("background.jpg") top center no-repeat; + font: 10pt Verdana; +} +#wrapper { + width: 1024px; + margin: 0 auto; +} +#logoCell { + padding: 8px; + text-align: center; +} +#mainLayout { + border-spacing: 0; + width: 100%; +} +#navRow { + padding: 0; + background: url("nav.gif"); +} +#navCell { + border: 1px solid #000; + padding: 0; +} +#navLayout { + border-spacing: 0; +} +.navCell { + padding: 0; + border-left: 1px solid #fff; + border-right: 1px solid #000; +} +.navCell a { + display: block; + padding: 4px 32px; + text-decoration: none; + color: black; +} +.navCell a:hover { + color: #05456a; + background: url("navh.gif"); +} +#mainCell { + border: 1px solid #000; + border-top: none; + background: white; + padding: 16px; +} +#footerCell { + border: 1px solid black; + border-top: none; + background: #cfd5da; + padding: 16px; +} +.constructionBox { + margin: 0 auto; + border: 1px solid black; + background: #fffca2; +} +.constructionBoxCell { + padding: 12px; + text-align: center; + line-height: 24px; +} diff --git a/src/static/under-construction.gif b/src/static/under-construction.gif Binary files differnew file mode 100644 index 0000000..ac939c8 --- /dev/null +++ b/src/static/under-construction.gif |