libcm/doc/cdg_code.css
2020-10-16 13:09:16 -04:00

65 line
2.0 KiB
CSS

pre { line-height: 135%; }
body {
background: #f0f0f0;
margin-left:2%;
}
body .c { color: firebrick; font-style: italic; } /* Comment */
body .k { color: #008000; font-weight: normal; } /* Keyword.Reserved */
body .p { color: #666666; } /* Operator */
body .f { color: #0000ff; font-weight: normal; } /* Function */
body .e { color: #0000ff; font-weight: normal; } /* enum */
body .m { color: #008000; font-weight: normal; } /* macro */
body .t { color: #008000; font-weight: normal; } /* typedef */
body .i { color: #0000ff; font-weight: normal; } /* ident */
body .l { color: #660066; } /* Literal */
body .u { color: #000000; }
body .a {
border: 1px dotted gray;
background-color: #ececec;
color: #1111111;
padding: 0.5em;
}
#hr1 { height: 1; color:#000000; background-color: #ff0000; }
#hr2 { height: 4; color:#000000; background-color: #ff0000; }
.blk_title {
font-wieght: bold;
font-size: 120%;
}
.license {
color: #909090;
font-size:90%;
padding:2%;
border: 1px solid #909090;
}
.cod pre { background: #f8f8f8; }
.cod pre .c { color: firebrick; font-weight: normal; } /* Comment */
.cod pre .k { color: #008000; font-weight: normal; } /* Keyword.Reserved */
.cod pre .p { color: #666666 } /* Operator */
.cod pre .f { color: #000000; font-weight: normal; } /* Function */
.cod pre .e { color: #000000; font-weight: normal; } /* enum */
.cod pre .m { color: #008000; font-weight: normal; } /* macro */
.cod pre .t { color: #008000; font-weight: normal; } /* typedef */
.cod pre .i { color: #000000; font-weight: normal; } /* ident */
.cod pre .l { color: #660066 } /* Literal */
.cod pre .u { color: #000000 }
.cod pre a:link {text-decoration:none; font-weight:500; }
.cod pre a:visited {text-decoration:none; font-weight:500; }
.cod pre a:hover {text-decoration:none; font-weight:700; }
/* embedded pandoc comments */
.cod pre .a {
border: 1px dotted gray;
background-color: #ececec;
color: #1111111;
padding: 0.5em;
}