⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 theme_right.css.php

📁 mysql的管理工具,非常强大,我只想要积分
💻 PHP
📖 第 1 页 / 共 2 页
字号:
<?php    // unplanned execution path    if (!defined('PMA_MINIMUM_COMMON')) {        exit();    }?> /******************************************************************************//* general tags */body {    font-family:        Verdana, Arial, Helvetica, sans-serif;    font-size:          12px;    color:              #000000;    background-color:   #ffffff;    margin:             5px;}/* gecko FIX, font size is not correctly assigned to all child elements */body * {    font-family:        inherit;    font-size:          inherit;}h1 {    font-size:          180%;    font-weight:        bold;}h2 {    font-size:          130%;    font-weight:        bold;}h3 {    font-size:          120%;    font-weight:        bold;}pre, tt, code {    font-size:          110%;}a:link,a:visited,a:active {    text-decoration:    none;    color:              #333399;}a:hover {    text-decoration:    underline;    color:              #cc0000;}dfn {    font-style:         normal;}dfn:hover {    font-style:         normal;    cursor:             help;}th {    font-weight:        bold;    color:              #000000;    background-color:   #ff9900;    background-image:   url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/tbl_th.png);    background-repeat:  repeat-x;    background-position: top;    height:             18px;}th a:link,th a:active,th a:visited {    color:              #000000;    text-decoration:    underline;}th a:hover {    color:              #666666;    text-decoration:    none;}a img {    border:             0;}hr {    color:              #666699;    background-color:   #6666cc;    border:             0;    height:             1px;}form {    padding:            0;    margin:             0;}textarea {    overflow:           visible;    height:             8em;}fieldset {    margin-top:         1em;    border:             #666699 solid 1px;    padding:            0.5em;}fieldset fieldset {    margin:             0.8em;}fieldset legend {    color:              #666699;    font-weight:        bold;    background-color:   #ffffff;    padding:            2px 2px 2px 2px;}/* buttons in some browsers (eg. Konqueror) are block elements,   this breaks design */button {    display:            inline;}table caption,table th,table td {    padding:            0.1em 0.5em 0.1em 0.5em;    margin:             0.1em;    vertical-align:     top;}img,input,select,button {    vertical-align:     middle;}/******************************************************************************//* classes */fieldset.tblFooters {    margin-top:         0;    margin-bottom:      0.5em;    text-align:         right;    float:              none;    clear:              both;}fieldset .formelement {    float:              left;    margin-right:       0.5em;    /* IE */    white-space:        nowrap;}/* revert for Gecko */fieldset div[class=formelement] {    white-space:        normal;}button.mult_submit {    border:             none;    background-color:   transparent;}/* odd table rows 1,3,5,7,... */table tr.odd th,table tr.odd {    background-image:   none;    background-color:   #E5E5E5;    text-align:         left;}/* even table rows 2,4,6,8,... */table tr.even th,table tr.even {    background-image:   none;    background-color:   #D5D5D5;    text-align:         left;}/* marked tbale rows */table tr.marked th,table tr.marked {    background-color:   #FFCC99;}/* hovered table rows */table tr.odd:hover,table tr.even:hover,table tr.odd:hover th,table tr.even:hover th,table tr.hover th,table tr.hover {    background-color:   #CCFFCC;}table .value {    text-align:         right;    white-space:        nowrap;}/* IE doesnt handles 'pre' right */table [class=value] {    white-space:        pre;}.value {    font-family:        "Courier New", Courier, monospace;}.value .attention {    color:              red;    font-weight:        bold;}.value .allfine {    color:              green;}img.lightbulb {    cursor:             pointer;}.pdflayout {    overflow:           hidden;    clip:               inherit;    background-color:   #FFFFFF;    display:            none;    border:             1px solid #000000;    position:           relative;}.pdflayout_table {    background:         #ff9900;    color:              #000000;    overflow:           hidden;    clip:               inherit;    z-index:            2;    display:            inline;    visibility:         inherit;    cursor:             move;    position:           absolute;    font-size:          110%;    border:             1px dashed #000000;}.print {    font-size:          8pt;}/* MySQL Parser */.syntax {}.syntax_comment {    padding-left:       4pt;    padding-right:      4pt;}.syntax_digit {}.syntax_digit_hex {}.syntax_digit_integer {}.syntax_digit_float {}.syntax_punct {}.syntax_alpha {}.syntax_alpha_columnType {    text-transform:     uppercase;}.syntax_alpha_columnAttrib {    text-transform:     uppercase;}.syntax_alpha_reservedWord {    text-transform:     uppercase;    font-weight:        bold;}.syntax_alpha_functionName {    text-transform:     uppercase;}.syntax_alpha_identifier {}.syntax_alpha_charset {}.syntax_alpha_variable {}.syntax_quote {    white-space:        pre;}.syntax_quote_backtick {}/* leave some space between icons and text */.icon {    vertical-align:     middle;    margin-right:       0.3em;    margin-left:        0.3em;}/* no extra space in table cells */td .icon {    margin: 0;}.selectallarrow {    margin-<?php echo $right; ?>: 0.3em;    margin-<?php echo $left; ?>: 0.6em;}/* message boxes: warning, error, confirmation */.notice {    color:              #000000;    background-color:   #FFFFDD;}h1.notice,div.notice {    margin:             0.5em 0 0.5em 0;    border:             0.1em solid #FFD700;    <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>    background-image:   url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_notice.png);    background-repeat:  no-repeat;        <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>    background-position: 10px 50%;    padding:            10px 10px 10px 36px;        <?php } else { ?>    background-position: 99% 50%;    padding:            10px 5% 10px 10px;        <?php } ?>    <?php } else { ?>    padding:            0.5em;    <?php } ?>}.notice h1 {    border-bottom:      0.1em solid #FFD700;    font-weight:        bold;    text-align:         <?php echo $left; ?>;    margin:             0 0 0.2em 0;}.warning {    color:              #CC0000;    background-color:   #FFFFCC;}p.warning,h1.warning,div.warning {    margin:             0.5em 0 0.5em 0;    border:             0.1em solid #CC0000;    width:              90%;    <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>    background-image:   url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_warn.png);    background-repeat:  no-repeat;        <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>    background-position: 10px 50%;    padding:            10px 10px 10px 36px;        <?php } else { ?>    background-position: 99% 50%;    padding:            10px 5% 10px 10px;        <?php } ?>    <?php } else { ?>    padding:            0.5em;    <?php } ?>}.warning h1 {    border-bottom:      0.1em solid #cc0000;    font-weight:        bold;    text-align:         <?php echo $left; ?>;    margin:             0 0 0.2em 0;}.error {    background-color:   #FFFFCC;    color:              #ff0000;}h1.error,div.error {    margin:             0.5em 0 0.5em 0;    border:             0.1em solid #ff0000;    width:              90%;    <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>    background-image:   url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_error.png);    background-repeat:  no-repeat;        <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>    background-position: 10px 50%;    padding:            10px 10px 10px 36px;        <?php } else { ?>    background-position: 99% 50%;    padding:            10px 5% 10px 10px;        <?php } ?>    <?php } else { ?>    padding:            0.5em;    <?php } ?>}div.error h1 {    border-bottom:      0.1em solid #ff0000;    font-weight:        bold;    text-align:         <?php echo $left; ?>;    margin:             0 0 0.2em 0;}.confirmation {    background-color:   #FFFFCC;}fieldset.confirmation {    border:             0.1em solid #FF0000;}fieldset.confirmation legend {    border-left:        0.1em solid #FF0000;    border-right:       0.1em solid #FF0000;    font-weight:        bold;    <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>    background-image:   url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_really.png);    background-repeat:  no-repeat;        <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>    background-position: 5px 50%;    padding:            0.2em 0.2em 0.2em 25px;        <?php } else { ?>    background-position: 97% 50%;    padding:            0.2em 25px 0.2em 0.2em;        <?php } ?>    <?php } ?>}/* end messageboxes */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -