[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml CSS support for ReST sidebars

Kevin Teague kevin at bud.ca
Sun Dec 30 20:18:14 EST 2007


Log message for revision 82612:
  CSS support for ReST sidebars

Changed:
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml

-=-
Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2007-12-31 00:43:04 UTC (rev 82611)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2007-12-31 01:18:12 UTC (rev 82612)
@@ -628,6 +628,32 @@
     display: none !important;
 }
 
+/* ReST Support */
+/* sidebar directive - for the Grok Tutorial */
+
+div.sidebar {
+  margin-left: 2em;
+  padding: 1em 1em 1em 2em;
+  border-left: 1px solid #f1f1f1;
+  font-size: 80%;
+  background-color: #ffffff;
+  width: 40%;
+  float: right;
+  clear: right;
+}
+
+p.sidebar-title {
+  font-family: sans-serif;
+  font-weight: bold;
+  font-size: %120;
+  color: #CC9900;
+}
+
+div.sidebar p.rubric {
+  font-family: sans-serif;
+  font-size: medium;
+}
+
 /* Unorganized CSS tweaks - clean me up */
 
 .listingNext {



More information about the Checkins mailing list