Changeset 315

Show
Ignore:
Timestamp:
03/05/06 10:57:13
Author:
cwest
Message:

Updated print and handheld styles for default planet skin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/assets/plugins/publish-planet/default/static/css/handheld.css

    r300 r315  
     1body { 
     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 
     22a { 
     23    color: black; 
     24} 
     25 
     26.entry-title a { 
     27    text-decoration: none; 
     28} 
     29 
     30img { 
     31    display: none; 
     32} 
  • trunk/plagger/assets/plugins/publish-planet/default/static/css/print.css

    r300 r315  
     1body { 
     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 
     22a { 
     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  
    77    <link rel="alternate" type="application/rss+xml" title="RSS: [% feed.title %]" href="smartfeed_all.rss" /> 
    88    <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" /> 
    911    [% IF members_list %] 
    1012      <link rel="stylesheet" type="text/css" href="css/screen-members-list.css" />