summaryrefslogtreecommitdiff
path: root/webmail/plugins/carddav/skins/larry/carddav.css
blob: 3a320b34165ddba14343c8c1cb2af0c98673419b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.carddav .button {
	border-radius: 5px;
	border: 1px solid #aaa;
	text-shadow: 1px 1px 0px #fff;
	cursor: pointer;
}

.carddav .carddav_headline {
	font-size: 120%;
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.carddav .carddav_container {
	margin: 0 10px;
	background: #eaeaea;
	border-radius: 5px;
}

.carddav .carddav_server_list {
	width: 100%;
	border-collapse: collapse;
	text-shadow: 1px 1px 0px #fff;
}

.carddav_server_list thead td {
	font-weight: bold;
	padding: 10px;
	background-color: #e5e5e5;
	border-bottom: 1px solid #eee;
}

.carddav_server_list thead td:first-child {
	border-top-left-radius: 5px;
}

.carddav_server_list thead td:last-child {
	border-top-right-radius: 5px;
}

.carddav_server_list tbody tr:hover {
	background-color: #def;
}

.carddav_server_list tbody tr:hover td {
	border-radius: 5px;
}

.carddav_server_list tbody td {
	padding: 5px 15px;
}

.carddav .carddav_headline.example_server_list {
	margin-top: 30px;
	font-size: 100%;
}