source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/web-portal/HTRC_Mashup--Home_files/main.css@ 31613

Last change on this file since 31613 was 31613, checked in by davidb, 7 years ago

Multiple word support in POS search box. Tidy up of anchor for search results

File size: 6.3 KB
Line 
1
2html {
3 background: #F2F4F8;
4}
5body {
6 padding-top: 160px;
7 padding-bottom: 40px;
8 background-color: rgba(0, 0, 0, 0);
9
10}
11
12.navbar {
13 min-height: 43px;
14}
15
16
17.container.nopad {
18 padding: 0;
19}
20
21.bg-full {
22 background-color: #c77134;
23}
24
25.container {
26 background: rgba(255,255,255,0.4);
27}
28
29.title-slide.bg1 {
30 background: url('../images/image-bg-2.jpg') no-repeat center center fixed;
31
32}
33
34.title-slide.bg2 {
35 background: url('../images/image-bg-3.jpg') no-repeat center center fixed;
36
37}
38
39.title-slide h2 small {
40 color: #e9e9e9;
41 font-style: italic;
42}
43
44.title-slide h2 {
45 color: white;
46}
47
48.bg-full .title-slide {
49 padding-top: 30px;
50 padding-bottom: 30px;
51
52 -webkit-background-size: cover;
53 -moz-background-size: cover;
54 background-size: cover;
55 -o-background-size: cover;
56 height:100%;
57}
58
59body {
60 background: whitesmoke;
61}
62
63.navbar-htrc {
64 border-bottom: 1px solid #c0cdd1;
65 border-bottom-width: 2px;
66 box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
67 -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
68 background: #ffffff;
69}
70
71.navbar-brand {
72 padding-top: 5px;
73 padding-bottom: 5px;
74 line-height: 32px;
75 height: 42px;
76}
77
78@media (min-width: 768px) {
79 .navbar-nav>li>a {
80 padding-top: 12px;
81 padding-bottom: 13px;
82 }
83}
84
85@media (min-width: 960px) {
86 h1 {
87 font-size: 52px;
88 }
89}
90@media(max-width:960px) {
91 h1 {
92 font-size: 32pt;
93 }
94}
95@media(max-width: 480px) {
96 h1 {
97 font-size: 24pt;
98 }
99}
100
101.navbar .nav > li {
102 line-height: 25px;
103}
104
105.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
106 margin-top: 14px;
107}
108
109.container-panel {
110 border: 1px solid #cfd9db;
111 border-bottom-color: #c0cdd1;
112 border-bottom-width: 2px;
113 box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
114 -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
115 border-radius: 4px;
116 background: #ffffff;
117}
118
119/*.nav li.dropdown>.dropdown-toggle .caret {*/
120 /*margin-top: 14px;*/
121/*}*/
122
123.panel-htrc {
124 border: 1px solid #cfd9db;
125 border-bottom-color: #c0cdd1;
126 border-bottom-width: 2px;
127 box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
128 -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
129}
130
131.panel-htrc > .panel-body > .row {
132 padding: 10px;
133}
134
135.panel-htrc .text-content {
136 min-height: 45px;
137}
138
139.panel-htrc .algo-text-content {
140 min-height: 3em;
141}
142
143.margin-bt-0{
144 margin-bottom: 0;
145}
146
147h3 {
148 font-size: 20px;
149 line-height: 1.3em;
150}
151
152hr {
153 margin: 5px 0;
154}
155
156select[focus], select:focus {
157 outline: none;
158}
159
160select[active], select:active {
161 outline: none;
162}
163
164select[checked], select:checked {
165 outline: none;
166}
167
168select[disabled] {
169 background-color: white;
170}
171
172#wrap{
173 min-height: 100%;
174 height: auto !important;
175 height: 100%;
176 margin: 0 auto;
177}
178
179#footer{
180 margin-top: 30px;
181 height: 60px;
182}
183
184#push{
185 height: 60px;
186}
187
188.nav-footer{
189 list-style-type: none;
190 margin: 0;
191 padding: 0;
192}
193
194.nav-footer li {
195 display: inline;
196}
197
198.nav-footer li a {
199 width: 70px;
200 padding: 0 5px;
201}
202
203td{
204 vertical-align: top;
205}
206
207.download-csv {
208 padding-left:24px;
209 line-height:24px;
210 background-image:url(/img/download.png);
211 background-repeat:no-repeat;
212 vertical-align:middle;
213 display:block;
214}
215
216.volume-list {
217 padding-bottom: 20px;
218}
219
220.volume{
221 border-bottom: 1px #ccc dashed;
222 margin-bottom: 10px;
223 padding-left: 15px;
224}
225
226.volume h3{
227 color: #CE6A44;
228 font-weight: normal;
229}
230
231.volume-details{
232 clear: both;
233 overflow: auto;
234 padding: 0.5em 0;
235 font-size: 12px;
236}
237
238.volume-details dt{
239 clear: both;
240 color: #888;
241 float: left;
242 font-weight: bold;
243 margin: 0;
244 padding: 2px 1em 2px 0;
245 text-align: right;
246 width: 15%;
247}
248
249.volume-details dd{
250 float: left;
251 margin: 0;
252 padding: 2px 0;
253 text-align: left;
254 width: 550px;
255}
256
257.pager li>a{
258 padding-top: 3px;
259 padding-bottom: 3px;
260}
261
262.pager {
263 border-bottom: 1px #ddd solid;
264 border-top:1px #ddd solid;
265 background-color: #eee;
266 padding: 5px;
267}
268
269/*.navbar-htrc .nav>li>a {*/
270 /*padding-bottom: 9px;*/
271 /*padding-top: 8px;*/
272/*}*/
273
274.login-unit{
275 margin-top: 25px;
276 padding-top: 10px;
277 padding-bottom: 2px;
278 padding-left: 10px;
279 padding-right: 10px;
280 background-color: #eeeeee;
281 -webkit-border-radius: 6px;
282 -moz-border-radius: 6px;
283 border-radius: 6px;
284}
285
286.login-unit form{
287 margin-bottom: 10px;
288}
289
290.login-unit .error{
291 color: red;
292}
293
294.login-input{
295 width: 95%;
296}
297
298.markerting-unit .action-unit h3{
299 font-weight: 400;
300 color: #ff9933;
301}
302
303/*.action-unit{*/
304 /*background-color: #eeeeee;*/
305 /*-webkit-border-radius: 6px;*/
306 /*-moz-border-radius: 6px;*/
307 /*border-radius: 6px;*/
308/*}*/
309
310/*.action-unit > div {*/
311 /*padding: 10px;*/
312 /*min-height: 100px;*/
313/*}*/
314
315.thumbnail .caption h3{
316 margin-bottom: 0px;
317 margin-top: 0px;
318 font-size: 18px;
319 font-weight: 400;
320}
321
322.thumbnail{
323 border: 1px solid #ccc;
324}
325
326.thumbnail .caption table tr {
327 font-size: 12px;
328}
329
330.bold-label{
331 font-weight: 600;
332}
333
334.equal-width-cell{
335 width: 290px;
336}
337
338.error{
339 color: red;
340}
341
342.bar{
343 padding-left: 10px;
344 color: darkslategrey;
345}
346
347.password-verdict{
348 color: darkslategrey;
349}
350
351.progress {
352 margin-bottom: 5px;
353}
354
355.progress-bar {
356 background: inherit;
357 box-shadow: none;
358 -webkit-box-shadow: none;
359}
360.panel-with-table .panel-body{
361 padding: 0;
362}
363
364.panel-with-table > .panel-body > table{
365 margin-bottom: 0;
366}
367
368.panel-with-table > .panel-body > table > thead > tr > th{
369 border-bottom-width: 1px;
370}
371
372.text-content{
373 line-height: 1em;
374}
375
376.short-text {
377 overflow: hidden;
378 height: 2em;
379}
380
381.full-text{
382 height: auto;
383}
384
385
386
387.show-more {
388 padding: 1px 0;
389 text-align: center;
390}
391
392.arrow{
393 padding-left: 8px;
394
395}
396
397.warn-block{
398 font-weight: bold;
399 font-style: italic;
400 padding-top: 5px;
401}
402
403.active{
404 disabled : false;
405}
406
407.pull-text-left{
408 text-align: left;
409}
410
411.job-details-frame {
412 width : 100%;
413 height : 500px;
414 overflow: auto;
415 border: 1px solid #CCCCCC;
416}
417
418.job-details-pre {
419 background-color: #ffffff;
420 border: none;
421}
422
423.job-details-buttons {
424 margin-bottom: 5px;
425}
426
427.job-details-table {
428 border: 1px black solid;
429 padding: 5px;
430}
431
432.job-details-glyphicon {
433 padding-right: 5px;
434}
435
436
437
438
Note: See TracBrowser for help on using the repository browser.