6.14pre01
[org-mode.git] / ORGWEBPAGE / org.css
blobb7a3c03e706d2c90962b9f906d77903215319a40
1 body {
2 margin: 10px 6% 10px 250px;
3 font-family: Verdana;
4 font-size: 11pt;
5 text-align: left;
6 background-image: url(img/nrocinu.jpg);
7 background-attachment: fixed;
8 background-repeat: no-repeat;
9 background-position: left top;
12 h1 {font-size: 14pt;}
14 #table-of-contents {
15 font-size: 85%;
16 position: fixed;
17 display: bloc;
18 left: 10px;
19 top: 180px;
20 width: 200px;
21 line-height: 14pt;
24 #table-of-contents h2 {
25 display:none;
28 #table-of-contents ul {
29 list-style: none;
30 margin: 7px 0px 7px 15px ;
31 padding: 0px;
34 .title {
35 padding-bottom: 7px;
36 margin-bottom: 20px;
37 border-bottom: 1px solid #222;
40 h2 {
41 font-size: 12pt;
42 padding-bottom: 4px;
43 margin-top: 5px;
44 margin-bottom: 5px;
45 border-bottom: 1px solid #DDD;
48 h3 {font-size: 11pt; color: #a34d32;}
49 h4 {font-size: 9pt;}
51 a {text-decoration: none; color: #537d7b}
52 a:visited {text-decoration: none; color: #224444}
53 a:hover {text-decoration: underline; color: #a34d32}
55 .todo {color: #990000;}
56 .done {color: #006666;}
57 .timestamp-kwd {color: #444;}
58 .tag {color: #DDD; font-size: 70%; font-weight: 500;}
60 table {border: none;}
61 td {border: none; padding: .1em .7em .1em .3em;}
62 th {border: none;}
64 code {font-size: 10pt;}
66 pre {
67 border: 1px solid #555;
68 background: #EEEEEE;
69 font-size: 9pt;
70 padding: 1em;
73 img {
74 border: none;
77 .share img {
78 opacity: .4;
79 -moz-opacity: .4;
80 filter: alpha(opacity=40);
83 .share img:hover {
84 opacity: 1;
85 -moz-opacity: 1;
86 filter: alpha(opacity=100);