stas 02/02/26 19:20:58
Modified: . TODO
src style.css
tmpl/custom/html button index logo page wrap_box
Log:
- separate section of the left column with <br>
- clean style.css
Revision Changes Path
1.23 +0 -7 modperl-docs/TODO
Index: TODO
===================================================================
RCS file: /home/cvs/modperl-docs/TODO,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- TODO 22 Feb 2002 10:36:33 -0000 1.22
+++ TODO 27 Feb 2002 03:20:58 -0000 1.23
@@ -49,13 +49,6 @@
'content' doesn't have to wrap itself in a <div> tag. If class is
passed then we can use it in <td class="">
-- currently we have (page_no(prev|parent|next).gif which don't have
- the text on the them. We need this to make sure that the widget
- doesn't move left/right when there is no prev or next, or
- parent. But it doesn't look nice. Consider to use completely empty
- images which will just be of the same size (spacer image?). Not sure
- though.
-
Content:
--------
1.34 +27 -32 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- style.css 22 Feb 2002 08:24:03 -0000 1.33
+++ style.css 27 Feb 2002 03:20:58 -0000 1.34
@@ -26,7 +26,7 @@
}
td.non-sel-bg {
- background-color: #eeeeee;
+ background-color: #ffffff;
}
td.sel-bg {
@@ -35,42 +35,40 @@
div.nonselectedmenuitem a:link, div.nonselectedmenuitem a:visited,
div.nonselectedmenuitem a:active {
font-family: verdana, arial, helvetica, sans-serif;
- font-size: 12px;
+ font-size: 0.9em;
color: #525d76;
text-decoration: none;
}
div.selectedmenuitem a, div.selectedmenuitem a:link, div.selectedmenuitem
a:visited, div.selectedmenuitem a:active {
font-family: verdana, arial, helvetica, sans-serif;
- font-size: 12px;
+ font-size: 0.9em;
color: #ffffff;
text-decoration: none;
}
div.nonselectedmenuitem {
padding: 3px;
- color: #000000;
- font-family: verdana, helvetica, arial, sans-serif;
- font-size: 12px;
- background-color: #eeeeee;
+ background-color: #ffffff;
}
div.selectedmenuitem {
padding: 3px;
- color: #000000;
- font-family: verdana, helvetica, arial, sans-serif;
- font-size: 12px;
background-color: #525d76;
}
-div.nonselectedmenuitem a:hover, div.selectedmenuitem a:hover {
+div.nonselectedmenuitem a:hover {
color: #999999;
}
+div.selectedmenuitem a:hover {
+ color: #cccc99;
+}
+
div.menu-title {
padding: 3px;
color: #000000;
- font-family: verdana, helvetica, arial, sans-serif;
+ font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
background-color: #828da6;
@@ -94,9 +92,11 @@
div.leftbox {
position: absolute;
top: 5px;
- left: 5px;
+ left: 0px;
width: 170px;
- padding: 0px;
+ border: 1px;
+ border-style: none;
+ border-color: #000000;
}
div.rightbox {
@@ -111,11 +111,9 @@
}
-
/* boxes in the left box */
div.logo {
- width: 150px;
- padding: 5px; /* 0px works in NS4 */
+ width: 175px;
border: 1px;
border-style: none;
/* background-color: #ffffff; */
@@ -123,22 +121,21 @@
div.menumain {
border: 1px;
- padding: 5px;
border-style: none;
- /* background-color: #ffffff; */
+ width: 175px;
}
div.menulinks {
border: 1px;
- padding: 5px;
border-style: none;
+ width: 175px;
/* background-color: #ffffff; */
}
div.ad {
border: 1px;
- padding: 5px;
border-style: none;
+ width: 175px;
/* background-color: #ffffff;*/
}
@@ -157,22 +154,21 @@
/*breacrumb*/
td.navbarglobal {
- font-family: verdana, helvetica, sans-serif;
+ font-family: verdana, arial, helvetica, sans-serif;
color: #828da6;
font-size: 0.85em;
}
-
td.navbarglobal a:link, td.navbarglobal a:visited, td.navbarglobal a:active {
text-decoration: none;
color: #828da6;
- font-family: verdana, sans-serif;
+ font-family: verdana, arial, helvetica, sans-serif;
}
td.navbarglobal a:hover {
text-decoration: none;
color: #666666;
- font-family: verdana, sans-serif;
+ font-family: verdana, arial, helvetica, sans-serif;
}
div.index_section {
@@ -194,13 +190,12 @@
/* various font defs */
-.headline {
- color: #ffffff;
- font-family: helvetica, arial, verdana, sans-serif;
- font-size: 1.2em;
-}
td.headline {
background-color: #525a73;
+ font-family: verdana, arial, helvetica, sans-serif;
+ font-weight: bold;
+ color: #ffffff;
+ font-size: 1.2em;
}
code {
@@ -233,7 +228,7 @@
.input-fld {
height: auto;
font-family: verdana, arial, helvetica, sans-serif;
- font-size: 12px;
+ font-size: 1em;
}
.submit-but {
@@ -270,7 +265,7 @@
}
td.ad-bg {
- background-color: #eeeeee;
+ background-color: #ffffff;
}
/* hack aimed for opera instead of using space.gif*/
1.2 +1 -1 modperl-docs/tmpl/custom/html/button
Index: button
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/button,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- button 22 Feb 2002 11:06:01 -0000 1.1
+++ button 27 Feb 2002 03:20:58 -0000 1.2
@@ -1,4 +1,4 @@
-[% # splash/button: a bar with rounded corners
+[% # button: a bar
#
# ARGS: content, style
# STYLE: col, bgcol, align, width
1.14 +3 -3 modperl-docs/tmpl/custom/html/index
Index: index
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- index 22 Feb 2002 10:08:31 -0000 1.13
+++ index 27 Feb 2002 03:20:58 -0000 1.14
@@ -9,11 +9,11 @@
<!-- left box (NAV)-->
<div class="leftbox">
[% INCLUDE logo %]
-
+ <br>
[% INCLUDE menu_main nav=doc.nav; %]
-
+ <br>
[% INCLUDE menu_links %]
-
+ <br>
[% INCLUDE ad %]
<br><br>
</div>
1.4 +1 -1 modperl-docs/tmpl/custom/html/logo
Index: logo
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/logo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- logo 21 Feb 2002 08:55:18 -0000 1.3
+++ logo 27 Feb 2002 03:20:58 -0000 1.4
@@ -1,3 +1,3 @@
-<div class="logo">
+<div class="logo" align="center">
<a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root
%]/images/logo/mod_perl2.jpg" border="0" alt="mod_perl icon" height="59"
width="150"></a><br>
</div>
1.16 +3 -3 modperl-docs/tmpl/custom/html/page
Index: page
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- page 22 Feb 2002 10:08:31 -0000 1.15
+++ page 27 Feb 2002 03:20:58 -0000 1.16
@@ -8,14 +8,14 @@
<!-- left box (NAV)-->
<div class="leftbox">
[% INCLUDE logo %]
-
+ <br>
[% INCLUDE menu_main
nav=doc.nav
rel_doc_root=doc.dir.rel_doc_root;
%]
-
+ <br>
[% INCLUDE menu_links %]
-
+ <br>
[% INCLUDE ad %]
<br><br>
</div>
1.5 +2 -2 modperl-docs/tmpl/custom/html/wrap_box
Index: wrap_box
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/wrap_box,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wrap_box 21 Feb 2002 08:55:18 -0000 1.4
+++ wrap_box 27 Feb 2002 03:20:58 -0000 1.5
@@ -2,7 +2,7 @@
# ARGS: title, content
-%]
- <table border="0" cellspacing="0" cellpadding="0" width="150">
+ <table border="0" cellspacing="0" cellpadding="0" width="150"
align="center">
<tr>
<td class="menu-border" width="1"><br class="smallbr"></td>
<td class="menu-border" width="148"><br class="smallbr"></td>
@@ -22,4 +22,4 @@
</tr>
[% END %]
[% content %]
-</table>
\ No newline at end of file
+</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]