mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
cleanup css
This commit is contained in:
parent
73d46d0410
commit
c34cb65797
@ -13,23 +13,6 @@
|
||||
--md-code-hl-string-color: #43aa8b;
|
||||
--md-code-hl-variable-color: #277DA1;
|
||||
}
|
||||
:root {
|
||||
--md-admonition-icon--docker: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="docker" class="svg-inline--fa fa-docker fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"></path></svg>')
|
||||
}
|
||||
.md-typeset .admonition.docker,
|
||||
.md-typeset details.docker {
|
||||
border-color: rgb(117, 117, 117);
|
||||
}
|
||||
.md-typeset .docker > .admonition-title,
|
||||
.md-typeset .docker > summary {
|
||||
background-color: rgba(117, 117, 117, 0.1);
|
||||
}
|
||||
.md-typeset .docker > .admonition-title::before,
|
||||
.md-typeset .docker > summary::before {
|
||||
background-color: rgb(117, 117, 117);
|
||||
-webkit-mask-image: var(--md-admonition-icon--docker);
|
||||
mask-image: var(--md-admonition-icon--docker);
|
||||
}
|
||||
@keyframes heart {
|
||||
0%, 40%, 80%, 100% {
|
||||
transform: scale(1);
|
||||
@ -51,13 +34,13 @@
|
||||
color: var(--md-typeset-a-color);
|
||||
cursor: default;
|
||||
border: solid 1px;
|
||||
border-radius: 7px; /* Making border radius */
|
||||
border-radius: 7px;
|
||||
margin-bottom: 5px;
|
||||
margin-right: 5px;
|
||||
width: auto; /* Making auto-sizable width */
|
||||
height: auto; /* Making auto-sizable height */
|
||||
padding: 2px 5px 2px 5px; /* Making space around letters */
|
||||
font-size: .7em; /* Changing font size */
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 2px 5px 2px 5px;
|
||||
font-size: .7em;
|
||||
display: inline-flex;
|
||||
font-family: "Roboto Mono", SFMono-Regular, Consolas, Menlo, monospace;
|
||||
white-space: nowrap;
|
||||
@ -65,13 +48,13 @@
|
||||
.tag-decoration {
|
||||
cursor: pointer;
|
||||
border: solid 1px;
|
||||
border-radius: 7px; /* Making border radius */
|
||||
border-radius: 7px;
|
||||
margin-bottom: 5px;
|
||||
margin-right: 5px;
|
||||
width: auto; /* Making auto-sizable width */
|
||||
height: auto; /* Making auto-sizable height */
|
||||
padding: 2px 5px 2px 5px; /* Making space around letters */
|
||||
font-size: .7em; /* Changing font size */
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 2px 5px 2px 5px;
|
||||
font-size: .7em;
|
||||
display: inline-flex;
|
||||
font-family: "Roboto Mono", SFMono-Regular, Consolas, Menlo, monospace;
|
||||
white-space: nowrap;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user