aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/stats.css
blob: 25dd0748883d9ac488fd918a32eb6f380e0c3fdc (plain) (blame)
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
div.statentry {
   width: 600px;
   border: 1px solid #060;
   background: #afa;
   margin: 1em;
}

body {
   margin: 0;
}

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 h2:hover {
   text-decoration: underline;
}

.warning h2 {
   background: #ea0;
}

.error h2 {
   background: #a00;
}

.statentry th {
   padding: 3px;
   font-weight: normal;
}

.statentry td {
   text-align: left;
   padding: 3px;
   width: 400px;
   font-size: 24px;
}

.statentry table {
   width: 100%;
}

.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;
}*/