/******************************************************************************/ /* general tags */ html { font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; } input, select, textarea { font-size: 1em; } body { font-family: ; padding: 0; margin: 0.5em; color: ; background: ; } textarea, tt, pre, code { font-family: ; } 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: ; background: ; } th a:link, th a:active, th a:visited { color: ; 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; display: inline; } textarea { overflow: visible; height: em; } fieldset { margin-top: 1em; border: #666699 solid 1px; padding: 0.5em; } fieldset fieldset { margin: 0.8em; } fieldset legend { background: ; font-weight: bold; color: #444444; 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 */ div.tools { border: 1px solid #000000; padding: 0.2em; } div.tools, fieldset.tblFooters { margin-top: 0; margin-bottom: 0.5em; /* avoid a thick line since this should be used under another fieldset */ border-top: 0; text-align: ; float: none; clear: both; } fieldset .formelement { float: ; margin-: 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: ; } /* even items 2,4,6,8,... */ table tr.even th, .even { background: ; } /* odd table rows 1,3,5,7,... */ table tr.odd th, table tr.odd { background-image: none; background: ; text-align: ; } /* even table rows 2,4,6,8,... */ table tr.even th, table tr.even { background-image: none; background: ; text-align: ; } /* marked table rows */ table tr.marked th, table tr.marked { background: ; color: ; } /* hovered items */ .odd:hover, .even:hover, .hover { background: ; color: ; } /* hovered table rows */ table tr.odd:hover th, table tr.even:hover th, table tr.hover th { background: ; color: ; } /** * 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 ; } table .value { text-align: ; white-space: normal; } /* IE doesnt handles 'pre' right */ table [class=value] { white-space: normal; } .value { font-family: ; } .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; } /* 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-: 0.3em; margin-: 0.6em; } /* message boxes: warning, error, confirmation */ .success h1, .notice h1, .warning h1, div.error h1 { border-bottom: 2px solid; font-weight: bold; text-align: ; margin: 0 0 0.2em 0; } div.success, div.notice, div.warning, div.error { margin: 0.3em 0 0 0; border: 2px solid; width: 90%; background-repeat: no-repeat; background-position: 10px 50%; padding: 0.1em 0.1em 0.1em 36px; background-position: 99% 50%; padding: 10px 5% 10px 10px; padding: 0.3em; } .success { color: #000000; background-color: #f0fff0; } h1.success, div.success { border-color: #00FF00; background-image: url(getImgPath(); ?>s_success.png); } .success h1 { border-color: #00FF00; } .notice { color: #000000; background-color: #FFFFDD; } h1.notice, div.notice { border-color: #FFD700; background-image: url(getImgPath(); ?>s_notice.png); } .notice h1 { border-color: #FFD700; } .warning { color: #CC0000; background-color: #FFFFCC; } p.warning, h1.warning, div.warning { border-color: #CC0000; background-image: url(getImgPath(); ?>s_warn.png); } .warning h1 { border-color: #cc0000; } .error { background-color: #FFFFCC; color: #ff0000; } h1.error, div.error { border-color: #ff0000; background-image: url(getImgPath(); ?>s_error.png); } div.error h1 { border-color: #ff0000; } .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; background-image: url(getImgPath(); ?>s_really.png); background-repeat: no-repeat; background-position: 5px 50%; padding: 0.2em 0.2em 0.2em 25px; background-position: 97% 50%; padding: 0.2em 25px 0.2em 0.2em; } /* end messageboxes */ .tblcomment { font-weight: normal; color: #000099; } .tblHeaders { font-weight: bold; color: ; background: ; } div.tools, .tblFooters { font-weight: normal; color: ; background: ; } .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, div.tools a:link, div.tools a:visited, div.tools a:active, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { color: #ffffcc; text-decoration: underline; } .tblHeaders a:hover, div.tools a:hover, .tblFooters a:hover { text-decoration: none; color: #ffffff; } /* forbidden, no privilegs */ .noPrivileges { color: #cc0000; 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: ; width: 30em; margin: 0 auto; } form.login label { float: ; 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: ; margin: 0; padding: 0; vertical-align: middle; } #topmenu img { vertical-align: middle; margin-: 0.1em; } /* default tab styles */ .tab, .tabcaution, .tabactive { display: block; margin: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em; white-space: nowrap; } /* disabled tabs */ span.tab { color: #666666; } /* disabled drop/empty tabs */ span.tabcaution { color: #ff6666; } /* enabled drop/empty tabs */ a.tabcaution { color: #FF0000; } a.tabcaution:hover { color: #FFFFFF; background-color: #FF0000; } /* active tab */ a.tabactive { color: black; } #topmenu { margin-top: 0.5em; padding: 0.1em 0.3em 0.1em 0.3em; } ul#topmenu li { border-bottom: 1pt solid black; } /* default tab styles */ .tab, .tabcaution, .tabactive { background-color: ; border: 1pt solid ; border-bottom: 0; border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; } /* enabled hover/active tabs */ a.tab:hover, a.tabcaution:hover, .tabactive, .tabactive:hover { margin: 0; padding: 0.2em 0.4em 0.2em 0.4em; text-decoration: none; } a.tab:hover, .tabactive { background-color: ; } /* to be able to cancel the bottom border, use