add template files and compose file, fix syntax errors in template

This commit is contained in:
boris
2024-11-21 12:33:26 +00:00
parent b64c6d835e
commit e1b1455ac0
90 changed files with 60646 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
#title {
margin-top: 12px;
background-color: #fff;
color: #000;
}
#menu {
border-top: solid 6px #000;
background-color: #fff
color: #fff;
height: 400px;
}
#menu a {
background-color: #f00;
color: #fff;
text-decoration: none;
display: block;
}
#menu a:hover {
background-color: #f00;
color: #ddd;
text-decoration:underline;
display: block;
}
#content {
background-color: #fff;
border-top: solid 6px #f00;
}
#footer {
margin_top: 20px;
text-align: center;
background-color: #000;
color: #fff;
}