File: simplebbs.css

package info (click to toggle)
libnora-ruby 1%3A0.0.20041021-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 408 kB
  • ctags: 726
  • sloc: ruby: 5,186; ansic: 669; makefile: 248; sql: 10
file content (18 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BODY {
	color : Black;
	background-color : #FFE4B5;
}
.message {
	background : White;
	border : 3px outset;
	padding : 0em 1em 0em 1em;
}
.subject {
	font-family : "lr oSVbN";
	font-weight : bold;
	font : 16pt;
	color : #228B22;
}
.text {
	font : 11pt "lr SVbN";
}