first work on linkback result visualization
[stapibas.git] / www / css / show-links.css
1 a.stapibas-link:after {
2     margin-left: 0.3ex;
3 }
4 a.stapibas-status-error:after {
5     color: red;
6     content: "✘";
7 }
8 a.stapibas-status-unsupported:after {
9     color: grey;
10     content: "✘";
11 }
12 a.stapibas-status-queued:after {
13     color: white;
14     background-color: grey;
15     content: "⌚";
16 }
17 a.stapibas-status-pinging:after {
18     color: white;
19     background-color: #BB0;
20     content: "…";
21 }
22 a.stapibas-status-ok:after {
23     color: white;
24     background-color: #0B0;
25     content: "✔";
26 }
27
28 .smallipop-theme-white .smallipop-content {
29     text-align: left !important;
30 }
31 .smallipop-theme-white {
32     width: 400px !important;
33     max-width: 600px !important;
34 }
35
36 .smallipop-content h2 {
37     margin: 0px;
38     margin-bottom: 0.5ex;
39     font-size: 1em;
40 }
41 .smallipop-content dt, .smallipop-content dd {
42     margin: 0px;
43     padding: 0px;
44 }
45 .smallipop-content dt {
46     font-style: italic;
47     min-width: 10ex;
48     float: left;
49     clear: both;
50 }
51 .smallipop-content dd {
52     float: left;
53     margin-left: 1ex;
54 }
55
56 .stapibas-stats {
57     text-align: center;
58     padding: 0.5ex;
59     background-color: #fcfcfc;
60     border-color: #CCC;
61 }
62 .stapibas-stats-error {
63     background-color: red;
64     color: white;
65 }
66
67 .stapibas-stats ul {
68     display: inline;
69     margin: 0px;
70     padding: 0px;
71 }
72 .stapibas-stats li {
73     display: inline;
74     margin-left: 5ex; 
75 }