[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - arrow.gif:1.1 sitefonts.css:1.1 css_default.css:1.3 main_template.html:1.3 more.gif:1.2

Paul Everitt paul at zope.com
Thu May 16 17:43:52 EDT 2002


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv29488/skins/nzo

Modified Files:
	css_default.css main_template.html more.gif 
Added Files:
	arrow.gif sitefonts.css 
Log Message:
integrated many changes from olivier

=== Added File Products/ZopeOrg-NV/skins/nzo/arrow.gif ===
  <Binary-ish file>

=== Added File Products/ZopeOrg-NV/skins/nzo/sitefonts.css ===

body, td, th {
  font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ; 
  font-size: 0.9em;
}

H1 {
  font-size : 1.3em;
}

H2 {
  font-size : 1.2em;
}

H3 {
	font-size : 0.8em;
}




=== Products/ZopeOrg-NV/skins/nzo/css_default.css 1.2 => 1.3 ===
 
 BODY, TD, TH  {
-	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ; 
-	font-size: 0.9em;
         scrollbar-face-color: #E2E2E2;
         scrollbar-shadow-color: #FFFFFF;
         scrollbar-highlight-color: #FFFFFF;
@@ -14,8 +12,7 @@
         scrollbar-arrow-color: #727bb2;
 }
 
-H1{
-	font-size : 1.3em;
+H1 {
 	font-weight : bold;
 	color: black;
 	margin-bottom: 1px;
@@ -28,14 +25,9 @@
 }
 
 H2 {
-	font-size : 1.2em;
 	font-weight : bold;
 }
 
-H3 {
-	font-size : 0.8em;
-}
-
 
 /* ----------------------------------------- */
 /* Top Navigation Bar */
@@ -48,7 +40,6 @@
 }
 
 #TOP_NAVIG INPUT {
-	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif; 
 	FONT-SIZE: 11px;
 	BORDER-BOTTOM: #CCCCCC 1px solid; 
 	BORDER-LEFT: #CCCCCC 1px solid; 
@@ -62,14 +53,20 @@
 	color : white;
 }
 
-#TOP_NAVIG A:HOVER {
+
+#TOP_NAVIG A:ACTIVE, #TOP_NAVIG A:HOVER, #USER_BAR A:HOVER, 
+#ACTIONS_BAR A:ACTIVE, #ACTIONS_BAR A:HOVER,
+#NEWS A:ACTIVE, #NEWS A:HOVER, 
+#SIDE_MENU A:ACTIVE, #SIDE_MENU A:HOVER, 
+#newsarea H1 A:ACTIVE, #newsarea H1 A:HOVER,  
+#SIDE_MENU H1 A:ACTIVE, #SIDE_MENU H1 A:HOVER, 
+#FOOTER_MENU A:ACTIVE, #FOOTER_MENU A:HOVER { 
 	/*text-decoration : underline;*/
 	color : #FF9900;
 }
 
 #TOP_NAVIG A:ACTIVE {
 	text-decoration : underline;
-	color : #FF9900;
 }
 
 #TOP_NAVIG TD {
@@ -86,22 +83,17 @@
 #USER_BAR {
 /*	font-size : 8pt; */
 	font-size: smaller;
-	color : #326699;
+	color : #336699;
 	text-align : right;
 	margin-bottom : 3pt;
 }
 
 #USER_BAR A {
 	text-decoration : none;
-	color : #326699;
+	color : #336699;
 }
 
 
-#USER_BAR A:HOVER {
-	/*text-decoration : underline;*/
-	color : #FF9900;
-}
-
 #USER_BAR A:ACTIVE {
 	text-decoration : none;
 	color : #FF9900;
@@ -115,26 +107,18 @@
 #ACTIONS_BAR {
 /*	font-size : 8pt; */
 	font-size: smaller;
-	color : #326699;
+	color : #336699;
 	text-align : right;
 	margin-bottom : 3pt;
 }
 
 #ACTIONS_BAR A {
 	text-decoration : none;
-	color : #326699;
-}
-
-#ACTIONS_BAR A:HOVER {
-	/*text-decoration : underline;*/
-	color : #FF9900;
-
+	color : #336699;
 }
 
 #ACTIONS_BAR A:ACTIVE {
-	text-decoration : none;
-	color : #FF9900;
-	/*font-weight : bold;*/
+	text-decoration : underline;
 }
 
 /* ----------------------------------------- */
@@ -153,21 +137,12 @@
 
 #NEWS A {
 	text-decoration : none;
-	color : #326699;
-}
-
-#NEWS A:HOVER {
-	/*text-decoration : underline;*/
-	color : #FF9900;
-}
-
-#NEWS A:ACTIVE {
-	color : #FF9900;
+	color : #336699;
 }
 
 #newsarea H1 {
 	font-size: 1.3em;
-	color : #326699;
+	color : #336699;
 	text-align : left;
 	margin-bottom: 1px;
   border-bottom: solid 0.05em #cccccc;
@@ -175,7 +150,7 @@
 
 #newsarea H1 A {
 	/*font-size: 1.3em;*/
-	color : #326699;
+	color : #336699;
 	text-align : right;
 	margin-bottom: 1px;
 	text-decoration : none;
@@ -183,7 +158,6 @@
 
 #newsarea H1 A:HOVER {
 	/*font-size: 1.3em;*/
-	color : #FF9900;
 	text-align : right;
 	margin-bottom: 1px;
 	text-decoration : none;
@@ -199,46 +173,36 @@
 /* Side Menu */
 /* ----------------------------------------- */
 
-#SIDE_MENU {
+#SIDE_MENU, #NEWS_MENU {
 	font-size: smaller;
 	text-align : left;
 }
 
-#SIDE_MENU H1 A {
-	color: #326699;
-}
-
 #SIDE_MENU A {
 	text-decoration : none;
 	color : black;
 }
 
-#SIDE_MENU A:HOVER {
-	text-decoration: underline;
-}
-
-#SIDE_MENU A:ACTIVE {
-/*	color : black; */
+#SIDE_MENU>A:before, #topresources>p {
+  content: url('arrow.gif');
+  padding-right: 0.2em;
 }
 
 #SIDE_MENU H1 {
 	font-size: 1.2em;
 	text-align : left;
-        border-bottom: solid 0.05em #326699;
+        border-bottom: solid 0.05em #336699;
 }
 
 #SIDE_MENU H1 A {
 	/*font-size: 1.3em;*/
-	/*color : #326699;*/
+	/*color : #336699;*/
 	text-align : right;
 	/*margin-bottom: 1px;
 	text-decoration : none;*/
 }
 
 #SIDE_MENU H1 A:HOVER {
-	/*font-size: 1.3em;*/
-	color : #FF9900;
-	/*text-align : right;
 	margin-bottom: 1px;
 	text-decoration : none;
 	font-weight : bold;*/
@@ -253,22 +217,12 @@
 	font-size: smaller;
 	color : white;
 	text-align : center;
+	background-color: #326699;
+  padding: 0.4em;
 }
 
-
-#FOOTER_MENU A{
-	/*text-decoration : none;*/
-	color : #FF9900;
-}
-
-#FOOTER_MENU A:HOVER{
-	/*text-decoration : underline;*/
-	color : #FF9900;
-}
-
-#FOOTER_MENU A:ACTIVE {
-	text-decoration : underline;
-	color : #FF9900;
+#FOOTER_MENU a {
+  color: white;
 } 
 
 /* ----------------------------------------- */
@@ -276,9 +230,9 @@
 /* ----------------------------------------- */
 
 .SLOGAN {
-/*  font-size: 10pt; */
-  color : #326699;
+  color : #336699;
   text-align: left;
+  font-weight: bold;
 }
 
 /* ----------------------------------------- */
@@ -294,7 +248,7 @@
 
 #contentarea h1 {
   font-size: 1.3em; /*larger;*/
-  color : #326699;
+  color : #336699;
   text-align : left;
   margin-bottom: 1px;
   border-bottom: solid 0.05em #cccccc;
@@ -329,4 +283,3 @@
 .sectionitems li {
   list-style-type: none;
 }
-


=== Products/ZopeOrg-NV/skins/nzo/main_template.html 1.2 => 1.3 ===
         tal:attributes="href here/css_default/absolute_url" />
 
+  <link href="sitefonts.css" rel="stylesheet" type="text/css"
+        tal:attributes="href here/sitefonts/absolute_url" />
+
 </head>
 
 <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
@@ -119,11 +122,12 @@
           <a href="#">About Zope.org</a><br />
           <br />
 
-          <h1><a href="#">Documentation</a></h1>
-          <a href="#">References</a><br />
-          &nbsp; <a href="#">API</a>, <a href="#">ZPT</a>, <a href="#">DTML</a><br />
+          <h1><a href="#">Docs</a></h1>
           <a href="#">The Zope Book</a><br />
           <a href="#">Developer Guide</a><br />
+          <a href="#">API reference</a><br />
+          <a href="#">ZPT reference</a><br />
+          <a href="#">DTML reference</a><br />
           <a href="#">Administrator Guide</a><br />
           <a href="#">Articles</a><br />
           <a href="#">How-To's</a><br />
@@ -185,7 +189,7 @@
       interface is one of its most powerful features, but there
       is one area where using Zope's managment interface is
       difficult: editing templates.  <img src="more.gif"
-      width="42" height="13" align="absbottom" /></p>
+      width="115" height="33" align="absbottom" /></p>
 
       <H1>What is Zope?</H1>
 
@@ -195,7 +199,7 @@
       community consists of hundreds of companies and thousands
       of developers all over the world, working on building
       the platform and Zope applications. <br />
-      <img src="more.gif" width="42" height="13" align="absbottom" />
+      <img src="more.gif" width="115" height="33" align="absbottom" />
       </p>
 
       <h1>Info for...</h1>
@@ -206,7 +210,7 @@
         <div class="subitems"><a href="">Intro</a>, 
             <a href="">About Python</a>, 
      <a href="">Web Programming</a> 
-            <img src="more.gif" width="42" height="13" align="absbottom" />
+            <img src="more.gif" width="115" height="33" align="absbottom" />
         </div>
       </div>
 
@@ -216,7 +220,7 @@
      <a href="">Security</a>, 
      <a href="">Backup policies</a>, 
      <a href="#">DTML </a>
-     <a href=""><img src="more.gif" width="42" height="13" 
+     <a href=""><img src="more.gif" width="115" height="33" 
      align="absbottom" border="0" /></a>
         </div>
       </div>
@@ -227,7 +231,7 @@
         <div class="subitems"><a href="">Developers Guide</a>, 
      <a href="#">ZClasses</a>,
      <a href="">Unit testing</a> 
-     <a href="#"><img src="more.gif" width="42" height="13" 
+     <a href="#"><img src="more.gif" width="115" height="33" 
      align="absbottom" border="0" /></a>
         </div>
       </div>
@@ -238,7 +242,7 @@
         <div class="subitems"><a href="">Products</a>, 
      <a href="">Using CVS</a>,
      <a href="">Bug days</a> 
-     <a href="#"><img src="more.gif" width="42" height="13"
+     <a href="#"><img src="more.gif" width="115" height="33"
      align="absbottom" border="0" /></a>
         </div>
       </div>
@@ -247,71 +251,50 @@
 
     <TD valign="top"><img src="space.gif" width="7" height="32" alt="" /></TD>
     <TD background="point_bckgrd2.jpg"><img src="space.gif" width="24" height="32" alt="" /></TD>
-    <TD id="newsarea" vAlign=top width=200> 
-        <H1>Announcements&nbsp;<img
-          src="more.gif" width="42" height="13" align="absbottom" />
-        </H1>
-
-        <p class="newsdate">2002-04-14:</p>
-
-        <p class="newsheadline">O'Reilly Call For Papers
-        Deadline&nbsp;<img src="more.gif" width="42" height="13"
-        align="absbottom" /></p>
+    <TD id="NEWS_MENU" vAlign=top width=200> 
 
-        <p class="newsdate">2002-04-13:</p>
+        <H1>Announcements</H1>
 
-        <p class="newsheadline">Migration to new.zope.org
-        Scheduled&nbsp;<img src="more.gif" width="42" height="13"
-        align="absbottom" /></p>
+        <p>14 March - <a href="#">O'Reilly Call For Papers
+        Deadline</a></p>
 
-        <p class="newsdate">2002-04-13:</p>
+        <p>13 March - <a href="#">Migration to new.zope.org
+        Scheduled</a></p>
 
-        <p class="newsheadline">Lennart is Learning
-        dreamweaver&nbsp;<img src="more.gif" width="42" height="13"
-        align="absbottom" /></p>
-
-        <H1>News&nbsp;<img
-        src="more.gif" width="42" height="13" align="absbottom" />
-        </H1>
-
-        <p class="newsdate">2002-04-13:</p>
+        <p>13 March - <a href="#">Lennart is Learning
+        dreamweaver, Olivier prefers plain old ZMI</a></p>
+  
+        <p style="text-align: center"><img style="text-align: center"
+           src="more.gif" width="115" height="33" align="absbottom" /></p>
+ 
+        <H1>News</H1>
 
-        <p class="newsheadline">ZPT introduction <img src="more.gif"
-        width="42" height="13" align="absbottom" /></p>
+        <p>13 Apr - <a href="#">ZPT introduction</a></p>
 
-        <p class="newsdate">2002-04-13:</p>
+        <p>13 Apr - <a href="#">Lambda Tricks</a></p>
 
-        <p class="newsheadline">Lambda Tricks <img src="more.gif"
-        width="42" height="13" align="absbottom" /></p>
+        <p>13 Apr - <a href="#">Zope on Slashdot</a></p>
 
-        <p class="newsdate">2002-04-13:</p>
+        <p style="text-align: center"><img style="text-align: center"
+           src="more.gif" width="115" height="33" align="absbottom" /></p>
  
-        <p class="newsheadline">Zope on Slashdot <img src="more.gif"
-        width="42" height="13" align="absbottom" /></p>
+        <h1>Top Resources</h1>
 
-        <h1>Top
-        Resources&nbsp;<img src="more.gif" width="42" height="13"
-        align="absbottom" /></h1>
+        <div class="topresources">
+        <p> - <a href="#">Content Index 1.5.0</a> (haqa)</p>
 
-        <p class="newsdate">2002-04-13 [haqa]:</p>
+        <p> - <a href="#">Ratings 0.3.0</a> (k_vertigo)</p>
 
-        <p class="newsheadline">Content Index 1.5.0 <img
-        src="more.gif" width="42" height="13" align="absbottom" /></p>
+        <p> - <a href="#">LDAP Directory Manager 0.1</a> (k_vertigo)</p>
 
-        <p class="newsdate">2002-04-13 [k_vertigo]:</p>
+        <p> - <a href="#">Photo Extension 0.0.2</a> (mngibso)</p>
 
-        <p class="newsheadline">Ratings 0.3.0 <img src="more.gif"
-        width="42" height="13" align="absbottom" /></p>
-
-        <p class="newsdate">2002-04-13 [stevray]:</p>
-
-        <p class="newsheadline">LDAP Directory Manager 0.1 <img
-        src="more.gif" width="42" height="13" align="absbottom" /></p>
-
-        <p class="newsdate">2002-04-13 [mngibso]:</p>
+	<p> - <a href="#">ZExternal News 1.0.2</a> (odeckmyn)</p>
+        </div>
 
-        <p class="newsheadline">Photo Extension 0.0.2 <img
-        src="more.gif" width="42" height="13" align="absbottom" /></p>
+        <p style="text-align: center"><img style="text-align: center"
+           src="more.gif" width="115" height="33" align="absbottom" /></p>
+ 
     </TD>
   </TR>
   </TBODY>
@@ -323,7 +306,7 @@
 </table>
 <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="margin-top: 2em;margin-bottom: 2em">
 <tr>
-<td align="center">
+<td align="center" id="FOOTER_MENU">
   <a href="#">Privacy policy</a> | <a href="#">Feedback
               to this page's author</a> | <a href="#">Feedback about Zope.org</a>
               | <a href="#">Page Source</a>


=== Products/ZopeOrg-NV/skins/nzo/more.gif 1.1 => 1.2 ===






More information about the zopeorg-checkins mailing list