vstup/css/styl.css
author František Kučera <franta-hg@frantovo.cz>
Wed, 06 Jul 2011 22:37:22 +0200
changeset 24 63e404f454e8
parent 17 02bad17b4590
child 25 0d84061c9878
permissions -rw-r--r--
Seznam všech stránek: první verze, formou tabulky

body {
    background-color: #3c3b37;
    font-family: sans-serif;
    text-align: center;
    font-size: 16px;
}

a img {
	border: none;
}

#tělo {
    width: 900px;
    text-align: left;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: #77bed2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;    
    border-radius: 8px;
}

#nabídka {	
	width: 10.3em;
	position: relative;
	left: -20px;
	top: -12px;
	background-color: #3c3b37;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	list-style-type: none;
	float: left;
}

#nabídka a {
	color: white;
}

#nabídka a:hover {
	color: #77bed2;
}

#text {
	min-height: 400px;
}

#zápatí {
	font-size: small;
	text-align: center;
}

table.seznamStranek {
	border: 1px solid grey;
	border-collapse: collapse;
}

table.seznamStranek td {
	border: 1px solid grey;
	padding: 4px;
}

table.seznamStranek thead {
	background-color: silver;
}