html/styl.css
changeset 0 2c454c74b93d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/html/styl.css	Sat Dec 12 11:49:29 2009 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +body {
     1.5 +	background-color: grey;
     1.6 +	font-family: sans-serif;
     1.7 +}
     1.8 +
     1.9 +h1 {
    1.10 +	display: none;
    1.11 +}
    1.12 +
    1.13 +#logo {
    1.14 +	background-image: url('logo.png');
    1.15 +	position: fixed;	
    1.16 +	width: 128px;
    1.17 +	height: 128px;
    1.18 +	left: 10px;
    1.19 +	top: 100px;
    1.20 +}
    1.21 +
    1.22 +#ramecek {
    1.23 +	background-image: url('ramecek.png');
    1.24 +	background-repeat: no-repeat;
    1.25 +	position: fixed;
    1.26 +	width: 616px;
    1.27 +	height: 216px;	
    1.28 +	left: 100px;
    1.29 +	top: 60px;
    1.30 +	padding-left: 20px;
    1.31 +}
    1.32 +
    1.33 +fieldset {
    1.34 +	border: none;
    1.35 +}
    1.36 +
    1.37 +input {
    1.38 +	background-image: url('input.png');
    1.39 +	background-repeat: no-repeat;
    1.40 +	border: none;
    1.41 +	width: 550px;
    1.42 +	height: 32px;
    1.43 +	padding-left: 8px;
    1.44 +	padding-top: 4px;
    1.45 +	font-size: 20px;
    1.46 +}
    1.47 +
    1.48 +button {
    1.49 +	background-image: url('ulozit.png');
    1.50 +	background-color: transparent;
    1.51 +	border: none;
    1.52 +	width: 64px;
    1.53 +	height: 64px;
    1.54 +	position: relative;
    1.55 +	left: 480px;	
    1.56 +}