OnJava8-Examples/tools/onjava.css

33 lines
624 B
CSS
Raw Normal View History

2015-06-18 23:05:22 -07:00
@font-face {
font-family: Ubuntu Mono;
src: url('ubuntumono-r-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
code { font-family:"Ubuntu Mono", monospace; }
2015-06-19 13:21:24 -07:00
.sourceCode { font-family:"Ubuntu Mono", monospace; }
2015-06-18 23:05:22 -07:00
blockquote { font-size: larger;}
2015-06-19 13:21:24 -07:00
thead {
font-weight: bold;
font-size: 120%;
}
table, th, td {
border: 2px solid black;
border-collapse: collapse;
padding-left: 10px;
padding-right: 10px;
}
2015-06-18 23:05:22 -07:00
body { }
2015-06-19 13:21:24 -07:00
h1 { font-size: larger;}
2015-06-18 23:05:22 -07:00
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
h1.title { }
h2.author { }
h3.date { }
ol.toc { }
ol.toc li { }
a.footnoteRef { }