99a1b9da2dac7e7cb952050ae745bf8437c02b3b
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.css
1 .mkwsCredo {
2     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
3 }
4
5 .mkwsCredo table {
6     width: 90%;
7     border-collapse: collapse;
8 }
9
10 .mkwsCredo table tr.front {
11     background: #ddf3c3;
12 }
13
14 .mkwsCredo table tr:first-child td:first-child {
15     width: 70%;
16 }
17
18 .mkwsCredo table tr:first-child .section {
19     margin: 10px;
20     border: 1px solid #c0c0c0;
21 }
22
23 .mkwsCredo table tr {
24     vertical-align: top;
25 }
26
27 .mkwsCredo .front div.title {
28     font-size: 150%;
29     font-weight: bold;
30     color: white;
31     background: #666699;
32     padding: 0.25em 0.5em;
33 }
34
35 .mkwsCredo div.title {
36     font-size: 150%;
37     font-weight: bold;
38     color: #666699;
39     background: #ddf3c3;
40     padding: 0.25em 0.5em;
41 }
42
43 .mkwsCredo div.content {
44     background: white;
45     padding: 0.5em 1em;
46
47     // Next is needed to make this area grow to contain floated images.
48     // See http://www.quirksmode.org/css/clearing.html
49     overflow: auto;
50 }
51
52 .mkwsReference h1 {
53     display:none;
54 }
55
56 .mkwsReference img {
57     float: left;
58     margin: 0 1.5em 1em 0;
59     border: 2px solid #c0c0c0;
60     padding: 0.5em;
61 }
62
63 .mkwsCredo .image .mkwsSummary {
64     float: left;
65 }
66
67 .mkwsCredo .image a {
68     text-decoration: none;
69 }
70