comparison examples/tutorial/geddit/static/layout.css @ 619:71d3edd302ae

GenshiTutorial: various updates to sync with wiki page.
author cmlenz
date Thu, 30 Aug 2007 14:19:59 +0000
parents 5a2059ce1f0b
children dc35e9882390
comparison
equal deleted inserted replaced
618:5a2059ce1f0b 619:71d3edd302ae
1 html, body { margin: 0; padding: 0; } 1 html, body { margin: 0; padding: 0; }
2 body { background: #ddd; color: #333; font: normal 90%/1.3 Arial,Helvetica,sans-serif; } 2 body { background: #ddd; color: #333; font: normal 90%/1.3 Arial,Helvetica,sans-serif; }
3 :link, :visited { color: #c10000; text-decoration: none; } 3 :link, :visited { color: #c10000; text-decoration: none; }
4 :link:hover, :visited:hover { text-decoration: underline; } 4 :link:hover, :visited:hover { text-decoration: underline; }
5 :link img, :visited img { border: none; }
5 h1 { color: #666; 6 h1 { color: #666;
6 font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em; 7 font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em;
7 } 8 }
8 blockquote { font-style: italic; } 9 blockquote { font-style: italic; }
9 form table { margin-bottom: 1em; } 10 form table { margin-bottom: 1em; }
19 padding: 3px; text-align: center; 20 padding: 3px; text-align: center;
20 } 21 }
21 #footer hr { display: none; } 22 #footer hr { display: none; }
22 .legalese { color: #999; margin: 0; } 23 .legalese { color: #999; margin: 0; }
23 24
24 ol.submissions li .info { font-size: 85%; } 25 ol.links li .info { font-size: 85%; }
25 ol.submissions li .info :link, ol.submissions li .info :visited { color: #666; } 26 ol.links li .info :link, ol.links li .info :visited { color: #666; }
27
26 ul.comments { list-style: none; margin: 1em 0; padding: 0 0 0 1em; } 28 ul.comments { list-style: none; margin: 1em 0; padding: 0 0 0 1em; }
27 ul.comments li { color: #999; margin: 0 0 1em; } 29 ul.comments li { color: #999; margin: 0 0 1em; }
30 ul.comments blockquote { color: #333; font-style: normal; margin: 0;
31 padding: 0;
32 }
Copyright (C) 2012-2017 Edgewall Software