Change README to reflect 2.1
[objavi2.git] / static / default.css
blob78bf20db414e52c1347704af90ca496200c94d15
1 body {
2 font-family: 'Gillius ADF';
3 /* font-family: "Beteckna";*/
4 background: #fff;
5 color: #000;
9 .unseen{
10 z-index: -66;
11 margin-left: -1000pt;
15 .chapter{
16 color: #000;
19 h1 .initial{
20 color: #000;
21 font-size: 2em;
24 .subsection{
25 display: block;
26 page-break-before: always;
27 /* page-break-after: always;*/
28 text-transform: uppercase;
29 font-size: 20pt;
32 body .subsection:first-child{
33 page-break-before: avoid;
37 .subsection .initial {
38 font-size: 1em;
39 color: #000;
42 .subsection-heading{
43 font-size: 36pt;
44 font-weight: bold;
48 h1 {
49 text-transform: uppercase;
50 page-break-before: always;
51 background: white;
54 /*h1.first-heading {
55 page-break-before: avoid;
56 }*/
59 h2 {
60 text-transform: uppercase;
63 table {
64 float: none;
67 h1.frontpage{
68 font-size: 64pt;
69 text-align: center;
70 page-break-after: always;
71 page-break-before: avoid;
72 max-width: 700px;
75 div.copyright{
76 padding: 1em;
79 table.toc {
80 /*border: 1px dotted #999;*/
81 font-size: 17pt;
82 width: 95%;
86 td.chapter {
87 padding-left: 2em;
88 text-align: right;
91 td.pagenumber {
92 text-align: right;
95 td.section {
96 font-size: 1.1em;
97 text-transform: uppercase;
98 font-weight: bold;
101 p, ul, ol {
102 page-break-inside: avoid;
105 pre, code, tt {
106 font-family: "Courier", "Courier New", monospace;
107 font-size: 0.8em;
110 pre {
111 max-width:700px;
112 overflow: hidden;
115 img {
116 max-width: 700px;
117 height: auto;