File: style.css

package info (click to toggle)
dh-lua 35
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ansic: 110; perl: 93; sh: 57; makefile: 56
file content (44 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (8)
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
body {
	background-color: #FFFFf2;
	font-family: sans-serif;
	width: 50em;
	margin-left: auto;
	margin-right: 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;
}