-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackend.css
127 lines (98 loc) · 4.1 KB
/
backend.css
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/* ------- module members ------- */
.mod_members a img {border:0;}
/*----------- settings---------------*/
/* show (display:block;) or hide (display:none;) sections on Settings Page: */
.mod_members #settings1 {display:block;}
.mod_members #settings2 {display:block;}
.mod_members #settings3 {display:block;}
.mod_members .notready-tr {display:block;} /*einige Felder in den Options, die derzeit nicht ver�ndert werden sollten*/
.mod_members .options-names td {font-size: 10px; color: #999999;}
.mod_members .membertable img {border:0; border-collapse:collapse; }
/* ---------- Modify Member ---------- */
.mod_members .thismember {
background-color: #E0ECBE;
}
.mod_members .thisgroup {
background-color: #F1F8DD;
}
.mod_members .otherpage {
background-color: #FFCCFF;
}
.mod_members .lefttd { font-size: 10px; }
.mod_members .lefttd div { margin-bottom:12px; }
/* ---------- Modify ---------- */
.mod_members .topline {
border-top: 2px dotted #CCCCCC;
}
.mod_members {margin:20px 0 10px 0;}
.mod_members .mainmenue td {white-space:nowrap; padding-right:10px;}
.mod_members .ismember { font-weight: bold; }
.mod_members .isalias { font-style: italic; }
.mod_members .score_td {
text-align: right; padding-right:20px;
}
.mod_members .sort_td {
text-align: left; padding-left:20px;
}
.mod_members .grouptr td {
font-size: 14px;
background-color: #E7E7E7;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: dotted;
border-top-color: #999999;
border-bottom-color: #999999;
font-weight: bold;
}
.mod_members .membertd1, .mod_members .grouptd1 {
text-align: right;
padding-right: 10px;
}
.mod_members .mrow td {border-bottom: 1px dotted #999999;}
.mod_members .hilite td {
background-color: #E0ECBE ! important;
color: #999999;
}
.mod_members .groupinfo {padding-top: 10px; font-size: 10px;}
.mod_members .warning {margin:10px 0; padding:5px; background-color: #FFFF66! important;
color: #CC0000;}
.mod_members .admininfo {padding-top: 10px; font-size: 10px;}
/*-----------------------------------------------------------*/
#dragableTable ul {background-color: #fff; padding:0 ! important}
#dragableTable ul li, #firstgroup {margin:0 ! important; padding:0 ! important;}
#dragableTable li, #firstgroup {
list-style: none;
margin-top: 3px;
width: 100%;
padding: 2px;
color:#fff;
border-bottom: 1px dotted #999999;
background-color: #E0ECBE;
}
#dragableTable li .sortgroup td, #firstgroup {background-color: #eee; font-size: 14px;}
#dragableTable li.sortgroup {margin-top:10px;}
#dragableTable hr {line-height:4px;}
#dragableResult {
width: 50%;
padding:10px;
background-color:#336600;
color:#FFFFFF;
}
/* ------- module members NEW classes for drag n drop ------- */
.mod_members_wrapper {width: 100%; display: block; border: 1px #333 solid;}
.mod_members_links a img {border:0;}
.mod_members_group {width: 100%; height: 30px; display: block; border: 1px #00ccccc solid; font-size: 12px; background-color: #E7E7E7; }
/* Picture Chooser */
div#picturechooser {width:80%; position:absolute; top:10%; left:10%; display:none;}
table.choosertable .r1 td {height:17px;}
table.choosertable .r3 td {height:17px;}
table.choosertable .c1 {width:13px;}
table.choosertable .c3 {width:13px;}
table.choosertable .r2 .c1 {width:13px; background: url(img/shadow/shadow_w.png) repeat-y; }
table.choosertable .r2 .c3 {width:13px; background: url(img/shadow/shadow_e.png) repeat-y; }
table.choosertable .r1 .c2 {height:17px; background: url(img/shadow/shadow_n.png) repeat-x; text-align:right;}
table.choosertable .r3 .c2 {height:17px; background: url(img/shadow/shadow_s.png) repeat-x; }
table.choosertable #picturechooserinner {height:500px; min-width:400px; padding:20px 10px 0 20px; background-color:#ddd; overflow:scroll;}
#picturechooserinner .memberpic_preview {float:left; margin:0 10px 10px 0; width:100px; height:100px; overflow:hidden; background-color:#eee;}
#picturechooserinner .memberpic_preview img {max-width:100px; max-height:120px;border:0; margin:auto;}