kopia lustrzana https://github.com/badgen/badgen.net
102 wiersze
1.5 KiB
CSS
102 wiersze
1.5 KiB
CSS
:root {
|
|
--max-width: 1100px;
|
|
--border-radius: 12px;
|
|
--font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono',
|
|
'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro',
|
|
'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
|
|
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
max-width: 100vw;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
body {
|
|
color: rgb(var(--foreground-rgb));
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
display: inline;
|
|
}
|
|
|
|
.body-wrapper {
|
|
width: 980px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/** ============= Footer ============= */
|
|
|
|
footer {
|
|
background-color: #222;
|
|
padding: 2rem 2rem;
|
|
color: #777;
|
|
}
|
|
footer h3 {
|
|
font: 22px/32px Merriweather, Georgia, serif;
|
|
letter-spacing: 0.5px;
|
|
color: #DDD;
|
|
margin-bottom: 1em;
|
|
}
|
|
footer h3 img {
|
|
height: 21px;
|
|
opacity: 0.8;
|
|
margin-right: 8px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
footer .sitemap {
|
|
line-height: 26px;
|
|
}
|
|
footer .sitemap a {
|
|
color: #999;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
display: inline;
|
|
}
|
|
footer a:hover {
|
|
color: #EEE;
|
|
text-decoration: underline;
|
|
}
|
|
.sitemap em {
|
|
color: #555;
|
|
margin: 0 0.6rem;
|
|
}
|
|
.bottom {
|
|
margin-top: 2rem;
|
|
border-top: 1px solid #444;
|
|
padding-top: 2rem;
|
|
display: grid;
|
|
grid-template-columns: 1fr 100px;
|
|
}
|
|
.bottom a {
|
|
color: #999;
|
|
display: inline;
|
|
}
|
|
.links {
|
|
text-align: right;
|
|
}
|
|
.links a {
|
|
opacity: 0.6;
|
|
display: inline;
|
|
margin-left: 0.5rem;
|
|
}
|
|
.links a:hover {
|
|
opacity: 1;
|
|
}
|
|
.links img {
|
|
height: 22px;
|
|
}
|
|
.footer-content {
|
|
|
|
}
|