[zi-cvs] packages/com.zzoss.zis.theme.kde theme_config.php,1.1,1.2 styles.css,1.1,1.2 package.xml,1.1,1.2
Christian Zonsius <[email protected]> Mon, 17 May 2004 23:33:39 +0000
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.zis.theme.kde
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv304
Modified Files:
theme_config.php styles.css package.xml
Log Message:
adapted theme
Index: theme_config.php
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zis.theme.kde/theme_config.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** theme_config.php 14 Jan 2004 16:44:26 -0000 1.1
--- theme_config.php 17 May 2004 23:33:37 -0000 1.2
***************
*** 25,30 ****
$zi_theme['installer_title'] = 'ZZ/OSS Installer Server';
! $zi_theme['logo_title'] = 'ZZ/OSS Installer Homepage';
$zi_theme['logo_link'] = 'http://www.zzoss.com/projects/installer';
! $chdir = ZZOSS_Framework::conf('zzoss_framework/paths/url');
?>
\ No newline at end of file
--- 25,46 ----
$zi_theme['installer_title'] = 'ZZ/OSS Installer Server';
! $zi_theme['logo_title'] = 'ZZ/OSS Installer Server Homepage';
$zi_theme['logo_link'] = 'http://www.zzoss.com/projects/installer';
! $chdir = ZZOSS_Framework::conf('com.zzoss.framework.build/paths/url');
! $chdir_theme = $chdir.'themes/com.zzoss.zis.theme.kde/';
!
! if(isset($_REQUEST['nav_parent'])) {
! $_SESSION['nav_parent'] = $_REQUEST['nav_parent'];
! }
!
! if(isset($_REQUEST['nav_child'])) {
! $_SESSION['nav_child'] = $_REQUEST['nav_child'];
! }
!
! function zi_theme_selected($nav)
! {
! if(isset($_SESSION['nav_parent']) && $_SESSION['nav_parent'] == $nav){
! echo '_selected';
! }
! }
?>
\ No newline at end of file
Index: styles.css
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zis.theme.kde/styles.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** styles.css 14 Jan 2004 16:44:26 -0000 1.1
--- styles.css 17 May 2004 23:33:37 -0000 1.2
***************
*** 6,9 ****
--- 6,10 ----
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
+ text-align: center; /*ie5 hack*/
}
***************
*** 18,21 ****
--- 19,23 ----
padding-bottom:4px;
border:2px solid #374872;
+ text-align: left; /*undo ie5 hack*/
}
***************
*** 71,87 ****
.body {
margin-left:152px;
! margin-top:4px;
border:1px solid #3679ad;
background-color:#fff;
- margin-right:4px;
}
! .body_dev {
! margin-left:152px;
! margin-top:4px;
border:1px solid #3679ad;
! background-color:#e3eaf0;
! margin-right:4px;
}
--- 73,146 ----
.body {
+ margin-top:8px;
margin-left:152px;
! margin-right:4px;
! }
!
! .toolbar {
! height:22px;
! }
!
! .toolbar .item {
! float:left;
! border-top:1px solid #3679ad;
! border-left:1px solid #3679ad;
! padding-top:2px;
! padding-bottom:2px;
! padding-left:4px;
! padding-right:4px;
! }
!
! .toolbar .item_dev {
! float:left;
! border-top:1px solid #3679ad;
! border-left:1px solid #3679ad;
! padding-top:2px;
! padding-bottom:2px;
! padding-left:4px;
! padding-right:4px;
! }
!
! .toolbar .item_selected {
! float:left;
! border-top:1px solid #3679ad;
! border-left:1px solid #3679ad;
! padding-top:2px;
! padding-bottom:2px;
! padding-left:4px;
! padding-right:4px;
! background-color:#fff;
! }
!
! .toolbar .item_selected_dev {
! float:left;
! border-top:1px solid #3679ad;
! border-left:1px solid #3679ad;
! padding-top:2px;
! padding-bottom:2px;
! padding-left:4px;
! padding-right:4px;
! background-color:#fff;
! }
!
! .toolbar .item_last {
! float:left;
! border-top:1px solid #3679ad;
! border-left:1px solid #3679ad;
! border-right:1px solid #3679ad;
! padding-top:2px;
! padding-bottom:2px;
! padding-left:4px;
! padding-right:4px;
! }
!
! .content_frame {
border:1px solid #3679ad;
background-color:#fff;
}
! .content_frame_dev {
border:1px solid #3679ad;
! background-color:#fff;
}
***************
*** 93,133 ****
.body-popup_dev {
text-align:left;
! background-color:#e3eaf0;
}
.menu {
clear:both;
float:left;
! margin-top:4px;
! /*background-color:#db9513;*/
! width:130px;
! /*border-top:1px solid #000;
! border-right:1px solid #000;
! border-bottom:1px solid #000;*/
! margin-right:8px;
! padding-top:4px;
! padding-left:8px;
! padding-right:8px;
! padding-bottom:8px;
! }
! /*
! .menu h1 {
! color:#fff;
}
! .menu p {
! color:#9D2B39;
}
! .menu li {
! color:#9D2B39;
}
! .menu li.highlight {
! color:#fff;
! }
! */
! /* Prevent automatic border when image is linked. */
! .menuitem img {
border:0px;
float:left;
--- 152,186 ----
.body-popup_dev {
text-align:left;
! background-color:#fff;
}
.menu {
clear:both;
+ position:relative;
float:left;
! top:29px;
! width:152px;
! height:320px;
}
! /* Prevent automatic border when image is linked. */
! .menuitem img {
! border:0px;
! float:left;
! margin-right:4px;
}
! .menuitem {
! clear:both;
! margin-bottom:12px;
! vertical-align:middle;
! padding-top:4px;
! padding-left:8px;
! padding-right:8px;
! padding-bottom:4px;
! margin-left:4px;
}
! .menuitem_selected img {
border:0px;
float:left;
***************
*** 135,143 ****
}
! .menuitem {
clear:both;
! padding-top:12px;
vertical-align:middle;
}
/*
.menuitem a {
--- 188,206 ----
}
! .menuitem_selected {
clear:both;
! margin-bottom:12px;
vertical-align:middle;
+ background-color:#fff;
+ border-top:1px solid #3679ad;
+ border-left:1px solid #3679ad;
+ border-bottom:1px solid #3679ad;
+ padding-top:4px;
+ padding-left:8px;
+ padding-right:8px;
+ padding-bottom:4px;
+ margin-left:4px;
}
+
/*
.menuitem a {
***************
*** 162,167 ****
--- 225,238 ----
}
*/
+
.content {
+ position:relative; /* IE hack */
+ width:auto; /* IE hack */
padding:8px;
+ min-height:320px;
+ }
+
+ .content .help {
+ float:right;
}
***************
*** 175,178 ****
--- 246,263 ----
}
+ /* Normal tables */
+ /* Must be included in CSS file for MSIE5+ compatibility */
+
+ .content table {
+ position:relative;
+ border:0px;
+ empty-cells:show;
+ }
+
+ .content table td {
+ padding:4px;
+ vertical-align:top;
+ }
+
/* List table */
***************
*** 180,184 ****
border:0px;
border-spacing:0px;
- width:100%;
border-left:1px dotted #999;
margin-top:8px;
--- 265,268 ----
***************
*** 210,214 ****
border:0px;
border-spacing:0px;
- width:100%;
margin-top:8px;
margin-bottom:24px;
--- 294,297 ----
***************
*** 266,269 ****
--- 349,395 ----
}
+ .content .actions img {
+ margin-top:1px;
+ margin-right:1px;
+ margin-bottom:5px;
+ }
+
+ /* progress bar */
+
+ .progressBarBorder, .progressBar {
+ background-color: #FFFFFF;
+ width: 172px;
+ height: 24px;
+ position:relative;
+ }
+
+ .progressBarBorder {
+ border-width: 0px;
+ border-style: solid;
+ border-color: #000000;
+ }
+
+ .installationProgress {
+ width: 50px;
+ text-align: left;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #000000;
+ background-color: #FFFFFF;
+ }
+
+ .cellA, .cellI {
+ width: 15px;
+ height: 20px;
+ font-size: 8px;
+ float: left;
+ background-color: #d0dfec;
+ }
+
+ .cellA {
+ background-color: #3679ad;
+ visibility: hidden;
+ }
+
/* style of contextmenu of content layer */
***************
*** 274,277 ****
--- 400,404 ----
text-align:right;
background-color:#e3eaf0;
+ margin:0px;
}
***************
*** 286,293 ****
}
- .contextmenu .status {
- float:left;
- }
-
.contextlink {
text-align:center;
--- 413,416 ----
***************
*** 344,347 ****
--- 467,482 ----
}
+ .status {
+ float:left;
+ margin-left:4px;
+ margin-top:2px;
+ vertical-align:middle;
+ }
+
+ .status img {
+ border:0px;
+ vertical-align:middle;
+ }
+
/* text specific styles */
***************
*** 367,372 ****
}
input[type=text] {
! font-size:12px; width:440px;
padding-bottom:4px;
}
--- 502,511 ----
}
+ input {
+ font-size:12px;
+ }
+
input[type=text] {
! font-size:12px; width:360px;
padding-bottom:4px;
}
Index: package.xml
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zis.theme.kde/package.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** package.xml 14 Jan 2004 16:44:26 -0000 1.1
--- package.xml 17 May 2004 23:33:37 -0000 1.2
***************
*** 35,40 ****
--- 35,42 ----
<file role="php" basinstalldir="" name="header.php"/>
<file role="php" basinstalldir="" name="styles.css"/>
+ <file role="php" basinstalldir="" name="spacer.gif"/>
</filelist>
<deps>
+ <dep type="pkg" rel="ge" version="1.0.0">com.zzoss.browser.lib</dep>
<dep type="pkg" rel="ge" version="1.0.0">org.kde.icons.crystalsvg</dep>
<dep type="pkg" rel="ge" version="1.0.0">com.zzoss.logos</dep>
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click