diff -r 000000000000 -r 84c9d9f6d6ce html/styl.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/html/styl.css Sat Dec 19 16:10:23 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;
+}