forked from ilot/ilot-io
bootstrap.local.css: adjusted style for new footer
This commit is contained in:
parent
ac4455e9f4
commit
ab1ad14e28
1 changed files with 54 additions and 7 deletions
61
basewiki/bootstrap.local.css
vendored
61
basewiki/bootstrap.local.css
vendored
|
@ -124,13 +124,6 @@ code {
|
||||||
/* list-style-type: none; */
|
/* list-style-type: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer ul {
|
|
||||||
margin: inherit;
|
|
||||||
padding: 0;
|
|
||||||
height: inherit;
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* limit main content to ~90 chars per line */
|
/* limit main content to ~90 chars per line */
|
||||||
/* update: practical typography recommends 2-3 alphabets */
|
/* update: practical typography recommends 2-3 alphabets */
|
||||||
#content {
|
#content {
|
||||||
|
@ -483,3 +476,57 @@ header h1::before {
|
||||||
color: #333;
|
color: #333;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Footer */
|
||||||
|
|
||||||
|
.footer ul {
|
||||||
|
margin: inherit;
|
||||||
|
padding: 0;
|
||||||
|
height: inherit;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer h5 {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer li a {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer li {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Listmonk form */
|
||||||
|
|
||||||
|
.listmonk-form {
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listmonk-form .t {
|
||||||
|
display: table-cell;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.listmonk-form .t > input {
|
||||||
|
width: 100%;
|
||||||
|
background: #f8f8f8;
|
||||||
|
color: #333;
|
||||||
|
text-align: left;
|
||||||
|
border-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listmonk-form button {
|
||||||
|
background: #f8f8f8;
|
||||||
|
color: #333;
|
||||||
|
border-color: #ccc;
|
||||||
|
margin-top: -2px;
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listmonk-form button:hover {
|
||||||
|
background: #e6e6e6;
|
||||||
|
color: #333;
|
||||||
|
border-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue