From b7641a2d13b254dce4fdc03a64d18c4854190461 Mon Sep 17 00:00:00 2001 From: Troy Olson Date: Thu, 1 Aug 2019 19:24:48 -0500 Subject: [PATCH] added floating footer css for adminer-theme-mancave2-2.1.alpha --- designs/mancave/adminer.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/designs/mancave/adminer.css b/designs/mancave/adminer.css index 44654d4d..ef9270bc 100644 --- a/designs/mancave/adminer.css +++ b/designs/mancave/adminer.css @@ -1,6 +1,6 @@ /* - VERSION: adminer-theme-mancave2-2.0.alpha + VERSION: adminer-theme-mancave2-2.1.alpha AUTHORS: panreach@gmail.com, dev@monolithforge.com //NOTE: CREDITS below that we stole from ;-) @@ -244,6 +244,8 @@ h1{ line-height: 70px; color: #555; background: none; + position: relative; + top: 12px; } h2{ @@ -717,6 +719,10 @@ legend{ color: #999; } +.footer legend { + background-color: #49526D; +} + /* menu ----------------------------------------------------------------------- */ @@ -751,7 +757,7 @@ legend{ .version { color: #555; - font-size: inherit; + font-size: 18px; } /* db select */ @@ -1196,3 +1202,13 @@ html/*\*/>/*/*/body table a[href*="&edit="][href*="&where"]:hover::before { .pages {background:#817F5A;} +.footer, .footer>div { + background-color: #49526D; + opacity: .9; +} +.footer { + border-image: none; + padding: 20px 12px 0px; + border: 1px #BBB dashed; + margin: 12px; +}