diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index 88c8438..2c697d2 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -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; +} +