File: templates.css

package info (click to toggle)
haskell-heist 1.1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 732 kB
  • sloc: haskell: 3,759; makefile: 9; sh: 5
file content (47 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (7)
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
body{
    font-size: 12pt;
    color:#2c558a;
    background:#fdfeff;
    width: 75ex;
    margin:0 auto;
    font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif;
}

a:link, a:visited, a:active, a:hover{
    text-decoration: none;
}

a:link, a:visited {
    color: #3d3dff;
}

a:hover {
    color: #622c8c;
}

a:active {
    color: #8c2c85;
}

h1,h2,h3{
    font-weight:normal;
    color:#2c558a;
    letter-spacing:-0.02em;
}

h1{
    font-size:2em;
}
h2{
    font-size:1.5em;
}
h3{
    font-weight: bold;
}
p{
    line-height:1.7em;
    text-align: justify;
}
ul li{
    padding: 0.5em 0em;
}