📄 phpmyadmin.css.php
字号:
table tr.even th,table tr.even { background-color: <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;}/* marked table rows */table tr.marked th,table tr.marked { background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;}/* 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: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;}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;}/* serverstatus */div#serverstatus table caption a.top { float: right;}div#serverstatus div#serverstatusqueriesdetails table,div#serverstatus table#serverstatustraffic,div#serverstatus table#serverstatusconnections { float: left;}#serverstatussection,.clearfloat { clear: both;}div#serverstatussection table { width: 100%; margin-bottom: 1em;}div#serverstatussection table .name { width: 18em;}div#serverstatussection table .value { width: 6em;}div#serverstatus table tbody td.descr a,div#serverstatus table .tblFooters a { white-space: nowrap;}div#serverstatus div#statuslinks a:before,div#serverstatus div#sectionlinks a:before,div#serverstatus table tbody td.descr a:before,div#serverstatus table .tblFooters a:before { content: '[';}div#serverstatus div#statuslinks a:after,div#serverstatus div#sectionlinks a:after,div#serverstatus table tbody td.descr a:after,div#serverstatus table .tblFooters a:after { content: ']';}/* end serverstatus */img.lightbulb { cursor: pointer;} <?php} // end styles 2.7.0if ($_SESSION['PMA_Theme']->checkVersion('2.7.1')) { ?>/********************//* NEW in PMA 2.7.1 *//********************/body.loginform h1,body.loginform a.logo { display: block; text-align: center;}form.login label { float: left; width: 10em; font-weight: bolder;}/* main page */#maincontainer { background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/logo_right.png); background-position: <?php echo $right; ?> bottom; background-repeat: no-repeat; border-bottom: 1px solid silver;}#mysqlmaininformation,#pmamaininformation { float: <?php echo $left; ?>; width: 49%;}#maincontainer ul { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/item_<?php echo $GLOBALS['text_dir']; ?>.png); vertical-align: middle;}#maincontainer li { margin-bottom: 0.3em;}/* END main page */<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>/* iconic view for ul items */li#li_create_database { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_newdb.png);}li#li_select_lang { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_lang.png);}li#li_select_mysql_collation,li#li_select_mysql_charset { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);}li#li_select_theme{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_theme.png);}li#li_server_info{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);}li#li_user_info{ /* list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png); */}li#li_mysql_status{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_status.png);}li#li_mysql_variables{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_vars.png);}li#li_mysql_processes{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_process.png);}li#li_mysql_collations{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);}li#li_mysql_engines{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_engine.png);}li#li_mysql_binlogs { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_tbl.png);}li#li_mysql_databases { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_db.png);}li#li_export { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_export.png);}li#li_import { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_import.png);}li#li_change_password { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_passwd.png);}li#li_log_out { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_loggoff.png);}li#li_pma_docs { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_docs.png);}li#li_phpinfo { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/php_sym.png);}li#li_pma_homepage { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_home.png);}li#li_mysql_privilegs{ list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png);}li#li_switch_dbstats { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_dbstatistics.png);}li#li_flush_privileges { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_reload.png);}/* END iconic view for ul items */<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>#body_browse_foreigners { background-color: <?php echo $cfg['LeftBgColor']; ?>; margin: 5px 5px 0 5px;}#bodyquerywindow { background-color: <?php echo $cfg['LeftBgColor']; ?>;}#bodythemes { width: 500px; margin: auto; text-align: center;}#bodythemes img { border: 0.1em solid black;}#bodythemes a:hover img { border: 0.1em solid red;}#fieldset_select_fields { float: left;}#selflink { clear: both; display: block; margin-top: 1em; margin-bottom: 1em; width: 100%; border-top: 0.1em solid silver; text-align: <?php echo $right; ?>;}#table_innodb_bufferpool_usage,#table_innodb_bufferpool_activity { float: <?php echo $left; ?>;}#div_mysql_charset_collations table { float: <?php echo $left; ?>;}#div_table_order { min-width: 48%; float: <?php echo $left; ?>;}#div_table_rename { min-width: 48%; float: <?php echo $left; ?>;}#div_table_copy { min-width: 48%; float: <?php echo $left; ?>;}#div_table_options { clear: both; min-width: 48%; float: <?php echo $left; ?>;}#qbe_div_table_list { float: <?php echo $left; ?>;}#qbe_div_sql_query { float: <?php echo $left; ?>;} <?php $GLOBALS['cfg']['BgOne'] = $GLOBALS['cfg']['BgcolorOne']; $GLOBALS['cfg']['BgTwo'] = $GLOBALS['cfg']['BgcolorTwo'];} // end styles 2.7.1if ($_SESSION['PMA_Theme']->checkVersion('2.9')) { ?>/********************//* NEW in PMA 2.9 *//********************/<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>/* marked items */.marked a,.marked { background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;}<?php } ?>/* odd items 1,3,5,7,... */.odd { background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;}/* even items 2,4,6,8,... */.even { background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;}/* hovered items */.odd:hover,.even:hover,.hover { background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;}/** * 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']; ?>;}label.desc { width: 30em; float: <?php echo $left; ?>;}body.loginform { text-align: center;}body.loginform div.container { text-align: <?php echo $left; ?>; width: 30em; margin: 0 auto;}#body_leftFrame #list_server { list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png); list-style-position: inside; list-style-type: none; margin: 0; padding: 0;}#body_leftFrame #list_server li { margin: 0; padding: 0; font-size: 80%;} <?php} // end styles 2.9$_SESSION['PMA_Theme_Manager']->printCss($_REQUEST['js_frame']);?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -