summaryrefslogtreecommitdiff
path: root/plugins/UserFlag/userflag.css
blob: d69c2467f920c8c7ae13ab7a3dd963cd8681999e (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
.entity_flag input.submit,
.entity_flag p {
background:url(icon_flag.gif) 5px 5px no-repeat;
}
.entity_sandbox input.submit,
.entity_sandbox p {
background:url(icon_sandbox.gif) 5px 5px no-repeat;
}
.entity_silence input.submit,
.entity_silence p {
background:url(icon_silence.gif) 5px 5px no-repeat;
}
.entity_delete input.submit,
.entity_delete p {
background:url(icon_skull.gif) 5px 5px no-repeat;
}

.entity_moderation {
position:relative;
}
.entity_moderation p {
background:transparent url(icon_badge.gif) 5px 5px no-repeat;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.25);
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
font-weight:bold;
padding-bottom:2px;
margin-bottom:7px;

color:#002FA7;
}
.entity_moderation ul {
display:none;
}
.entity_moderation:hover ul {
display:block;
background-color:#FFFFFF;
min-width:21%;
width:100%;
border:1px solid #DDDDDD;
padding:11px;
position:absolute;
top:-1px;
right:-1px;
z-index:1;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.25);
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}