LEFT | RIGHT |
1 /* | 1 /* |
2 * Fonts | 2 * Fonts |
3 */ | 3 */ |
4 @font-face { | 4 @font-face { |
5 font-family: "Lato"; | 5 font-family: "Lato"; |
6 font-style: normal; | 6 font-style: normal; |
7 font-weight: 400; | 7 font-weight: 400; |
8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); | 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); |
9 } | 9 } |
10 @font-face { | 10 @font-face { |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 | 330 |
331 .page-title | 331 .page-title |
332 { | 332 { |
333 background-image: url(/images/subtlenet2.png); | 333 background-image: url(/images/subtlenet2.png); |
334 background-color: #e9e9e5; | 334 background-color: #e9e9e5; |
335 padding-top: 25px; | 335 padding-top: 25px; |
336 padding-bottom: 25px; | 336 padding-bottom: 25px; |
337 margin-bottom: 40px; | 337 margin-bottom: 40px; |
338 } | 338 } |
339 | 339 |
| 340 .sidebar-left .contact-person |
| 341 { |
| 342 text-align: right; |
| 343 } |
| 344 |
| 345 .sidebar-left .contact-person img |
| 346 { |
| 347 border-radius: 3px; |
| 348 } |
| 349 |
340 /* | 350 /* |
341 * Page-specific styles | 351 * Page-specific styles |
342 */ | 352 */ |
343 | 353 |
344 #home-image-container | 354 #home-image-container |
345 { | 355 { |
346 background-color: #f0f0f0; | 356 background-color: #f0f0f0; |
347 text-align: center; | 357 text-align: center; |
348 margin: 0; | 358 margin: 0; |
349 } | 359 } |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 font-weight: normal; | 419 font-weight: normal; |
410 color: #AAAAAA; | 420 color: #AAAAAA; |
411 margin-bottom: 0; | 421 margin-bottom: 0; |
412 } | 422 } |
413 | 423 |
414 .profile h3 | 424 .profile h3 |
415 { | 425 { |
416 font-size: 14px; | 426 font-size: 14px; |
417 font-weight: normal; | 427 font-weight: normal; |
418 margin-bottom: 1em; | 428 margin-bottom: 1em; |
419 } | |
420 | |
421 #press-info .sidebar-left | |
422 { | |
423 text-align: right; | |
424 } | |
425 | |
426 #press-info .sidebar-left img | |
427 { | |
428 border-radius: 3px; | |
429 } | 429 } |
430 | 430 |
431 /* | 431 /* |
432 * Multi-column layouts | 432 * Multi-column layouts |
433 */ | 433 */ |
434 | 434 |
435 .columns-container | 435 .columns-container |
436 { | 436 { |
437 display: block; | 437 display: block; |
438 -webkit-box-sizing: border-box; | 438 -webkit-box-sizing: border-box; |
439 -moz-box-sizing: border-box; | 439 -moz-box-sizing: border-box; |
440 box-sizing: border-box; | 440 box-sizing: border-box; |
441 width: 100%; | 441 width: 100%; |
442 } | 442 } |
443 | 443 |
444 .column | 444 .column |
445 { | 445 { |
446 display: block; | 446 display: block; |
447 -webkit-box-sizing: border-box; | 447 -webkit-box-sizing: border-box; |
448 -moz-box-sizing: border-box; | 448 -moz-box-sizing: border-box; |
449 -ms-box-sizing: border-box; | 449 -ms-box-sizing: border-box; |
450 box-sizing: border-box; | 450 box-sizing: border-box; |
451 float: left; | 451 float: left; |
452 margin-left: 2.5%; | 452 margin-left: 2.5%; |
453 } | 453 } |
454 | 454 |
| 455 .sidebar-left .contact-person > :first-child, |
455 .column > :first-child | 456 .column > :first-child |
456 { | 457 { |
457 position: relative; | 458 position: relative; |
458 margin-top: 0; | 459 margin-top: 0; |
459 } | 460 } |
460 | 461 |
461 .one-sidebar .column | 462 .one-sidebar .column |
462 { | 463 { |
463 width: 74.375%; | 464 width: 74.375%; |
464 } | 465 } |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 { | 716 { |
716 padding: 0 10px; | 717 padding: 0 10px; |
717 } | 718 } |
718 | 719 |
719 #home-image-container img | 720 #home-image-container img |
720 { | 721 { |
721 width: 100%; | 722 width: 100%; |
722 max-width: 1080px; | 723 max-width: 1080px; |
723 } | 724 } |
724 | 725 |
725 #hr-contacts | |
726 { | |
727 text-align: right; | |
728 } | |
729 | |
730 #hr-contacts img | |
731 { | |
732 border-radius: 3px; | |
733 } | |
734 | |
735 #jobs-overview-tab | 726 #jobs-overview-tab |
736 { | 727 { |
737 display: none; | 728 display: none; |
738 } | 729 } |
739 | 730 |
740 #hiring-badges | 731 #hiring-badges |
741 { | 732 { |
742 width: 100%; | 733 width: 100%; |
743 float: left; | 734 float: left; |
744 margin-top: 20px; | 735 margin-top: 20px; |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 padding-right: .1em; | 823 padding-right: .1em; |
833 border-right-width: 1px; | 824 border-right-width: 1px; |
834 border-right-width: 1px; | 825 border-right-width: 1px; |
835 } | 826 } |
836 | 827 |
837 #panels-openings | 828 #panels-openings |
838 { | 829 { |
839 margin-top: -40px; | 830 margin-top: -40px; |
840 } | 831 } |
841 } | 832 } |
LEFT | RIGHT |