comparison examples/tutorial/geddit/static/layout.css @ 618:5a2059ce1f0b

Simplify the tutorial project: comments are now flat, not hierarchical.
author cmlenz
date Thu, 30 Aug 2007 09:08:06 +0000
parents 80a9c247ca80
children 71d3edd302ae
comparison
equal deleted inserted replaced
617:47c9c9ec204e 618:5a2059ce1f0b
4 :link:hover, :visited:hover { text-decoration: underline; } 4 :link:hover, :visited:hover { text-decoration: underline; }
5 h1 { color: #666; 5 h1 { color: #666;
6 font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em; 6 font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em;
7 } 7 }
8 blockquote { font-style: italic; } 8 blockquote { font-style: italic; }
9 form table { margin-bottom: 1em; }
10 form table tbody th { font-weight: normal; padding-top: .3em; text-align: right;
11 vertical-align: top;
12 }
9 13
10 #wrap { background: #fff; width: 600px; margin: 30px auto; } 14 #wrap { background: #fff; width: 600px; margin: 30px auto; }
11 #content { border-left: 10px solid #b00; min-height: 240px; padding: 10px; } 15 #content { border-left: 10px solid #b00; min-height: 240px; padding: 10px; }
12 #header img { float: right; margin-top: -20px; margin-right: -37px; } 16 #header img { float: right; margin-top: -20px; margin-right: -37px; }
13 17
17 #footer hr { display: none; } 21 #footer hr { display: none; }
18 .legalese { color: #999; margin: 0; } 22 .legalese { color: #999; margin: 0; }
19 23
20 ol.submissions li .info { font-size: 85%; } 24 ol.submissions li .info { font-size: 85%; }
21 ol.submissions li .info :link, ol.submissions li .info :visited { color: #666; } 25 ol.submissions li .info :link, ol.submissions li .info :visited { color: #666; }
22 26 ul.comments { list-style: none; margin: 1em 0; padding: 0 0 0 1em; }
23 form table { margin-bottom: 1em; } 27 ul.comments li { color: #999; margin: 0 0 1em; }
24 form table tbody th { font-weight: normal; padding-top: .3em; text-align: right;
25 vertical-align: top;
26 }
27
28 ul.comments { list-style: none; margin: 1em 0; padding: 0; }
29 ul.comments li { color: #999; }
30 ul.comments ul { padding: 0 0 0 2em; }
31 ul.comments blockquote { color: #333; font-style: normal; margin: 0; padding: 0; }
Copyright (C) 2012-2017 Edgewall Software