tilde/assets/styles/components/typography.css

78 lines
1.1 KiB
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Typography */
strong,
b {
font-weight: 700;
}
em,
i {
font-style: italic;
}
p {
margin-bottom: .75em;
margin-top: 0;
}
.code {
font-family: 'Input Mono';
line-height: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Suisse Int\'l Condensed';
font-weight: 300;
padding-bottom: 0px;
margin-bottom: 0.25em;
}
h1 {
font-size: 4.236em;
}
h2 {
font-size: 2.618em;
}
a {
display: inline;
text-decoration: none;
color: #ffffff;
font-weight: 600;
cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAMAAAAxmgQeAAAACVBMVEX///8AAAD///9+749PAAAAAXRSTlMAQObYZgAAAD5JREFUGNN1j9EKADAIAnP//9GjFq6w7iU4DNRsB06cb44TJ+UzYUcniqnqoA6ag/62JhjKIU0rxx1lKveuXJ5UAQs/G/2vAAAAAElFTkSuQmCC) 9 9, auto;
}
a:hover {
text-decoration: underline;
}
a.external:after {
content: "~";
color: #56ffff;
}
hr {
position: relative;
height: 11px;
font-size: 0;
line-height: 0;
overflow: hidden;
height: 0px;
border: none;
border-bottom: 1px solid white;
margin-top: 11px;
margin-bottom: 11px;
}
code {
font-size: 11px;
font-family: 'Input Mono';
line-height: 11px;
display: inline-block;
}