X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.css;h=4091ee0fd706ecff322cdeeeb644bd5eee47bec4;hb=264cbb9719343960487d912ad1ff15d7efb3fdea;hp=a7bad4b059b5975bff98e976ff4470282673a323;hpb=171ff55ac7848d4d0eb3eb4511f9129fcdcddc85;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index a7bad4b..4091ee0 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -3,7 +3,7 @@ } .mkwsCredo table { - width: 90%; + width: 100%; border-collapse: collapse; } @@ -24,7 +24,7 @@ vertical-align: top; } -.mkwsCredo div.title { +.mkwsCredo .front div.title { font-size: 150%; font-weight: bold; color: white; @@ -32,7 +32,74 @@ 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 is needed to make this area grow to contain floated images. + // See http://www.quirksmode.org/css/clearing.html + overflow: auto; +} + +.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; } + +.mkwsCredo hr.divider { + margin: 20px 1%; + border-top: 3px dotted #c0c0c0; + color: #fff; + background-color: #fff; + height: 0; + width: 98%; +} + +.mkwsCredit { + font-size: small; + text-align: right; +} + +.mkwsCredit::before { + content: "Source: "; + font-weight: bold; +} + +.mkwsFacet a { + text-decoration: none; +} + +.mkwsFacet a:hover { + text-decoration: underline; +} + +.mkwsTerm { + clear: both; +} + +.mkwsTerm span { + float: right; +} +