-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
97 lines (86 loc) · 2.69 KB
/
style.css
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
87
88
89
90
91
92
93
94
95
96
@font-face {
font-family: 'proxima_nova_rgregular';
src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_nova_rgbold';
src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');
src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'),
url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'),
url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'adelle_rgregular';
src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
url('https://litmus.com/fonts/Emails/adelle_reg-webfont.woff') format('woff'),
url('https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf') format('truetype'),
url('https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
font-size: 1em;
}
h1 {
font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
font-size:2.2em;
}
.tr {
padding-bottom: 20px;
padding-top: 20px;
border-top: 1px solid #E0E0E0;
}
.logo {
width: 20px;
height: 20px;
margin-top: -5px;
margin-right: 3px;
}
.icon {
width: 40px;
height: 40px;
opacity: 0.75;
padding: 10px;
}
.icon:hover, .tr:hover, .btn:hover {
background-color: #F1F1F1;
}
.panel-title a {
display:block;
}
.panel-heading a:after {
position: relative;
content: "";
display: inline-block;
width: 0.4em;
height: 0.4em;
border-right: 0.1em solid black;
border-top: 0.1em solid black;
transform: rotate(-45deg);
margin-top:.4em;
margin-right: 0.5em;
float:right;
}
.panel-heading.collapsed a:after {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
margin-top:.3em;
margin-bottom:-.2em
}
a:link, a:visited
{
color: black;
text-decoration: none;
}