add template files and compose file, fix syntax errors in template
This commit is contained in:
0
css/bootstrap-theme.css
vendored
Normal file → Executable file
0
css/bootstrap-theme.css
vendored
Normal file → Executable file
0
css/bootstrap-theme.css.map
Normal file → Executable file
0
css/bootstrap-theme.css.map
Normal file → Executable file
0
css/bootstrap-theme.min.css
vendored
Normal file → Executable file
0
css/bootstrap-theme.min.css
vendored
Normal file → Executable file
16828
css/bootstrap.css
vendored
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
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
21
css/my-style.css
Normal file → Executable 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;
|
||||
}
|
Reference in New Issue
Block a user