?? theme_right.css.php
字號:
<?php // unplanned execution path if (!defined('PMA_MINIMUM_COMMON')) { exit(); }?>/******************************************************************************//* general tags */body {<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?> font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;<?php } ?> padding: 0; margin: 0.5em; color: <?php echo $GLOBALS['cfg']['MainColor']; ?>; background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;}<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>textarea, tt, pre, code { font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;}<?php } ?>h1 { font-size: 140%; font-weight: bold;}h2 { font-size: 120%; font-weight: bold;}h3 { font-weight: bold;}a:link,a:visited,a:active { text-decoration: none; color: #0000FF;}a:hover { text-decoration: underline; color: #FF0000;}dfn { font-style: normal;}dfn:hover { font-style: normal; cursor: help;}th { font-weight: bold; color: <?php echo $GLOBALS['cfg']['ThColor']; ?>; background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;}a img { border: 0;}hr { color: <?php echo $GLOBALS['cfg']['MainColor']; ?>; background-color: <?php echo $GLOBALS['cfg']['MainColor']; ?>; border: 0; height: 1px;}form { padding: 0; margin: 0; display: inline;}textarea { overflow: visible;}fieldset { margin-top: 1em; border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 1px; padding: 0.5em; background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;}fieldset fieldset { margin: 0.8em;}fieldset legend { background-color: transparent;}/* 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: <?php echo $right; ?>; float: none; clear: both;}fieldset .formelement { float: <?php echo $left; ?>; margin-<?php echo $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 items 1,3,5,7,... */table tr.odd th,.odd { background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;}/* even items 2,4,6,8,... */table tr.even th,.even { background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;}/* odd table rows 1,3,5,7,... */table tr.odd th,table tr.odd,table tr.even th,table tr.even { text-align: <?php echo $left; ?>;}<?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>/* marked table rows */table tr.marked th,table tr.marked { background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;}<?php } ?><?php if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?>/* hovered items */.odd:hover,.even:hover,.hover { background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;}/* hovered table rows */table tr.odd:hover th,table tr.even:hover th,table tr.hover th { background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;}<?php } ?>/** * marks table rows/cells if the db field is in a where condition */tr.condition th,tr.condition td,td.condition,th.condition { border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;}table .value { text-align: <?php echo $right; ?>; white-space: normal;}/* IE doesnt handles 'pre' right */table [class=value] { white-space: normal;}<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>.value { font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;}<?php } ?>.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: #D3DCE3; color: #000000; overflow: hidden; clip: inherit; z-index: 2; display: inline; visibility: inherit; cursor: move; position: absolute; font-size: 80%; border: 1px dashed #000000;}/* MySQL Parser */.syntax { font-size: 80%;}.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 $_SESSION['PMA_Theme']->getImgPath(); ?>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; <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?> background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>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; <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?> background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>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 $_SESSION['PMA_Theme']->getImgPath(); ?>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 */.tblcomment { font-size: 70%; font-weight: normal; color: #000099;}.tblHeaders { font-weight: bold; color: <?php echo $GLOBALS['cfg']['ThColor']; ?>; background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;}.tblFooters { font-weight: normal; color: <?php echo $GLOBALS['cfg']['ThColor']; ?>; background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;}.tblHeaders a:link,.tblHeaders a:active,.tblHeaders a:visited,.tblFooters a:link,.tblFooters a:active,.tblFooters a:visited { color: #0000FF;}.tblHeaders a:hover,.tblFooters a:hover { color: #FF0000;}/* forbidden, no privilegs */.noPrivileges { color: #FF0000; font-weight: bold;}/* disabled text */.disabled,.disabled a:link,.disabled a:active,.disabled a:visited { color: #666666;}.disabled a:hover { color: #666666; text-decoration: none;}tr.disabled td,td.disabled { background-color: #cccccc;}/** * login form */body.loginform h1,body.loginform a.logo { display: block; text-align: center;}body.loginform { text-align: center;}body.loginform div.container { text-align: <?php echo $left; ?>; width: 30em; margin: 0 auto;}form.login label { float: <?php echo $left; ?>; width: 10em; font-weight: bolder;}/******************************************************************************//* specific elements *//* topmenu */ul#topmenu { font-weight: bold; list-style-type: none; margin: 0; padding: 0;}ul#topmenu li { float: <?php echo $left; ?>; margin: 0;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -