
Untitled
By: a guest on
May 21st, 2012 | syntax:
None | size: 1.75 KB | hits: 18 | expires: Never
body{
background-color: #989898;
background-image: url("body_background.png");
background-repeat: repeat-x;
}
h2,h1,h3{
text-transform: uppercase;
font-family: sans-serif;
margin: 10px;
margin-top: 0px;
border-bottom: red 2px solid;
}
h1{
color: red;
font-size: 35px;
}
h2{
color:green;
font-size: 30px;
border-bottom-color: green;
}
h3{
color: blue;
font-size: 20px;
border-bottom-color: blue;
}
p,a{
font-family: sans-serif;
margin: 10px;
text-indent: 30px;
}
a{
margin:0px;
}
ol,ul{
margin: 30px;
font-family: sans-serif;
margin-top: 20px
}
table{
margin-left: 20px;
border: black 3px solid;
background-color: white;
}
td{
border:black 1px solid;
background-color: white;
}
#maindiv{
width: 1024px;
background-color: #888888;
margin: 0px auto ;
}
#topdiv{
width: 100%;
height: 230px;
margin: 0px;
padding: 0px;
background-color: #ff6600;
background-image: url("topdiv_background.png");
}
#nadpis{
color: white;
font-family: sans-serif;
padding-top: 90px;
font-size: 60px
}
#middlediv{
margin: 0px;
padding: 0px;
width:100%;
background-color: #ff9955;
background-image:url("middlediv_background.png");
background-repeat: repeat-y;
background-position: 768px;
min-height: 100px;
clear: both;
}
#contentdiv{
float: left;
width: 768px;
margin: 0px;
padding: 0px;
background-color: white;
}
#bottomdiv{
width: 100%;
height: 112px;
background-color: #666666;
background-image: url("bottomdiv_background.png");
clear: both;
}
.jmeno{
font-weight: bold;
}