Line 218: | Line 218: | ||
box-shadow: 0 0 5px #fff, 0 0 10px #50b1be, 0 0 15px #50b1be, 0 0 17px #50b1be, 0 0 30px #50b1be; } | box-shadow: 0 0 5px #fff, 0 0 10px #50b1be, 0 0 15px #50b1be, 0 0 17px #50b1be, 0 0 30px #50b1be; } | ||
− | .interview { | + | .interviews .interview { |
display: none; } | display: none; } | ||
− | + | ||
− | + | .interview ul { | |
− | + | list-style-type: none; | |
− | + | margin: 0; } | |
− | + | .interview ul li { | |
− | + | padding: 3px 0; | |
− | + | line-height: 25px; | |
− | + | position: relative; } | |
− | + | .interview ul li::before { | |
− | + | text-shadow: 0 0 5px #50b1be, 0 0 10px #50b1be; | |
− | + | content: '?'; | |
− | + | border-radius: 100%; | |
− | + | color: #dde5ee; | |
− | + | font-weight: 900; | |
− | + | font-size: 24px; | |
− | + | padding: 3px; | |
− | + | line-height: 20px; | |
− | + | left: -30px; | |
− | + | top: 5px; | |
− | + | position: absolute; } | |
− | + | .interview ul li::after { | |
− | + | content: ''; | |
− | + | clear: both; | |
− | + | display: table; } | |
− | + | ||
− | + | .interview .person img { | |
− | + | float: left; | |
− | + | height: 150px; | |
− | + | margin-right: 40px; | |
− | + | margin-bottom: 40px; | |
− | + | border-top-left-radius: 50px; } | |
− | + | ||
− | + | .interview .person .name { | |
− | + | font-weight: 100; | |
− | + | font-size: 36px; | |
− | + | padding-bottom: 10px; } | |
− | + | ||
− | + | .interview .person .position { | |
− | + | font-size: 16px; } | |
− | + | ||
− | + | .interview .questions { | |
− | + | clear: both; } | |
− | + | ||
+ | .interview .question { | ||
+ | font-style: italic; | ||
+ | margin-bottom: 10px; | ||
+ | color: #9ad2da; } | ||
+ | |||
+ | .interview .answer { | ||
+ | margin-bottom: 30px; } | ||
+ | .interview .answer img { | ||
+ | max-width: 100%; } | ||
header.header { | header.header { |
Revision as of 02:56, 18 October 2018