clay-core
Version:
Provide a more friendly web-side drawing interface!
84 lines (71 loc) • 1.27 kB
CSS
body {
margin: .3rem .2rem;
color: #555;
font-family: inconsolata;
font-size: .15rem;
line-height: .18rem;
tab-size: 4;
overflow: auto;
font-weight: normal;
}
header {
color: #333;
font-size: .25rem;
margin: .1rem 0 .2rem 0;
}
p {
margin: .1rem 0;
line-height: 1.4em;
text-indent: 2em;
}
h2 {
color: #9e6cea;
font-size: .18rem;
margin-top: .40rem;
font-weight: normal;
}
img {
max-width: 100%;
float: right;
}
pre.prettyprint {
display: block;
font-family: inconsolata;
border: none;
outline: none;
padding-left: 2em;
padding-right: 2em;
line-height: 1.6em;
}
a {
color: #4e96cb;
text-decoration: underline;
background-color: #d9dfe1;
}
a.list {
list-style-type: unset;
display: list-item;
margin-left: 2em;
background-color: white;
margin-top: .1rem;
}
li {
line-height: 1.6em;
padding-left: 2em;
}
.bingo,
.warn,
.error {
background-size: .2rem auto;
background-position: left top;
background-repeat: no-repeat;
}
.error {
background-image: url('./images/error.png');
}
.warn {
background-image: url('./images/warn.png');
}
.bingo {
background-image: url('./images/bingo.png');
}