File: style.css

package info (click to toggle)
dspam 3.6.8-5etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,372 kB
  • ctags: 1,457
  • sloc: ansic: 24,738; sh: 9,860; perl: 2,378; makefile: 546; sql: 327
file content (33 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (3)
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
body { 
  font-family: sans-serif;
  margin-left: 10%;
  margin-right: 10%;
  text: black;
  background: white;
}

h2,h3,h4,h5,h6 {
  margin-left: -3%
}

pre {
  color: green;
  font-weight: bold;
  white-space: pre;
  font-family: "Courier New", monospace;
}

em {
  font-style: italic;
  font-weight: bold
}

strong {
  text-transform: uppercase;
  font-weight: bold
}

.navbar {
  text-align: center
}