1/** * Design Elements - additional  CSS for the orphanmedia plugin
2 ** * @author Taggic <taggic@t-online.de> */
3/* ----- General Elements ---------- */
4
5.orph_sum_head {
6    font-weight: bold;
7    text-decoration:underline !important;
8}
9.oprph_sum_tbl {
10    border: none !important;
11    font-size: 85% !important;
12    line-height: 105%;
13}
14
15.oprph_sum_col0{
16    width: 20px !important;
17}
18
19.oprph_sum_col1 {
20    width: 200px !important;
21}
22
23.oprph_sum_col2 {
24    width: 75px !important;
25}
26
27.orph_col2 {
28    width: 300px !important;
29}
30
31.orph_col3 {
32    width: 300px !important;
33}
34
35  div.xm_perf {
36    background: rgb(255,255,204) !important;
37    background-origin: content-box;
38    border:     1px dotted grey;
39    margin-top:             4px;
40    padding-left:          20px;
41    color:                 rgb(80,80,80);
42    font-style:          italic;
43    font-size:             11px;
44    width:                450px;
45    border-radius:          9px;
46  }
47
48  .xm_perf_tbl {
49    border:     none;
50  }
51
52  .a1_img {
53    margin-right: 10px;
54    margin-top: -3px;
55  }