Initial commit

This commit is contained in:
Marek Lesko
2025-09-22 17:20:14 +02:00
parent 6ed13a2f4b
commit 0ed5b22223
785 changed files with 3258 additions and 0 deletions

26
styles.css Normal file
View File

@@ -0,0 +1,26 @@
@charset "utf-8";
/* CSS Document */
* {margin: 0px; font-family: Tahoma, Geneva, sans-serif}
b {margin-top: 12px; font: normal Tahoma, Geneva, sans-serif; font-size: 14px; color: #536ec4}
a {margin: 0px; padding: 0px; outline-width: 0px; border-width:0px; text-decoration:none}
p, #hlavnacast ul li {margin-top: 12px; text-align:justify; font-size: small; color: #536ec4}
h1 {font: normal Tahoma, Geneva, sans-serif 24px; color: #536ec4; border-bottom: 1px solid #C1CAEA; padding-top:18px; padding-bottom:12px}
h2 {padding-top:12px}
img {padding:0px; margin:0px; border:0px}
#main {width:900px; margin-left:auto; margin-right:auto}
#top {width:900px; height:264px; background-image:url(images/background.png); background-repeat:no-repeat}
#menu {width:900px; height:67px; overflow:hidden}
#telo {width:900px; background-image:url(images/telo.png); background-repeat:repeat-y; padding-left: 20px; padding-right:20px; float:none}
#pata {width:900px; height:33px; background-image:url(images/spodok.png); background-repeat:no-repeat}
#hlavnacast {margin-left:240px;width:600px}
#lavemenu {width:200px; float: left; padding-left:20px; padding-right:20px}
#lavemenu ul {margin-left:-40px; padding-top: 18px}
#lavemenu ul li {text-decoration: none; list-style: none;}
#lavemenu ul li:hover {background-color:#C1CAEA}
#lavemenu ul li a {text-transform: uppercase; font-size:small}
.menuspacer{width:25px; height:67px; float: left}
.menubutton{width:99px;height:67px;background-repeat:no-repeat; float:left; }
.separator {border-bottom: 1px solid #C1CAEA}
td {text-align: center}