adminerevo/designs/rmsoft_blue/adminer.css

37 lines
56 KiB
CSS
Raw Permalink Normal View History

2019-05-14 07:43:58 +00:00
/**
* @package Adminer.css - Theme CSS for Adminer - blue C
2019-05-18 14:42:34 +00:00
* @version 4.7.1.3
* @date Sun, 14 Apr 2019 13:34:06 +0100
2019-05-14 07:43:58 +00:00
* @author Robert Mesaros
* @copyright Copyright 2019 Robert Mesaros, rmSOFT, Slovakia
* @web http://www.rmsoft.sk
* @link http://www.rmsoft.sk/en/portfolio/programming-work/web-services/theme-for-adminer
*
* @donate https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BB4D8Y28YZDH6
*
* @license MIT: http://mit-license.org/
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
* Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
* PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* @code text/css; charset=UTF-8
*
* Default Silk icon set 1.3 by Mark James - http://www.famfamfam.com/lab/icons/silk
* Modified icons by Robert Mesaros
*/
2019-05-18 14:42:34 +00:00
body { background: #82a7c0; } h1 { padding: .6em 1em; background: #1d5477; border: 1px solid #f2ddaf; } h2 { padding: .63em 1em; background: #527d9a; } .ltr h2 { margin: 0 0 20px -18px; } .rtl h2 { margin: 0 -18px 20px 0; } #h1 { color: #fff; } .version { color: #ddd; margin-left: 20px; } fieldset { font-size: 90%; background: #769eb8; border-top: 1px solid #c8e6f7; border-bottom: 1px solid #174360; } .ltr fieldset { margin: 1.6em .5em .5em 0; border-right: 1px solid #174360; border-left: 1px solid #c8e6f7; } .rtl fieldset { margin: 1.6em 0 .5em .5em; border-right: 1px solid #174360; border-left: 1px solid #c8e6f7; } fieldset legend { background: #769eb8; border-top: 1px solid #c8e6f7; padding: 0 .5em; } .ltr fieldset legend { border-right: 1px solid #174360; border-left: 1px solid #c8e6f7; } .rtl fieldset legend { border-right: 1px solid #174360; border-left: 1px solid #c8e6f7; } fieldset legend span { font-size: 80%; color: #dadbdb; } .ltr fieldset legend span { margin: 0 0 0 1em; } .rtl fieldset legend span { margin: .2em 1em 0 0; } .ltr fieldset select { font-size: 95%; margin: 0 3px 0 0; } .rtl fieldset select { font-size: 95%; margin: 0 0 0 3px; } fieldset label { vertical-align: -15%; margin: 0; } fieldset input { font-size: 95%; } a { color: #f0f9ff; text-decoration: none; } a:visited { color: #fff1d0; } a:link:hover, a:visited:hover { color: #0b3b5a; text-decoration: underline; } a sup { margin-left: .2em; } #help { background: #feeec7; } #help a { color: #062b42; } #help a:visited { color: #062b42; } .icon { width: 18px; height: 18px; background-color: navy; } .icon:hover { background-color: red; } #tables a { background: #82a7c0; } tbody a { color: #32729c; } tbody a:visited { color: #39499b; } #menu p, #menu ul { padding: .8em 1em; margin: 0; border-bottom: 1px solid #32729c; } #menu .links a { display: block; margin: 0; font-size: 93%; } #menu p.message { margin: 10px 0; border-bottom: 1px solid #7fbd7f; } .ltr p.links { margin: .8em 20px 8px 0; } .rtl p.links { margin: .8em 0 8px 20px; } .links a { margin: 0; } .ltr .links a { margin-right: 20px; } .rtl .links a { margin-left: 20px; } code { background: #93b3c8; padding: .2em .5em; white-space: normal; } .ltr code { margin: 0 13px 0 0; } .rtl code { margin: 0 0 0 13px; } table code { font-size: 130%; background: #bfd5eb; padding: .1em .3em; } code.jush-sql { background: #d8eaf4; } pre { background: #aac6d8; } textarea { font-size: 120%; } body { width: -moz-fit-content; width: fit-content; } table, td, th { border: 0; border-collapse: separate; } .ltr table { margin: 1.9em 0 0 0; } .rtl table { margin: 1.9em 0 0 0; } .rtl table tbody td, .rtl table tbody th { text-align: right; } .ltr table thead td:first-child, .ltr table thead th:first-child { border-left: 1px solid #0e344e; } .rtl table thead td:first-child, .rtl table thead th:first-child { border-right: 1px solid #0e344e; } table thead td, table thead th { border-top: 1px solid #0e344e; border-bottom: 1px solid #0e344e; } .ltr table thead td, .ltr table thead th { border-right: 1px solid #0e344e; } .rtl table thead td, .rtl table thead th { border-left: 1px solid #0e344e; } table tbody tr:first-child td, table tbody tr:first-child th { border-top: 1px solid #527d9a; } .ltr table tbody td:first-child, .ltr table tbody th:first-child { border-left: 1px solid #527d9a; } .rtl table tbody td:first-child, .rtl table tbody th:first-child { border-right: 1px solid #527d9a; } table tbody td, table tbody th { border-bottom: 1px solid #82aec7; } .ltr table tbody td, .ltr table tbody th { border-right: 1px solid #82aec7; } .rtl table tbody td, .rtl table tbody th { border-left: 1px solid #82aec7; } .ltr table tbody td:last-of-type, .ltr table tbody th:last-of-type { border-right: 1px solid #527d9a; } .rtl table tbody td:last-of-type, .rtl table tbody th:last-of-type { border-left: 1px solid #527d9a; } table tbody tr:last-child td, table tbody tr:last-child th { border-bottom: 1px solid #527d9a; } table tbody td[id*="null"] i { color: #4d719b; } thead th a { color: #f0f9ff; } thead th, thead td { color: #f0f9ff; }