File: bc.css

package info (click to toggle)
biococoa 2.2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,184 kB
  • sloc: objc: 21,348; makefile: 17; ansic: 4
file content (37 lines) | stat: -rwxr-xr-x 417 bytes parent folder | download | duplicates (5)
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
body 
{
	color:					black; 
	background-color:		white;  
	font-family:			verdana, sans-serif;
	text-align:				justify;
	line-height:			1.8em;
	margin:					2.5em;
	font-size:				1.0em;
}


h2 
{
	font-size:				1.5em;
}


h3 
{
	font-size:				1.2em;
}


h4 
{
	font-size:				1.0em;
}

pre 
{ 
	font-family:			courier, courier new, monospace;
	padding:				5px;
	margin-left:			20px;
	border:					1px solid lightgray;
}