svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r758 - static/trunk/fsforg/css


From: sysadmin
Subject: [Svnweb-commits] r758 - static/trunk/fsforg/css
Date: Wed, 14 Oct 2009 17:58:12 -0400

Author: mattl
Date: Wed Oct 14 17:58:12 2009
New Revision: 758

Log:
another CSS file

Added:
   static/trunk/fsforg/css/ploneNS4.css

Added: static/trunk/fsforg/css/ploneNS4.css
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ static/trunk/fsforg/css/ploneNS4.css        Wed Oct 14 17:58:12 2009        
(r758)
@@ -0,0 +1,72 @@
+/* 
+** Plone style sheet for Netscape 4 and other non-CSS2-compatible browsers.
+** Copyright Alexander Limi, 2002-2003 - http://www.plonesolutions.com
+** Please reuse whatever you find useful here, and credit where credit is due 
:)
+*/
+
+/* Do not remove this, it's required to get the variables needed to render the 
CSS
+*/
+
+/* Don't remove this either, this is a CSS trick to hide things from all 
browsers 
+   that are not Netscape 4 - aka. Fabrice's Inversion (google it :) 
+   Any standards-compliant browser will ignore the styles below, unless you 
insert
+   a comment in them (which you shouldn't do).
+   */
+
+/*/*//*/ 
+
+body, p, table, td, th, ul, li, dd, dt, dl, h1, h2, h3, h4, h5, h6, div, span, 
input {
+    font-family: Verdana;
+}
+
+h1, h2, h3, h4, h5, h6 {
+    font-weight: normal;
+}
+
+p, ul, li, dt, dd, dl, table, td, th, .documentDescription, 
#portal-breadcrumbs, .documentDescription, #portal-footer, #portal-colophon, 
div.content, div.documentByLine, input, textarea {
+    font-size: 14px;
+}
+
+.documentDescription {
+    font-weight: bold;
+}
+
+#portal-columns{
+}
+
+#portal-columns #portal-column-one {
+    float: left;
+    clear: left;
+    width: 15%;
+    padding: 2em 0em 1em 2em;
+}
+
+#portal-columns #portal-column-two {
+    float: left;
+    clear: right;
+    width: 15%;
+    padding: 2em 2em 1em 0em;
+}
+
+#portal-columns #portal-column-content {
+    float: left;
+    clear: none;
+    width: 62%;
+    padding: 0.5em 2em 1em 2em;
+}
+
+#portal-globalnav li, 
+#personalbar li, 
+.contentViews li,
+#itemMenu li {
+    display: none;
+}
+
+/* End of Fabrice's Inversion: */
+
+/* */
+
+   
+/* End of the variable inclusion
+*/
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]