-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.css
123 lines (102 loc) · 2.74 KB
/
main.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
padding-top: 60px;
padding-bottom: 40px;
word-wrap: break-word;
font-family: Sofia Pro, Helvetica, sans-serif;
font-weight: normal !important;
}
.hero-unit p {
font-size: 21px;
}
h2 {
font-weight: normal;
}
p .btn {
margin-bottom: 10px;
}
.btn [class^="icon-"], [class*=" icon-"]{
line-height: 1.2em;
}
::selection, ::moz-selection {
background-color: rgb(107, 18, 9);
color: rgb(255, 255, 255);
}
.login-dropdown {
padding: 10px;
padding-bottom: 0px;
min-width: 100px;
}
@media all and (max-width: 415px) {
.hero-unit h1 { font-size: 35px; font-weight: normal; text-shadow:0 0 2px rgba(255, 255, 255, 0.6); }
.hero-unit p { font-size: 16px; line-height: 20px; }
}
.hero-unit h1 {
font-family: Museo Slab, Helvetica, sans-serif;
font-weight: bold !important;
}
@font-face {
font-family: 'outagecut';
src: url('assets/fonts/outage_cut-webfont.eot');
src: url('assets/fonts/outage_cut-webfont.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/outage_cut-webfont.woff') format('woff'),
url('assets/fonts/outage_cut-webfont.ttf') format('truetype'),
url('assets/fonts/outage_cut-webfont.svg#outagecut') format('svg');
font-weight: normal;
font-style: normal;
}
.login-box {
padding: 10px;
width: 105px;
min-width: 105px;
padding-bottom: 0px;
}
.login-box form {
width: 100px;
margin-bottom: 12px;
}
label[for="remember"] {
display: inline;
}
.login-box input[type="submit"] {
width: 100px;
}
@font-face {
font-family: 'Museo Slab';
src: url('assets/fonts/Museo_Slab_500-webfont.eot');
src: url('assets/fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/Museo_Slab_500-webfont.woff') format('woff'),
url('assets/fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
url('assets/fonts/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Sofia Pro';
src: url('assets/fonts/SofiaProLight-webfont.eot');
src: url('assets/fonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/SofiaProLight-webfont.woff') format('woff'),
url('assets/fonts/SofiaProLight-webfont.ttf') format('truetype'),
url('assets/fonts/SofiaProLight-webfont.svg#SofiaProLightRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.row {
margin-left: 0px;
}
.menu-text {
margin: 3px 20px;
line-height: 24px;
white-space: nowrap;
}
.btn-group {
display: inline-block;
}
.hero-unit ul li a {
color: #333 !important;
}
.hero-unit ul li a:hover {
color: #fff !important;
}
.hero-unit button.dropdown-toggle {
padding-bottom: 10px !important;
}