-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathstylesheet.css
More file actions
47 lines (26 loc) · 1.33 KB
/
stylesheet.css
File metadata and controls
47 lines (26 loc) · 1.33 KB
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
body {font-family : Verdana;}
pre {border:1px solid grey; background:#EFE4B0; padding:10px;}
span.em { font-style:italic; text-decoration:underline;}
#res, #res2 {margin-top:20px}
table.pivot ul {list-style-image:none; list-style-type:none; }
table.pivot {border-collapse : collapse;border : solid 1px black;text-align : right;}
table.pivot td.resultcell, table.pivot .foldunfold{text-decoration : underline; cursor:pointer; white-space:nowrap;}
table.pivot th, table.pivot td{padding :5px;}
table.pivot tr.head{font-size : larger;text-align : center;}
table.pivot .total{background-color : #eee; white-space:nowrap;}
table.pivot tr.total th{text-align : left;}
table.pivot tr.total td, table.pivot tr.total th{border-top : solid 1px black;}
table.pivot td.total{border-left : solid 1px black;}
table.pivot td.total.total1{border-left : none;}
table.pivot tr.head th.groupby{background-color : #ddd;}
table.pivot tr.head th.pivotcol{background-color : #eee;font-size : smaller;border : solid 1px black;}
table.pivot th.groupby{text-align:left;font-weight : normal;}
table.pivot .foldunfold
{
color : Black;
background-image : url('../images/navigate_minus.png');
background-repeat : no-repeat;
background-position:left;
padding-left:18px;
}
table.pivot .foldunfold.collapsed{background-image : url('../images/navigate_plus.png');}