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

This commit is contained in:
boris
2024-11-21 12:33:19 +00:00
parent f9d57038bf
commit b64c6d835e
55 changed files with 16384 additions and 7288 deletions

0
css/bootstrap-theme.css vendored Normal file → Executable file
View File

0
css/bootstrap-theme.css.map Normal file → Executable file
View File

0
css/bootstrap-theme.min.css vendored Normal file → Executable file
View File

16828
css/bootstrap.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

13
css/bootstrap.min.css vendored

File diff suppressed because one or more lines are too long

21
css/my-style.css Normal file → Executable file
View File

@@ -1,3 +1,6 @@
nav {
background-color: #3cc471;
}
#title {
margin-top: 12px;
background-color: #fff;
@@ -12,13 +15,13 @@
}
#menu a {
background-color: #f00;
/*background-color: #f00;*/
color: #fff;
text-decoration: none;
display: block;
}
#menu a:hover {
background-color: #f00;
/*background-color: #f00;*/
color: #ddd;
text-decoration:underline;
display: block;
@@ -26,13 +29,21 @@
#content {
background-color: #fff;
border-top: solid 6px #f00;
/*border-top: solid 6px #f00;*/
}
#footer {
margin-top: 20px;
text-align: center;
background-color: #000;
color: #fff;
background-color: #bbb;
color: #111;
}
.modal {
z-index: 1055
}
.modal-backdrop {
z-index: 1040;
}