]> git.joonet.de Git - adminer.git/commitdiff
added floating footer css for adminer-theme-mancave2-2.1.alpha
authorTroy Olson <panreach@gmail.com>
Fri, 2 Aug 2019 00:24:48 +0000 (19:24 -0500)
committerJakub Vrana <jakub@vrana.cz>
Tue, 20 Aug 2019 15:42:23 +0000 (17:42 +0200)
designs/mancave/adminer.css

index 44654d4ddf0ead253e9b9641e538818b35a1a96e..ef9270bc3923b9d7919bb33583f001f2de7fd8a5 100644 (file)
@@ -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;
+}