adminerevo/designs/rmsoft/adminer.css

37 lines
56 KiB
CSS
Raw Normal View History

2018-02-01 13:54:18 +00:00
/**
2019-05-14 07:43:58 +00:00
* @package Adminer.css - Theme CSS for Adminer - gray C
2019-05-18 14:42:34 +00:00
* @version 4.7.1.3
* @date Sun, 14 Apr 2019 13:34:06 +0100
2018-02-01 13:54:18 +00:00
* @author Robert Mesaros
2019-05-14 07:43:58 +00:00
* @copyright Copyright 2019 Robert Mesaros, rmSOFT, Slovakia
2018-02-01 13:54:18 +00:00
* @web http://www.rmsoft.sk
2018-02-01 14:38:15 +00:00
* @link http://www.rmsoft.sk/en/portfolio/programming-work/web-services/theme-for-adminer
2018-02-01 13:54:18 +00:00
*
* @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:
*
2019-05-14 07:43:58 +00:00
* The above copyright notice and this permission notice shall be
2018-02-01 13:54:18 +00:00
* 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: #f0f0f0; } h1 { padding: .6em 1em; background: #cc6600; border: 1px solid #894501; } h2 { padding: .63em 1em; background: #b8b8b8; } .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: #dcdcdc; border-top: 1px solid #ffffff; border-bottom: 1px solid #999999; } .ltr fieldset { margin: 1.6em .5em .5em 0; border-right: 1px solid #999999; border-left: 1px solid #ffffff; } .rtl fieldset { margin: 1.6em 0 .5em .5em; border-right: 1px solid #999999; border-left: 1px solid #ffffff; } fieldset legend { background: #dcdcdc; border-top: 1px solid #ffffff; padding: 0 .5em; } .ltr fieldset legend { border-right: 1px solid #999999; border-left: 1px solid #ffffff; } .rtl fieldset legend { border-right: 1px solid #999999; border-left: 1px solid #ffffff; } fieldset legend span { font-size: 80%; color: #777777; } .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: #cc6600; text-decoration: none; } a:visited { color: #844200; } a:link:hover, a:visited:hover { color: #d00808; text-decoration: underline; } a sup { margin-left: .2em; } #help { background: #feeec7; } #help a { color: #844200; } #help a:visited { color: #844200; } .icon { width: 18px; height: 18px; background-color: #cc6600; } .icon:hover { background-color: #844200; } #tables a { background: #f0f0f0; } tbody a { color: #cc6600; } tbody a:visited { color: #844200; } #menu p, #menu ul { padding: .8em 1em; margin: 0; border-bottom: 1px solid #b3b3b3; } #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: #f0e8d6; 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: #f0e8d6; padding: .1em .3em; } code.jush-sql { background: #f0e8d6; } pre { background: #e0e0e0; } 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 #999999; } .rtl table thead td:first-child, .rtl table thead th:first-child { border-right: 1px solid #999999; } table thead td, table thead th { border-top: 1px solid #999999; border-bottom: 1px solid #999999; } .ltr table thead td, .ltr table thead th { border-right: 1px solid #999999; } .rtl table thead td, .rtl table thead th { border-left: 1px solid #999999; } table tbody tr:first-child td, table tbody tr:first-child th { border-top: 1px solid #999999; } .ltr table tbody td:first-child, .ltr table tbody th:first-child { border-left: 1px solid #999999; } .rtl table tbody td:first-child, .rtl table tbody th:first-child { border-right: 1px solid #999999; } table tbody td, table tbody th { border-bottom: 1px solid #bebebe; } .ltr table tbody td, .ltr table tbody th { border-right: 1px solid #bebebe; } .rtl table tbody td, .rtl table tbody th { border-left: 1px solid #bebebe; } .ltr table tbody td:last-of-type, .ltr table tbody th:last-of-type { border-right: 1px solid #999999; } .rtl table tbody td:last-of-type, .rtl table tbody th:last-of-type { border-left: 1px solid #999999; } table tbody tr:last-child td, table tbody tr:last-child th { border-bottom: 1px solid #999999; } table tbody td[id*="null"] i { color: #696969; } thead th a { color: #b35900; } thead th, thead td { color: #b3