cupper-hugo-theme/themes/infusion/static/css/styles.css

748 lines
9.3 KiB
CSS
Raw Normal View History

*, *::before, *::after {
font-family: inherit;
color: inherit;
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
2017-06-09 15:27:09 +02:00
font-size: calc(1em + 0.33vw);
font-family: PT Sans, sans-serif;
line-height: 1.5;
2017-06-09 15:27:09 +02:00
color: #111;
}
* + * {
2017-06-09 15:27:09 +02:00
margin-top: 2.25rem;
}
br,
dt,
dd,
th,
td,
option,
[hidden] + *,
2017-06-15 10:41:44 +02:00
li + li,
body,
.main-and-footer {
margin-top: 0;
}
p + p {
margin-top: 0.75rem;
}
a {
text-decoration: none;
border-bottom: 1px solid;
}
img {
max-width: 100%;
}
2017-06-28 11:34:21 +02:00
p img {
2017-07-03 20:56:19 +02:00
margin: 0.75rem 0;
2017-06-28 11:34:21 +02:00
}
figure p img {
2017-07-04 12:46:56 +02:00
margin: 0;
2017-06-28 11:34:21 +02:00
}
2017-06-19 11:40:21 +02:00
:focus:not([tabindex="-1"]),
[data-expands]:focus svg,
2017-07-01 12:48:01 +02:00
.patterns a:focus .text {
2017-06-28 11:34:21 +02:00
outline: 3px solid #ccc;
2017-06-15 10:41:44 +02:00
outline-offset: 2px;
}
/* fix for IE :( */
div:not([tabindex]):focus {
outline: none;
}
2017-07-01 13:20:18 +02:00
/* skip link */
[href="#main"] {
display: block;
width: 100%;
padding: 0.75rem;
color: #fff;
background: #000;
position: absolute;
top: -3rem;
text-align: center;
z-index: 1;
}
[href="#main"]:focus {
top: 0;
outline: none;
}
/* text styles */
h1, h2, h3, h4 {
2017-06-09 15:27:09 +02:00
font-family: Miriam Libre, serif;
line-height: 1.125;
}
h1 {
2017-06-12 13:05:48 +02:00
font-size: 2rem;
}
h2 {
2017-06-09 15:27:09 +02:00
font-size: 1.66rem;
}
h3 {
2017-06-09 15:27:09 +02:00
font-size: 1.25rem;
}
h4 {
font-size: 1rem;
font-family: PT Sans, sans-serif;
}
kbd {
line-height: 1;
2017-06-09 15:27:09 +02:00
font-size: 0.66rem;
2017-06-19 11:40:21 +02:00
padding: 0.1rem 0.33rem;
border-radius: 0.25rem;
2017-06-09 15:27:09 +02:00
border: 2px solid;
box-shadow: 0.125rem 0.125rem 0 #111;
2017-06-19 11:40:21 +02:00
vertical-align: 0.33em;
}
2017-06-27 21:15:38 +02:00
pre {
overflow-x: auto;
padding: 1.5rem;
border: 1px solid;
}
code {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
2017-06-27 21:15:38 +02:00
font-size: 0.85em;
}
.cmd {
padding: 0.75rem;
background: #111;
}
.cmd code {
color: #fff;
white-space: nowrap;
}
.cmd code::before {
content: '$';
font-weight: bold;
padding-right: 0.25em;
}
.cmd code::after {
content: '';
display: inline-block;
width: 0.75em;
height: 1.25em;
background: #fff;
margin-left: 0.25em;
}
2017-06-15 10:41:44 +02:00
/* Lists */
2017-06-12 13:05:48 +02:00
main ul {
margin-left: 2.25rem;
}
2017-06-19 11:40:21 +02:00
main li + li {
margin-top: 0.5rem;
}
2017-06-12 13:05:48 +02:00
main ul ul {
margin-top: 0;
}
2017-06-09 15:27:09 +02:00
/* Buttons */
button {
2017-07-01 12:48:01 +02:00
font-size: 1.25rem;
2017-06-09 15:27:09 +02:00
font-family: inherit;
font-weight: inherit;
2017-07-01 12:48:01 +02:00
background: #111;
color: #fff;
padding: 0.75rem;
border: 0;
}
2017-06-09 15:27:09 +02:00
/* Tables */
table {
text-align: left;
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}
th, td {
border: 2px solid;
padding: 0.5rem;
line-height: 1;
margin: 0;
}
caption {
font-size: 1.125rem;
padding-bottom: 0.25rem;
font-style: italic;
}
th:empty {
border: 0;
}
2017-06-09 15:27:09 +02:00
2017-06-15 10:41:44 +02:00
/* Page structure */
.wrapper {
position: relative;
margin-top: 0;
}
.intro-and-nav {
font-size: 0.85rem;
width: 15rem;
height: 100vh;
position: fixed;
top: 0;
left: 0;
border-right: 2px solid;
}
.intro-and-nav > div {
padding: 2.25rem;
display: flex;
flex-direction: column;
height: 100%;
}
.logo {
border: 0;
}
.library-desc {
font-style: italic;
2017-06-19 11:40:21 +02:00
margin-top: 0.25rem;
2017-07-01 12:48:01 +02:00
margin-left: auto;
margin-right: auto;
max-width: 30rem;
2017-06-15 10:41:44 +02:00
}
.main-and-footer {
margin-left: 15rem;
}
.main-and-footer > div {
max-width: 40rem;
margin: 0 auto;
padding: 2.25rem;
}
2017-06-27 21:15:38 +02:00
[role="contentinfo"] {
font-size: 0.85rem;
2017-06-29 10:53:55 +02:00
margin-top: 4rem;
text-align: center;
2017-06-27 21:15:38 +02:00
}
2017-06-19 11:40:21 +02:00
/* Patterns navigation */
.patterns {
overflow: auto;
margin-top: 1rem;
}
.patterns * {
margin-top: 0;
}
.patterns h3 {
font-size: 1rem;
}
.patterns li {
line-height: 1.125;
margin-top: 0.75rem;
list-style: none;
}
.patterns ul ul {
margin-left: 0.75rem;
}
.pattern a {
border: 0;
display: flex;
flex-wrap: nowrap;
align-items: baseline;
font-weight: bold;
}
.pattern a:focus {
outline: none;
}
.pattern a:focus span {
outline:
}
.pattern span {
margin-left: 0.125rem;
}
.pattern [aria-current] span {
text-decoration: underline;
text-decoration-skip: ink;
}
2017-07-01 12:48:01 +02:00
/* menu button */
#menu-button {
display: none;
width: 100%;
text-align: center;
}
#menu-button:focus {
outline: none;
box-shadow: inset 0 0 0 0.25rem #ccc;
}
2017-06-19 11:40:21 +02:00
/* Pattern lists */
.patterns-list {
list-style: none;
margin-left: 0;
}
.patterns-list h2 {
font-size: 1.25rem;
}
.patterns-list li + li {
margin-top: 1rem;
padding-top: 1rem;
border-top: 2px solid;
}
.patterns-list a {
border: 0;
}
/* Tags */
.tags {
margin-top: 0;
font-size: 0.85rem;
}
.tags * {
display: inline;
margin: 0;
}
2017-06-28 17:46:25 +02:00
.tag-icon {
2017-06-19 11:40:21 +02:00
height: 1em;
width: auto;
vertical-align: middle;
}
.tags strong {
margin-right: 0.25rem;
}
.tags li {
white-space: nowrap;
margin: 0 0.25rem 0 0;
}
2017-06-09 15:27:09 +02:00
/* Notes and warnings */
.note {
2017-06-19 11:40:21 +02:00
border-left: 0.5rem solid;
2017-06-09 15:27:09 +02:00
font-size: 0.85rem;
}
.note > div {
margin-left: 0.75rem;
}
.note > div > img:first-child {
height: 1.5rem;
}
.note > div > :first-child + * {
margin-top: 0;
}
2017-06-20 15:01:15 +02:00
.note.warning {
border-left: 0;
background-image: url(images/stripe.svg);
background-size: 0.5rem auto;
background-repeat: repeat-y;
}
.note.warning > div {
margin-left: 1.25rem;
}
2017-06-19 11:40:21 +02:00
/* Tick lists */
.ticks li {
list-style: none;
position: relative;
}
.ticks li::before {
content: '';
display: inline-block;
width: 1rem;
height: 1rem;
margin-right: 0.25rem;
background-image: url(images/icon-tick.svg);
background-size: 100% auto;
position: absolute;
left: -1.25rem;
top: 0.25rem;
}
2017-06-15 10:41:44 +02:00
/* Figures */
figure {
text-align: center;
}
figcaption {
font-size: 0.85rem;
font-style: italic;
2017-07-04 12:46:56 +02:00
margin-top: 0.5rem;
2017-06-15 10:41:44 +02:00
}
main {
2017-06-19 11:40:21 +02:00
display: block;
2017-06-15 10:41:44 +02:00
counter-reset: fig;
2017-06-27 21:15:38 +02:00
min-height: 100vh;
2017-06-15 10:41:44 +02:00
}
figcaption::before {
counter-increment: fig;
content: 'Figure ' counter(fig) ':';
font-weight: bold;
}
2017-06-09 15:27:09 +02:00
/* Code blocks */
pre[class*=language-] {
2017-06-19 11:40:21 +02:00
background: none;
2017-06-09 15:27:09 +02:00
margin-top: 2.25rem;
2017-06-19 11:40:21 +02:00
margin-bottom: 0;
overflow-y: hidden;
overflow-x: auto;
2017-06-09 15:27:09 +02:00
}
pre[class*=language-][data-line] {
2017-06-19 11:40:21 +02:00
padding: 1em 0 0 2.25rem;
2017-06-09 15:27:09 +02:00
}
pre[class*=language-] code * {
margin-top: 0 !important;
}
[data-codeblock-shortcode] {
display: block;
margin-top: -1rem;
}
2017-06-19 11:40:21 +02:00
*:not(pre) > code {
white-space: nowrap;
}
2017-06-09 15:27:09 +02:00
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
2017-06-19 11:40:21 +02:00
color: #888;
2017-06-09 15:27:09 +02:00
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
2017-06-19 11:40:21 +02:00
color: #111;
2017-06-09 15:27:09 +02:00
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
2017-06-19 11:40:21 +02:00
color: #333;
background: none;
2017-06-09 15:27:09 +02:00
}
.token.atrule,
.token.attr-value,
.token.keyword {
2017-06-19 11:40:21 +02:00
color: #666;
2017-06-09 15:27:09 +02:00
}
.token.function {
2017-06-28 17:46:25 +02:00
color: #888;
2017-06-09 15:27:09 +02:00
}
.line-numbers code {
2017-06-28 17:46:25 +02:00
padding-left: 3rem;
2017-06-09 15:27:09 +02:00
margin-top: -1rem;
2017-06-27 21:15:38 +02:00
overflow-x: auto;
overflow-y: hidden;
2017-06-09 15:27:09 +02:00
}
.line-numbers {
2017-06-27 21:15:38 +02:00
padding: 1.5rem !important;
2017-06-09 15:27:09 +02:00
}
.line-numbers .line-numbers-rows {
margin-left: 2.25rem;
2017-06-28 17:46:25 +02:00
left: -3.5em;
2017-06-09 15:27:09 +02:00
top: 1.25rem;
2017-06-15 10:41:44 +02:00
color: #111;
2017-06-28 17:46:25 +02:00
border-color: #111;
2017-06-15 10:41:44 +02:00
}
.line-numbers-rows > span:before {
color: inherit;
2017-06-09 15:27:09 +02:00
}
/* Expandable sections */
2017-06-15 10:41:44 +02:00
.expandable-section {
border-top: 1px solid;
border-bottom: 1px solid;
padding: 0.75rem 0;
}
[id^="expandable-"] {
margin: 0;
padding: 1.5rem 0 0.75rem;
}
.expandable-section + .expandable-section {
margin-top: 0;
border-top: 0;
}
2017-06-09 15:27:09 +02:00
[data-expands] {
text-align: left;
2017-07-03 13:00:25 +02:00
color: #111;
2017-06-09 15:27:09 +02:00
border: 0;
background: none;
width: 100%;
padding: 0;
margin: 0;
2017-06-15 10:41:44 +02:00
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
2017-06-09 15:27:09 +02:00
}
[data-expands] svg {
2017-06-15 10:41:44 +02:00
margin-top: 0;
2017-06-09 15:27:09 +02:00
width: 1em;
height: 1em;
}
[data-expands][aria-expanded="true"] svg .up-strut {
display: none;
}
2017-06-15 10:41:44 +02:00
[data-expands]:focus {
outline: none;
}
p:empty {
display: none;
}
2017-06-28 11:34:21 +02:00
*:not(p) + p:empty + p {
margin-top: 2.25rem;
}
2017-06-15 10:41:44 +02:00
/* WCAG and principles */
.wcag ul li {
font-size: 0.85em;
}
.principles p {
font-size: 0.85rem;
margin-top: 0.75rem;
}
.principles.with-desc > li + li,
.wcag.with-desc > li + li {
border-top: 1px solid;
margin-top: 0.75rem;
padding-top: 0.75rem;
}
/* Site errors */
.site-error {
padding: 1.5rem;
background: #efefef;
}
.site-error strong {
color: #C83737;
}
2017-06-19 11:40:21 +02:00
/* SVG icons */
a svg {
height: 0.75em;
width: auto;
margin-right: 0.125rem;
}
2017-07-01 13:41:40 +02:00
a .bookmark-icon {
2017-06-19 11:40:21 +02:00
width: 0.75em;
}
2017-07-01 13:41:40 +02:00
a .balloon-icon {
2017-06-28 11:34:21 +02:00
height: 1.125em;
2017-07-01 13:41:40 +02:00
width: 0.85em;
}
a .wcag-icon {
width: 1.5em;
2017-06-28 11:34:21 +02:00
}
2017-07-04 16:00:26 +02:00
h1 svg {
vertical-align: -0.5rem;
}
2017-07-02 14:26:10 +02:00
/* color palettes */
.colors {
display: flex;
height: 5rem;
margin: -0.25rem;
list-style: none;
flex-wrap: nowrap;
}
.colors li {
margin: 0.25rem;
flex: 1 0 auto;
position: relative;
}
.colors span {
line-height: 1;
background-color: #111;
color: #fff;
font-size: 0.75rem;
padding: 0.25rem;
position: absolute;
bottom: 0.25rem;
right: 0.25rem;
}
2017-06-19 11:40:21 +02:00
/* cross references */
.pattern-link {
font-weight: bold;
}
2017-06-20 10:53:54 +02:00
/* inline demos */
[id^="demo-"] {
all: initial;
}
[id^="demo-"] * {
all: initial;
}
2017-06-27 21:15:38 +02:00
@media (max-width: 45em) {
[role="banner"] {
position: static;
width: auto;
height: auto;
}
.intro {
text-align: center;
}
.intro-and-nav > div {
padding: 1.5rem;
}
.logo img {
max-width: 15rem;
}
.main-and-footer {
margin: 0;
}
2017-06-28 11:34:21 +02:00
.patterns h3 {
2017-06-28 17:46:25 +02:00
font-size: 1.125rem;
2017-07-01 12:48:01 +02:00
border-top: 4px solid;
border-bottom: 4px solid;
padding: 0.75rem 0;
}
.patterns ul ul {
margin: 0;
}
.patterns li {
margin-top: 0;
2017-06-28 11:34:21 +02:00
}
2017-06-28 17:46:25 +02:00
.pattern {
2017-06-27 21:15:38 +02:00
font-size: 1rem;
}
2017-07-01 12:48:01 +02:00
.pattern a {
padding: 0.75rem 0;
}
.pattern + .pattern {
border-top: 1px solid;
}
#menu-button {
display: block;
}
#patterns-list {
display: none;
}
[aria-expanded="true"] + #patterns-list {
display: block;
}
2017-06-27 21:15:38 +02:00
}