bring raw pp2 test page back
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-reference.css
index 3d1e6f0..71e46ac 100644 (file)
@@ -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;
+}