[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - css_default.css:1.4 sitefonts.css:1.3

Sidnei da Silva sidnei at x3ng.com.br
Fri May 17 05:04:54 EDT 2002


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

Modified Files:
	css_default.css sitefonts.css 
Log Message:
did a cleanup to use a better set of fonts and a lot of changes to make it look more consistent in ie, moz and konq. most of the changes were changes from definition of sizes like small to a fixed size using ems.

=== Products/ZopeOrg-NV/skins/nzo/css_default.css 1.3 => 1.4 === (542/642 lines abridged)
-/* Body CSS */
-/* ----------------------------------------- */
-
-BODY, TD, TH  {
-        scrollbar-face-color: #E2E2E2;
-        scrollbar-shadow-color: #FFFFFF;
-        scrollbar-highlight-color: #FFFFFF;
-        scrollbar-3dlight-color: #727bb2;
-        scrollbar-darkshadow-color: #727bb2;
-        scrollbar-track-color: #FFFFFF;
-        scrollbar-arrow-color: #727bb2;
-}
-
-H1 {
-	font-weight : bold;
-	color: black;
-	margin-bottom: 1px;
-	border-bottom: solid 0.05em #cccccc;
-
-}
-
-H1:before {
-  content: url('bullet.gif');
-}
-
-H2 {
-	font-weight : bold;
-}
-
-
-/* ----------------------------------------- */
-/* Top Navigation Bar */
-/* ----------------------------------------- */
-
-#TOP_NAVIG {
-/*	font-size : 10pt; */
-	color : #FFFFFF;
-	text-align : right;
-}
-
-#TOP_NAVIG INPUT {
-	FONT-SIZE: 11px;
-	BORDER-BOTTOM: #CCCCCC 1px solid; 
-	BORDER-LEFT: #CCCCCC 1px solid; 
-	BORDER-RIGHT: #CCCCCC 1px solid; 
-	BORDER-TOP: #CCCCCC 1px solid;
-	height: 18px;
-}
-
-#TOP_NAVIG A {

[-=- -=- -=- 542 lines omitted -=- -=- -=-]

+/* ----------------------------------------- */
+
+#NEWS_BOX {
+  font-size: 0.8em;
+  text-align: left;
+}
+
+
+#contentarea h1 {
+  color : #336699;
+  text-align : left;
+  margin-bottom: 1px;
+  border-bottom: solid 0.05em #cccccc;
+}
+
+#contentarea{
+  font-size: 0.8em;
+}
+
+.morelink {
+	font-size: 1em;
+        color : #336699;
+	text-decoration: underline;
+	vertical-align: text-top;
+}
+
+.newsheadline {  
+  font-weight: bold; 
+  color: #336699; 
+  margin-top: 0px; 
+  margin-bottom: 0px
+}
+
+/* ----------------------------------------- */
+/* added from sitemap.html */
+/* ----------------------------------------- */
+.sectiongroup {
+  margin-top: 2em;
+  margin-bottom: 2em;
+}
+
+.sectiontitle {
+  width: 100%;
+	font-size: 1.2em;
+	background-color: #cccccc;
+}
+
+.sectionitems li {
+  list-style-type: none;
+}


=== Products/ZopeOrg-NV/skins/nzo/sitefonts.css 1.2 => 1.3 ===
 body, td, th {
-    font-family : sans-serif ;
-/*  font-size: 0.9em; */
+        font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
+        font-size: 0.9em;
 }
 
 H1 {
-  font-size : 1.3em;
+  font-size : 1.1em;
 }
 
 H2 {
-  font-size : 1.2em;
+  font-size : 1em;
 }
 
 H3 {
-	font-size : 0.8em;
+  font-size : 0.9em;
 }
 
 






More information about the zopeorg-checkins mailing list