mirror of https://github.com/msberends/AMR.git
48 lines
929 B
CSS
48 lines
929 B
CSS
|
pre {
|
||
|
word-wrap: normal;
|
||
|
word-break: normal;
|
||
|
/*border: 1px solid #eee;*/
|
||
|
border: 0px !important;
|
||
|
}
|
||
|
|
||
|
pre, code {
|
||
|
background-color: #f8f8f8;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
pre code {
|
||
|
overflow: auto;
|
||
|
word-wrap: normal;
|
||
|
white-space: pre;
|
||
|
}
|
||
|
|
||
|
pre .img {
|
||
|
margin: 5px 0;
|
||
|
}
|
||
|
|
||
|
pre .img img {
|
||
|
background-color: #fff;
|
||
|
display: block;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
code a, pre a {
|
||
|
font-family: ui-monospace, SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
|
||
|
color: #375f84;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
a.sourceLine:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.fl {color: #1514b5;}
|
||
|
.fu {color: #8c60bf;} /* function */
|
||
|
.ch,.st {color: #036a07;} /* string */
|
||
|
.kw {color: #264D66;} /* keyword */
|
||
|
.co {color: #888888;} /* comment */
|
||
|
.va {color: #3032da;} /* values */
|
||
|
|
||
|
.message { color: black; font-weight: bolder;}
|
||
|
.error { color: orange; font-weight: bolder;}
|
||
|
.warning { color: #6A0366; font-weight: bolder;}
|