Changeset 1711

Show
Ignore:
Timestamp:
01/13/2008 10:03:00 PM (9 months ago)
Author:
Shadowhand
Message:

Added print stylesheet, fix for #283.

Also split layout.css into common.css (for all common print/web styles) and layout.css (for only web styles).

Location:
branches/website/application/views
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/views/layout.php

    r1692 r1711  
    1313( 
    1414        'media/css/reset', 
    15         'media/css/layout' 
     15        'media/css/common', 
     16        'media/css/layout', 
     17        'media/css/print', 
     18), array 
     19( 
     20        'all', 
     21        'all', 
     22        'screen', 
     23        'print' 
    1624)) 
    1725 
     
    94102<!-- End Body --> 
    95103 
    96 <div id="footer"><strong>&copy;2007 Kohana Team. All rights reserved.</strong> Powered by Kohana v{kohana_version}. Rendered in {execution_time} seconds, using {memory_usage} of memory.</div> 
     104<div id="footer"><strong>&copy;2007 Kohana Team. All rights reserved.</strong> <span class="stats">Powered by Kohana v{kohana_version}. Rendered in {execution_time} seconds, using {memory_usage} of memory.</span></div> 
    97105 
    98106</div> 
  • branches/website/application/views/media/css/layout.css

    r1651 r1711  
    11/* Defaults */ 
    22html { background: #83c018; color: #313230; } 
    3 body { font-family: Arial, Verdana, sans-serif; font-size: 76%; line-height: 1; } 
    4 h1 { font-size: 4em; } 
    5 h2 { font-size: 2em; } 
    6 h3 { font-size: 1.7em; } 
    7 h4 { font-size: 1.5em; } 
    8 h5 { font-size: 1.3em; } 
    9 h6 { font-size: 1.1em; } 
    10 h2, h3, h4, h5, h6 { margin: 0.4em 0 0.6em; } 
    11 a { color: #006; text-decoration: none; } 
    12 a:hover { color: #009; } 
    13 abbr { border-bottom: dotted 1px #aaa; cursor: help; } 
    14 tt, code { font-family: 'Monaco', Courier, monospace; } 
    15 code { display: block; padding: 1em; margin: 1em 0 1em; background: #eee; border: solid 1px #999; } 
    16  
    17 /* Form Tables */ 
    18 table.form caption { font-size: 1.2em; padding: 0.2em 0 0.3em; } 
    19 table.form th, table.form td { padding: 0.2em; } 
     3body { font-family: Arial, Verdana, sans-serif; font-size: 76%; } 
     4code { background: #eee; border: solid 1px #999; } 
    205 
    216/* Container */ 
     
    6146 
    6247/* Main Body */ 
    63 #body { padding: 2em 4em 1em; _margin-top: -1.1em; background: #f7fbf1; line-height: 140%; } 
    64         #body h2 span { float: right; padding-right: 1em; font-weight: bold; font-size: 0.6em; } 
    65         #body em { font-style: italic; } 
    66         #body strong { font-weight: bold; } 
    67         #body p { padding-bottom: 1em; } 
    68         #body ul, #body ol { padding-left: 1.5em; margin-bottom: 1em; list-style: square; line-height: 180%; } 
    69         #body ol { list-style: decimal; } 
    70         #body form fieldset { padding: 0.5em 0; } 
    71         #body form .legend { display: block; padding: 0.5em; background: #ddefbd; } 
    72         #body form ul { display: block; padding: 0.5em 1em 0; list-style: none; } 
    73         #body form p.error { font-weight: bold; padding: 0.5em 1em 0; color: #600; } 
    74         #body .intro { margin-bottom: 1em; margin-left: -4em; padding: 1em 2em; padding-left: 4em; background: #eaeee5; font-size: 1.6em; line-height: 1.4em; color: #8C9393; } 
    75                 #body .intro strong { text-transform: uppercase; font-weight: bold; font-size: 0.76em; color: #7b7d78; letter-spacing: -0.02em; white-space: nowrap; } 
    76         #body .note { font-weight: bold; font-size: 0.9em; color: #225; } 
     48#body { padding: 2em 4em 1em; _margin-top: -1.1em; background: #f7fbf1; } 
     49        #body form .legend { background: #ddefbd; } 
     50        #body .intro { background: #eaeee5; } 
    7751 
    7852/* Content */ 
     
    9872 
    9973/* Footer */ 
    100 #footer { padding: 1em 4em; background: #83c018; text-transform: uppercase; text-align: right; color: #eee; font-size: 0.8em; } 
     74#footer { background: #83c018; text-align: right; } 
    10175        #footer strong { float: left; font-weight: bold; } 
    10276