[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - arrowUp.gif:1.1 zopetopBasic.css:1.1 zopetopStructure.css:1.1 zopetopWidgets.css:1.1 standard_macros.pt:1.4
Sidnei da Silva
sidnei@x3ng.com.br
Fri, 14 Jun 2002 21:37:48 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv28429/lib/python/Zope/App/ZMI/www
Modified Files:
standard_macros.pt
Added Files:
arrowUp.gif zopetopBasic.css zopetopStructure.css
zopetopWidgets.css
Log Message:
New ZopeTop style
=== Added File Zope3/lib/python/Zope/App/ZMI/www/arrowUp.gif ===
<Binary-ish file>
=== Added File Zope3/lib/python/Zope/App/ZMI/www/zopetopBasic.css ===
/*
* Plone Basic CSS v1
*
* Zope CMF style sheet by Alexander Limi (http://limi.net)
*
* Special thanks to Geir Baekholt (http://elvix.com) and
* Stian Soiland (http://stain.portveien.to) for invaluable
* input and code examples. You guys rock! :)
*
* I've tried to comment everything as concisely as possible. If there's anything
* that you find confusing or just plain wrong, contact me and I'll fix it before the
* next release.
*
*/
body {
font: 0.8em Tahoma, Helvetica, Arial, sans-serif;
background: White;
color: Black;
margin: 0;
padding: 0;
scrollbar-base-color: #DEE7EC;
scrollbar-highlight-color: #DEE7EC;
scrollbar-track-color: #F7F9FA;
scrollbar-darkshadow-color: #F7F9FA;
scrollbar-3dlight-color: #8CACBB;
scrollbar-shadow-color: #8CACBB;
scrollbar-arrow-color: #436976;
}
a {
text-decoration: none;
color: #336699;
background-color: transparent;
}
table {
font: 1em Verdana, Helvetica, Arial, sans-serif;
}
img {
/* turn off image borders. */
border: none;
}
p {
/* Default paragraph style*/
font: 1em Verdana, Helvetica, Arial, sans-serif;
margin: 1em 0em;
text-align: justify;
}
p a {
text-decoration: underline;
}
p a:visited {
color: Purple;
background-color: transparent;
}
p a:active {
color: Red;
background-color: transparent;
}
p img {
border: 1px solid Black;
margin: 1em;
}
hr {
clear: both;
height: 1px;
color: #8CACBB;
background-color: transparent;
}
h1, h2, h3, h4, h5, h6 { /* Style for the headlines */
color: Black;
font: 1em Tahoma, Helvetica, Arial, sans-serif;
margin-top: 0;
}
h1 {
font-size: 1.1em;
}
h2 {
font-size: 1em;
}
h3 {
font-size: 0.95em;
}
h4 {
font-size: 0.9em;
}
h5 {
font-size: 0.85em;
}
h6 {
font-size: 0.80em;
}
ul {
list-style-image: url("bullet.gif");
margin-top: 1em;
margin-bottom: 1em;
margin-left: 2em;
padding:0;
}
/* we advise you to use the div.group and span.legend elements instead of these,
as the only browser showing legends correctly is IE. They are just included here
for completeness */
fieldset {
border: 1px solid #8cacbb;
margin: 2em 0em 1em 0em;
padding: 1em 0em;
}
legend {
background: White;
padding: 0.5em;
}
form {
border: none;
}
textarea {
/* Small cosmetic hack which makes textarea gadgets look nicer.*/
font: bold 1em Tahoma, Helvetica, Arial, sans-serif;
border: 1px solid #8cacbb;
width: 100%;
color: Black;
background-color: white;
}
input {
/* Small cosmetic fix which makes input gadgets look nicer. */
font: bold 1em Tahoma, Helvetica, Arial, sans-serif;
border: 1px solid #8cacbb;
color: Black;
background-color: white;
margin: 0em 0em 1em 0em;
}
select {
font: bold 1em Tahoma, Helvetica, Arial, sans-serif;
border: 1px solid #8cacbb;
margin: 0em 0em 1em 0em;
}
abbr, acronym, .explain {
/* Help classes */
border-bottom: 1px dotted Black;
color: Black;
background-color: transparent;
cursor: help;
}
code {
font-size: 120%;
color: Black;
background-color: #dee7ec;
}
pre {
font-size: 120%;
padding: 1em;
border: 1px solid #8cacbb;
color: Black;
background-color: #dee7ec;
}
.netscape4 {
/* This hides elements necessary for getting Netscape 4.x to look better. Mostly strategically placed hr tags and ·'s */
display: none;
}
=== Added File Zope3/lib/python/Zope/App/ZMI/www/zopetopStructure.css ===
/*
* Plone Structure CSS v1
*
* The Structure CSS contains elements that make up the structure of Plone,
* generally stuff that is used once on a page - general layout, opposed to the Widgets, that are
* used several times in a page.
*
* Zope CMF style sheet by Alexander Limi (http://limi.net)
*
* Special thanks to Geir Bakholt (http://elvix.com) and
* Stian Soiland (http://stain.portveien.to) for invaluable
* input and code examples. You guys rock! :)
*
* I've tried to comment everything as concisely as possible. If there's anything
* that you find confusing or just plain wrong, contact me and I'll fix it before the
* next release.
*
* KNOWN BUG: The selected tab cannot have image backdrop. FIXME
*
*/
div.top {
/* Top section */
background: transparent;
margin: 0;
padding: 0;
width: 100%;
}
.logo {
/* Logo properties */
margin: 1em 0em 1em 2em;
padding: 0;
}
div.searchBox {
/*searchbox style and positioning */
background-color: transparent;
color: Black;
float: right;
margin: 3em 0em 0em 0em;
padding: 0em 2em 0em 0em;
text-align: right;
text-transform: lowercase;
}
input.searchGadget {
}
div.tabs {
/* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
background: transparent;
border-collapse: collapse;
border-bottom-color: #8CACBB;
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 0.5em 0em 0em 2em;
white-space: nowrap;
}
div.tabs a {
/* The normal, unselected tabs. They are all links */
background: transparent;
border-color: #8CACBB;
border-width: 1px;
border-style: solid solid none solid;
color: #436976;
font-weight: normal;
margin-right: 0.5em;
padding: 0em 2em;
text-transform: lowercase;
}
div.tabs a.selected {
/* The selected tab. There's only one of this */
background: #DEE7EC;
border: 1px solid #8CACBB;
border-bottom: #DEE7EC 1px solid;
color: #436976;
font-weight: normal;
}
div.tabs a:hover {
background: #DEE7EC;
border-color: #8CACBB;
border-bottom-color: #DEE7EC;
color: #436976;
}
div.personalBar {
/* Bar with personalized menu (user preferences, favorites etc) */
background: #DEE7EC;
border-bottom-color: #8CACBB;
border-bottom-style: solid;
border-bottom-width: 1px;
color: Black;
padding-right: 3em;
text-align: right;
text-transform: lowercase;
}
div.personalBar a{
background-color: transparent;
color: #436976;
font-weight: normal;
}
div.pathBar {
/* The path bar, including breadcrumbs and add to favorites */
border-bottom-color: #8CACBB;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-left: 2em;
padding-right: 2em;
text-transform: lowercase;
}
.breadcrumbs {
float: left;
text-transform: lowercase;
}
.addFavorite {
vertical-align: bottom;
}
.clock {
/* The portal time indicator */
float: right;
text-transform: lowercase;
white-space: nowrap;
}
table.columns {
width: 100%;
}
table.columns td.left {
vertical-align: top;
width: 15%;
padding: 2em 1em 1em 2em;
}
table.columns td.main {
vertical-align: top;
padding: 2em 2em 1em 1em;
margin: 0;
}
table.columns td.right {
vertical-align: top;
width: 15%;
padding: 2em 2em 1em 0em;
}
div.contentTabs {
/* Local Plone Tabs(tm), used in the content display */
background: transparent;
border-collapse: collapse;
border-bottom: 1px solid #74AE0B;
padding-left: 1em;
white-space: nowrap;
}
div.contentTabs a {
/* The normal, unselected tabs. They are all links */
background: transparent;
border: 1px solid #74AE0B;
color: #578308;
font-weight: normal;
margin-right: 0.5em;
padding: 0em 2em;
text-transform: lowercase;
}
div.contentTabs a.selected {
/* The selected tab. There's only one of this */
background: #CDE2A7;
border-bottom: #CDE2A7 1px solid;
color: #578308;
font-weight: normal;
}
div.contentTabs a:hover {
background-color: #CDE2A7;
color: #578308;
}
div.contentBar {
background: #CDE2A7;
border-left: 1px solid #74AE0B;
border-right: 1px solid #74AE0B;
color: #578308;
text-align: right;
text-transform: lowercase;
}
div.document {
/* The document class encloses the object content when editing is not permitted */
background: transparent;
padding: 0;
margin: 0em 0em 2em 0em;
}
div.editableDocument {
/* The class surrounding content when editing is permitted */
background: transparent;
border: 1px solid #74AE0B;
margin: 0em 0em 2em 0em;
padding: 2em;
}
div.message {
/* The portal messages for cut/paste operations etc */
background: #FFCE7B;
border: 1px solid #FFA500;
color: Black;
font: bold 100% Tahoma, Helvetica, Arial, sans-serif;
margin: 0em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
div.message a {
color: Black;
text-decoration: underline;
}
.description {
/* The summary text describing the document */
font: bold 1em Tahoma, Helvetica, Arial, sans-serif;
display: block;
margin-bottom: 1em;
}
.footer {
background: #DEE7EC;
border-top: 1px solid #8CACBB;
border-bottom: 1px solid #8CACBB;
color: Black;
clear: both;
float: none;
margin: 2em 0em;
padding: 0.5em 0em 1em 0em;
text-align: center;
}
=== Added File Zope3/lib/python/Zope/App/ZMI/www/zopetopWidgets.css ===
/*
* Plone Widgets CSS v1
*
* Zope CMF style sheet by Alexander Limi (http://limi.net)
*
* Special thanks to Geir Baekholt (http://elvix.com) and
* Stian Soiland (http://stain.portveien.to) for invaluable
* input and code examples. You guys rock! :)
*
* I've tried to comment everything as concisely as possible. If there's anything
* that you find confusing or just plain wrong, contact me and I'll fix it before the
* next release.
*
* TODO: table.listing,
* table.box
*
*/
input.standalone {
background: #DEE7EC url(linkOpaque.gif) left no-repeat;
color: Black;
cursor: pointer;
font-weight: normal;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
}
input.context {
background: White url(linkTransparent.gif) left no-repeat;
color: Black;
cursor: pointer;
font-weight: normal;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
}
input.noborder {
/* radiobuttons and checkmarks, different behaviour in Moz and IE.
Border necessary in Moz, not in IE */
border: none;
margin: 0;
background-color: transparent;
}
div.row {
clear: both;
min-height: 4em;
margin-top: 1em;
}
.group {
border: 1px solid #8cacbb;
margin: 2em 0em 1em 0em;
width: 94%;
padding: 1em 0em;
}
.legend {
position : relative;
top: -1.8em;
left: 1em;
background: White;
padding: 0.5em;
}
span.label {
float: left;
font-weight: bold;
text-align: right;
width: 15%;
position : relative;
left: -1em;
}
span.field {
float: left;
text-align: left;
width: 55%;
}
span.info {
background-color: transparent;
float: right;
text-align: left;
width: 28%;
}
.error {
/* Class for error indication in forms */
background: #FFCE7B;
border: 1px solid #FFA500;
margin: 1em;
}
.required {
/* Used in addition to class "label" on required elements */
background: url(required.gif) 2em no-repeat;
}
span.card {
background: #DEE7EC;
border-color: #8CACBB;
border-width: 1px;
border-style: solid;
float: left;
margin: 1em;
padding: 1em;
text-align: center;
width: 15%;
}
table.listing {
/* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
border-collapse: collapse;
border-left: 1px solid #336699;
border-bottom: 1px solid #336699;
margin: 1em 0em 1em 0em;
}
table.listing th {
background: #CCCCCC;
border-top: 1px solid #336699;
border-bottom: 1px solid #336699;
border-right: 1px solid #336699;
color: Black;
font-weight: normal;
padding: 0em 1em 0em 1em;
text-transform: lowercase;
}
table.listing tr.odd {
/*every second line should be shaded */
background: transparent;
}
table.listing tr.even {
background: #ECFAFF;
}
table.listing td {
border-right: 1px solid #336699;
padding: 0em 1em;
}
table.listing a:hover {
text-decoration: underline;
}
table.listing img{
vertical-align: middle;
}
table.box {
/* The Plone Box(tm) (Navigation, Related etc) */
background: transparent;
border-collapse: collapse;
border-bottom: 1px solid #8CACBB;
border-left: 1px solid #8CACBB;
margin: 0;
margin-bottom: 2em;
}
table.box th {
background: #DEE7EC;
border-top: 1px solid #8CACBB;
border-bottom: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
color: Black;
font-weight: normal;
padding: 0em 1em;
text-align: left;
text-transform: lowercase;
}
table.box th.empty {
background-color: transparent;
border: none;
border-bottom: 1px solid #8CACBB;
}
table.box tr.odd {
/*every second line should be shaded */
background: transparent;
}
table.box tr.even {
background-color: #99CCFF;
}
table.box td {
border-right: 1px solid #8CACBB;
padding: 1em;
}
table.box img{
vertical-align: middle;
}
div.boxDetails {
/*the line that contains the date for news and other info */
text-align: right;
}
table.box a {
}
table.box a.comment {
/* special link for comments - default behavior is to display the discussion icon next to the link */
background-image: url(http://www.x3ng.com.br:8080/ZopeOrg/discussionitem_icon.gif);
background-repeat: no-repeat;
background-position: 0px -2px;
padding: 0em 0em 0.5em 2em;
margin: 0;
display: block;
}
table.box a.marker {
/* special format for links inside boxes - adds link image and displays the link as a block (which in this case means the text will not float under the link image, plus the whole thing is clickable) */
background: url(linkTransparent.gif) -0.5em 0px no-repeat;
display: block;
padding: 0em 0em 0em 1.5em;
vertical-align: top;
}
span.folderName {
/* The folder name in folder_contents */
font-size: 150%;
font-weight: bold;
}
div.category {
float: left;
margin-right: 1em;
margin-bottom: 2em;
width: 20em;
}
div.category a.heading {
display: block;
padding: 0em 0em 0.5em 0em;
font-size: 1.1em;
text-decoration: underline;
}
div.category a {
text-decoration: underline;
}
div.box {
float: left;
margin-right: 1em;
margin-bottom: 2em;
width: 20em;
background: transparent;
border-collapse: collapse;
border: 1px solid #8CACBB;
}
div.box div.heading {
background: #DEE7EC;
border-bottom: 1px solid #8CACBB;
color: Black;
font-weight: normal;
padding: 0em 0em 0em 1em;
text-align: left;
text-transform: lowercase;
}
div.box a.close {
float: right;
text-transform: none;
border-left: 1px solid #8CACBB;
padding: 0em 0.2em;
}
div.box div.odd {
background: transparent;
padding: 1em;
}
div.box div.even {
background-color: #99CCFF;
padding: 1em;
}
div.spacer {
margin: 3em;
}
.private {
color: Black;
}
.published {
color: #74AE0B;
}
.pending {
color: #FFA500;
}
.syndicated {
color: #008000;
}
.expired {
color: Red;
}
div.listingBar {
background: #DEE7EC;
border-color: #8CACBB;
border-style: solid;
border-width: 1px;
padding: 0em 1em;
text-align: right;
text-transform: lowercase;
height: 1em;
clear: both;
}
div.listingBar span.previous {
text-align: left;
float: left;
}
div.listingBar span.next {
text-align: right;
float: right;
}
div.workspace {
}
div.workspace span.small {
float: left;
height: 30em;
width: 20em;
margin-right: 1em;
margin-bottom: 1em;
}
div.workspace span.big {
float: left;
height: 40em;
width: 40em;
margin-right: 1em;
margin-bottom: 1em;
}
=== Zope3/lib/python/Zope/App/ZMI/www/standard_macros.pt 1.3 => 1.4 ===
>Zope</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <link href="zopetopBasic.css"
+ tal:attributes="href string:zopetopBasic"
+ rel="stylesheet" type="text/css" />
+ <link href="zopetopWidgets.css"
+ tal:attributes="href string:zopetopWidgets"
+ rel="stylesheet" type="text/css" />
+ <link href="zopetopStructure.css"
+ tal:attributes="href string:zopetopStructure"
+ rel="stylesheet" type="text/css" />
+
<div metal:define-slot="headers">
</div>
</head>