File: grayblue.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 (73 lines) | stat: -rw-r--r-- 1,134 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
/* blue-with-borders theme for FISG by zhafte@IRCNet, 2003 */

body {
	font: 			0.7em Verdana;
	color: 			black;
	background-color:	#a2b8c6;
}

h2 {
	font:			2em Monospace;
	font-weight:		bold;
	text-align:		center;
	border-bottom:		1px solid black;
	border-top:		1px solid black;
	padding:		2px;
	background-color:	#acc1d0;
	width:			80%;
}


div.icontents {
	padding:		3px;
	width:			90%;
	border-style:		none solid solid none;
	border-width:		1px;
}

div.iinfo, div.ihourly, div.itoptalkers, div.ibignumbers {
	border-style:		none none solid solid;
	border-width:		1px;
	padding-left:		0.2em;
	padding-right:		0.2em;
}

div.iinfo h1 {
	font:			2em Monospace;
	font-weight:		bold;
	border-bottom:		1px solid black;
	width:			80%;
}

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

td.hirank {
	font-weight:		bold;
}

table.ihourbars {
	font: 			0.7em Verdana;
	font-weight:		bold;
}

table.itoptalkers {
	text-align:		center;
}

table.itoptalkers td, table.ialmosttop td {
	background-color:	#acc1d0;
}

td.ncomment {
	text-align:		left;
}

p.isection {
	text-align:		left;
	margin-left:		2em;
}