This commit is contained in:
Marc Delisle
2006-09-16 19:30:03 +00:00
parent 653994fb00
commit 18bd1a069e
18 changed files with 133 additions and 121 deletions

View File

@@ -1,74 +1,86 @@
<?php body, input, select {
if (isset($num_dbs) && $num_dbs == '0') { font-family: <?php echo $left_font_family; ?>;
?> font-size: <?php echo $font_size; ?>;
/* No layer effects neccessary */ color: #000000
div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.parent {font-family: <?php echo $left_font_family; ?>; color: #FFFFFF; text-decoration: none}
.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #F8F8F1; text-decoration: none}
.tblItem:hover {color: #CECECE; 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: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #FFFFFF}
.parent {font-family: <?php echo $left_font_family; ?>; color: #FFFFFF; text-decoration: none; display: block}
.child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #FFFFFF; text-decoration: none; display: none}
.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #F8F8F1; text-decoration: none}
.tblItem:hover {color: #CECECE; text-decoration: underline}
<?php
} else {
?>
/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */
div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #FFFFFF}
<?php
if (isset($js_isIE4) && $js_isIE4 != '0') {
?>
/* Additional effects for IE4 */
.parent {font-family: <?php echo $left_font_family; ?>; color: #FFFFFF; text-decoration: none; display: block}
.child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #FFFFFF; text-decoration: none; display: none}
.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #F8F8F1; text-decoration: none}
.tblItem:hover {color: #CECECE; text-decoration: underline}
<?php
} else {
?>
/* Additional effects for NON-IE4 */
.parent {font-family: <?php echo $left_font_family; ?>; color: #FFFFFF; text-decoration: none; position: absolute; visibility: hidden}
.child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #FFFFFF; position: absolute; visibility: hidden}
.item, .tblItem {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; 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: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #FFFFFF}
.headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #FFFFFF}
.parent {font-family: <?php echo $left_font_family; ?>; color: #FFFFFF; text-decoration: none}
.child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #ffffff; text-decoration: none}
.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #F8F8F1; text-decoration: none}
.tblItem:hover {color: #CECECE; text-decoration: underline}
<?php
}
}
?>
/* Always enabled stylesheets (left frame) */
body {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; }
input {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>}
select {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; background-color: #ffffff; color: #000000}
img, input, select, button { body#body_leftFrame {
background-color: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?>;
}
select {
background-color: #ffffff;
color: #000000;
}
div#pmalogo,
div#leftframelinks,
div#databaseList {
text-align: center;
border-bottom: 0.05em solid #669999;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
div#leftframelinks img {
vertical-align: middle; vertical-align: middle;
} }
div#leftframelinks a {
margin: 0.1em;
padding: 0.2em;
border: 0.05em solid #669999;
}
div#leftframelinks a:hover {
background-color: #669999;
}
div#databaseList form {
display: inline;
}
/* leftdatabaselist */
div#left_tableList {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
font-size: <?php echo $font_smaller; ?>;
}
div#left_tableList a {
// color: #333399;
color: #FFFFFF;
text-decoration: none;
}
div#left_tableList a:hover {
// color: #FF0000;
color: #333399;
text-decoration: underline;
}
div#left_tableList li {
margin: 0;
padding: 0;
white-space: nowrap;
}
<?php if ( $GLOBALS['cfg']['LeftPointerEnable'] ) { ?>
div#left_tableList li:hover {
background-color: <?php echo $GLOBALS['cfg']['LeftPointerColor']; ?>;
}
<?php } ?>
div#left_tableList img {
vertical-align: middle;
}
div#left_tableList ul ul {
margin-left: 0em;
padding-left: 0.1em;
border-left: 0.1em solid #669999;
padding-bottom: 0.1em;
border-bottom: 0.1em solid #669999;
}

View File

@@ -1,41 +1,41 @@
/* For printview */ /* For printview */
body{ body{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
font-size: 10px; font-size: 10px;
color: #000000; color: #FFFFFF;
background-color: #ffffff; background-color: #ffffff;
} }
h1{ h1{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #000000; color: #FFFFFF;
} }
table{ table{
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #FFFFFF;
border-style: solid; border-style: solid;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
th{ th{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
font-size: 10px; font-size: 10px;
font-weight: bold; font-weight: bold;
color: #000000; color: #FFFFFF;
background-color: #e5e5e5; background-color: #e5e5e5;
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #FFFFFF;
border-style: solid; border-style: solid;
padding: 2px; padding: 2px;
} }
td{ td{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
font-size: 10px; font-size: 10px;
color: #000000; color: #FFFFFF;
background-color: #ffffff; background-color: #ffffff;
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #FFFFFF;
border-style: solid; border-style: solid;
padding: 2px; padding: 2px;
} }

View File

@@ -26,23 +26,23 @@ textarea {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold} h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold}
h2 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold} h2 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold}
h3 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold} h3 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold}
a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #666633} a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #666633} a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #666633} a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000}
a.nav:link {font-family: <?php echo $right_font_family; ?>; color: #666633} a.nav:link {font-family: <?php echo $right_font_family; ?>; color: #000000}
a.nav:visited {font-family: <?php echo $right_font_family; ?>; color: #666633} a.nav:visited {font-family: <?php echo $right_font_family; ?>; color: #000000}
a.nav:hover {font-family: <?php echo $right_font_family; ?>; color: #666633} a.nav:hover {font-family: <?php echo $right_font_family; ?>; color: #FF0000}
a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #666633} a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
a.h1:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #666633} a.h1:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #666633} a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #666633} a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #FF0000}
a.h2:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #666633} a.h2:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h2:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #666633} a.h2:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h2:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #666633} a.h2:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h2:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #666633} a.h2:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000}
a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #cc0000} a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #cc0000;} a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #cc0000; text-decoration: none} a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff; background-color:#ff0000; text-decoration: none}
dfn {font-style: normal} dfn {font-style: normal}
dfn:hover {font-style: normal; cursor: help} dfn:hover {font-style: normal; cursor: help}
.nav {font-family: <?php echo $right_font_family; ?>; color: #000000} .nav {font-family: <?php echo $right_font_family; ?>; color: #000000}
@@ -136,19 +136,19 @@ hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
border-top: none; border-top: none;
border-right: none; border-right: none;
border-left: none; border-left: none;
border-bottom: 1px solid #666666; border-bottom: 1px solid #666;
} }
.navSpacer { .navSpacer {
width: 2px; width: 5px;
height: 16px; height: 16px;
} }
.navNormal, .navDrop, .navActive { .navNormal, .navDrop, .navActive {
font-family: <?php echo $right_font_family; ?>; font-family: <?php echo $right_font_family; ?>;
font-size: <?php echo $font_size; ?>; font-size: <?php echo $font_size; ?>;
font-weight: bold; font-weight: bold;
border-top: 1px solid #999999; border-top: 1px solid #999;
border-right: 1px solid #666666; border-right: 1px solid #666;
border-left: 1px solid #999999; border-left: 1px solid #999;
border-bottom: none; border-bottom: none;
border-radius: 2px; border-radius: 2px;
-moz-border-radius: 2px; -moz-border-radius: 2px;
@@ -166,21 +166,22 @@ hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
background-color: #EAE6D0; background-color: #EAE6D0;
} }
.navDrop{ .navDrop{
color: #cc0000; color: #000000;
background-color: #E5E5E5; background-color: #E5E5E5;
} }
.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{ .navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{
color: #666633; color: #0000FF;
} }
.navDrop a:link, .navDrop a:active, .navDrop a:visited{ .navDrop a:link, .navDrop a:active, .navDrop a:visited{
color: #cc0000; color: #FF0000;
} }
.navDrop a:hover{ .navDrop a:hover{
color: #cc0000; color: #FFFFFF;
background-color: #FF0000;
} }
.navNormal a:hover, .navActive a:hover{ .navNormal a:hover, .navActive a:hover{
color: #000000; color: #FF0000;
} }
/* Warning showing div with right border and optional icon */ /* Warning showing div with right border and optional icon */
@@ -190,7 +191,7 @@ div.errorhead {
color: #ffffff; color: #ffffff;
text-align: left; text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?> <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
background-image: url(../themes/xp_dirty/img/s_error.png); background-image: url(../themes/original/img/s_error.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 5px 50%; background-position: 5px 50%;
padding: 0px 0px 0px 25px; padding: 0px 0px 0px 25px;
@@ -223,9 +224,9 @@ div.tblWarn {
color: #000000; color: #000000;
} }
.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
color: #F8F8F1; color: #0000FF;
} }
.tblHeaders a:hover, .tblFooters a:hover { color: #F8F8F1; } .tblHeaders a:hover, .tblFooters a:hover { color: #FF0000; }
.tblHeadError { .tblHeadError {
background-color: #FF0000; background-color: #FF0000;
font-weight: bold; font-weight: bold;
@@ -268,7 +269,7 @@ img, input, select, button {
margin: 0px 1px 0px 2px; margin: 0px 1px 0px 2px;
} }
.serverinfo div{ .serverinfo div{
background-image: url(../themes/xp_dirty/img/item_ltr.png); background-image: url(../themes/original/img/item_ltr.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% 50%; background-position: 50% 50%;
width: 20px; width: 20px;

BIN
xp_dirty/img/arrow_ltr.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 B

BIN
xp_dirty/img/arrow_ltr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

BIN
xp_dirty/img/arrow_rtl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

BIN
xp_dirty/img/arrow_rtl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

BIN
xp_dirty/img/dot_black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

BIN
xp_dirty/img/dot_blue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

BIN
xp_dirty/img/dot_green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

BIN
xp_dirty/img/dot_red.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

BIN
xp_dirty/img/dot_violet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

BIN
xp_dirty/img/dot_yellow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -1,10 +1,9 @@
<?php <?php
/* Theme information */ /* Theme information */
/* Theme by [OTD]Spockman(spockman@otd-clan.org) /* Theme by [OTD]Spockman(spockman@otd-clan.org) */
/* Based on WinXP Theme /* Based on WinXP Theme */
/* for 2.6.2 and higher /* for 2.6.0 to 2.7.0 */
*/ $theme_name = 'WinXP Dirty';
$theme_name = 'WinXP - Dirty';
$theme_version = 2; $theme_version = 2;
$theme_generation = 1; $theme_generation = 2;
?> ?>

View File

@@ -11,8 +11,8 @@ $cfg['Border'] = 0; // border width on tables
$cfg['ThBgcolor'] = '#EAE6D0'; // table header row colour $cfg['ThBgcolor'] = '#EAE6D0'; // table header row colour
$cfg['BgcolorOne'] = '#EAE6D0'; // table data row colour $cfg['BgcolorOne'] = '#EAE6D0'; // table data row colour
$cfg['BgcolorTwo'] = '#F8F8F1'; // table data row colour, alternate $cfg['BgcolorTwo'] = '#F8F8F1'; // table data row colour, alternate
$cfg['BrowsePointerColor'] = '#FAE195'; // color of the pointer in browse mode $cfg['BrowsePointerColor'] = ''; // color of the pointer in browse mode
$cfg['BrowseMarkerColor'] = '#FAC295'; // color of the marker (visually marks row $cfg['BrowseMarkerColor'] = 'yellow'; // color of the marker (visually marks row
// by clicking on it) in browse mode // by clicking on it) in browse mode
/** /**
* SQL Parser Settings * SQL Parser Settings

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 95 KiB