File: simple.css

package info (click to toggle)
fisg 0.3.8-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 640 kB
  • ctags: 284
  • sloc: ansic: 2,020; makefile: 52; sh: 16
file content (84 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
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
/* simple theme for FISG by zhafte@IRCNet, 2003 */

body {
	font: 			8pt Verdana;
	color: 			black;
	background-color:	#cccccc;
}

div.icontents {
	border:			1px solid black;
	width:			800px;
	background-color:	white;
	padding:		3px;
}

div.iinfo {
	font:			10pt Verdana;
	border-bottom:		1px dashed black;
	padding-bottom:		20px;
}

div.iinfo h1 {
	font:			18pt Verdana;
	font-weight:		bold;
}

div.ihourly {
	border-bottom:		1px dashed black;
	padding-bottom:		20px;
}

table.ihourly th {
	padding:		0px;
	font:			6pt Verdana;
	font-weight:		bold;
}

td.hirank {
	font-weight:		bold;
}

table.ihourbars {
	font: 			6pt Verdana;
	font-weight:		bold;
}

table.ihourbars td {
	padding-left: 		5px;
	padding-right:		5px;
}

div.itoptalkers {
	border-bottom:		1px dashed black;
}

table.itoptalkers {
	text-align:		center;
}

table.itoptalkers td {
	padding-top:		2px;
	background-color:	#eaeaea;
}

td.ncomment {
	text-align:		left;
}

table.ialmosttop td {
	padding:		5px;
	background-color:	#eaeaea;
}

div.ibignumbers h2 {
	text-align:		center;
}

div.ibignumbers {
	text-align:		left;
	padding-left:		40px;
	padding-bottom:		20px;
	border-bottom:		1px dashed black;
}