redesign part 3
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 292 B |
BIN
images/b_sqlhelp.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
images/b_tblops.png
Normal file
After Width: | Height: | Size: 307 B |
BIN
images/s_really.png
Normal file
After Width: | Height: | Size: 229 B |
BIN
images/s_theme.png
Normal file
After Width: | Height: | Size: 737 B |
57
themes/darkblue_orange/colors.inc.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
|
||||
$cfg['LeftWidth'] = 180; // left frame width
|
||||
/* colors */
|
||||
$cfg['LeftBgColor'] = '#666699'; // background color for the left frame
|
||||
$cfg['RightBgColor'] = '#FFFFFF'; // background color for the right frame
|
||||
$cfg['RightBgImage'] = ''; // path to a background image for the right frame
|
||||
// (leave blank for no background image)
|
||||
$cfg['LeftPointerColor'] = '#9999CC'; // color of the pointer in left frame
|
||||
// (blank for no pointer)
|
||||
$cfg['Border'] = 0; // border width on tables
|
||||
$cfg['ThBgcolor'] = '#666699'; // table header row colour
|
||||
$cfg['BgcolorOne'] = '#EEEEEE'; // table data row colour
|
||||
$cfg['BgcolorTwo'] = '#E5E5E5'; // table data row colour, alternate
|
||||
$cfg['BrowsePointerColor'] = '#CCCCFF'; // color of the pointer in browse mode
|
||||
// (blank for no pointer)
|
||||
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
|
||||
// by clicking on it) in browse mode
|
||||
// (blank for no marker)
|
||||
/* rows and columns for inputs */
|
||||
$cfg['TextareaCols'] = 40; // textarea size (columns) in edit mode
|
||||
// (this value will be emphasized (*2) for sql
|
||||
// query textareas and (*1.25) for query window)
|
||||
$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode
|
||||
$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR
|
||||
$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR
|
||||
|
||||
/**
|
||||
* SQL Parser Settings
|
||||
*/
|
||||
$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none)
|
||||
$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok)
|
||||
$cfg['SQP']['fmtIndUnit'] = 'px'; // Units for indenting each level (CSS Types - {em,px,pt})
|
||||
$cfg['SQP']['fmtColor'] = array( // Syntax colouring data
|
||||
'comment' => '#808000',
|
||||
'comment_mysql' => '',
|
||||
'comment_ansi' => '',
|
||||
'comment_c' => '',
|
||||
'digit' => '',
|
||||
'digit_hex' => 'teal',
|
||||
'digit_integer' => 'teal',
|
||||
'digit_float' => 'aqua',
|
||||
'punct' => 'fuchsia',
|
||||
'alpha' => '',
|
||||
'alpha_columnType' => '#FF9900',
|
||||
'alpha_columnAttrib' => '#0000FF',
|
||||
'alpha_reservedWord' => '#990099',
|
||||
'alpha_functionName' => '#FF0000',
|
||||
'alpha_identifier' => 'black',
|
||||
'alpha_charset' => '#6495ed',
|
||||
'alpha_variable' => '#800000',
|
||||
'quote' => '#008000',
|
||||
'quote_double' => '',
|
||||
'quote_single' => '',
|
||||
'quote_backtick' => ''
|
||||
);
|
||||
?>
|
238
themes/darkblue_orange/css/theme_left.css.php
Normal file
@@ -0,0 +1,238 @@
|
||||
/************************************************************************************
|
||||
* LEFT FRAME
|
||||
************************************************************************************/
|
||||
|
||||
/**
|
||||
* Add styles for positioned layers
|
||||
**/
|
||||
/*
|
||||
<?php
|
||||
if (isset($num_dbs) && $num_dbs == '0') {
|
||||
?>
|
||||
*/
|
||||
/* No layer effects neccessary */
|
||||
div{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.heada{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.parent{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.tblItem:hover{
|
||||
color: #ffffcc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
<?php
|
||||
} else {
|
||||
if (isset($js_capable) && $js_capable != '0') {
|
||||
// Brian Birtles : This is not the ideal method of doing this
|
||||
// but under the 7th June '00 Mozilla build (and many before
|
||||
// it) Mozilla did not treat text between <style> tags as
|
||||
// style information unless it was written with the one call
|
||||
// to write().
|
||||
if (isset($js_isDOM) && $js_isDOM != '0') {
|
||||
?>
|
||||
*/
|
||||
/* Layer effects neccessary: capable && is_DOM is set. We found a recent CSS-Browser */
|
||||
div{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.heada{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.headaCnt{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.parent{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
.child{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
display: none;
|
||||
}
|
||||
.item, .item:active, .item:hover, .tblItem, .tblItem:active{
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.tblItem:hover{
|
||||
color: #ffffcc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
*/
|
||||
/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */
|
||||
div{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #000000;
|
||||
}
|
||||
.heada{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.headaCnt{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
/*
|
||||
<?php
|
||||
if (isset($js_isIE4) && $js_isIE4 != '0') {
|
||||
?>
|
||||
*/
|
||||
/* Additional effects for IE4 */
|
||||
.parent{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
.child{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
display: none;
|
||||
}
|
||||
.item, .item:active, .item:hover, .tblItem, .tblItem:active{
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.tblItem:hover{
|
||||
color: #ffffcc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
*/
|
||||
/* Additional effects for NON-IE4 */
|
||||
.parent{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
position: absolute; /* don't edit! */
|
||||
visibility: hidden; /* don't edit! */
|
||||
}
|
||||
.child{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
position: absolute; /* don't edit! */
|
||||
visibility: hidden; /* don't edit! */
|
||||
}
|
||||
.item, .tblItem{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
/*
|
||||
<?php
|
||||
}
|
||||
}
|
||||
} else {
|
||||
?>
|
||||
*/
|
||||
/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */
|
||||
div{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.heada{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.headaCnt{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.parent{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.child{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.item, .item:active, .item:hover, .tblItem, .tblItem:active{
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.tblItem:hover{
|
||||
color: #ffffcc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
*/
|
||||
/* Always enabled stylesheets (left frame) */
|
||||
body{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
background-color: #666699;
|
||||
margin: 0px;
|
||||
padding: 2px 2px 2px 2px;
|
||||
}
|
||||
input{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
select{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
width: 150px;
|
||||
}
|
||||
hr{
|
||||
color: #ffffff;
|
||||
background-color: #ffffff;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
}
|
41
themes/darkblue_orange/css/theme_print.css.php
Normal file
@@ -0,0 +1,41 @@
|
||||
/* For printview */
|
||||
body{
|
||||
font-family: Verdana, Arial, Hevetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
h1{
|
||||
font-family: Verdana, Arial, Hevetica, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
table{
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
th{
|
||||
font-family: Verdana, Arial, Hevetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #e5e5e5;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
padding: 2px;
|
||||
}
|
||||
td{
|
||||
font-family: Verdana, Arial, Hevetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
padding: 2px;
|
||||
}
|
527
themes/darkblue_orange/css/theme_right.css.php
Normal file
@@ -0,0 +1,527 @@
|
||||
/************************************************************************************
|
||||
* RIGHT FRAME
|
||||
************************************************************************************/
|
||||
/* Always enabled stylesheets (right frame) */
|
||||
body{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #000000;
|
||||
<?php
|
||||
if ($GLOBALS['cfg']['RightBgImage'] != '') {
|
||||
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
|
||||
}
|
||||
?>
|
||||
background-color: #ffffff;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
pre, tt, code{
|
||||
font-size: 11px;
|
||||
}
|
||||
a:link, a:visited, a:active{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
color: #333399;
|
||||
|
||||
}
|
||||
a:hover{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
text-decoration: underline;
|
||||
color: #cc0000;
|
||||
}
|
||||
th{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #ff9900;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_th.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 18px;
|
||||
}
|
||||
th a:link, th a:active, th a:visited{
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
th a:hover{
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
||||
.tblcomment{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000099;
|
||||
}
|
||||
th.td{
|
||||
font-weight: normal;
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
|
||||
}
|
||||
td{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
form{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
select, textarea, input {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
select, textarea{
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
input.textfield{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #000000;
|
||||
/*background-color: #FFFFFF;*/
|
||||
}
|
||||
|
||||
h1{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h2{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h3{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
a.nav:link, a.nav:visited, a.nav:active{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #000000;
|
||||
}
|
||||
a.nav:hover{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #cc0000;
|
||||
}
|
||||
a.h1:link, a.h1:active, a.h1:visited{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
a.h1:hover{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #cc0000;
|
||||
}
|
||||
a.h2:link, a.h2:active, a.h2:visited{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
a.h2:hover{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
color: #cc0000;
|
||||
}
|
||||
a.drop:link, a.drop:visited, a.drop:active{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #cc0000;
|
||||
}
|
||||
a.drop:hover{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffffff;
|
||||
background-color: #cc0000;
|
||||
text-decoration: none;
|
||||
}
|
||||
dfn{
|
||||
font-style: normal;
|
||||
}
|
||||
dfn:hover{
|
||||
font-style: normal;
|
||||
cursor: help;
|
||||
}
|
||||
.warning{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #cc0000;
|
||||
}
|
||||
td.topline{
|
||||
font-size: 1px;
|
||||
}
|
||||
td.tab{
|
||||
border-top: 1px solid #999;
|
||||
border-right: 1px solid #666;
|
||||
border-left: 1px solid #999;
|
||||
border-bottom: none;
|
||||
border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
}
|
||||
table.tabs {
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
border-bottom: 1px solid #666;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: #666699 solid 1px;
|
||||
padding: 0.5em;
|
||||
}
|
||||
fieldset fieldset {
|
||||
margin: 0.8em;
|
||||
}
|
||||
legend {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
size: 10px;
|
||||
color: #666699;
|
||||
font-weight: bold;
|
||||
background-color: #ffffff;
|
||||
padding: 2px 2px 2px 2px;
|
||||
}
|
||||
button.mult_submit {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.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: 11px;
|
||||
border: 1px dashed #000000;
|
||||
}
|
||||
|
||||
/* Warning showing div with right border and optional icon */
|
||||
|
||||
div.warning {
|
||||
border: 1px solid #cc0000;
|
||||
/*
|
||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
*/
|
||||
background-image: url(../themes/darkblue_orange/img/s_warn.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px 10px;
|
||||
padding: 10px 10px 10px 36px;
|
||||
margin: 0px;
|
||||
/*
|
||||
<?php } ?>
|
||||
*/
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
div.error {
|
||||
width: 100%;
|
||||
border: 1px solid #cc0000;
|
||||
background-color: #ffffcc;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
div.error div.text {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
div.error div.head {
|
||||
background-color: #cc0000;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
/*
|
||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
*/
|
||||
background-image: url(../themes/darkblue_orange/img/s_error.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 50%;
|
||||
padding: 2px 2px 2px 30px;
|
||||
/*
|
||||
<?php } ?>
|
||||
*/
|
||||
margin: 0px;
|
||||
}
|
||||
.print{font-family:arial;font-size:8pt;}
|
||||
|
||||
/* MySQL Parser */
|
||||
.syntax {font-family: sans-serif; font-size: 10px;}
|
||||
.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 {}
|
||||
|
||||
/* some new styles added 20047-05-05 by Michael Keck (mkkeck) */
|
||||
|
||||
/* tables */
|
||||
.tblError {
|
||||
border: 1px solid #cc0000;
|
||||
background-color: #ffffcc;
|
||||
}
|
||||
.tblWarn, div.tblWarn {
|
||||
border: 1px solid #cc0000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
div.tblWarn {
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 2px 0px 2px 0px;
|
||||
width: 100%;
|
||||
}
|
||||
.tblHeaders{
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: #666699;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 18px;
|
||||
}
|
||||
.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{
|
||||
color: #ffffcc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tblFooters{
|
||||
font-weight: normal;
|
||||
color: #ffffff;
|
||||
background-color: #666699;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 18px;
|
||||
}
|
||||
.tblHeaders a:hover, tblFooters a:hover{
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
}
|
||||
.tblHeadError {
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: #cc0000;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_error.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 18px;
|
||||
}
|
||||
div.errorhead {
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/s_error.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 50%;
|
||||
padding: 2px 2px 2px 20px;
|
||||
<?php } ?>
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.tblHeadWarn {
|
||||
background-color: #ffcc00;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_th.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 18px;
|
||||
}
|
||||
div.warnhead {
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/s_warn.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 50%;
|
||||
padding: 2px 2px 2px 20px;
|
||||
<?php } ?>
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* forbidden, no privilegs */
|
||||
.noPrivileges{
|
||||
color: #cc0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Heading for server links*/
|
||||
|
||||
.serverinfo {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
padding: 0px 0px 10px 0px;
|
||||
margin: 0px;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
}
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
.serverinfo a:link, .serverinfo a:activ, .serverinfo a:visited {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
.serverinfo a img{
|
||||
vertical-align: middle;
|
||||
margin: 0px 1px 0px 1px;
|
||||
}
|
||||
|
||||
.serverinfo div{
|
||||
background-image: url(../themes/darkblue_orange/img/item_ltr.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
width: 20px;
|
||||
height: 16px;
|
||||
}
|
||||
<?php } ?>
|
||||
hr{
|
||||
color: #666699; background-color: #6666cc; border: 0; height: 1px;
|
||||
}
|
||||
|
||||
/* navigation */
|
||||
.nav{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #000000;
|
||||
background-color: #666699;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.navSpacer{
|
||||
width: 1px;
|
||||
height: 16px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.navNormal {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #666699;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 20px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
}
|
||||
.navDrop {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #cc0000;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_error.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
height: 20px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
}
|
||||
.navActive {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
/*background-color: #FF9900;
|
||||
background-image: url(../themes/darkblue_orange/img/tbl_th.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;*/
|
||||
background-color: #ffffff;
|
||||
height: 16px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
}
|
||||
.navNormal a:link,.navNormal a:active,.navNormal a:hover,.navNormal a:visited,.navDrop a:link,.navDrop a:active,.navDrop a:visited,.navDrop a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
/* some styles for IDs: */
|
||||
#buttonNo{
|
||||
color: #CC0000;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
#buttonYes{
|
||||
color: #006600;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
#buttonGo{
|
||||
color: #006600;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
|
||||
#listTable{
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
#textSqlquery{
|
||||
width: 450px;
|
||||
}
|
||||
#textSQLDUMP {
|
||||
width: 95%;
|
||||
height: 95%;
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 11px;
|
||||
}
|
||||
<?php } ?>
|
||||
/* end of some new styles added 20047-05-05 by Michael Keck (mkkeck) */
|
BIN
themes/darkblue_orange/img/arrow_ltr.gif
Normal file
After Width: | Height: | Size: 88 B |
BIN
themes/darkblue_orange/img/arrow_ltr.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
themes/darkblue_orange/img/arrow_rtl.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
themes/darkblue_orange/img/arrow_rtl.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
themes/darkblue_orange/img/asc_order.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/darkblue_orange/img/b_bookmark.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
themes/darkblue_orange/img/b_browse.png
Normal file
After Width: | Height: | Size: 265 B |
BIN
themes/darkblue_orange/img/b_calendar.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
themes/darkblue_orange/img/b_comment.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
themes/darkblue_orange/img/b_dbstatistics.png
Normal file
After Width: | Height: | Size: 263 B |
BIN
themes/darkblue_orange/img/b_deltbl.png
Normal file
After Width: | Height: | Size: 364 B |
BIN
themes/darkblue_orange/img/b_docs.png
Normal file
After Width: | Height: | Size: 292 B |
BIN
themes/darkblue_orange/img/b_docsql.png
Normal file
After Width: | Height: | Size: 283 B |
BIN
themes/darkblue_orange/img/b_drop.png
Normal file
After Width: | Height: | Size: 311 B |
BIN
themes/darkblue_orange/img/b_edit.png
Normal file
After Width: | Height: | Size: 451 B |
BIN
themes/darkblue_orange/img/b_empty.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
themes/darkblue_orange/img/b_export.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
themes/darkblue_orange/img/b_firstpage.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
themes/darkblue_orange/img/b_ftext.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
themes/darkblue_orange/img/b_help.png
Normal file
After Width: | Height: | Size: 229 B |
BIN
themes/darkblue_orange/img/b_home.png
Normal file
After Width: | Height: | Size: 370 B |
BIN
themes/darkblue_orange/img/b_import.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
themes/darkblue_orange/img/b_index.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
themes/darkblue_orange/img/b_info.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
themes/darkblue_orange/img/b_insrow.png
Normal file
After Width: | Height: | Size: 283 B |
BIN
themes/darkblue_orange/img/b_lastpage.png
Normal file
After Width: | Height: | Size: 236 B |
BIN
themes/darkblue_orange/img/b_minus.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
themes/darkblue_orange/img/b_newdb.png
Normal file
After Width: | Height: | Size: 408 B |
BIN
themes/darkblue_orange/img/b_newtbl.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
themes/darkblue_orange/img/b_nextpage.png
Normal file
After Width: | Height: | Size: 221 B |
BIN
themes/darkblue_orange/img/b_pdfdoc.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
themes/darkblue_orange/img/b_plus.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
themes/darkblue_orange/img/b_prevpage.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
themes/darkblue_orange/img/b_primary.png
Normal file
After Width: | Height: | Size: 416 B |
BIN
themes/darkblue_orange/img/b_print.png
Normal file
After Width: | Height: | Size: 574 B |
BIN
themes/darkblue_orange/img/b_props.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
themes/darkblue_orange/img/b_relations.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
themes/darkblue_orange/img/b_save.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
themes/darkblue_orange/img/b_sbrowse.png
Normal file
After Width: | Height: | Size: 197 B |
BIN
themes/darkblue_orange/img/b_sdb.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
themes/darkblue_orange/img/b_search.png
Normal file
After Width: | Height: | Size: 605 B |
BIN
themes/darkblue_orange/img/b_selboard.png
Normal file
After Width: | Height: | Size: 551 B |
BIN
themes/darkblue_orange/img/b_select.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
themes/darkblue_orange/img/b_sql.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
themes/darkblue_orange/img/b_sqldoc.png
Normal file
After Width: | Height: | Size: 290 B |
BIN
themes/darkblue_orange/img/b_sqlhelp.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
themes/darkblue_orange/img/b_tblanalyse.png
Normal file
After Width: | Height: | Size: 296 B |
BIN
themes/darkblue_orange/img/b_tblexport.png
Normal file
After Width: | Height: | Size: 283 B |
BIN
themes/darkblue_orange/img/b_tblimport.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
themes/darkblue_orange/img/b_tblops.png
Normal file
After Width: | Height: | Size: 307 B |
BIN
themes/darkblue_orange/img/b_tbloptimize.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
themes/darkblue_orange/img/b_tipp.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
themes/darkblue_orange/img/b_unique.png
Normal file
After Width: | Height: | Size: 281 B |
BIN
themes/darkblue_orange/img/b_usradd.png
Normal file
After Width: | Height: | Size: 523 B |
BIN
themes/darkblue_orange/img/b_usrcheck.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
themes/darkblue_orange/img/b_usrdrop.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
themes/darkblue_orange/img/b_usredit.png
Normal file
After Width: | Height: | Size: 493 B |
BIN
themes/darkblue_orange/img/b_usrlist.png
Normal file
After Width: | Height: | Size: 401 B |
BIN
themes/darkblue_orange/img/b_view.png
Normal file
After Width: | Height: | Size: 885 B |
BIN
themes/darkblue_orange/img/bd_browse.png
Normal file
After Width: | Height: | Size: 265 B |
BIN
themes/darkblue_orange/img/bd_empty.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
themes/darkblue_orange/img/bd_firstpage.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
themes/darkblue_orange/img/bd_ftext.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
themes/darkblue_orange/img/bd_index.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
themes/darkblue_orange/img/bd_lastpage.png
Normal file
After Width: | Height: | Size: 236 B |
BIN
themes/darkblue_orange/img/bd_nextpage.png
Normal file
After Width: | Height: | Size: 221 B |
BIN
themes/darkblue_orange/img/bd_prevpage.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
themes/darkblue_orange/img/bd_primary.png
Normal file
After Width: | Height: | Size: 389 B |
BIN
themes/darkblue_orange/img/bd_sbrowse.png
Normal file
After Width: | Height: | Size: 197 B |
BIN
themes/darkblue_orange/img/bd_select.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
themes/darkblue_orange/img/bd_unique.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
themes/darkblue_orange/img/dot_black.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
themes/darkblue_orange/img/dot_blue.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
themes/darkblue_orange/img/dot_green.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
themes/darkblue_orange/img/dot_red.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
themes/darkblue_orange/img/dot_violet.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
themes/darkblue_orange/img/dot_yellow.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
themes/darkblue_orange/img/frm_linevrlt.png
Normal file
After Width: | Height: | Size: 156 B |
BIN
themes/darkblue_orange/img/item.png
Normal file
After Width: | Height: | Size: 206 B |
BIN
themes/darkblue_orange/img/item_ltr.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
themes/darkblue_orange/img/item_rtl.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
themes/darkblue_orange/img/logo_left.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
themes/darkblue_orange/img/logo_right.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
themes/darkblue_orange/img/php_sym.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
themes/darkblue_orange/img/pma_logo2.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
themes/darkblue_orange/img/s_asc.png
Normal file
After Width: | Height: | Size: 213 B |
BIN
themes/darkblue_orange/img/s_asci.png
Normal file
After Width: | Height: | Size: 254 B |
BIN
themes/darkblue_orange/img/s_attention.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
themes/darkblue_orange/img/s_cancel.png
Normal file
After Width: | Height: | Size: 449 B |
BIN
themes/darkblue_orange/img/s_cancel2.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
themes/darkblue_orange/img/s_db.png
Normal file
After Width: | Height: | Size: 285 B |