]> git.joonet.de Git - adminer.git/commitdiff
Add design like Nette documentation
authorJakub Vrana <jakub@vrana.cz>
Mon, 14 May 2012 00:58:45 +0000 (17:58 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 14 May 2012 00:58:45 +0000 (17:58 -0700)
designs/ng9/adminer.css [new file with mode: 0644]

diff --git a/designs/ng9/adminer.css b/designs/ng9/adminer.css
new file mode 100644 (file)
index 0000000..564c89c
--- /dev/null
@@ -0,0 +1,224 @@
+* {\r
+       font: 13px/1.5 Verdana, 'Geneva CE', lucida, sans-serif;\r
+       color:#333333;\r
+       margin:0px;\r
+       padding:0px;\r
+}\r
+\r
+a,a:visited {\r
+       color:#006aeb;\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:#006aeb;\r
+}\r
+\r
+h1 {\r
+       font-size:1.9em;\r
+       font-weight:normal;\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:#1e5eb6;\r
+       border-bottom:1px solid #f4f4f4;\r
+\r
+       padding:20px 0px;\r
+       margin:0px;\r
+}\r
+\r
+fieldset {\r
+       padding:5px;\r
+       border:1px solid #f4f4f4;\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:#3390e6;\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:3px 6px;\r
+       vertical-align:top;\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 320px;\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
+}\r
+\r
+#menu {\r
+       background:#fcfaf5;\r
+       position:fixed;\r
+       top:-10px;\r
+       padding:20px;\r
+       padding-top:40px;\r
+       bottom:0px;\r
+       overflow:auto;\r
+       left:0px;\r
+       width:240px;\r
+       border-right:5px solid #f2eee1;\r
+}\r
+\r
+#breadcrumb {\r
+       position:fixed;\r
+       top:0px;\r
+       left:0px;\r
+       background:#f2eee1;\r
+       z-index:1;\r
+       width:100%;\r
+       padding:10px 10px 10px 335px;\r
+}\r
+\r
+#schema .table {\r
+       padding:5px;\r
+       background:#fcfaf5;\r
+       border:1px solid #d0cdc4;\r
+}\r
+\r
+#schema .table b {\r
+       color:#006aeb;\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
+}
\ No newline at end of file