]> git.joonet.de Git - adminer.git/commitdiff
Add design Esterka
authorJakub Vrana <jakub@vrana.cz>
Fri, 2 Feb 2018 08:18:38 +0000 (09:18 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 2 Feb 2018 08:18:38 +0000 (09:18 +0100)
designs/esterka/adminer.css [new file with mode: 0644]

diff --git a/designs/esterka/adminer.css b/designs/esterka/adminer.css
new file mode 100644 (file)
index 0000000..493e011
--- /dev/null
@@ -0,0 +1,261 @@
+* {\r
+       font: 11px/1.25 Verdana, 'Geneva CE', lucida, sans-serif;\r
+       color:#333333;\r
+       margin:0px;\r
+       padding:0px;\r
+}\r
+\r
+a,a:visited {\r
+       color:#0033ff;\r
+       text-decoration:none;\r
+       padding:3px 1px;\r
+}\r
+\r
+#content table thead span, #content table thead a {\r
+       font-weight:bold;\r
+       color:black;\r
+}\r
+\r
+#content table thead a:hover {\r
+       background:none;\r
+       text-decoration:underline;\r
+       color:black;\r
+}\r
+\r
+a:hover {\r
+       color:white;\r
+       background:#0033ff;\r
+}\r
+\r
+h1 {\r
+       font-size:1.5em;\r
+       line-height: 2em;\r
+       font-weight:bold;\r
+       background:white;\r
+       color:#1e5eb6;\r
+       border-bottom:1px solid #f4f4f4;\r
+\r
+       padding:20px;\r
+       margin:0px;\r
+}\r
+\r
+#menu h1 {\r
+       padding:0px 0px 5px 20px;\r
+       background:none;\r
+}\r
+\r
+h2,h3 {\r
+       font-size:1.5em;\r
+       font-weight:normal;\r
+       background:white;\r
+       color:#A0522D;\r
+       border-bottom:1px solid #f4f4f4;\r
+       padding:5px 0px;\r
+       margin:0px;\r
+}\r
+\r
+fieldset {\r
+       padding:5px;\r
+       border:1px solid #d0cdc4;\r
+       background:#fcfaf5;\r
+}\r
+\r
+input,select,textarea {\r
+       border:1px solid #e5e5e5;\r
+       margin:1px;\r
+       padding:3px;\r
+}\r
+\r
+input[type=submit] {\r
+       color:white;\r
+       background:#A0522D;\r
+       padding:3px 10px;\r
+       cursor:pointer;\r
+       border:0px solid;\r
+}\r
+\r
+input[type=submit]:hover{\r
+       background:blue;\r
+}\r
+\r
+input[type=checkbox]{\r
+       margin-right:5px;\r
+}\r
+\r
+input[type=image] {\r
+       border:1px solid #d0cdc4;\r
+}\r
+\r
+input[type=checkbox],input[type=radio]{\r
+       border:1px solid #e5e5e5;\r
+       padding:2px 5px;\r
+}\r
+\r
+code{\r
+       background:#f0ffe1;\r
+       border:1px dashed #d5f1b9;\r
+       padding:2px 4px;\r
+       font-family:"Courier New";\r
+}\r
+code a:hover{background:transparent}\r
+\r
+table{\r
+       margin:10px 0px;\r
+       border:1px solid #d0cdc4;\r
+       border-collapse:collapse;\r
+}\r
+\r
+tbody tr:hover td,tbody tr:hover th{\r
+       background:#edf4ff\r
+}\r
+\r
+thead th, thead td {\r
+       text-align:center;\r
+       vertical-align:middle;\r
+       font-weight:bold;\r
+       white-space:nowrap;\r
+       background:#f2eee1;\r
+       color:#808080;\r
+}\r
+\r
+th,td{\r
+       border:1px solid #d0cdc4;\r
+       padding:1px 4px;\r
+       vertical-align:middle;\r
+}\r
+\r
+th a {\r
+       font-weight:bold;\r
+       padding-bottom:0px;\r
+}\r
+\r
+th {\r
+       background:white;\r
+}\r
+\r
+tr.odd td {\r
+       background:#fcfaf5;\r
+}\r
+\r
+#content tbody tr.checked td, tr.checked.odd td {\r
+       background:#fbe2e2;\r
+       color:red;\r
+}\r
+\r
+.hidden{\r
+       display:none\r
+}\r
+\r
+.error,.message{\r
+       padding:0px;\r
+       background:transparent;\r
+       font-weight:bold\r
+}\r
+\r
+.error{\r
+       color:#c00\r
+}\r
+\r
+.message{\r
+       color:#090\r
+}\r
+\r
+#content{\r
+       margin:0px 0px 0px 255px;\r
+       padding:50px 20px 40px 0px;\r
+       height:100%;\r
+}\r
+\r
+#lang {\r
+       background:#f2eee1;\r
+       color:#808080;\r
+       position:fixed;\r
+       top:0px;\r
+       left:0px;\r
+       width:100%;\r
+       padding:10px 20px;\r
+       z-index:1;\r
+}\r
+\r
+#breadcrumb {\r
+       position:fixed;\r
+       top:0px;\r
+       left:260px;\r
+       background:#f2eee1;\r
+       z-index:2;\r
+       width:100%;\r
+       padding:10px;\r
+}\r
+\r
+#menu {\r
+       background:#fcfaf5;\r
+       position:fixed;\r
+       top:-10px;\r
+       padding:0px;\r
+       padding-top:10px;\r
+       bottom:0px;\r
+       overflow:auto;\r
+       left:0px;\r
+       width:240px;\r
+       border-right:5px solid #f2eee1;\r
+}\r
+\r
+#schema .table {\r
+       padding:5px;\r
+       background:#fcfaf5;\r
+       border:1px solid #d0cdc4;\r
+}\r
+\r
+#schema .table b {\r
+       color:#0033ff;\r
+       font-weight:bold;\r
+       text-decoration:underline;\r
+}\r
+\r
+#schema .table b:hover {\r
+       color:white;\r
+}\r
+\r
+input[name=logout] {\r
+       color:#fce2e2;\r
+       background:#d73e3e;\r
+}\r
+\r
+input[name=logout]:hover {\r
+       background:#ea0202;\r
+}\r
+\r
+#logins a, #tables a { \r
+       background:none;\r
+}\r
+\r
+#logins a:hover, #tables a:hover { \r
+       background:#A0522D;\r
+       color:white;\r
+}\r
+\r
+#logout {\r
+       color:#0033ff;\r
+       text-decoration:none;\r
+}\r
+\r
+#logout:hover {\r
+       color:white;\r
+       background:#0033ff;\r
+}\r
+\r
+.js .column {\r
+       background:#f2eee1;\r
+}\r
+\r
+#content table thead a.text:hover {\r
+       text-decoration:none;\r
+}\r
+\r
+#version, .version {\r
+       font-size:50%;\r
+}\r
+\r
+#h1:hover {\r
+       color:white;\r
+}\r