Export: Use color values in CSS for validation.
This commit is contained in:
parent
723ac9ab57
commit
5e9d37949b
|
@ -1,5 +1,8 @@
|
||||||
2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
|
2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
|
* org-exp.el (org-export-html-style-default): Use color values
|
||||||
|
instead of names for XHTML validation.
|
||||||
|
|
||||||
* org.el (org-get-scheduled-time, org-get-deadline-time): New
|
* org.el (org-get-scheduled-time, org-get-deadline-time): New
|
||||||
functions.
|
functions.
|
||||||
(org-return-follows-link): Revert making this the default untile
|
(org-return-follows-link): Revert making this the default untile
|
||||||
|
|
|
@ -560,10 +560,10 @@ Org-mode file."
|
||||||
.title { text-align: center; }
|
.title { text-align: center; }
|
||||||
.todo { color: red; }
|
.todo { color: red; }
|
||||||
.done { color: green; }
|
.done { color: green; }
|
||||||
.tag { background-color:lightblue; font-weight:normal }
|
.tag { background-color: #add8e6; font-weight:normal }
|
||||||
.target { }
|
.target { }
|
||||||
.timestamp { color: grey }
|
.timestamp { color: #bebebe; }
|
||||||
.timestamp-kwd { color: CadetBlue }
|
.timestamp-kwd { color: #5f9ea0; }
|
||||||
p.verse { margin-left: 3% }
|
p.verse { margin-left: 3% }
|
||||||
pre {
|
pre {
|
||||||
border: 1pt solid #AEBDCC;
|
border: 1pt solid #AEBDCC;
|
||||||
|
|
Loading…
Reference in New Issue