File: modlogan.css-dist

package info (click to toggle)
modlogan 0.8.13-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,120 kB
  • ctags: 3,684
  • sloc: ansic: 38,972; sh: 10,853; makefile: 491; perl: 220; sed: 16
file content (104 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download | duplicates (3)
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
body {
	background: #FFFFFF;
}

a {
	color: #0000FF;
}

a:active {
	color: #000000;
}

a:hover,a:visited:hover {
	color: #990000;
}

a:visited {
	color: #000099;
}


th {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #000000;
	background: #EEEEEE;
}

td {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #000000;
	background: #FFFFFF;
}

td.tinyr { 
	text-align: right;
	font-size: 9pt;
}

td.tinym { 
	text-align: right;
	font-size: 9pt;
	font-weight: bolder;
}

td.centerb { 
	text-align: center;
	font-weight: bolder; 
}
td.rightb { 
	text-align: right;
	font-weight: bolder; 
}
td.skeleton {
	background: #F7F7F7;
}
td.menu {
	background: #F7F7F7;
}
td.menu_highlight {
	background: #DDDDFF;
}

td.hits {
	background: #00C030;
}
td.pages {
	background: #00C0FF;
}
td.files {
	background: #0080FF;
}
td.visits {
	background: #FFFF00;
}
td.traffic {
	background: #FF0000;
}
td.hosts {
	background: #FFFFFF;
}

th.hits {
	background: #00C030;
}
th.pages {
	background: #00C0FF;
}
th.files {
	background: #0080FF;
}
th.visits {
	background: #FFFF00;
}
th.traffic {
	background: #FF0000;
}
th.duration {
	background: #FF6600;
}
td.grouping {
	background: #EEEEFF;
}