Intermediate state, I am just trying comiting now.
[org-mode.git] / ORGWEBPAGE / tmp / freeshell2.css
blob832be93575a54d0b47e64b43926d6f7a65ec1573
1 body {
2 font-family: helvetica, verdana, sans-serif;
3 font-family: verdana, sans-serif;
4 font-size: 11pt;
5 margin-top: 5%;
6 margin-bottom: 8%;
7 background: white; color: black;
8 margin-left: 3% !important; margin-right: 3% !important;
11 h1 {
12 font-size: 16pt;
13 color: #cc8c00;
14 padding-top: 1em;
15 border-bottom: 2px solid #aaa;
18 h2 {
19 font-size: 14pt;
20 padding-top: 1em;
21 border-bottom: 1px solid #ccc;
24 h3 {
25 font-size: 12pt;
26 padding-top: 0.5em;
27 border-bottom: 1px solid #eee;
30 .todo, .deadline { color: red; font-style: italic }
31 .done { color: green; font-style: italic }
32 .timestamp { color: grey }
33 .timestamp-kwd { color: CadetBlue; }
34 .tag { background-color:lightblue; font-weight:normal; }
36 .target { background-color: lavender; }
38 .menu {
39 color: #666;
42 .menu a:link {
43 color: #888;
45 .menu a:active {
46 color: #888;
48 .menu a:visited {
49 color: #888;
52 img { align: center; }
54 pre {
55 padding: 5pt;
56 font-family: courier, monospace;
57 font-size: 10pt;
60 table { border-collapse: collapse; }
62 td, th {
63 vertical-align: top;
64 border: 1pt solid #ADB9CC;