File: classic.css

package info (click to toggle)
flasm 1.61-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 516 kB
  • ctags: 819
  • sloc: ansic: 6,147; yacc: 1,203; makefile: 70
file content (21 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {background-color:#001144;}
a {color:#FD4D30;text-decoration:none;}
a:hover {text-decoration:underline;}
code {color:#666666;font-size:90%}
h3, h4, h5 {color:#001455;}
ul {margin-left:1.2em;padding-left:0}
#menu {color:#FFFFFF;font-family:Verdana;line-height:22px;}
#menu a:hover {color:#FFF7E0;text-decoration:none;}
#subhead {color:#FFF7E0;font-family:Georgia;line-height:20px;}
#menutd {background-color:#921212;}
#contenttd {background-color:#FFF7E0;color:#001144;font-family:Georgia;line-height:22px;}
#whitehr {color:#FFFFFF;background:#FFFFFF;border:0;height:1px;}
#bluehr {color:#001144;background:#001144;border:0;height:1px;}

@media print {
	body {background:white;font-size:12pt;margin:0px;padding:0px;}
	a {text-decoration:underline;}
	#subhead,#contenttd {margin:0px;padding:0px}
	code {font-size:9pt}
	#menutd, #whitehr {display:none}
}