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