From: rich Date: Fri, 18 Aug 2006 14:46:04 +0000 (+0000) Subject: leftcol, rightcol, clearboth, sticker, product_left, product_right. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c9bedc022ac1ae290f2450e69d613a2c7f20fe67;p=cocanwiki.git leftcol, rightcol, clearboth, sticker, product_left, product_right. --- diff --git a/html/_css/standard.css b/html/_css/standard.css index b7b31f8..00b619e 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -1,5 +1,5 @@ /* 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. */ @@ -137,6 +137,56 @@ img.left_float_border { 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;