1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/docs/css/wtf.css

53 lines
677 B
CSS

h1, h2, h3, h4 {
letter-spacing: 0.25px;
}
h2 {
margin-top: 24px;
}
p {
font-size: 16px;
}
pre code {
padding-left: 8px !important;
}
span.caption {
display: inline-block;
font-weight: bold;
margin-right: 4px;
min-width: 50px;
text-align: right;
}
.disabled {
color: gray !important;
cursor: not-allowed;
opacity: 0.5 !important;
text-decoration: none !important;
}
.list-bare {
list-style-type: none;
}
.list-bare li, .list-ornate li {
margin: 2px 0 0 12px;
}
.list-ornate {
list-style-type: disc;
}
.sidebar-list-item-1 {
font-size: 0.9em;
margin: 0 0 0 12px;
}
.sidebar-list-item-2 {
font-size: 0.9em;
margin: 0 0 0 24px;
}