Part of MKWS-322. Change all references from mkws-widget-termlists.js to mkws-widget...
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.css
1 .mkws-credo {
2     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
3 }
4
5 .mkws-credo table {
6     width: 100%;
7     border-collapse: collapse;
8 }
9
10 .mkws-credo table tr.front {
11     background: #ddf3c3;
12 }
13
14 .mkws-credo table tr:first-child td:first-child {
15     width: 70%;
16 }
17
18 .mkws-credo table tr:first-child .section {
19     margin: 10px;
20     border: 1px solid #c0c0c0;
21 }
22
23 .mkws-credo table tr {
24     vertical-align: top;
25 }
26
27 .mkws-credo .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 .mkws-credo 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 .mkws-credo 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 .mkws-reference h1 {
53     display:none;
54 }
55
56 .mkws-reference img {
57     float: left;
58     margin: 0 1.5em 1em 0;
59     border: 2px solid #c0c0c0;
60     padding: 0.5em;
61 }
62
63 .mkws-credo .image .mkws-summary {
64     float: left;
65 }
66
67 .mkws-credo .image a {
68     text-decoration: none;
69 }
70
71 .mkws-credo hr.divider {
72     margin: 20px 1%;
73     border-top: 3px dotted #c0c0c0;
74     color: #fff;
75     background-color: #fff;
76     height: 0;
77     width: 98%;
78 }
79
80 .mkws-credit {
81     font-size: small;
82     text-align: right;
83 }
84
85 .mkws-credit::before {
86     content: "Source: ";
87     font-weight: bold;
88 }
89
90 .mkws-facet a {
91     text-decoration: none;
92 }
93
94 .mkws-facet a:hover {
95     text-decoration: underline;
96 }
97
98 .mkws-term {
99     clear: both;
100 }
101
102 .mkws-term span {
103     float: right;
104 }
105