Changeset 1633

Show
Ignore:
Timestamp:
04/12/07 12:03:27 (5 years ago)
Author:
szabolcs
Message:

ref #738

This template generates the look of the exported resources.
The Collection look is broken, the others are ok.
Navigation is still missing (can't go back to collection view)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/skins/lemill/standalone_template.pt

    r1488 r1633  
    5151            </tal:block> 
    5252            <style type="text/css" media="all"><!-- 
    53             @import url("material_fullscreen.css"); 
     53            @import url("standalone_view.css"); 
    5454            --></style> 
    5555 
  • trunk/skins/lemill/standalone_view.css

    r1403 r1633  
    1313    padding : 4px 10px; 
    1414    color : #FFFFFF; 
    15     background-color : #77bb22
     15    background-color : #ffffff
    1616    font-family : "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
    1717    font-size : 14px; 
     
    2828 
    2929#site-title a, #control-panel a { 
    30     color : #FFFFFF
     30    color : #000000
    3131    background-color : inherit; 
    3232    text-decoration : none; 
  • trunk/skins/lemill/standalone_view.pt

    r1515 r1633  
    55      xmlns:metal="http://xml.zope.org/namespaces/metal" 
    66      xmlns:i18n="http://xml.zope.org/namespaces/i18n" 
    7       metal:use-macro="here/fullscreen_template/macros/master" 
     7      metal:use-macro="here/standalone_template/macros/master" 
    88      i18n:domain="lemill"> 
    99