settings
code:style.css
.level-2 {
background: linear-gradient(transparent 40%, #9ee6e1 40%);
}
.selection {
background: #00e8a6;
}
.line .indent-mark .dot {
background-color: #03a9fc;
margin-top: 1px;
}
.line .indent-mark .c-1 + .dot {
background-color: #fc034a;
}
.line .indent-mark .c-2 + .dot {
background-color: #00c96f;
}
.line .indent-mark .c-3 + .dot {
background-color: #fcc603;
}
.navbar .navbar-brand img {
display: none;
}
.line span.code-block .code-block-start {
background-color: #efefef;
padding: 2px 5px 2px 5px !important;
}
.line span.code-block .code-block-start a {
font-size: 110%; color: #919191
}
a:hover, a:active {
color: #3068ff ;
}
atype="hashTag"{
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
background: #f9f9f9;
color: #949494;
font-size: 0.8em;
border: 1px solid #949494;
border-radius: 3px;
/* transition: .3s; */
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
atype="hashTag":hover{
color: #FFFFFF;
background: #4f4f4f;
border: 1px solid #4f4f4f
}
.image {
border-radius: 7px;
max-height: none !important;
max-width: 95% !important;
}
.level-1 img { width: 16.7%; max-height: none; }
.level-2 img { width: 33.3%; max-height: none; }
.level-3 img { width: 50%; max-height: none; }
.level-4 img { width: 66.7%; max-height: none; }
.level-5 img { width: 83.3%; max-height: none; }
.level-6 img { width: 100%; max-height: none; }