/* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.30 2006/08/17 11:19:58 rich Exp $
+ * $Id: standard.css,v 1.31 2006/08/18 14:46:04 rich Exp $
*/
/* Based on the basic stylesheet. */
margin: 0.3em;
}
+/* Special effects. (Try setting 'CSS class' on a section). */
+div.leftcol {
+ width: 45%;
+}
+div.leftcol h2, div.leftcol p.edit_link {
+ display: none;
+}
+
+div.rightcol {
+ width: 45%;
+ float: right;
+ position: relative;
+ top: -16px;
+}
+* html div.rightcol {
+ top: 0px;
+}
+div.rightcol h2, div.rightcol p.edit_link {
+ display: none;
+}
+
+div.clearboth {
+ clear: both;
+}
+
+div.sticker {
+ border: 2px outset #000;
+ background-color: #fcfcfc;
+ padding: 12px;
+ -moz-border-radius: 10px;
+ border-radius: 10px; /* CSS3 */
+}
+div.sticker h2, div.sticker p.edit_link {
+ display: none;
+}
+
+div.product_right img {
+ float: right;
+ border: none;
+ margin-left: 2em;
+ margin-bottom: 0.5em;
+}
+
+div.product_left img {
+ float: left;
+ border: none;
+ margin-right: 2em;
+ margin-bottom: 0.5em;
+}
+
/* Edit links. */
p.edit_link {
margin: 6px 0px 0px 0px;