File: style.css

package info (click to toggle)
syncmaildir 1.2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,188 kB
  • ctags: 479
  • sloc: ansic: 6,321; sh: 1,969; makefile: 258; xml: 14
file content (43 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (4)
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
body {
	background-color: #FFFFf2;
	font-family: sans-serif;
	max-width: 1050px;
	margin: auto;
}

h1 {
	text-align: center;
}

h2 {
	border-bottom-style: solid;
        border-bottom-width: 2px;
	border-bottom-color: #AAAAAA;
}
  
a:hover {
	color: #ffffff;
	background-color: #1030f0;
	text-decoration: none;
}

a.nohover:hover {
	background-color: transparent;
}

a code { font-family: inherit; }

blockquote p { margin:0pt; padding-left:0pt; }

pre, blockquote {
	display: block;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	margin-left:4em;
	margin-right:4em;
	border-style: solid;
	border-width: 1px;
	background-color: #DDDDDD;
}