X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-reference.css;h=71e46ac30c08de7b81cac30fe9055d232da32bf0;hp=3d1e6f0c156e250e75ae39046e40fd96c966c80d;hb=3d35befefa145afe2f3fd5a43c9771278ed94b0a;hpb=1141eee87061d5a983ed6c05680457c00435b76d diff --git a/examples/htdocs/mkws-widget-reference.css b/examples/htdocs/mkws-widget-reference.css index 3d1e6f0..71e46ac 100644 --- a/examples/htdocs/mkws-widget-reference.css +++ b/examples/htdocs/mkws-widget-reference.css @@ -1,4 +1,4 @@ -.mkwsReference { +.mkws-reference { max-width: 40em; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; background: #f0f0e0; @@ -9,10 +9,26 @@ -webkit-border-radius: 1em; } -.mkwsReference h1 a { +.mkws-reference h1 a { color: #806020; } -.mkwsReference a { +.mkws-reference a { text-decoration: none; } + +.mkws-reference img { + float: right; + margin: 0 0 1em 2em; + border: 0.5em solid white; +} + +.mkws-credit { + font-size: small; + text-align: right; +} + +.mkws-credit::before { + content: "Source: "; + font-weight: bold; +}