Logo Google Dysk
Zaloguj się
PlikiDoZadan
6 elementów
HTML
index.html
Zwykły tekst
LICZBY.txt
Obraz PNG
logo.png
Zdjęcie
logodeLaSalle.gif
Zwykły tekst
ODPOWIEDZI.txt
style.css
style.css

html, body  
{
	background: #ffffff; 
	text-align: center; 
	font-size: 12px; 
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

body *
{
	margin: 0px; 
	padding: 0px; 
	font-size: 12px; 
	text-align: left;
}

img
{
	border: 0px;
}

img.ki
{
	border: 0px;
	float:left;
}

img.lasal
{
	border: 0px;
	float:right;
	position: fixed;
	top: 10px;
	right: 10px;
}

h1 
{
	font-size: 24px; 
	font-weight: bold;
	color: #3366ff;
	text-align: center;
	vertical-align: middle;
	text-shadow: 2px 2px 5px #181019;
}

h2
{
	font-size: 12px; 
	font-weight: normal;
        text-decoration: none
}

ul
{
	font-size: 12px;
	padding: 5px;
	margin-left: 10px;
	line-height: 1.5em;
	
}

ul.nav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

li.nav
{
	display: inline;
}

a 
{
	color: 3366ff; 
	font-size: 12px;
	text-decoration: underline;
}

a:visited 
{
	color: #66ccff;
	text-decoration:underline;
}

a:hover 
{
	color: #330099;
}

div.top
{
	vertical-align: middle;
	box-shadow: 2px 2px 20px #182019;
	width: 60%;
	margin: 20 auto;
	position: absolute;
	left: 20%;
}

div.menu
{
	text-align: center;
	vertical-align: middle;
	box-shadow: 2px 2px 20px #182019;
	border-radius: 20px;
	width: 55%;
	margin: 20 auto;
	position: absolute;
	left: 23%;
	top: 18%;
}


div.content
{
	border: 3px solid #3366ff;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 5px 5px 20px #182019;
	width: 50%;
	margin: 0px auto;
	position: absolute;
	left: 25%;
        top: 30%; 
}


div.footer
{
	text-align: center;
	vertical-align: middle;
	box-shadow: 2px 2px 20px #182019;
	border-radius: 20px;
	width: 60%;
	margin: 0px auto;
	position: absolute;
        bottom: 5%;
	left: 20%;

}
