Changeset 315
- Timestamp:
- 03/05/06 10:57:13
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/assets/plugins/publish-planet/default/static/css/handheld.css
r300 r315 1 body { 2 background: white; 3 color: black; 4 padding: 2em; 5 } 6 7 #feed-title { 8 font-weight: bold; 9 font-size: x-large; 10 } 11 12 .entry { 13 border-top: black 1px solid; 14 padding: 1em; 15 } 16 17 .entry-header { 18 font-weight: bold; 19 font-size: large; 20 } 21 22 a { 23 color: black; 24 } 25 26 .entry-title a { 27 text-decoration: none; 28 } 29 30 img { 31 display: none; 32 } trunk/plagger/assets/plugins/publish-planet/default/static/css/print.css
r300 r315 1 body { 2 background: white; 3 color: black; 4 padding: 2em; 5 } 6 7 #feed-title { 8 font-weight: bold; 9 font-size: x-large; 10 } 11 12 .entry { 13 border-top: black 1px solid; 14 padding: 1em; 15 } 16 17 .entry-header { 18 font-weight: bold; 19 font-size: large; 20 } 21 22 a { 23 color: black; 24 } 25 26 .entry-title a { 27 text-decoration: none; 28 } trunk/plagger/assets/plugins/publish-planet/default/template/index.tt
r312 r315 7 7 <link rel="alternate" type="application/rss+xml" title="RSS: [% feed.title %]" href="smartfeed_all.rss" /> 8 8 <link rel="stylesheet" type="text/css" href="css/screen.css" /> 9 <link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> 10 <link rel="stylesheet" type="text/css" href="css/handheld.css" media="handheld" /> 9 11 [% IF members_list %] 10 12 <link rel="stylesheet" type="text/css" href="css/screen-members-list.css" />
