|
<!DOCTYPE html> |
|
<html class="js" lang="en"> |
|
<head> |
|
<style> |
|
*::before, |
|
*::after { |
|
box-sizing: border-box; |
|
} |
|
|
|
article, |
|
aside, |
|
dialog, |
|
figcaption, |
|
figure, |
|
footer, |
|
header, |
|
hgroup, |
|
main, |
|
nav, |
|
section { |
|
display: block; |
|
} |
|
|
|
:focus::-webkit-input-placeholder { |
|
color: transparent; |
|
} |
|
|
|
:focus::-moz-placeholder { |
|
color: transparent; |
|
} |
|
|
|
:focus:-moz-placeholder { |
|
color: transparent; |
|
} |
|
|
|
:focus:-ms-input-placeholder { |
|
color: transparent; |
|
} |
|
|
|
|
|
html { |
|
font-size: 100%; |
|
-ms-text-size-adjust: none; |
|
-webkit-text-size-adjust: none; |
|
} |
|
|
|
body { |
|
margin: 0; |
|
font-family: "Open Sans", sans-serif; |
|
font-size: 14px; |
|
font-size: .875rem; |
|
line-height: 1.6; |
|
word-wrap: break-word; |
|
background: #f7f7f7; |
|
-webkit-font-smoothing: antialiased; |
|
} |
|
|
|
.container { |
|
position: relative; |
|
width: 100%; |
|
max-width: 1080px; |
|
margin: 0 auto; |
|
} |
|
|
|
.container--outer { |
|
margin: 25px auto; |
|
box-shadow: 0 0 10px rgba(50, 50, 50, .17); |
|
} |
|
|
|
.wrapper { |
|
padding: 25px; |
|
background: #fff; |
|
} |
|
|
|
.flex { |
|
display: -webkit-flex; |
|
display: flex; |
|
} |
|
|
|
.primary { |
|
-webkit-flex: 1 0 65.83%; |
|
flex: 1 0 65.83%; |
|
-webkit-order: 1; |
|
order: 1; |
|
min-width: 0; |
|
} |
|
|
|
.sidebar { |
|
-webkit-flex: 1 0 31.66%; |
|
flex: 1 0 31.66%; |
|
-webkit-order: 2; |
|
order: 2; |
|
min-width: 0; |
|
margin: 0 0 0 2.5%; |
|
} |
|
|
|
.sidebar--left { |
|
-webkit-order: 0; |
|
order: 0; |
|
margin: 0 2.5% 0 0; |
|
} |
|
|
|
.clearfix { |
|
display: block; |
|
} |
|
|
|
.clearfix::after { |
|
display: block; |
|
height: 0; |
|
padding: 0; |
|
margin: 0; |
|
clear: both; |
|
line-height: 0; |
|
visibility: hidden; |
|
content: ""; |
|
} |
|
|
|
input, |
|
button, |
|
select, |
|
optgroup, |
|
textarea { |
|
margin: 0; |
|
font-family: inherit; |
|
font-size: inherit; |
|
line-height: inherit; |
|
} |
|
|
|
|
|
.btn { |
|
padding: 5px 10px; |
|
font-weight: 700; |
|
color: #fff; |
|
white-space: pre-line; |
|
background: #2a2a2a; |
|
} |
|
|
|
.btn:hover { |
|
color: #fff; |
|
background: #fd8e07; |
|
} |
|
|
|
|
|
.menu__item, |
|
.btn { |
|
transition: background-color .25s ease-out; |
|
} |
|
|
|
|
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6 { |
|
margin: 0 0 20px; |
|
margin: 0 0 1.25rem; |
|
font-weight: 700; |
|
line-height: 1.3; |
|
color: #000; |
|
} |
|
|
|
h1 { |
|
font-size: 32px; |
|
font-size: 2rem; |
|
} |
|
|
|
h2 { |
|
font-size: 24px; |
|
font-size: 1.5rem; |
|
} |
|
|
|
h3 { |
|
font-size: 20px; |
|
font-size: 1.25rem; |
|
} |
|
|
|
h4 { |
|
font-size: 18px; |
|
font-size: 1.125rem; |
|
} |
|
|
|
h5 { |
|
font-size: 16px; |
|
font-size: 1rem; |
|
} |
|
|
|
h6 { |
|
font-size: 16px; |
|
font-size: 1rem; |
|
} |
|
|
|
a { |
|
color: #000; |
|
text-decoration: none; |
|
} |
|
|
|
a:hover { |
|
color: #fd8e07; |
|
} |
|
|
|
hr { |
|
margin: 0 0 20px; |
|
border: 0; |
|
border-top: 1px solid #dadada; |
|
} |
|
|
|
p { |
|
margin: 0 0 20px; |
|
margin: 0 0 1.25rem; |
|
} |
|
|
|
b, |
|
strong { |
|
font: inherit; |
|
font-weight: 700; |
|
} |
|
|
|
i, |
|
em { |
|
font: inherit; |
|
font-style: italic; |
|
} |
|
|
|
ol, |
|
ul { |
|
padding: 0; |
|
margin: 0; |
|
} |
|
|
|
small { |
|
font-size: 12px; |
|
font-size: .75rem; |
|
} |
|
|
|
mark { |
|
background-color: #fd5; |
|
} |
|
|
|
figure { |
|
margin: 0 0 20px; |
|
margin: 0 0 1.25rem; |
|
} |
|
|
|
figcaption { |
|
margin-top: 4px; |
|
margin-top: .25rem; |
|
color: #666; |
|
} |
|
|
|
figcaption h4 { |
|
margin: 0; |
|
color: inherit; |
|
} |
|
|
|
pre, |
|
code, |
|
kbd, |
|
samp { |
|
font-family: "Liberation Mono", monospace; |
|
font-size: inherit; |
|
} |
|
|
|
pre, |
|
code { |
|
background-color: #f5f5f5; |
|
border: 1px solid #ebebeb; |
|
} |
|
|
|
code { |
|
padding: 0 5px; |
|
color: #c33; |
|
} |
|
|
|
pre { |
|
display: block; |
|
padding: 0; |
|
padding: 1.25rem; |
|
margin-bottom: 20px; |
|
margin-bottom: 1.25rem; |
|
overflow: auto; |
|
color: #000; |
|
} |
|
|
|
pre code { |
|
padding: 0; |
|
color: inherit; |
|
white-space: inherit; |
|
background: inherit; |
|
border: 0; |
|
} |
|
|
|
pre.listing { |
|
font-size: 0.7em; |
|
} |
|
|
|
kbd { |
|
padding: 2px 3px; |
|
color: #fff; |
|
background-color: #2a2a2a; |
|
} |
|
|
|
blockquote { |
|
display: block; |
|
padding: 5px 0 5px 15px; |
|
margin: 0 0 20px; |
|
margin: 0 0 1.25rem; |
|
line-height: 1.6; |
|
border-left: 5px solid #fd8e07; |
|
} |
|
|
|
blockquote p:last-child { |
|
margin: 0; |
|
} |
|
|
|
blockquote footer { |
|
text-align: right; |
|
} |
|
|
|
sup, |
|
sub { |
|
font-size: 10px; |
|
font-size: .625rem; |
|
font-style: normal; |
|
} |
|
|
|
sup { |
|
vertical-align: super; |
|
} |
|
|
|
sub { |
|
vertical-align: sub; |
|
} |
|
|
|
abbr[title] { |
|
text-decoration: none; |
|
cursor: help; |
|
border-bottom: 1px dotted #000; |
|
} |
|
|
|
q { |
|
font-style: italic; |
|
} |
|
|
|
address { |
|
margin-bottom: 20px; |
|
margin-bottom: 1.25rem; |
|
font-family: "Consolas", Courier New, Courier, monospace; |
|
line-height: 1.5; |
|
} |
|
|
|
dl { |
|
margin: 0 0 10px 20px; |
|
} |
|
|
|
dt, |
|
dd { |
|
display: list-item; |
|
} |
|
|
|
dt { |
|
font-weight: bold; |
|
list-style-type: square; |
|
} |
|
|
|
dd { |
|
margin-left: 20px; |
|
list-style-type: circle; |
|
} |
|
|
|
select { |
|
max-width: 100%; |
|
} |
|
|
|
.warning { |
|
padding: 20px 10px; |
|
text-align: center; |
|
border: 1px solid #ddd; |
|
} |
|
|
|
.warning__icon { |
|
margin-bottom: 20px; |
|
fill: #ddd; |
|
} |
|
|
|
@media screen { |
|
.summaries .list__item { |
|
background: #f5f5f5; |
|
} |
|
|
|
.summaries .list__item .list__header, |
|
.summaries .list__item .list__excerpt { |
|
padding-left: 0.5rem; |
|
padding-right: 0.5rem; |
|
} |
|
} |
|
|
|
@media screen and (min-width: 1100px) { |
|
:root { |
|
--small-summaries-gap: 1rem; |
|
} |
|
|
|
.summaries .small { |
|
font-size: 90%; |
|
display: flex; |
|
flex-wrap: wrap; |
|
column-gap: var(--small-summaries-gap); |
|
} |
|
|
|
.summaries .small { |
|
} |
|
|
|
.summaries .small .list__item { |
|
width: calc(50% - 0.5 * var(--small-summaries-gap)); |
|
position: relative; |
|
} |
|
|
|
.summaries .small .list__item h1 { |
|
font-size: 175%; |
|
} |
|
|
|
.summaries .small .list__item .list__excerpt{ |
|
max-height: 10em; |
|
overflow-y: clip; |
|
margin-bottom: 2.5rem; |
|
} |
|
|
|
.summaries .small .list__item .list__footer { |
|
position: absolute; |
|
bottom: 1.25rem; |
|
width: 100%; |
|
} |
|
} |
|
|
|
|
|
.header { |
|
background: #fff; |
|
} |
|
|
|
.logo { |
|
padding: 25px; |
|
} |
|
|
|
.logo__link { |
|
display: inline-block; |
|
} |
|
|
|
.logo__item { |
|
display: inline-block; |
|
vertical-align: middle; |
|
} |
|
|
|
.logo__img { |
|
max-height: 256px; |
|
} |
|
|
|
.logo__text { |
|
text-transform: uppercase; |
|
} |
|
|
|
.logo--mixed .logo__item { |
|
margin: .5rem auto; |
|
} |
|
|
|
.logo--mixed .logo__img { |
|
max-width: 128px; |
|
max-height: 128px; |
|
} |
|
|
|
.logo--mixed .logo__text { |
|
padding: 0 1rem; |
|
} |
|
|
|
.logo__title { |
|
font-size: 32px; |
|
font-size: 2rem; |
|
font-weight: 700; |
|
line-height: 1; |
|
color: #000; |
|
} |
|
|
|
.logo__tagline { |
|
display: inline-block; |
|
padding-top: 10px; |
|
margin-top: 10px; |
|
font-size: 14px; |
|
font-size: .875rem; |
|
font-weight: 700; |
|
line-height: 1; |
|
color: #fd8e07; |
|
border-top: 1px solid #ebebeb; |
|
} |
|
|
|
.divider { |
|
height: 5px; |
|
margin: 0; |
|
background: #fd8e07; |
|
border: 0; |
|
} |
|
|
|
|
|
.no-js .menu__btn { |
|
display: none; |
|
} |
|
|
|
.no-js .menu { |
|
flex-direction: column; |
|
} |
|
|
|
.menu { |
|
display: flex; |
|
justify-content: space-between; |
|
position: relative; |
|
background: #2a2a2a; |
|
} |
|
|
|
.menu__btn { |
|
background-color: #2a2a2a; |
|
display: flex; |
|
padding: 0; |
|
font: inherit; |
|
color: #fff; |
|
border: 0; |
|
outline: 0; |
|
z-index: 10; |
|
flex-grow: 11; |
|
} |
|
|
|
.menu__btn-title::before { |
|
height: 2rem; |
|
width: 2rem; |
|
position: absolute; |
|
left: -1.25rem; |
|
top: 0.25rem; |
|
mask: url("../breeze-icons/application-menu.svg"); |
|
background: white; |
|
content: " "; |
|
} |
|
|
|
.menu__btn-title { |
|
margin-left: 1.5rem; |
|
position: relative; |
|
display: inline-block; |
|
padding: .625rem .9375rem; |
|
font-weight: 700; |
|
text-align: left; |
|
text-transform: uppercase; |
|
cursor: pointer; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
-o-user-select: none; |
|
user-select: none; |
|
} |
|
|
|
:focus > .menu__btn-title { |
|
box-shadow: inset 0 0 1px 3px #fd8e07; |
|
} |
|
|
|
button:not(:-moz-focusring):focus > .menu__btn-title { |
|
box-shadow: none; |
|
} |
|
|
|
.menu__btn:focus, |
|
.menu__btn-title:focus, |
|
.search-query:focus { |
|
outline: 0; |
|
} |
|
|
|
.menu__btn--active .menu__btn-title::before { |
|
background-color: #fd8e07; |
|
} |
|
|
|
.js .menu__btn--active { |
|
color: #fd8e07; |
|
flex-grow: 11; |
|
} |
|
|
|
.menu__list { |
|
list-style: none; |
|
background: #2a2a2a; |
|
} |
|
|
|
.menu__item:hover { |
|
background: #fd8e07; |
|
} |
|
|
|
.menu__item:first-child { |
|
border: 0; |
|
} |
|
|
|
.menu__item--active { |
|
background: #fd8e07; |
|
} |
|
|
|
.menu__link { |
|
display: block; |
|
padding: 10px 15px; |
|
padding: .625rem .9375rem; |
|
font-weight: 700; |
|
color: #fff; |
|
text-transform: uppercase; |
|
} |
|
|
|
.menu__link:hover { |
|
color: #fff; |
|
} |
|
|
|
.js .menu__list { |
|
position: absolute; |
|
z-index: 1; |
|
visibility: hidden; |
|
-webkit-transform: scaleY(0); |
|
transform: scaleY(0); |
|
-webkit-transform-origin: top left; |
|
transform-origin: top left; |
|
width: 100%; |
|
} |
|
|
|
.js .menu__list--active { |
|
visibility: visible; |
|
border-top: 1px solid rgba(255, 255, 255, .1); |
|
border-bottom: 1px solid rgba(255, 255, 255, .1); |
|
-webkit-transform: scaleY(1); |
|
transform: scaleY(1); |
|
top: 100%; |
|
width: 100%; |
|
} |
|
|
|
.menu__list--transition { |
|
transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease; |
|
} |
|
|
|
.menu__search__form { |
|
display: flex; |
|
align-items: center; |
|
padding: .5rem; |
|
z-index: 10; |
|
background: #2a2a2a; |
|
} |
|
|
|
.menu__search__form .search-query { |
|
font-size: 14px; |
|
padding: .125rem; |
|
width: 100%; |
|
} |
|
|
|
.menu__search__form .search-btn { |
|
aspect-ratio: 1/1; |
|
border: 0; |
|
background-image: url("../breeze-icons/edit-find.svg"); |
|
background-color: #fd8e07; |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
height: 1.8rem; |
|
display: inline-block; |
|
cursor: pointer; |
|
} |
|
|
|
@media screen and (min-width: 767px) { |
|
.no-js .menu { |
|
flex-direction: row; |
|
} |
|
|
|
.menu { |
|
border-bottom: 5px solid #fd8e07; |
|
} |
|
|
|
.menu__btn { |
|
display: none; |
|
} |
|
|
|
.menu__list, |
|
.js .menu__list { |
|
position: relative; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
visibility: visible; |
|
border: 0; |
|
-webkit-transform: none; |
|
transform: none; |
|
width: unset; |
|
flex-grow: 11; |
|
} |
|
|
|
.menu__item { |
|
border-left: 1px solid rgba(255, 255, 255, .1); |
|
} |
|
|
|
.menu__search__form { |
|
flex-basis: 25%; |
|
} |
|
} |
|
|
|
|
|
.post__header, |
|
.main__header { |
|
margin-bottom: 20px; |
|
margin-bottom: 1.25rem; |
|
} |
|
|
|
.main__title { |
|
font-size: 28px; |
|
font-size: 1.75rem; |
|
} |
|
|
|
.main__content { |
|
margin-bottom: 20px; |
|
margin-bottom: 1.25rem; |
|
} |
|
|
|
.meta { |
|
font-size: 13px; |
|
font-size: .8125rem; |
|
vertical-align: baseline; |
|
} |
|
|
|
.meta, |
|
.meta a { |
|
color: #666; |
|
} |
|
|
|
.meta a:hover { |
|
color: #fd8e07; |
|
} |
|
|
|
.meta__item { |
|
display: inline; |
|
margin-left: 15px; |
|
} |
|
|
|
.meta__item:first-child { |
|
margin-left: 0; |
|
} |
|
|
|
.meta__icon { |
|
margin-right: 5px; |
|
vertical-align: middle; |
|
fill: #c4c4c4; |
|
} |
|
|
|
.meta__text { |
|
vertical-align: middle; |
|
} |
|
|
|
.post__title { |
|
margin: 0; |
|
} |
|
|
|
.post__meta { |
|
padding: 5px 0; |
|
margin-top: 10px; |
|
margin-top: .625rem; |
|
border-top: 1px dotted #ebebeb; |
|
border-bottom: 1px dotted #ebebeb; |
|
} |
|
|
|
.post__lead { |
|
margin-top: 4px; |
|
margin-top: .25rem; |
|
margin-bottom: 0; |
|
font-size: 16px; |
|
font-size: 1rem; |
|
font-style: italic; |
|
} |
|
|
|
.post__thumbnail { |
|
max-width: 1030px; |
|
margin: 0 0 20px; |
|
margin-bottom: 0 0 1.25rem; |
|
} |
|
|
|
.post__thumbnail img { |
|
width: 100%; |
|
} |
|
|
|
.content a, |
|
.warning a, |
|
.authorbox__description a { |
|
font-weight: 700; |
|
color: #fd8e07; |
|
} |
|
|
|
.content a:hover, |
|
.warning a:hover, |
|
.authorbox__description a:hover { |
|
color: #fd8e07; |
|
text-decoration: underline; |
|
} |
|
|
|
.summaries .content.list__excerpt a { |
|
color: inherit; |
|
font-weight: inherit; |
|
} |
|
|
|
.summaries .content.list__excerpt a:hover { |
|
text-decoration: none; |
|
} |
|
|
|
.content .alignnone { |
|
display: block; |
|
margin: 20px 0; |
|
margin: 1.25rem 0; |
|
} |
|
|
|
.content .aligncenter { |
|
display: block; |
|
margin: 20px auto; |
|
margin: 1.25rem auto; |
|
} |
|
|
|
.content .alignleft { |
|
display: inline; |
|
float: left; |
|
margin: 5px 20px 20px 0; |
|
margin: .3125rem 1.25rem 1.25rem 0; |
|
} |
|
|
|
.content .alignright { |
|
display: inline; |
|
float: right; |
|
margin: 5px 0 20px 20px; |
|
margin: .3125rem 0 1.25rem 1.25rem; |
|
} |
|
|
|
.content ul { |
|
list-style: square; |
|
} |
|
|
|
.content ol { |
|
list-style: decimal; |
|
} |
|
|
|
.content ul, |
|
.content ol { |
|
margin: 0 0 20px 40px; |
|
} |
|
|
|
.content ul ul, |
|
.content ol ol, |
|
.content ol ul, |
|
.content ul ol { |
|
margin: 0 0 0 40px; |
|
} |
|
|
|
.content li { |
|
margin-bottom: 5px; |
|
} |
|
|
|
.post__footer { |
|
margin-top: 20px; |
|
margin-top: 1.25rem; |
|
} |
|
|
|
|
|
.tags { |
|
margin-bottom: 20px; |
|
margin-bottom: 1.25rem; |
|
font-size: 12px; |
|
font-size: .75rem; |
|
line-height: 1; |
|
color: #fff; |
|
} |
|
|
|
.tags__list { |
|
list-style: none; |
|
} |
|
|
|
.tags__item { |
|
float: left; |
|
margin: 0 6px 6px 0; |
|
margin: 0 .375rem .375rem 0; |
|
text-transform: uppercase; |
|
background: #2a2a2a; |
|
} |
|
|
|
.tags__item:hover { |
|
background: #fd8e07; |
|
} |
|
|
|
.tags__link, |
|
.tags__link:hover { |
|
display: block; |
|
padding: 10px 15px; |
|
} |
|
|
|
.tags__badge { |
|
float: left; |
|
width: 32px; |
|
height: 32px; |
|
padding: 8px; |
|
margin-right: 6px; |
|
background: #fd8e07; |
|
fill: #fff; |
|
} |
|
|
|
|
|
.toc { |
|
margin-bottom: 20px; |
|
font-weight: 700; |
|
color: #7a8288; |
|
background: #fff; |
|
border-color: #ebebeb; |
|
border-style: solid; |
|
border-top-width: 0; |
|
border-right-width: 0; |
|
border-bottom-width: 0; |
|
border-left-width: 0; |
|
} |
|
|
|
.content .toc { |
|
border-top-width: 2px; |
|
border-bottom-width: 2px; |
|
padding-top: 8px; |
|
} |
|
|
|
.content .toc nav ul { |
|
font-size: 0.9rem; |
|
margin-top: 5px; |
|
margin-bottom: 10px; |
|
margin-left: 20px; |
|
} |
|
|
|
.content .toc nav ul li a { |
|
font-weight: 400; |
|
} |
|
|
|
.content .toc nav ul li { |
|
margin-bottom: 0; |
|
} |
|
|
|
.content .toc nav ul { |
|
margin-top: 0; |
|
margin-bottom: 5px; |
|
} |
|
|
|
.toc__title { |
|
padding: 5px 10px; |
|
color: #fff; |
|
text-transform: uppercase; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
-o-user-select: none; |
|
user-select: none; |
|
background: #2a2a2a; |
|
} |
|
|
|
.toc__menu ul { |
|
margin: 0; |
|
list-style: none; |
|
} |
|
|
|
.toc__menu ul ul ul a { |
|
padding-left: 25px; |
|
} |
|
|
|
.toc__menu ul ul ul ul a { |
|
padding-left: 45px; |
|
} |
|
|
|
.toc__menu ul ul ul ul ul a { |
|
padding-left: 65px; |
|
} |
|
|
|
.toc__menu ul ul ul ul ul ul a { |
|
padding-left: 85px; |
|
} |
|
|
|
.toc__menu li { |
|
margin: 0; |
|
} |
|
|
|
.toc__menu a { |
|
display: block; |
|
padding: 5px 10px; |
|
color: #fd8e07; |
|
border-bottom: 1px solid #ebebeb; |
|
} |
|
|
|
.toc__menu a:hover { |
|
text-decoration: underline; |
|
} |
|
|
|
|
|
.authorbox { |
|
padding: 25px 0; |
|
margin-bottom: 25px; |
|
line-height: 1.5; |
|
border-top: 1px solid #ebebeb; |
|
border-bottom: 1px solid #ebebeb; |
|
} |
|
|
|
.authorbox__avatar { |
|
float: left; |
|
padding: 3px; |
|
margin: 0 25px 0 0; |
|
border: 1px solid #ebebeb; |
|
} |
|
|
|
.authorbox__header { |
|
margin-bottom: 10px; |
|
} |
|
|
|
.authorbox__name { |
|
font-size: 16px; |
|
font-size: 1rem; |
|
font-weight: 700; |
|
} |
|
|
|
|
|
.list__heading, .list__item { |
|
margin-bottom: 30px; |
|
margin-bottom: 1.875rem; |
|
border-bottom: solid #2a2a2a; |
|
border-bottom-width: 5px; |
|
border-bottom-width: 0.3125rem; |
|
} |
|
|
|
.list__item { |
|
padding-bottom: 20px; |
|
padding-bottom: 1.25rem; |
|
} |
|
|
|
.list__header { |
|
margin-bottom: 10px; |
|
margin-bottom: .625rem; |
|
} |
|
|
|
.list__meta { |
|
margin-top: 5px; |
|
} |
|
|
|
.list__thumbnail { |
|
float: left; |
|
margin: 0 20px 0 0; |
|
} |
|
|
|
.list__thumbnail img { |
|
width: 100%; |
|
max-width: 235px; |
|
} |
|
|
|
.list__footer-readmore { |
|
float: right; |
|
margin-top: 10px; |
|
} |
|
|
|
|
|
.pagination { |
|
margin-top: 20px; |
|
} |
|
|
|
.pagination__item { |
|
display: inline-block; |
|
padding: 10px 15px; |
|
font-weight: 700; |
|
color: #000; |
|
background: #f5f5f5; |
|
} |
|
|
|
.pagination__item:hover, |
|
.pagination__item--current { |
|
color: #fff; |
|
background: #fd8e07; |
|
} |
|
|
|
|
|
.pager { |
|
-webkit-justify-content: space-between; |
|
justify-content: space-between; |
|
padding-top: 25px; |
|
padding-bottom: 25px; |
|
margin-bottom: 25px; |
|
border-bottom: 1px solid #ebebeb; |
|
} |
|
|
|
.pager__subtitle { |
|
display: block; |
|
margin-bottom: 5px; |
|
font-weight: 700; |
|
line-height: 1; |
|
text-transform: uppercase; |
|
} |
|
|
|
.pager__title { |
|
margin-bottom: 0; |
|
overflow: hidden; |
|
font-size: 13px; |
|
font-size: .8125rem; |
|
} |
|
|
|
.pager__item { |
|
-webkit-flex: 1 1 50%; |
|
flex: 1 1 50%; |
|
max-width: 48%; |
|
} |
|
|
|
.pager__item--next { |
|
margin-left: auto; |
|
text-align: right; |
|
} |
|
|
|
.pager__link { |
|
display: block; |
|
} |
|
|
|
|
|
img { |
|
width: auto\9; |
|
max-width: 100%; |
|
height: auto; |
|
vertical-align: bottom; |
|
} |
|
|
|
iframe, |
|
embed, |
|
object, |
|
video { |
|
max-width: 100%; |
|
} |
|
|
|
|
|
table { |
|
width: 100%; |
|
margin-bottom: 20px; |
|
margin-bottom: 1.25rem; |
|
border-spacing: 0; |
|
border-collapse: collapse; |
|
border-top: 1px solid #ebebeb; |
|
border-left: 1px solid #ebebeb; |
|
} |
|
|
|
td, |
|
th { |
|
padding: 5px 10px; |
|
border-right: 1px solid #ebebeb; |
|
border-bottom: 1px solid #ebebeb; |
|
} |
|
|
|
th { |
|
font-weight: 700; |
|
} |
|
|
|
|
|
input { |
|
padding: 5px; |
|
font-size: 12px; |
|
vertical-align: middle; |
|
background: #f5f5f5; |
|
border: 1px solid #ebebeb; |
|
transition: all .25s ease-in-out; |
|
} |
|
|
|
input[type=text], |
|
input[type=email], |
|
input[type=tel], |
|
input[type=url] { |
|
width: 60%; |
|
} |
|
|
|
input[type=text]:hover, |
|
input[type=email]:hover, |
|
input[type=tel]:hover, |
|
input[type=url]:hover, |
|
textarea:hover { |
|
border: 1px solid #aaa; |
|
} |
|
|
|
input[type=submit], |
|
input[type=reset] { |
|
display: inline-block; |
|
min-width: 150px; |
|
font-weight: 700; |
|
color: #fff; |
|
text-transform: uppercase; |
|
cursor: pointer; |
|
background: #2a2a2a; |
|
border: 0; |
|
transition: all .1s linear; |
|
-webkit-appearance: none; |
|
} |
|
|
|
input[type=submit]:hover, |
|
input[type=reset]:hover { |
|
background: #fd8e07; |
|
} |
|
|
|
textarea { |
|
width: 96%; |
|
padding: 5px; |
|
overflow: auto; |
|
line-height: 1.5; |
|
resize: vertical; |
|
background: #f5f5f5; |
|
border: 1px solid rgba(0, 0, 0, .1); |
|
} |
|
|
|
|
|
.widget { |
|
margin-bottom: 25px; |
|
overflow: hidden; |
|
} |
|
|
|
.widget:last-child { |
|
margin-bottom: 0; |
|
} |
|
|
|
.widget__title { |
|
position: relative; |
|
padding-bottom: 5px; |
|
font-size: 16px; |
|
font-size: 1rem; |
|
text-transform: uppercase; |
|
border-bottom: 3px solid #fd8e07; |
|
} |
|
|
|
.widget__item { |
|
display: block; |
|
padding: 5px 0; |
|
border-bottom: 1px dotted #ebebeb; |
|
} |
|
|
|
.widget__item:first-child { |
|
padding-top: 0; |
|
} |
|
|
|
.widget__counter--bubble { |
|
display: inline-block; |
|
padding: 0 6px; |
|
font-size: .75rem; |
|
color: #666; |
|
text-align: center; |
|
background: #ebebeb; |
|
border-radius: 2em; |
|
} |
|
|
|
|
|
.widget-search__form { |
|
display: block; |
|
padding: 5%; |
|
margin: 0 auto; |
|
background: #f5f5f5; |
|
} |
|
|
|
.widget-search__form .widget-search__submit { |
|
display: none; |
|
} |
|
|
|
.widget-search__field { |
|
position: relative; |
|
display: block; |
|
width: 90%; |
|
padding: 8px; |
|
margin: 0 auto; |
|
font-size: 11px; |
|
cursor: pointer; |
|
background: #fff; |
|
border: 1px solid #ebebeb; |
|
border-radius: 0; |
|
outline-offset: -2px; |
|
transition: none; |
|
-webkit-appearance: none; |
|
} |
|
|
|
.widget-search__field:active, |
|
.widget-search__field:focus { |
|
cursor: text; |
|
} |
|
|
|
|
|
.widget-social__item { |
|
padding: 0; |
|
border: 0; |
|
} |
|
|
|
.widget-social__link { |
|
display: block; |
|
margin: 0 0 8px; |
|
white-space: normal; |
|
} |
|
|
|
.widget-social__link-icon { |
|
margin: 0 5px 0 0; |
|
vertical-align: middle; |
|
fill: #fff; |
|
} |
|
|
|
|
|
.widget-taglist__link { |
|
display: inline-block; |
|
margin: 0 4px 8px 0; |
|
font-size: 12px; |
|
text-transform: uppercase; |
|
} |
|
|
|
|
|
.widget-languages__link { |
|
display: block; |
|
} |
|
|
|
.widget-languages__link:hover .widget-languages__link-btn { |
|
color: #fff; |
|
background: #fd8e07; |
|
} |
|
|
|
.widget-languages__link-btn { |
|
display: inline-block; |
|
} |
|
|
|
|
|
.footer { |
|
padding: 10px 25px; |
|
font-size: 12px; |
|
font-size: .75rem; |
|
color: #999; |
|
background: #2a2a2a; |
|
border-top: 3px solid #999; |
|
} |
|
|
|
.footer__container { |
|
-webkit-flex-flow: row wrap; |
|
flex-flow: row wrap; |
|
-webkit-justify-content: space-between; |
|
justify-content: space-between; |
|
} |
|
|
|
.footer__links { |
|
-webkit-order: 1; |
|
order: 1; |
|
} |
|
|
|
.footer a { |
|
color: #fff; |
|
} |
|
|
|
.footer a:hover { |
|
text-decoration: underline; |
|
} |
|
|
|
.content .subsection { |
|
text-transform: uppercase; |
|
font-size: 0.75rem; |
|
font-weight: bold; |
|
color: #bbb; |
|
background: #f7f7f7; |
|
padding: 0 0.25ex; |
|
} |
|
|
|
.content .subsection a { |
|
color: #888; |
|
text-transform: none; |
|
} |
|
|
|
|
|
.upcoming-container { |
|
display: flex; |
|
} |
|
|
|
.upcoming-event { |
|
flex: 1; |
|
text-align: center; |
|
} |
|
|
|
|
|
.mobile-only { |
|
display: none; |
|
margin-bottom: 20px; |
|
} |
|
|
|
|
|
@media screen and (max-width: 1475px) { |
|
.container--outer { |
|
width: 95%; |
|
} |
|
} |
|
|
|
@media screen and (max-width: 900px) { |
|
.container--outer { |
|
width: 100%; |
|
margin: 0 auto; |
|
} |
|
|
|
.wrapper, |
|
.logo { |
|
padding: 20px; |
|
} |
|
|
|
.widget { |
|
margin-bottom: 20px; |
|
} |
|
|
|
.footer__container { |
|
display: block; |
|
} |
|
|
|
.footer__links { |
|
padding-bottom: 8px; |
|
padding-bottom: 0.5rem; |
|
text-align: center; |
|
} |
|
|
|
.footer__copyright { |
|
text-align: center; |
|
} |
|
} |
|
|
|
@media screen and (max-width: 767px) { |
|
.wrapper { |
|
display: block; |
|
} |
|
|
|
.sidebar { |
|
float: none; |
|
width: 100%; |
|
margin: 0; |
|
} |
|
|
|
.logo { |
|
text-align: center; |
|
} |
|
|
|
.logo__link { |
|
margin: 0 auto; |
|
} |
|
|
|
.logo__title { |
|
font-size: 24px; |
|
font-size: 1.5rem; |
|
} |
|
|
|
.sidebar { |
|
margin-top: 20px; |
|
} |
|
|
|
.mobile-only { |
|
display: block; |
|
} |
|
} |
|
|
|
@media screen and (max-width: 620px) { |
|
input[type=text], |
|
input[type=email], |
|
input[type=tel], |
|
input[type=url] { |
|
width: 88%; |
|
} |
|
|
|
.meta__item { |
|
display: block; |
|
margin-left: 0; |
|
} |
|
|
|
.authorbox { |
|
text-align: center; |
|
} |
|
|
|
.authorbox__avatar { |
|
display: inline-block; |
|
float: none; |
|
margin: 0 0 20px; |
|
} |
|
|
|
.pager { |
|
display: block; |
|
} |
|
|
|
.pager__item { |
|
min-width: 100%; |
|
text-align: center; |
|
} |
|
|
|
.pager__item--prev { |
|
padding-bottom: 25px; |
|
} |
|
|
|
.content ul, |
|
.content ol { |
|
margin: 0 0 20px 20px; |
|
} |
|
|
|
.content ul ul, |
|
.content ol ol, |
|
.content ol ul, |
|
.content ul ol { |
|
margin: 0 0 0 20px; |
|
} |
|
|
|
.list__thumbnail { |
|
max-width: 80px; |
|
} |
|
|
|
.list__title { |
|
font-size: 16px; |
|
font-size: 1rem; |
|
} |
|
|
|
.list__lead { |
|
font-size: 14px; |
|
font-size: .875rem; |
|
} |
|
|
|
.list__meta { |
|
display: block; |
|
font-size: 11px; |
|
font-size: .6875rem; |
|
} |
|
} |
|
|
|
@media (prefers-color-scheme: dark) { |
|
body { |
|
background: #000; |
|
color: #fff; |
|
} |
|
|
|
a, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6, |
|
.logo__title { |
|
color: #fff; |
|
} |
|
|
|
.summaries .list__item { |
|
background: #191919; |
|
} |
|
|
|
.container .header, .container .wrapper { |
|
background: #0c0c0c; |
|
} |
|
|
|
.widget__item { |
|
border-bottom: 1px dotted #6b6b6b; |
|
} |
|
|
|
.post__meta { |
|
border-top: 1px dotted #6b6b6b; |
|
border-bottom: 1px dotted #6b6b6b; |
|
} |
|
|
|
.container--outer { |
|
box-shadow: 0 0 10px rgba(23, 23, 23, .27); |
|
} |
|
} |
|
</style> |
|
<meta charset="utf-8"> |
|
<meta content="width=device-width, initial-scale=1" name="viewport"> |
|
<meta content="IE=edge" http-equiv="X-UA-Compatible"> |
|
<title> |
|
interpretation English - CCC Event Blog |
|
</title> |
|
<meta content name="description"> |
|
<meta content="interpretation English" property="og:title"> |
|
<meta content property="og:description"> |
|
<meta content="website" property="og:type"> |
|
<meta content="" property="og:url"> |
|
<meta content="" property="og:image"> |
|
<meta content="CCC Event Blog" property="og:site_name"> |
|
<meta content="interpretation English" itemprop="name"> |
|
<meta content itemprop="description"> |
|
</head> |
|
<body class="body"> |
|
<div class="container container--outer"> |
|
<header class="header"> |
|
<div class="container header__container"> |
|
<div class="logo logo--mixed"> |
|
<a class="logo__link" rel="home" title="CCC Event Blog"> |
|
<div class="logo__item logo__imagebox"> |
|
<img class="logo__img" src="rick.jpg"> |
|
</div> |
|
<div class="logo__item logo__text"> |
|
<div class="logo__title"> |
|
CCC Event Blog |
|
</div> |
|
</div> |
|
</a> |
|
</div> |
|
<nav class="menu"> |
|
<button aria-expanded="false" aria-haspopup="true" class="menu__btn" tabindex="0"> |
|
<span class="menu__btn-title" tabindex="-1"> |
|
Menu |
|
</span> |
|
</button> |
|
<ul class="menu__list"> |
|
<li class="menu__item"> |
|
<a class="menu__link"> |
|
<span class="menu__text"> |
|
About |
|
</span> |
|
</a> |
|
</li> |
|
<li class="menu__item"> |
|
<a class="menu__link"> |
|
<span class="menu__text"> |
|
CCC |
|
</span> |
|
</a> |
|
</li> |
|
<li class="menu__item"> |
|
<a class="menu__link"> |
|
<span class="menu__text"> |
|
Orga-Teams |
|
</span> |
|
</a> |
|
</li> |
|
<li class="menu__item"> |
|
<a class="menu__link"> |
|
<span class="menu__text"> |
|
Recordings |
|
</span> |
|
</a> |
|
</li> |
|
</ul> |
|
<form action="" class="menu__search__form"> |
|
<input class="search-query" id="search-query" name="s" placeholder="Search Blog..."> |
|
<button class="search-btn" type="submit"> |
|
</button> |
|
</form> |
|
</nav> |
|
</div> |
|
</header> |
|
<div class="wrapper flex"> |
|
<div class="primary"> |
|
<div class="mobile-only"> |
|
<div class="widget-categories widget"> |
|
<h4 class="widget__title"> |
|
Upcoming Events |
|
</h4> |
|
<div class="upcoming-container"> |
|
<div class="widget__content upcoming-event"> |
|
<a class="widget__link"> |
|
<img src="rick.jpg"> |
|
<br> |
|
37C3: Unlocked |
|
</a> |
|
</div> |
|
<div class="widget__content upcoming-event"> |
|
<a class="widget__link"> |
|
<img src="rick.jpg"> |
|
<br> |
|
Fireshonks |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<main class="main list" role="main"> |
|
<div class="list__heading"> |
|
<header class="main__header"> |
|
<h1 class="main__title"> |
|
interpretation English |
|
</h1> |
|
</header> |
|
</div> |
|
<div class="summaries"> |
|
<div class="large"> |
|
<article class="list__item post"> |
|
<header class="list__header"> |
|
<h1 class="list__title post__title"> |
|
<a rel="bookmark"> |
|
Lost in Interpretation … |
|
</a> |
|
</h1> |
|
<div class="list__meta meta"> |
|
<div class="meta__item-datetime meta__item"> |
|
<time class="meta__text" datetime="2008-12-27T20:51:30Z"> |
|
December 27, 2008 |
|
</time> |
|
</div> |
|
</div> |
|
</header> |
|
<div class="content list__excerpt post__content clearfix"> |
|
<a> |
|
This year, we will continue a tradition started last year with the “spontaneous simultaneous” interpretation of the Hacker Jeopardy. As of tomorrow, we will interpret one event in Saal 1 each day. |
|
</a> |
|
</div> |
|
<div class="list__footer clearfix"> |
|
<a class="list__footer-readmore btn"> |
|
Read more … |
|
</a> |
|
</div> |
|
</article> |
|
</div> |
|
</div> |
|
</main> |
|
</div> |
|
<aside class="sidebar"> |
|
<div class="widget-categories widget"> |
|
<h4 class="widget__title"> |
|
Upcoming Events |
|
</h4> |
|
<div class="upcoming-container"> |
|
<div class="widget__content upcoming-event"> |
|
<a class="widget__link"> |
|
<img src="rick.jpg"> |
|
<br> |
|
37C3: Unlocked |
|
</a> |
|
</div> |
|
<div class="widget__content upcoming-event"> |
|
<a class="widget__link"> |
|
<img src="rick.jpg"> |
|
<br> |
|
Fireshonks |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="widget-categories widget"> |
|
<h4 class="widget__title"> |
|
Congress |
|
</h4> |
|
<div class="widget__content"> |
|
<ul class="widget__list"> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
37C3: Unlocked (2023) |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
36C3: Resource Exhaustion (2019) |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
35C3: Refreshing Memories (2018) |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
34C3: tuwat (2017) |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="widget-categories widget"> |
|
<h4 class="widget__title"> |
|
Camp |
|
</h4> |
|
<div class="widget__content"> |
|
<ul class="widget__list"> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
Chaos Communication Camp 2023 |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
Chaos Communication Camp 2019 |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
Chaos Communication Camp 2015 |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
Chaos Communication Camp 2011 |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="widget-categories widget"> |
|
<h4 class="widget__title"> |
|
remote chaos experience |
|
</h4> |
|
<div class="widget__content"> |
|
<ul class="widget__list"> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
rC3: NOWHERE (2021) |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
rC3 (2020) |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="widget-categories widget"> |
|
<h4 class="widget__title"> |
|
Other Events |
|
</h4> |
|
<div class="widget__content"> |
|
<ul class="widget__list"> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
Datenspuren |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
DiVOC |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
Easterhegg |
|
</a> |
|
</li> |
|
<li class="widget__item"> |
|
<a class="widget__link"> |
|
GPN |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="widget-categories widget"> |
|
<h4 class="widget__title"> |
|
Subscribe |
|
</h4> |
|
<div class="widget__content"> |
|
<a title="CCC Event Blog"> |
|
</a> |
|
</div> |
|
</div> |
|
</aside> |
|
</div> |
|
<footer class="footer"> |
|
<div class="container footer__container flex"> |
|
<div class="footer__links"> |
|
<a class="footer__link"> |
|
Impressum und Datenschutzerklärung |
|
</a> |
|
</div> |
|
<div class="footer__copyright"> |
|
<span class="footer__copyright-credits"> |
|
</span> |
|
</div> |
|
</div> |
|
</footer> |
|
</div> |
|
</body> |
|
</html> |
|
|