blob: f3ef7ec1f58642d24ee99d9a813e39d6f61e42e4 (
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
58
|
.profile-content-menu a {
background-color: transparent;
}
.profile-admin-menu-wrapper {
background-color: #eee;
}
.profile-admin-menu-wrapper a:hover {
background-color: #333;
color: #eee;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.profile-admin-menu-wrapper li a {
background: none;
color: #333;
}
#profile-details h2 {
font-weight: bold;
}
.file-photo {
margin-top: 15px;
}
.tasklist-graph {
border: 1px solid #bbb;
}
.tasklist-graph div {
background-color: #444;
}
.tidypics-heading {
color: #FF4C12;
}
.tidypics-heading:hover {
color: #333;
}
.tidypics-gallery .elgg-head {
margin: 10px;
}
#cboxTitle h3 {
color: #eee;
font-weight: bold;
font-size: 160%;
}
|