[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - document_icon.gif:1.1.2.1 folder_icon.gif:1.1.2.1 standard_laf.pt:1.1.2.1 zmi_stylesheet.css:1.1.2.1

Tres Seaver tseaver@zope.com
Tue, 20 Nov 2001 10:05:28 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv29829/lib/python/Zope/App/ZMI/www

Added Files:
      Tag: Zope-3x-branch
	document_icon.gif folder_icon.gif standard_laf.pt 
	zmi_stylesheet.css 
Log Message:
 - Yeehaw!

=== Added File Zope3/lib/python/Zope/App/ZMI/www/document_icon.gif ===
  <Binary-ish file>

=== Added File Zope3/lib/python/Zope/App/ZMI/www/folder_icon.gif ===
  <Binary-ish file>

=== Added File Zope3/lib/python/Zope/App/ZMI/www/standard_laf.pt ===
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      metal:define-macro="main">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

  <metal:block define-slot="title">
    <!-- Fill this slot to override the generated window title.-->
    <title>Zope3 Management Interface</title>
  </metal:block>

  <metal:block define-slot="stylesheets">
    <!-- Fill this slot to override the available stylesheets -->
    <link href="zmi_stylesheet.css" rel="stylesheet" type="text/css" />
  </metal:block>

  <metal:block define-slot="basetag">
    <!-- If you need to set the base tag, do it here. -->
  </metal:block>
</head>

<body>
  <div metal:define-slot="body" >
    <!-- *All* renderable templates will fill this slot. -->
    <h1> Title Here </h1>

    <p> Now is the time for all good men to come to the aid of the Party.</p>
  </div>
</body>

</html>


=== Added File Zope3/lib/python/Zope/App/ZMI/www/zmi_stylesheet.css ===
body {
    font-family: sans-serif;
    color: Black;
    background-color: White;
}

h1 {
    font-size: x-large;
    font-weight: bold;
}

h2 {
    font-size: large;
    font-weight: bold;
}

h3 {
    font-size: large:
    font-weight: bold;
    font-style: italic;
}

h4 {
    font-weight: bold;
    font-style: italic;
}

h5 {
    font-size: small;
    font-weight: bold;
}

h6 {
    font-size: small;
    font-weight: bold;
    font-style: italic;
}

img {
    border: none;
}

caption {
    font-weight: bold;
}