/******************************************************************************/ /* general tags */ html { font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; } input, select, textarea { font-size: 1em; } body { font-family: ; background: ; color: ; margin: 0; padding: 0.2em 0.2em 0.2em 0.2em; } a img { border: 0; } a:link, a:visited, a:active { text-decoration: none; color: #0000FF; } ul { margin:0; } form { margin: 0; padding: 0; display: inline; } select#select_server, select#lightm_db { width: 100%; } /* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */ button { display: inline; } /******************************************************************************/ /* classes */ /* leave some space between icons and text */ .icon { vertical-align: middle; margin-right: 0.3em; margin-left: 0.3em; } .navi_dbName { font-weight: bold; color: ; } /******************************************************************************/ /* specific elements */ div#pmalogo { background-color: ; padding:.3em; } div#pmalogo, div#leftframelinks, div#databaseList { text-align: center; margin-bottom: 0.5em; padding-bottom: 0.5em; } ul#databaseList { margin-bottom: 0.5em; padding-bottom: 0.5em; padding-: 1.5em; } ul#databaseList a { display: block; } div#navidbpageselector a, ul#databaseList a { background: ; color: ; } ul#databaseList a:hover { background: ; color: ; } ul#databaseList li.selected a { background: ; color: ; } div#leftframelinks .icon { padding: 0; margin: 0; } div#leftframelinks a img.icon { margin: 0; padding: 0.2em; border: 0.05em solid ; } div#leftframelinks a:hover { background: ; color: ; } /* serverlist */ #body_leftFrame #list_server { list-style-image: url(/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%; } div#left_tableList ul { list-style-type: none; list-style-position: outside; margin: 0; padding: 0; font-size: 80%; background: ; } div#left_tableList ul ul { font-size: 100%; } div#left_tableList a { background: ; color: ; text-decoration: none; } div#left_tableList a:hover { background: ; color: ; text-decoration: underline; } div#left_tableList li { margin: 0; padding: 0; white-space: nowrap; } /* marked items */ div#left_tableList > ul li.marked > a, div#left_tableList > ul li.marked { background: ; color: ; } div#left_tableList > ul li:hover > a, div#left_tableList > ul li:hover { background: ; color: ; } div#left_tableList img { padding: 0; vertical-align: middle; } div#left_tableList ul ul { margin-: 0; padding-: 0.1em; border-: 0.1em solid ; padding-bottom: 0.1em; border-bottom: 0.1em solid ; } /* for the servers list in navi panel */ #serverinfo .item { white-space: nowrap; color: ; } #serverinfo a:hover { background: ; color: ; }