comparison doc/default.css @ 2225:a3d63babf9c4

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Sun, 18 Apr 2004 23:12:06 +0000
parents 67aea3fddce7
children ef226254ef46 096063697f77
comparison
equal deleted inserted replaced
2224:69f16bb16f83 2225:a3d63babf9c4
1 /* 1 /*
2 :Author: David Goodger 2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net 3 :Contact: goodger@users.sourceforge.net
4 :date: $Date: 2004-03-26 06:11:32 $ 4 :date: $Date: 2004-04-18 23:12:06 $
5 :version: $Revision: 1.11 $ 5 :version: $Revision: 1.12 $
6 :copyright: This stylesheet has been placed in the public domain. 6 :copyright: This stylesheet has been placed in the public domain.
7 7
8 Default cascading style sheet for the HTML output of Docutils. 8 Default cascading style sheet for the HTML output of Docutils.
9 */ 9 */
10 10
11 a.target { 11 a.target {
12 color: black } 12 color: blue }
13 13
14 a.toc-backref { 14 a.toc-backref {
15 text-decoration: none ; 15 text-decoration: none ;
16 color: black } 16 color: black }
17 17
73 font-weight: bold } 73 font-weight: bold }
74 74
75 div.topic { 75 div.topic {
76 margin: 2em } 76 margin: 2em }
77 77
78 h1 {
79 margin-top: 2em;
80 text-decoration: underline;
81 }
82
78 h1.title { 83 h1.title {
79 text-align: center } 84 text-align: center;
85 margin-top: .5em;
86 }
80 87
81 h2.subtitle { 88 h2.subtitle {
82 text-align: center } 89 text-align: center }
83 90
84 hr { 91 hr {

Roundup Issue Tracker: http://roundup-tracker.org/