aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/reading/css/css.scss
blob: d9f3083eeff93762d8e83f9f3f361e639e4ffa08 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
// Generics

$header_back: #ecf5fd;
$header_back_lighter: #ecf5fd;
$header_colour: #000;
$header_darker: #000;

$map_width: 420px;

@import "../../../css/_main.scss";

    #navigation {
        margin-top: 125px;
    }

    h1#header {
        font-size: 200%;
        margin-bottom: 0em;
    }

    #logo {
        top: 12.5em;
    }

    a {
        color: #9C2161;
    }

    body {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 13.5px;
        color: black;
    }

#mysociety {

    #map_box {
        width: $map_width + 2;
    }

    #map {
        width: $map_width;
        height: $map_width;
    }

    dd {
        margin-left: 40px;
    }

    div {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
    }

    h3 {
        font-size: 1.17em;
        font-weight: bold;
        margin: 1em 0em 1em 0em;
    }

    h2 {
        font-weight: bold;
        margin: 1em 0em 1em 0em;
    }

    ul, ol {
        padding-left: 2em;
    }

    label {
       width: 6em;
    }

    .fieldset div.checkbox, #problem_submit {
        padding-left: 6.5em;
    }

    table {
        border-collapse: separate;
        border-spacing: 1px;
    }

    td {
        padding: 3px;
    }
}