summaryrefslogtreecommitdiffstats
path: root/themes/newsletter/static/css/main.css
blob: 2a2cfbff9d5bfd5cc8abac35f504ae170d77fb46 (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
.ExternalClass {
    width: 100% !important;
    font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* {
    font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-text-resize: 100%;
    text-resize: 100%;
}

body, table.body, h1, h2, h3, h4, h5, h6, p, td { 
    font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

table.container {
    border: 1px solid #DCDCDC;
    border-top: 5px solid #000000;
    padding-left: 12px;
    padding-right: 12px;
}

td.wrapper {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

p {
    margin: 0px !important;
    font-size: 14px !important;
    color: #333;
}

li {
    font-size: 14px !important;
}

a, a:visited {
    color: #428bca!important;
    text-decoration: none;
}

code {
    color: #c7254e !important;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #eef;
    font-weight::600 !important;
    font-family: 'Fira Mono', monospace;
}

h1 {
    font-size: 19px;
    color: #333;
    margin: 10px 0px 0px;
    font-weight: bold;
}

h1.title {
    font-size: 22px;
    margin: 0px;
    display: inline;
}

ul {
    margin-top: 0px;
}

.header, .footer {
    background-color: #fdfdfd;
}

.header {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.footer {
    border-top: 1px solid #e6e6e6;
}