[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_ updated styles for <pre> and <code> tags

Denis Mishunov denis.mishunoff at gmail.com
Tue Feb 5 13:05:48 EST 2008


Log message for revision 83549:
  updated styles for <pre> and <code> tags

Changed:
  A   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/pre_bg.png
  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/pre_bg.png
===================================================================
(Binary files differ)


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

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:55:41 UTC (rev 83548)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-05 18:05:48 UTC (rev 83549)
@@ -16,6 +16,11 @@
 body.popup {
     background: #fff;
 }
+pre,
+code {
+    background: #626264 url("&dtml-portal_url;/pre_bg.png") top left repeat-x;;
+    color: &dtml-linkColor;;
+}
 h1, h2 {
     font-size: 120%;
 }

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:55:41 UTC (rev 83548)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-05 18:05:48 UTC (rev 83549)
@@ -604,7 +604,7 @@
 table.listing td,
 .stx table td {
     border-right: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
-    padding: 0.25em 0.5em;
+    padding: 1em;
 }
 table.orangePortlet td {
     border-right-color: &dtml-notifyBorderColor;;



More information about the Checkins mailing list