359089907bb0d19926e925c9e9d3f06787c238a8
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-wikipedia.css
1 .mkws-wikipedia,
2 .mkws-reference {
3     max-width: 40em;
4     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
5     background: #f0f0e0;
6     padding: 0.5em 1em;
7     border: 1px solid #c0c0a0;
8     border-radius: 1em;
9     -moz-border-radius: 1em;
10     -webkit-border-radius: 1em;
11 }
12
13 .mkws-wikipedia h1 a,
14 .mkws-reference h1 a {
15     color: #806020;
16 }
17
18 .mkws-wikipedia a,
19 .mkws-reference a {
20     text-decoration: none;
21 }
22
23 .mkws-wikipedia img,
24 .mkws-reference img {
25     float: right;
26     margin: 0 0 1em 2em;
27     border: 0.5em solid white;
28 }
29
30 .mkws-credit {
31     font-size: small;
32     text-align: right;
33 }
34
35 .mkws-credit::before {
36     content: "Source: ";
37     font-weight: bold;
38 }