annotate 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
rev   line source
611
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
1 html, body { margin: 0; padding: 0; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
2 body { background: #ddd; color: #333; font: normal 90%/1.3 Arial,Helvetica,sans-serif; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
3 :link, :visited { color: #c10000; text-decoration: none; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
4 :link:hover, :visited:hover { text-decoration: underline; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
5 h1 { color: #666;
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
6 font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em;
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
7 }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
8 blockquote { font-style: italic; }
618
5a2059ce1f0b Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents: 616
diff changeset
9 form table { margin-bottom: 1em; }
5a2059ce1f0b Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents: 616
diff changeset
10 form table tbody th { font-weight: normal; padding-top: .3em; text-align: right;
5a2059ce1f0b Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents: 616
diff changeset
11 vertical-align: top;
5a2059ce1f0b Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents: 616
diff changeset
12 }
611
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
13
616
80a9c247ca80 GenshiTutorial: use form filler on comment/reply views.
cmlenz
parents: 611
diff changeset
14 #wrap { background: #fff; width: 600px; margin: 30px auto; }
611
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
15 #content { border-left: 10px solid #b00; min-height: 240px; padding: 10px; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
16 #header img { float: right; margin-top: -20px; margin-right: -37px; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
17
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
18 #footer { background: #4A4D4D; border-top: 2px solid #333; font-size: x-small;
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
19 padding: 3px; text-align: center;
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
20 }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
21 #footer hr { display: none; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
22 .legalese { color: #999; margin: 0; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
23
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
24 ol.submissions li .info { font-size: 85%; }
16b1be35c265 Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff changeset
25 ol.submissions li .info :link, ol.submissions li .info :visited { color: #666; }
618
5a2059ce1f0b Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents: 616
diff changeset
26 ul.comments { list-style: none; margin: 1em 0; padding: 0 0 0 1em; }
5a2059ce1f0b Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents: 616
diff changeset
27 ul.comments li { color: #999; margin: 0 0 1em; }
Copyright (C) 2012-2017 Edgewall Software