File: server.css

package info (click to toggle)
scorched3d 41.3dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 159,620 kB
  • ctags: 26,898
  • sloc: cpp: 110,179; xml: 36,743; ansic: 31,536; makefile: 4,321; sh: 3,708; perl: 1,522; java: 209; python: 188; sql: 146
file content (15 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {	
	background-color: #000000;
	color: #ffffff;
}

input { color: white; background-color: black; }
textarea { color: white; background-color: black; }
select { color: white; background-color: black; }
tr.heading {background-color: #333333; font-weight: bold}

/*font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }*/
a:link,a:active,a:visited { text-decoration: none; color : #ff9933; }
a:hover         { text-decoration: underline; 
		font-style: bold; color : #ff9933; }
hr      { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}