File: style.css

package info (click to toggle)
python-falcon 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: python: 33,608; javascript: 92; sh: 50; makefile: 50
file content (43 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (14)
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: #311F00;
  color: white;
  font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', sans-serif;
  padding: 1em 2em;
}

a {
  color: #FAFF78;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#content  {
  width: 800px;
  margin: 0 auto;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset {
  border: 0;
}

input.error {
  background: #FAFF78;
}

header {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Futura-CondensedExtraBold', 'Futura', 'Helvetica', sans-serif;
  text-transform: uppercase;
}