summaryrefslogtreecommitdiffstats
path: root/trunk/etherpad/src/static/css/admin/admin-stats.css
blob: 94e0d19a615c770ea2fcd7878fa3de4e356ade4f (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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
#backtoadmin {
  color: #88f;
  padding: 4px;
  text-decoration: none;
}

#topnav {
  margin-top: .5em;
  margin-bottom: 1em;
  font-family: Verdana, sans-serif;
  font-size: 1.2em;
}

#topnav ul {
  padding: 0;
  margin: 0 0 0 12px;
}

#topnav ul li {
  float: left;
  display: inline;
}
#topnav ul li a {
  display: block;
  padding: .4em 1em;
  text-decoration: none;
  color: blue;
}
#topnav ul li.selected a {
  background: #fff;
  color: black;
  border-bottom: 1px solid black;
}

/* ----- */

/*.statbox {
  display: box;
  overflow: hidden;
  padding-left: 8px;
}
*/

.latesttable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.latesttable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px 6px;
}

/*
.statbox table td span { }

.statbox .stat-title {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 1.4em;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
  margin-top: 1em;
}

.statbox .stat-table {
  float: left;
  padding: 4px;
}
.statbox .stat-graph {
  float: left;
}
*/
form#statprefs {
  background: #eee;
  padding: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1em;
}

a.viewall {
  margin-left: 8px;
}

div.statentry {
/*   width: 800px;*/
   border: 1px solid #060;
   background: #afa;
   margin: 1em;
}

body {
   margin: 0;
   min-width: 800px;
}

div.warning {
   background: #ffa;
   border: 1px solid #630;
}

div.error {
   background: #faa;
   border: 1px solid #600;
}

.statentry h2 {
   font-size: 13pt;
   font-family: sans-serif;
   background: #0a0;
   color: white;
   padding: 5px;
   margin: 0;
   cursor: pointer;
}

.statentry h3 {
   font-size: 13pt;
   font-family: sans-serif;
   font-weight: normal;
   margin: 3px;
   padding: 0;
}

.statentry h4 {
   font-size: 12pt;
   font-weight: bold;
   margin: 3px;
}

.statentry h2:hover {
   text-decoration: underline;
}

.warning h2 {
   background: #ea0;
}

.error h2 {
   background: #a00;
}

.statentry table {
   width: 100%;
}

.statentry .graph {
   background: white;
   padding: 2px;
   width: 600px;
}

.graph .datalinks {
   margin-top: 10px;
   font-size: .8em;
   text-align: right;
   color: gray;
}

.graph .datalinks a {
   color: gray;
}

.statentry .latest {
   background: white;
   vertical-align: top;
   font-size:;
}

.statbody {
   display: none;
}

/*div.categorywrapper {
   -moz-column-width: 500px;
   -moz-column-gap: 20px;
   -webkit-column-width: 500px;
   -webkit-column-gap: 20px;
   column-width: 500px;
   column-gap: 20px;
}*/