File: stylesheet.css

package info (click to toggle)
frontaccounting 2.2.10-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,252 kB
  • sloc: php: 64,938; sql: 3,014; sh: 390; makefile: 38
file content (71 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (2)
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
body,td,th,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #557799;
	background-image: url(../admin/interface/background.png);
	background-repeat: repeat-x;
	margin: 0px;
}
form {
	margin: 0;
}
.submit {
	border : solid 1px #CCCCCC;
	background: #E9ECEF;
	color : #003366;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
	width: 100%;
}
.content {
	background-color: #FFFFFF;
	padding: 15px;
	height: 350px;
	width: 750px;
	text-align: justify;
	vertical-align: top;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
}
h1 {
	font-size: 13px;
	color: #336699;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 12px;
	color: #336699;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
.bad {
	color: #FF0000;
	font-weight: bold;
}
.good {
	color: #009900;
	font-weight: bold;
}
.note {
	color: #666666;
	font-size: 10px;
}
.hide {
	display: none;
}