diff --git a/paradice/css/theme_left.css.php b/paradice/css/theme_left.css.php index 44186ffac..e8dbb4903 100644 --- a/paradice/css/theme_left.css.php +++ b/paradice/css/theme_left.css.php @@ -1,12 +1,11 @@ ; +} /******************************************************************************/ /* specific elements */ @@ -80,12 +92,26 @@ ul#databaseList { border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; - padding-left: 1.5em; + padding-left: 1.5em; + list-style-type: none; + list-style-position:outside; + list-style-image: url(/paradice/img/dbitem_ltr.png); +} + +ul#databaseList ul { + list-style-image: url(/paradice/img/dbitem_ltr2.png); +} + +ul#databaseList lia { + padding-bottom: 0.5em; } ul#databaseList a { display: block; - background: ; +} + +div#navidbpageselector a, +ul#databaseList a { color: ; } @@ -111,6 +137,7 @@ div#leftframelinks a img.icon { } div#leftframelinks a:hover { + background: ; color: ; } @@ -131,15 +158,14 @@ div#leftframelinks a:hover { /* leftdatabaselist */ div#left_tableList { - background-color: none; + background-color: none; } -div#left_tableList ul { +div#left_tableList ul { list-style-type: none; list-style-position: outside; + list-style-image: url(/paradice/img/bd_sbrowse.png); margin: 0; padding: 0; - font-size: 80%; - background: ; } div#left_tableList ul ul { @@ -147,13 +173,11 @@ div#left_tableList ul ul { } div#left_tableList a { - background: ; color: ; text-decoration: none; } div#left_tableList a:hover { - background: ; color: ; text-decoration: underline; } @@ -173,7 +197,7 @@ div#left_tableList > ul li.marked { } - + div#left_tableList > ul li:hover > a, div#left_tableList > ul li:hover { background: ; @@ -193,3 +217,12 @@ div#left_tableList ul ul { 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: ; +} diff --git a/paradice/css/theme_print.css.php b/paradice/css/theme_print.css.php index e67c6a14a..b39f5cf80 100644 --- a/paradice/css/theme_print.css.php +++ b/paradice/css/theme_print.css.php @@ -1,12 +1,13 @@ - /* For printview */ body, table, th, td { color: #000000; diff --git a/paradice/css/theme_right.css.php b/paradice/css/theme_right.css.php index 8be1c986f..0fcf75aa8 100644 --- a/paradice/css/theme_right.css.php +++ b/paradice/css/theme_right.css.php @@ -1,16 +1,16 @@ /******************************************************************************/ /* general tags */ @@ -19,15 +19,15 @@ html { padding: 0; } -body { - padding: 0; - margin: 0.5em; +body { font-family: ; + padding: 0; + margin: 0.5em; color: ; background: ; - font-size: 0.8em; + font-size: 1em; } @@ -210,6 +210,8 @@ button { 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; @@ -427,10 +429,10 @@ h1.notice, div.notice { margin: 0.5em 0 0.5em 0; border: 1px solid #FFD700; - + background-image: url(getImgPath(); ?>s_notice.png); background-repeat: no-repeat; - + background-position: 10px 50%; padding: 10px 10px 10px 36px; @@ -460,7 +462,7 @@ div.warning { background-image: url(getImgPath(); ?>s_warn.png); background-repeat: no-repeat; - + background-position: 10px 50%; padding: 10px 10px 10px 36px; @@ -487,10 +489,10 @@ h1.error, div.error { margin: 0.5em 0 0.5em 0; border: 1px solid #ff0000; - + background-image: url(getImgPath(); ?>s_error.png); background-repeat: no-repeat; - + background-position: 10px 50%; padding: 10px 10px 10px 36px; @@ -518,10 +520,10 @@ fieldset.confirmation legend { border-left: 1px solid #FF0000; border-right: 1px 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; @@ -686,7 +688,7 @@ a.tabcaution:hover { background-color: #FF0000; } - + /* active tab */ a.tabactive { color: black; diff --git a/paradice/img/b_changelog.png b/paradice/img/b_changelog.png new file mode 100644 index 000000000..5b1944c14 Binary files /dev/null and b/paradice/img/b_changelog.png differ diff --git a/paradice/img/dbitem_ltr.png b/paradice/img/dbitem_ltr.png new file mode 100644 index 000000000..3f0cfbca1 Binary files /dev/null and b/paradice/img/dbitem_ltr.png differ diff --git a/paradice/img/dbitem_ltr2.png b/paradice/img/dbitem_ltr2.png new file mode 100644 index 000000000..b6105650a Binary files /dev/null and b/paradice/img/dbitem_ltr2.png differ diff --git a/paradice/img/logo_left.png b/paradice/img/logo_left.png index 71489539f..bd37f49a0 100644 Binary files a/paradice/img/logo_left.png and b/paradice/img/logo_left.png differ diff --git a/paradice/info.inc.php b/paradice/info.inc.php index afa2408b1..6bcef00e4 100644 --- a/paradice/info.inc.php +++ b/paradice/info.inc.php @@ -1,17 +1,15 @@ diff --git a/paradice/layout.inc.php b/paradice/layout.inc.php index c1943a72e..3b78a13c5 100644 --- a/paradice/layout.inc.php +++ b/paradice/layout.inc.php @@ -1,10 +1,11 @@