Part of MKWS-349, rename the CSS for the Wikipedia widget
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-wikipedia.css
diff --git a/examples/htdocs/mkws-widget-wikipedia.css b/examples/htdocs/mkws-widget-wikipedia.css
new file mode 100644 (file)
index 0000000..71e46ac
--- /dev/null
@@ -0,0 +1,34 @@
+.mkws-reference {
+    max-width: 40em;
+    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
+    background: #f0f0e0;
+    padding: 0.5em 1em;
+    border: 1px solid #c0c0a0;
+    border-radius: 1em;
+    -moz-border-radius: 1em;
+    -webkit-border-radius: 1em;
+}
+
+.mkws-reference h1 a {
+    color: #806020;
+}
+
+.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;
+}