[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - zopetopBasic.css:1.4 zopetopStructure.css:1.3 zopetopWidgets.css:1.3

Sidnei da Silva sidnei@x3ng.com.br
Fri, 12 Jul 2002 20:52:48 -0400


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

Modified Files:
	zopetopBasic.css zopetopStructure.css zopetopWidgets.css 
Log Message:
* Stylesheets now in sync with ZopeTop

=== Zope3/lib/python/Zope/App/ZMI/www/zopetopBasic.css 1.3 => 1.4 ===
-/*****************************************************************************
- *
- * Copyright (c) 2001, 2002 Zope Corporation and Contributors.
- * All Rights Reserved.
- * 
- * This software is subject to the provisions of the Zope Public License,
- * Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
- * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
- * WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
- * FOR A PARTICULAR PURPOSE.
- * 
- *****************************************************************************
- 
- These are the basic CSS declarations.
+/*****************************************************************************
+ *
+ * Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+ * All Rights Reserved.
+ * 
+ * This software is subject to the provisions of the Zope Public License,
+ * Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+ * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+ * WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+ * FOR A PARTICULAR PURPOSE.
+ * 
+ *****************************************************************************
+ 
+ These are the basic CSS declarations.
+
+ $Id$
+*/
+
+
+body {
+    font: 0.8em Tahoma, Helvetica, Arial, sans-serif;
+    color: #000066;
+    margin: 5;
+    padding: 5;
+}
+
+a {
+    text-decoration: none;
+    color: #000066;
+    background-color: transparent;
+}
 
- $Id$
-*/
-
-
-body {
-    font: 11px Tahoma, Helvetica, Arial, sans-serif;
-    background: White;
-    color: Black;
-    margin: 5;
-    padding: 5;
-
-}
-
-
-a {
-        text-decoration: none;
-    color: #336699;
-    background-color: transparent;
-}
-
-table {
-    font: 1em Tahoma, Helvetica, Arial, sans-serif;
-}
-
-
-img {
-/* turn off image borders. */
-    border: none;
-}
-
-p {
-/* Default paragraph style*/
-    font: 1em Tahoma, Helvetica, Arial, sans-serif;
-    margin: 1em 0em;
-    text-align: justify;
-}
-
-p a {
+a:hover {
     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;
-    color: Black;
-    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;
-}
-
-
+
+table {
+    font: 1em Tahoma, Helvetica, Arial, sans-serif;
+}
+
+
+img {
+/* turn off image borders. */
+    border: none;
+}
+
+p {
+/* Default paragraph style*/
+    font: 1em Tahoma, 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 {
+	color: Black;
+	margin-top: 0;
+	font-family: Tahoma, Helvetica, Arial, sans-serif;
+
+
+}
+
+h1 {
+    font-size: 1.8em;
+}
+
+h2 {
+    font-size: 1.6em;
+}
+
+h3 {
+    font-size: 1.4em;
+}
+
+h4 {
+    font-size: 1.2em;
+}
+
+h5 {
+    font-size: 1.1em;
+}
+
+h6 {
+    font-size: 1.0em;
+}
+
+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: 1em Tahoma, Helvetica, Arial, sans-serif;
+/*    border: 1px solid #8cacbb;   */
+    color: Black;
+/*    background-color: white; */
+    margin: 1px 1px 1px 1px;
+}
+
+select {
+    font: 1em Tahoma, Helvetica, Arial, sans-serif;
+/*    border: 1px solid #8cacbb;  */
+    margin: 1px 1px 1px 1px;
+}
+
+abbr, acronym, .explain {
+/* Help classes */
+    border-bottom: 1px dotted Black;
+    color: Black;
+    background-color: transparent;
+    cursor: help;
+}
+
+code {
+    font-size: 1.2em;
+    color: Black;
+    background-color: #dee7ec;
+}
+
+pre {
+    font-size: 1.2em;
+    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;
+}


=== Zope3/lib/python/Zope/App/ZMI/www/zopetopStructure.css 1.2 => 1.3 === (407/507 lines abridged)
-/*****************************************************************************
- *
- * Copyright (c) 2001, 2002 Zope Corporation and Contributors.
- * All Rights Reserved.
- * 
- * This software is subject to the provisions of the Zope Public License,
- * Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
- * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
- * WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
- * FOR A PARTICULAR PURPOSE.
- * 
- *****************************************************************************
- 
- 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.
-
- KNOWN BUG: The selected tab cannot have image backdrop. FIXME
-
- $Id$
-*/
-
-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 {
-}

[-=- -=- -=- 407 lines omitted -=- -=- -=-]

+    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;
+}
+
+.darker {
+	background: #7B7AC6;
+}
+
+.hilite {
+    background: #DFDEFF;
+}
+
+.background {
+    background: #CCCCFF;
+}
+
+.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;
+}


=== Zope3/lib/python/Zope/App/ZMI/www/zopetopWidgets.css 1.2 => 1.3 === (608/708 lines abridged)
-/*****************************************************************************
- *
- * Copyright (c) 2001, 2002 Zope Corporation and Contributors.
- * All Rights Reserved.
- * 
- * This software is subject to the provisions of the Zope Public License,
- * Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
- * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
- * WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
- * FOR A PARTICULAR PURPOSE.
- * 
- *****************************************************************************
- 
- These are the Widget CSS declarations.
-
- TODO: table.listing, 
-       table.box
-
- $Id$
-*/
-
-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;

[-=- -=- -=- 608 lines omitted -=- -=- -=-]

+}
+
+.syndicated {
+    color: #008000;
+}
+
+.expired {
+    color: Red;
+}
+
+
+div.listingBar {
+    background: #A1A1F1;
+    border-color: #7B7AC6;
+    border-style: solid;
+    border-width: 1px;
+    padding: 0em 1em;
+    text-align: right;
+    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;
+}