mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
65 lines
888 B
CSS
65 lines
888 B
CSS
h1, h2, h3, h4 {
|
|
letter-spacing: 0.25px;
|
|
}
|
|
|
|
h2 {
|
|
background-color: #623C60;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
margin-top: 32px;
|
|
margin-bottom: 18px;
|
|
padding: 10px 8px;
|
|
}
|
|
|
|
p {
|
|
font-size: 16px;
|
|
}
|
|
|
|
pre code {
|
|
padding-left: 8px !important;
|
|
}
|
|
|
|
span.caption {
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
margin-right: 4px;
|
|
min-width: 58px;
|
|
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;
|
|
}
|
|
|
|
.button-small {
|
|
font-size: .8rem;
|
|
height: 2.8rem;
|
|
line-height: 2.8rem;
|
|
padding: 0 1.5rem;
|
|
}
|