blob: 544e2898216036a3f7e084b2e7b7f2c4d04cdbcf (
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
59
60
61
62
63
64
65
66
67
68
69
70
71
|
.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;
}
.elgg-task-icon {
box-shadow: none;
}
.treeview a.selected {
background-color: transparent !important;
}
.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%;
}
.groups-profile-icon {
border: 2px solid #F1F1F1;
box-shadow: 0px 1px 3px #666
}
|