# HG changeset patch # User František Kučera # Date 1260614969 -3600 # Node ID 2c454c74b93d63fda76bd440e14b4f25c079b524 První návrh vzhledu stránky. diff -r 000000000000 -r 2c454c74b93d html/input.png Binary file html/input.png has changed diff -r 000000000000 -r 2c454c74b93d html/logo.png Binary file html/logo.png has changed diff -r 000000000000 -r 2c454c74b93d html/ramecek.png Binary file html/ramecek.png has changed diff -r 000000000000 -r 2c454c74b93d html/ramecek.xcf Binary file html/ramecek.xcf has changed diff -r 000000000000 -r 2c454c74b93d html/styl.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/styl.css Sat Dec 12 11:49:29 2009 +0100 @@ -0,0 +1,53 @@ +body { + background-color: grey; + font-family: sans-serif; +} + +h1 { + display: none; +} + +#logo { + background-image: url('logo.png'); + position: fixed; + width: 128px; + height: 128px; + left: 10px; + top: 100px; +} + +#ramecek { + background-image: url('ramecek.png'); + background-repeat: no-repeat; + position: fixed; + width: 616px; + height: 216px; + left: 100px; + top: 60px; + padding-left: 20px; +} + +fieldset { + border: none; +} + +input { + background-image: url('input.png'); + background-repeat: no-repeat; + border: none; + width: 550px; + height: 32px; + padding-left: 8px; + padding-top: 4px; + font-size: 20px; +} + +button { + background-image: url('ulozit.png'); + background-color: transparent; + border: none; + width: 64px; + height: 64px; + position: relative; + left: 480px; +} diff -r 000000000000 -r 2c454c74b93d html/ulozit.png Binary file html/ulozit.png has changed diff -r 000000000000 -r 2c454c74b93d html/uložit.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/uložit.html Sat Dec 12 11:49:29 2009 +0100 @@ -0,0 +1,30 @@ + + + + + + + + WebArchivátor + + + +

WebArchivátor

+ +
+

Archivace stránky

+
+
+ + +
+
+ + +
+ + + + + +