-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
136 lines (124 loc) · 3.06 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
html {
min-height: 100%;
min-width: 980px;
}
body {
font-size: 14px;
background: #003375;
background: -moz-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#003375),color-stop(100%,#3C679D)) no-repeat;
background: -webkit-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
background: -o-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
background: -ms-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003375',endColorstr='#3C679D',GradientType=0);
background: linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
min-height: 100%;
margin: 0;
padding: 0;
overflow-y: scroll;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #2c3e50;
}
.normalpage.preheader img.skyline {
margin-top: 3px;
width: 980px;
height: 56px;
}
.preheader .container {
height: inherit;
width: 980px;
}
.container {
margin-right: auto;
margin-left: auto;
}
.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
width: 940px;
}
.container.main {
background: #FFF;
border: 20px solid #fff;
border-top-width: 5px;
border-bottom-width: 0;
}
.normalpage .navbar {
float: left;
width: 940px;
margin-left: -20px;
background-color: #EDEDED;
background-image: none;
border-top: none;
border-right: none;
border-left: none;
border-bottom-width: 5px;
font-weight: 200;
border-bottom-color: #C3C3C3;
}
.normalpage .navbar-inner {
width: 940px;
min-width: 813px
font-weight: 700;
background-image: none;
background-color: #EDEDED;
border-bottom-color: #c3c3c3;
border-bottom-style: solid;
border-width: 0 0 4px;
border-radius: 0;
}
.navbar .nav.header img {
margin: -10px 10px -10px -10px;
height: 30px;
}
.normalpage .navbar .nav>li>a {
padding: 12px 16px;
font-weight: 200;
font-size: 15px;
font-family: 'Open Sans',sans-serif!important;
color: #777;
text-shadow: .1px .1px #777;
}
.normalpage .navbar .header>li>a {
font-weight: 700;
color: #000;
}
.dropdown-menu {
background-color: #616161;
}
.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a {
background-color: #aaa;
background-image: none;
color: #fff;
text-decoration: none;
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 20px;
color: #fff;
white-space: nowrap;
}
.navbar li>.dropdown-menu, .navbar .nav>li>.dropdown-menu {
left: auto;
right: 0;
}
.navbar li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu:before {
left: auto;
right: 12px;
}
.row {
margin-left: -20px;
}
.row>.span12>h1 {
height: auto;
line-height: 1.0;
font-size: 34px;
border-bottom: 1px solid #333;
font-weight: 700;
padding-bottom: 10px;
}
h1 .btn {
margin: 10px 0 0 6px;
float: right;
}