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=fd7876cf0fa53c62dd7dbf0669b184cda6266010;hb=3d35befefa145afe2f3fd5a43c9771278ed94b0a;hpb=47c56bb47e09a7a61c0dad7a11af86a5e9df3fa7 diff --git a/examples/htdocs/mkws-widget-reference.css b/examples/htdocs/mkws-widget-reference.css index fd7876c..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,16 +9,26 @@ -webkit-border-radius: 1em; } -.mkwsReference h1 a { +.mkws-reference h1 a { color: #806020; } -.mkwsReference a { +.mkws-reference a { text-decoration: none; } -.mkwsReference img { +.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; +}