1div.dokuwiki a.plugin_davcard_url:link,
2div.dokuwiki a.plugin_davcard_url:active,
3div.dokuwiki a.plugin_davcard_url:hover,
4div.dokuwiki a.plugin_davcard_url:visited {
5    position: relative;
6    z-index: 10;
7}
8
9div.dokuwiki a.plugin_davcard_url:link span.plugin_davcard_popup,
10div.dokuwiki a.plugin_davcard_url:active span.plugin_davcard_popup,
11div.dokuwiki a.plugin_davcard_url:visited span.plugin_davcard_popup {
12    display: none;
13}
14
15div.dokuwiki a.plugin_davcard_url:hover {
16    text-decoration: none !important;
17    z-index: 15;
18}
19
20div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup {
21    display: block;
22    position: absolute;
23    top: 1.2em;
24    left: 18px;
25    width: 20em;
26    height: 64px;
27    min-height: 64px;
28    height: auto;
29    background-color: __background__;
30    border: 1px solid __border__;
31    padding: 0.5em;
32    font-size: 90%;
33}
34
35div.dokuwiki a.plugin_davcard_url span.plugin_davcard_nopopup {
36    display:none;
37}
38
39div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.adr,
40div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.tel,
41div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.email_outer,
42div.dokuwiki #davcardAddressbookList span.adr,
43div.dokuwiki #davcardAddressbookList span.tel
44{
45    display:block;
46    position: relative;
47    margin-left: 45px;
48}
49
50div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.adr span.type,
51div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.tel span.type,
52div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.email_type,
53div.dokuwiki #davcardAddressbookList span.adr span.type,
54div.dokuwiki #davcardAddressbookList span.tel span.type
55{
56    font-weight: bold;
57    margin-left: -45px;
58    position: absolute;
59}
60
61div.dokuwiki .plugin_davcard_popup_overlay {
62    position: absolute;
63    padding: 0.5em;
64    margin-top: 1em;
65}
66
67
68div.dokuwiki .plugin_davcard_popup_overlay ul {
69    margin: 0;
70    list-style-type: none;
71}
72
73div.dokuwiki .plugin_davcard_popup_overlay ul li {
74    margin-left: 2em;
75}
76
77div.dokuwiki .plugin_davcard_popup_overlay ul li.dataov_name {
78    margin-left: 0;
79    margin-bottom: 0.3em;
80}
81
82div.dokuwiki .plugin_davcard_popup_overlay ul li.dataov_name div {
83    font-weight: bold;
84}
85
86div.dokuwiki .plugin_davcard_popup_overlay img {
87    max-width: 100px;
88    height: auto;
89}
90
91div.dokuwiki .plugin_davcard_popup_overlay .plugin_davcard_popup_container {
92
93}
94
95div.dokuwiki .plugin_davcard_popup_overlay .plugin_davcard_popup_image {
96    float: left;
97}
98
99div.dokuwiki .plugin_davcard_popup_overlay .plugin_davcard_popup_content {
100    float: right;
101}
102
103div.dokuwiki .plugin_davcard_popup_overlay .plugin_davcard_popup_container::after {
104    content:"";
105    display:block;
106    clear:both;
107}
108