File: reddit.css

package info (click to toggle)
kpax 20080304-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 812 kB
  • ctags: 952
  • sloc: lisp: 6,630; makefile: 93
file content (61 lines) | stat: -rw-r--r-- 734 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
body {
  margin: 5px 5px 5px 10px;
  padding: 0;
   background: url('bg.gif') 0 0 repeat-x;
   font:1.1em/1.4em Georgia, Times, serif;
   color: #464646;
   background-color: transparent;
}

h1 {
  margin: 10px 0 5px 0;
  color: #840029;
  background-color: transparent;
  float: left;
}

h2, h3 {
  margin: 0;
}

h3 {
  font-size: small;
  line-height: 1.4em;
  float: left;
}

h1, h2, h3 {
    text-shadow: 2px 2px 1px #e1e1e1;
}

p, form {
  clear: both;
}

p {
  margin: 0 0 10px 0;
}

a {
  color: #0076a3;
  background-color: transparent;
}

p a {
  margin-right: 7px;
  font-size: 0.8em;
}

ol li {
  font-size: 0.8em;
}

ol li a {
  font-size: 1.3em;
  margin-right: 5px;
}

input {
  display: block;
  margin: 5px 0 10px 0;
}