[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_ - made the site to have fixed-width

Denis Mishunov denis.mishunoff at gmail.com
Tue Feb 5 12:32:19 EST 2008


Log message for revision 83545:
  - made the site to have fixed-width
  - added background to body
  - polished some paddings and font-size for blurb

Changed:
  A   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/body_bg.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml

-=-
Added: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/body_bg.png
===================================================================
(Binary files differ)


Property changes on: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/body_bg.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props	2008-02-05 17:13:44 UTC (rev 83544)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props	2008-02-05 17:32:18 UTC (rev 83545)
@@ -44,4 +44,4 @@
 
 portalMinWidth:string=70em
 columnOneWidth:string=16em
-columnTwoWidth:string=32em
\ No newline at end of file
+columnTwoWidth:string=342px
\ No newline at end of file

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-05 17:13:44 UTC (rev 83544)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-05 17:32:18 UTC (rev 83545)
@@ -9,6 +9,13 @@
 ** CUSTOM STYLES FOR ZOPEORG.THEME
 */
 
+body {
+    background: #474747 url("&dtml-portal_url;/body_bg.png") top left repeat-x;
+}
+body.documentContent,
+body.popup {
+    background: #fff;
+}
 h1, h2 {
     font-size: 120%;
 }
@@ -67,8 +74,7 @@
     display: none;
 }
 #portal-feature {
-    font-size: 1.5em;
-    padding: 0px 2em 0px 50px;
+    padding: 0px 140px 0px 50px;
     min-height: 157px;
 }
 img.featureImage {
@@ -76,12 +82,18 @@
     margin: 1em 0;
 }
 #feature-blurb {
-    padding: 2em 0 2em 250px;
+    padding: 38px 0 0.5em 250px;
+    font-size: 1.8em;    
+    line-height: 1.2em;
 }
 
+#feature-blurb p {
+    line-height: 1.2em;    
+}
 #feature-blurb ul,
 #feature-blurb ol {
     margin: 0;
+    line-height: 1.2em;
 }
 
 #feature-blurb ul li,
@@ -152,8 +164,9 @@
 /* footer styles */
 #zopeorg-footer {
     text-align:center;
-    margin: 2em 0;
+    margin: 2em 0 0;
     font-size: 0.95em;
+    padding-bottom: 2em;
 }
 #zopeorg-footer #portal-siteactions,
 #zopeorg-footer #zopeorg-copyright {

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-05 17:13:44 UTC (rev 83544)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-05 17:32:18 UTC (rev 83545)
@@ -47,8 +47,10 @@
 }
 
 #visual-portal-wrapper {
-    margin: 0;
+    margin: 3em auto 1em;
     padding: 0;
+    width: 999px;
+    background: #fff;
 }
 
 /* Logo properties */



More information about the Checkins mailing list