| OLD | NEW |
| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } | 429 } |
| 420 | 430 |
| 421 #press-info .sidebar-left | |
| 422 { | |
| 423 text-align: right; | |
| 424 } | |
| 425 | |
| 426 #press-info .sidebar-left img | |
| 427 { | |
| 428 border-radius: 3px; | |
| 429 } | |
| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 padding-right: .1em; | 823 padding-right: .1em; |
| 823 border-right-width: 1px; | 824 border-right-width: 1px; |
| 824 border-right-width: 1px; | 825 border-right-width: 1px; |
| 825 } | 826 } |
| 826 | 827 |
| 827 #panels-openings | 828 #panels-openings |
| 828 { | 829 { |
| 829 margin-top: -40px; | 830 margin-top: -40px; |
| 830 } | 831 } |
| 831 } | 832 } |
| OLD | NEW |