vstup/css/styl.css
changeset 12 3719b121c3c4
parent 11 78a8dd1eeb2b
child 15 cfb2fc0ca242
     1.1 --- a/vstup/css/styl.css	Sun Apr 03 20:39:10 2011 +0200
     1.2 +++ b/vstup/css/styl.css	Sun Apr 03 23:15:36 2011 +0200
     1.3 @@ -1,1 +1,52 @@
     1.4 +body {
     1.5 +    background-color: #3c3b37;
     1.6 +    font-family: sans-serif;
     1.7 +    text-align: center;
     1.8 +    font-size: 16px;
     1.9 +}
    1.10  
    1.11 +#tělo {
    1.12 +    width: 900px;
    1.13 +    text-align: left;
    1.14 +    margin: 0 auto;
    1.15 +    margin-top: 32px;
    1.16 +    margin-bottom: 32px;
    1.17 +    background-color: #77bed2;
    1.18 +    padding-left: 20px;
    1.19 +    padding-right: 20px;
    1.20 +    padding-top: 2px;
    1.21 +    padding-bottom: 2px;    
    1.22 +    border-radius: 8px;
    1.23 +}
    1.24 +
    1.25 +#nabídka {	
    1.26 +	width: 160px;
    1.27 +	position: relative;
    1.28 +	left: -20px;
    1.29 +	top: -12px;
    1.30 +	background-color: #3c3b37;
    1.31 +	border-top-right-radius: 8px;
    1.32 +	border-bottom-right-radius: 8px;
    1.33 +	padding-top: 6px;
    1.34 +	padding-bottom: 6px;
    1.35 +	padding-left: 10px;
    1.36 +	list-style-type: none;
    1.37 +	float: left;
    1.38 +}
    1.39 +
    1.40 +#nabídka a {
    1.41 +	color: white;
    1.42 +}
    1.43 +
    1.44 +#nabídka a:hover {
    1.45 +	color: #77bed2;
    1.46 +}
    1.47 +
    1.48 +#text {
    1.49 +	min-height: 400px;
    1.50 +}
    1.51 +
    1.52 +#zápatí {
    1.53 +	font-size: small;
    1.54 +	text-align: center;
    1.55 +}