comparison doc/style/edgewall.css @ 236:7fb269e7da81 trunk

Fix title on index page of HTML docs.
author cmlenz
date Tue, 12 Sep 2006 15:53:26 +0000
parents 41107d1ba1c8
children 2682dabbcd04
comparison
equal deleted inserted replaced
235:41107d1ba1c8 236:7fb269e7da81
27 27
28 div.document { background: #fff url(shadow.gif) right top repeat-y; 28 div.document { background: #fff url(shadow.gif) right top repeat-y;
29 border-left: 1px solid #000; margin: 0 auto 0 80px; 29 border-left: 1px solid #000; margin: 0 auto 0 80px;
30 min-height: 100%; width: 54em; padding: 0 180px 1px 20px; 30 min-height: 100%; width: 54em; padding: 0 180px 1px 20px;
31 } 31 }
32 h1.title { background: url(vertbars.png) repeat-x; color: #666; 32 h1.title, div.document#genshi h1 { color: #666; font-size: x-large;
33 font-size: x-large; margin: 0 -20px 1em; padding: 2em 20px 0; 33 margin: 0 -20px 1em; padding: 2em 20px 0;
34 } 34 }
35 h1.title { background: url(vertbars.png) repeat-x; }
36 div.document#genshi h1.title { text-indent: -4000px; }
37 div.document#genshi h1 { text-align: center; }
35 pre.literal-block { background: #f7f7f7; border: 1px solid #d7d7d7; 38 pre.literal-block { background: #f7f7f7; border: 1px solid #d7d7d7;
36 margin: 1em 0; padding: .25em; overflow: auto; 39 margin: 1em 0; padding: .25em; overflow: auto;
37 } 40 }
38 41
39 div.contents { position: absolute; position: fixed; margin-left: 80px; 42 div.contents { position: absolute; position: fixed; margin-left: 80px;
45 display: block; padding: 3px 5px 3px 10px; 48 display: block; padding: 3px 5px 3px 10px;
46 } 49 }
47 div.contents :link:hover, div.contents :visited:hover { background: #000; 50 div.contents :link:hover, div.contents :visited:hover { background: #000;
48 color: #fff; 51 color: #fff;
49 } 52 }
50
51 img.logo { margin-top: 4.5em; }
Copyright (C) 2012-2017 Edgewall Software