1
0
Fork 0
forked from ilot/ilot-io

bootstrap.local.css: adjusted style for new footer

This commit is contained in:
Antoine Martin 2024-09-08 12:20:33 -04:00
parent ac4455e9f4
commit ab1ad14e28
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -124,13 +124,6 @@ code {
/* list-style-type: none; */
}
.footer ul {
margin: inherit;
padding: 0;
height: inherit;
list-style-type: none;
}
/* limit main content to ~90 chars per line */
/* update: practical typography recommends 2-3 alphabets */
#content {
@ -483,3 +476,57 @@ header h1::before {
color: #333;
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;
}