summaryrefslogtreecommitdiff
path: root/website/static/css/override.css
blob: 517f503d9e9e69855ed290a781bfb2864f043b0b (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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
.clearfix{
  clear: both;
}
.top-bar .title-area h1 a{
  font-family: gtrg;
  font-size: 12px;
}
.top-bar-section li{
  font-family: gtrg;
  font-size: 12px;
}
.breadcrumbs{
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-top: 0;
}
.breadcrumbs > *:before {
  content: "/";
  color: #424242;
  margin: 0 0.75em;
  position: relative;
  top: 1px; 
}
.breadcrumbs a{
  color: #222222;
}
.breadcrumbs .current a{
  color: #ffffff;
}
/* The Grid ---------------------- */
.lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column, 
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row .row.large-collapse { margin: 0; }
 
 .lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
 .lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }
  
  .lt-ie9 [class*="column"] + [class*="column"]:last-child { float: right; }
  .lt-ie9 [class*="column"] + [class*="column"].end { float: left; }
   
   .lt-ie9 .large-1, 
   .lt-ie9 .row .large-1 { width: 8.33333%; }
    
    .lt-ie9 .large-2, 
    .lt-ie9 .row .large-2 { width: 16.66667%; }
     
     .lt-ie9 .large-3, 
     .lt-ie9 .row .large-3 { width: 25%; }
      
      .lt-ie9 .large-4, 
      .lt-ie9 .row .large-4 { width: 33.33333%; }
       
       .lt-ie9 .large-5, 
       .lt-ie9 .row .large-5 { width: 41.66667%; }
        
        .lt-ie9 .large-6, 
        .lt-ie9 .row .large-6 { width: 50%; }
         
         .lt-ie9 .large-7, 
         .lt-ie9 .row .large-7 { width: 58.33333%; }
          
          .lt-ie9 .large-8, 
          .lt-ie9 .row .large-8 { width: 66.66667%; }
           
           .lt-ie9 .large-9, 
           .lt-ie9 .row .large-9 { width: 75%; }
            
            .lt-ie9 .large-10, 
            .lt-ie9 .row .large-10 { width: 83.33333%; }
             
             .lt-ie9 .large-11, 
             .lt-ie9 .row .large-11 { width: 91.66667%; }
              
              .lt-ie9 .large-12,
              .lt-ie9 .row .large-12 { width: 100%; }
               
               .lt-ie9 .row .large-offset-1 { margin-left: 8.33333%; }
               .lt-ie9 .row .large-offset-2 { margin-left: 16.66667%; }
               .lt-ie9 .row .large-offset-3 { margin-left: 25%; }
               .lt-ie9 .row .large-offset-4 { margin-left: 33.33333%; }
               .lt-ie9 .row .large-offset-5 { margin-left: 41.66667%; }
               .lt-ie9 .row .large-offset-6 { margin-left: 50%; }
               .lt-ie9 .row .large-offset-7 { margin-left: 58.33333%; }
               .lt-ie9 .row .large-offset-8 { margin-left: 66.66667%; }
               .lt-ie9 .row .large-offset-9 { margin-left: 75%; }
               .lt-ie9 .row .large-offset-10 { margin-left: 83.33333%; }
                
                .lt-ie9 .pull-2 { right: 16.66667%; }
                .lt-ie9 .pull-3 { right: 25%; }
                .lt-ie9 .pull-4 { right: 33.33333%; }
                .lt-ie9 .pull-5 { right: 41.66667%; }
                .lt-ie9 .pull-6 { right: 50%; }
                .lt-ie9 .pull-7 { right: 58.33333%; }
                .lt-ie9 .pull-8 { right: 66.66667%; }
                .lt-ie9 .pull-9 { right: 75%; }
                .lt-ie9 .pull-10 { right: 83.33333%; }
                 
                 .lt-ie9 .push-2 { left: 16.66667%; }
                 .lt-ie9 .push-3 { left: 25%; }
                 .lt-ie9 .push-4 { left: 33.33333%; }
                 .lt-ie9 .push-5 { left: 41.66667%; }
                 .lt-ie9 .push-6 { left: 50%; }
                 .lt-ie9 .push-7 { left: 58.33333%; }
                 .lt-ie9 .push-8 { left: 66.66667%; }
                 .lt-ie9 .push-9 { left: 75%; }
                 .lt-ie9 .push-10 { left: 83.33333%; }
                  
                  /* Nicolas Gallagher's micro clearfix */
                  .lt-ie9 .row { *zoom: 1; }
                  .lt-ie9 .row:before, .row:after { content: " "; display: table; }
                  .lt-ie9 .row:after { clear: both; }

.lt-ie9 .top-bar {
      background: #2f2f2f;
        *zoom: 1;
          overflow: visible; 
}
.lt-ie9 .top-bar:before, .lt-ie9 .top-bar:after {
      content: " ";
        display: table; 
}
.lt-ie9 .top-bar:after { clear: both; }
.lt-ie9 .top-bar .toggle-topbar { display: none; }
.lt-ie9 .top-bar .title-area { float: left; }
.lt-ie9 .top-bar .name h1 a { width: auto; }
.lt-ie9 .top-bar input,
.lt-ie9 .top-bar .button {
      line-height: 2em;
        font-size: 0.875em;
          height: 2em;
            padding: 0 10px;
              position: relative;
                top: 8px; 
}
.lt-ie9 .top-bar.expanded { background: #111111; }
.lt-ie9 .contain-to-grid .top-bar {
      max-width: 57.5em;
        margin: 0 auto; 
}
.lt-ie9 .top-bar-section {
      -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
          transition: none 0 0;
            left: 0 !important; 
}
.lt-ie9 .top-bar-section ul {
      width: auto;
        height: auto !important;
          display: inline; 
}
.lt-ie9 .top-bar-section ul li { float: left; }
.lt-ie9 .top-bar-section ul li > a { padding-right: 14px !important; }
.lt-ie9 .top-bar-section ul li .js-generated { display: none; }
.lt-ie9 .top-bar-section li a:not(.button) {
      padding: 0 15px;
        line-height: 45px;
          background: #111111; 
}
.lt-ie9 .top-bar-section li a:not(.button):hover { background: #2b2b2b; }
.lt-ie9 .top-bar-section .has-dropdown > a { padding-right: 35px !important; }
.lt-ie9 .top-bar-section .has-dropdown > a:after {
      content: "";
        display: block;
          width: 0;
            height: 0;
              border: solid 5px;
                border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
                  margin-top: -2.5px; 
}
.lt-ie9 .top-bar-section .has-dropdown.moved { position: relative; }
.lt-ie9 .top-bar-section .has-dropdown.moved > .dropdown { visibility: hidden; }
.lt-ie9 .top-bar-section .has-dropdown:hover > .dropdown, 
.lt-ie9 .top-bar-section .has-dropdown:active > .dropdown { visibility: visible; }
.lt-ie9 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
        content: "\00bb";
          margin-top: -7px;
            right: 5px; 
}
.lt-ie9 .top-bar-section .dropdown {
      left: 0;
        top: auto;
          background: transparent; 
}
.lt-ie9 .top-bar-section .dropdown li a {
      line-height: 1;
        white-space: nowrap;
          padding: 7px 15px;
            background: #1e1e1e; 
}
.lt-ie9 .top-bar-section .dropdown li label {
      white-space: nowrap;
        background: #1e1e1e; 
}
.lt-ie9 .top-bar-section .dropdown li .dropdown {
      left: 100%;
        top: 0; 
}
.lt-ie9 .top-bar-section > ul > .divider {
      border-bottom: none;
        border-top: none;
          border-right: solid 1px #2b2b2b;
            border-left: solid 1px black;
              clear: none;
                height: 45px;
                  width: 0px; 
}
.lt-ie9 .top-bar-section .has-form {
      background: #111111;
        padding: 0 15px;
          height: 45px; 
}
.lt-ie9 .top-bar-section ul.right li .dropdown {
      left: auto;
        right: 0; 
}
.lt-ie9 .top-bar-section ul.right li .dropdown li .dropdown { right: 100%; }