MtF-wiki/assets/customize.scss

124 lines
1.7 KiB
SCSS

img.shields-icon {
display: inline-block;
vertical-align: text-bottom;
}
a.github-profile {
color: inherit;
text-decoration: none !important;
display: inline-block;
vertical-align: middle;
img {
display: inline-block;
height: 2em;
vertical-align: middle;
border-radius: 50%;
}
}
.gh-contribuors {
display: grid;
padding: 0 1rem;
margin: 0 0 1rem;
grid-gap: 0.5rem;
grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
img {
width: 2rem;
height: 2rem;
border-radius: 50%;
}
}
.csv-table {
margin: 0;
white-space: nowrap;
th {
text-align: center;
}
}
.mtf-wiki {
span:nth-child(1),
span:nth-child(4) {
color: #5bcefa;
}
span:nth-child(2),
span:nth-child(3) {
color: #f6a8b8;
}
}
.doctor-story {
display: inline !important;
height: 6em;
vertical-align: middle;
}
.user-tag {
display: inline-block;
padding: 0.25em 0.6em 0.4em;
border-radius: 10em;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
&.positive {
color: #fff;
background-color: #28a745;
}
&.negative {
color: #212529;
background-color: #ffc107;
}
}
.sign-off-by {
text-align: right;
}
.single__contents {
h2 {
margin-top: 1.5rem;
}
blockquote {
padding: 0;
}
}
.single__contents[data-dir="ltr"] {
a {
text-decoration: none;
}
ol > li,
ul > li {
ol > li,
ul > li {
margin-left: 1.5rem;
}
}
}
.notices {
padding-left: 0.5em;
ol,
ul {
padding-left: 1rem;
}
}
p.text-center {
text-align: center;
}
span.shadow-text {
color: #252525;
background-color: #252525;
text-shadow: none;
&:hover,
&:active {
transition: color 0.13s linear;
color: #fff;
}
}