-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathteaser.css
More file actions
79 lines (71 loc) · 1.27 KB
/
Copy pathteaser.css
File metadata and controls
79 lines (71 loc) · 1.27 KB
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
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
}
h1, h2 {
color: #357ebd;
}
.banner .row {
width: 350px;
margin-left: auto;
margin-right: auto;
}
.banner .creditly-card-form {
margin-top: 60px;
}
.banner .creditly-blue-theme-submit {
margin-top: 20px;
float: right;
}
.banner .creditly-gray-theme-submit {
margin-top: 20px;
float: right;
}
.banner .footer {
bottom: 0;
position: absolute;
margin: 20px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
color: #fff;
background-color: #428bca;
}
.nav-pills>li>a {
border-radius: 4px;
}
.nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
}
.nav > li {
display: table-cell;
width: 1%;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.theme-navigation .nav {
text-align: center;
}
a {
color: #428bca;
text-decoration: none;
}