[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - css_default.css.dtml:1.2 main_template.html:1.11 stylesheet_properties.props:1.4

Sidnei da Silva sidnei at x3ng.com.br
Wed Jun 12 19:17:53 EDT 2002


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

Modified Files:
	css_default.css.dtml main_template.html 
	stylesheet_properties.props 
Log Message:
CSS Fixes

=== Products/ZopeOrg-NV/skins/nzo/css_default.css.dtml 1.1 => 1.2 ===
 /* ----------------------------------------- */
 /* Body CSS */
 /* ----------------------------------------- */
@@ -29,7 +30,7 @@
 /* ----------------------------------------- */
 
 #TOP_NAVIG INPUT {
-	height: 18px;
+	height: 20px;
 }
 
 #TOP_NAVIG A {
@@ -61,7 +62,6 @@
 
 #USER_BAR {
 	text-align : right;
-	margin-bottom : 3pt;
 }
 
 #USER_BAR A {
@@ -131,7 +131,6 @@
 }
 
 #newsarea H1 A {
-	color : #336699;
 	text-align : right;
 	margin-bottom: 1px;
 	text-decoration : none;
@@ -173,12 +172,20 @@
         margin-bottom: 0.8em;
 }
 
+#SIDE_MENU H1 A{
+        color: black;
+}
+
 /* ----------------------------------------- */
 /* News Menu */
 /* ----------------------------------------- */
 
 #NEWS_MENU{
-	text-align : left;
+	text-align: left;
+}
+
+#NEWS_MENU P{
+	text-align: left;
 }
 
 #NEWS_MENU A{
@@ -186,7 +193,6 @@
 }
 
 #NEWS_MENU H1{
-	text-align : left;
         border-bottom: solid 0.05em #336699;
 }
 
@@ -229,14 +235,18 @@
 
 
 #contentarea h1 {
+  font-size: 1.5em;
   text-align : left;
-  margin-bottom: 1px;
+  margin-bottom: 0.8em;
   border-bottom: solid 0.05em #cccccc;
 }
 
 .morelink {
-	text-decoration: underline;
-	vertical-align: text-top;
+        border: 0;
+        vertical-align: text-top;
+        margin: 0;
+        padding: 0;
+        float: middle;
 }
 
 .newsheadline {  


=== Products/ZopeOrg-NV/skins/nzo/main_template.html 1.10 => 1.11 ===
            width="201" height="54" border="0" /></a></div></td>
 
-      <form action="search" method="get"
-            tal:define="portal_url here/portal_url"
-     tal:attributes="action string:${portal_url}/search">
-      <td background="top_bckgrd.jpg"> <a href="#"
+      <td background="top_bckgrd.jpg" width="100%">
+
+	<a href="#"
          tal:attributes="href portal_url">Home</a> |
          <a href="#" tal:attributes="href string:${portal_url}/sitemap.html">Site map</a> |
          <a href="#" tal:attributes="href string:${portal_url}/help.html">Help</a> |
          <a href="#" tal:attributes="href string:${portal_url}/search_form">Search</a>
-        <input type="text" name="SearchableText" value="Type your search here"
-        size="20" onfocus="this.value='';" />
-        <input type="submit" name="Submit" value="Go" /> &nbsp;
       </td>
+      <td background="top_bckgrd.jpg" nowrap="nowrap">
+      <form action="search" method="get"
+            tal:define="portal_url here/portal_url"
+     tal:attributes="action string:${portal_url}/search">
+
+	<input type="text" name="SearchableText" value="Type your search here"
+        size="20" onfocus="this.value='';" />
+        <input type="submit" name="Submit" value="Go" />&nbsp;
       </form>
+
+      </td>
     </tr>
   </table>
 </div>
@@ -316,10 +322,13 @@
 </tr>
 </table>
 
+<!-- Disabled
+
 <div align="center" metal:use-macro="container/macros_repository/macros/bugbox">
 Here goes the Bug Box
 </div>
 
+-->
 <div align="center" metal:use-macro="container/macros_repository/macros/copyright">
   Here goes the Copyright
 </div>


=== Products/ZopeOrg-NV/skins/nzo/stylesheet_properties.props 1.3 => 1.4 ===
 listingHeaderFontColor:string=Black
 listingLinkHover:string=underline
-listingEvenBackground:string=#CCDCFF
+listingEvenBackground:string=#ECFAFF
 listingOddBackground:string=transparent
 topBackground:string=transparent
 topMargin:string=0






More information about the zopeorg-checkins mailing list