Create org-tools/ and add info about orgnode.py
[Worg.git] / worg2.css
blob8c167402c13851ffb4bede1be25f22095739bd43
1 @media all
3 body {
4 margin: 1em 5% 1em 5%;
7 a {
8 color: blue;
9 text-decoration: underline;
11 a:visited {
12 color: fuchsia;
15 em {
16 font-style: italic;
17 color: navy;
20 strong {
21 font-weight: bold;
22 color: #083194;
25 tt {
26 color: navy;
29 h1, h2, h3, h4, h5, h6 {
30 color: #527bbd;
31 font-family: sans-serif;
32 margin-top: 1.2em;
33 margin-bottom: 0.5em;
34 line-height: 1.3;
37 h1, h2, h3 {
38 border-bottom: 2px solid silver;
40 h2 {
41 padding-top: 0.5em;
43 h3 {
44 float: left;
46 h3 + * {
47 clear: left;
50 div.sectionbody {
51 font-family: serif;
52 margin-left: 0;
55 hr {
56 border: 1px solid silver;
59 p {
60 margin-top: 0.5em;
61 margin-bottom: 0.5em;
64 ul, ol, li > p {
65 margin-top: 0;
68 pre {
69 padding: 0;
70 margin: 0;
73 #table-of-contents {
74 font-size: 85%;
75 line-height: 1.4em;
78 #table-of-contents ul {
79 list-style: none;
80 margin: 7px 0px 7px 15px ;
81 padding: 0px;
84 #license {
85 padding: .3em;
86 border: 1px solid grey;
87 background-color: #eeeeee;
88 font-size: 80%;
91 div.content { /* Block element content. */
92 padding: 0;
95 dl {
96 margin-top: 0.8em;
97 margin-bottom: 0.8em;
99 dt {
100 margin-top: 0.5em;
101 margin-bottom: 0;
102 font-style: normal;
103 color: navy;
105 dd > *:first-child {
106 margin-top: 0.1em;
109 ul, ol {
110 list-style-position: outside;
113 table {
114 border:3px solid #527bbd;
115 border-left-style:none;
116 border-right-style:none;
117 margin-bottom:1.5em;
118 margin-top:0.25em;
120 thead {
121 font-family: sans-serif;
122 font-weight: bold;
123 border-bottom: 3px solid #527bbd;
125 tfoot {
126 font-weight: bold;
128 th, td {
129 border-bottom: 1px solid #527bbd;
131 tbody tr:hover {
132 color: #527bbd;
135 code {font-size: 10pt;}
137 img {
138 border: none;
141 .share img {
142 opacity: .4;
143 -moz-opacity: .4;
144 filter: alpha(opacity=40);
147 .share img:hover {
148 opacity: 1;
149 -moz-opacity: 1;
150 filter: alpha(opacity=100);
154 } /* END OF @media all */
157 @media screen
159 body {
160 margin: 10px 6% 10px 180px;
161 font-family: serif;
164 .logo-link {
165 position: fixed;
166 top: 10px;
167 left: 30px;
170 #table-of-contents {
171 position: fixed;
172 display: block;
173 left: 10px;
174 width: 150px;
175 min-height:60px;
176 max-height:90%;
177 overflow:auto;
180 #table-of-contents h2 {
181 display:none;
186 /* These style are only for IE: */
188 * html {
189 overflow-y: hidden;
190 padding-bottom:0px;
191 margin:0px;
194 * html body {
195 height: 100%;
196 overflow-y: auto;
197 font-size: 100%;
198 margin: 0px 0px 0px 180px;
199 padding: 0px 10% 0px 0px;
202 * html #table-of-contents {
203 position: absolute;
204 width:150px;
207 * html h1 {
208 margin-top:10px;
211 * html .logo-link {
212 position: absolute;
213 top: 10px;
214 left: 30px;
217 } /* END OF @media screen */
222 /* Printing */
226 @page
228 margin-top:3cm;
229 margin-bottom:2.5cm;
232 @page :left
234 margin-left:1.5cm;
235 margin-right:2cm;
238 @page :right
240 margin-left:2cm;
241 margin-right:1.5cm;
245 @media print
247 body {
248 margin:0px;
249 font-family: Verdana, Helvetica, sans-serif;
252 div {
253 orphans:2;
257 orphans:2;
260 li {
261 orphans:2;
264 .logo-link {
265 top: 10px;
266 left: 30px;
269 #table-of-contents h2 {
270 margin-top:1.5cm;
271 page-break-before:auto;
272 border-style:none;
275 #text-table-of-contents {
276 width:50%;
277 margin-top:1cm;
278 margin-left:0cm;
279 margin-right:auto;
280 text-align:left;
283 #table-of-contents ul {
284 text-align:left;
287 h2 {
288 /* page-break-before:always; */
291 pre {
292 page-break-inside:avoid;
295 /* Hide all org-info.js stuff for printing: */
297 div#org-info-js_console-container {
298 display:none;
301 div.org-info-js_local-toc {
302 display:none;
305 table.org-info-js_info-navigation {
306 display:none;
308 div.org-info-js_header-navigation {
309 display:none;
310 visibility:hidden; /* needed to overwrite the hardcoded style setting... */
313 } /* END OF @media print */