X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.css;h=2b8ef0d2cb46a86ca58c581a5d6b155b4ab29c4e;hb=a0c43fd14e6eaa9f6c23952c5cc782382edd2a60;hp=4cb10cb34ad9ad6830131edb32f0243f67db68ca;hpb=aadb4256e4fe86cc30cdb76438f2ba577f6cbc56;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 4cb10cb..2b8ef0d 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -1,3 +1,71 @@ .mkwsCredo { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } + +.mkwsCredo table { + width: 90%; + border-collapse: collapse; +} + +.mkwsCredo table tr.front { + background: #ddf3c3; +} + +.mkwsCredo table tr:first-child td:first-child { + width: 70%; +} + +.mkwsCredo table tr:first-child .section { + margin: 10px; + border: 1px solid #c0c0c0; +} + +.mkwsCredo table tr { + vertical-align: top; +} + +.mkwsCredo .front div.title { + font-size: 150%; + font-weight: bold; + color: white; + background: #666699; + padding: 0.25em 0.5em; +} + +.mkwsCredo div.title { + font-size: 150%; + font-weight: bold; + color: #666699; + background: #ddf3c3; + padding: 0.25em 0.5em; +} + +.mkwsCredo div.content { + background: white; + padding: 0.5em 1em; + + // Next two are needed to make this area grow to contain floated images. + // See http://www.quirksmode.org/css/clearing.html + overflow: auto; + width: 100%; +} + +.mkwsReference h1 { + display:none; +} + +.mkwsReference img { + float: left; + margin: 0 1.5em 1em 0; + border: 2px solid #c0c0c0; + padding: 0.5em; +} + +.mkwsCredo .image .mkwsSummary { + float: left; +} + +.mkwsCredo .image a { + text-decoration: none; +} +