Mercurial > genshi > genshi-test
annotate examples/tutorial/geddit/static/layout.css @ 833:b5c9b92b0bd6
Added XPath unit test for #234.
author | cmlenz |
---|---|
date | Tue, 17 Mar 2009 14:31:49 +0000 |
parents | e414dc0bca5c |
children |
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; } |
619
71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
cmlenz
parents:
618
diff
changeset
|
5 :link img, :visited img { border: none; } |
611
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
6 h1 { color: #666; |
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
7 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
|
8 } |
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
9 blockquote { font-style: italic; } |
618
5a2059ce1f0b
Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents:
616
diff
changeset
|
10 form table { margin-bottom: 1em; } |
5a2059ce1f0b
Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents:
616
diff
changeset
|
11 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
|
12 vertical-align: top; |
5a2059ce1f0b
Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents:
616
diff
changeset
|
13 } |
624
1d23dddd6c2d
Use packed version of jQuery to workaround !CherryPy bug [http://www.cherrypy.org/ticket/598 #598].
cmlenz
parents:
622
diff
changeset
|
14 form label { color: #666; font-size: 90%; } |
611
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
15 |
616
80a9c247ca80
GenshiTutorial: use form filler on comment/reply views.
cmlenz
parents:
611
diff
changeset
|
16 #wrap { background: #fff; width: 600px; margin: 30px auto; } |
611
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
17 #content { border-left: 10px solid #b00; min-height: 240px; padding: 10px; } |
630 | 18 #header img { float: right; margin-top: -21px; margin-right: -37px; } |
611
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
19 |
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
20 #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
|
21 padding: 3px; text-align: center; |
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
22 } |
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
23 #footer hr { display: none; } |
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
24 .legalese { color: #999; margin: 0; } |
16b1be35c265
Add current code for GenshiTutorial to the `examples` directory.
cmlenz
parents:
diff
changeset
|
25 |
619
71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
cmlenz
parents:
618
diff
changeset
|
26 ol.links li .info { font-size: 85%; } |
71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
cmlenz
parents:
618
diff
changeset
|
27 ol.links li .info :link, ol.links li .info :visited { color: #666; } |
71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
cmlenz
parents:
618
diff
changeset
|
28 |
618
5a2059ce1f0b
Simplify the tutorial project: comments are now flat, not hierarchical.
cmlenz
parents:
616
diff
changeset
|
29 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
|
30 ul.comments li { color: #999; margin: 0 0 1em; } |
619
71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
cmlenz
parents:
618
diff
changeset
|
31 ul.comments blockquote { color: #333; font-style: normal; margin: 0; |
71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
cmlenz
parents:
618
diff
changeset
|
32 padding: 0; |
71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
cmlenz
parents:
618
diff
changeset
|
33 } |
622 | 34 .action:link, .action:visited { background: #f3f3f3; border: 1px outset #ddd; |
35 color: #666; font-size: 90%; padding: 0 .3em; | |
36 } | |
37 .action:link:hover, .action:visited:hover { background: #e8e8e8; | |
38 border-color: #aaa; color: #000; text-decoration: none; | |
39 } | |
40 | |
631 | 41 form p.hint { color: #666; font-size: 90%; font-style: italic; margin: 0; } |
622 | 42 form .error { color: #b00; } |