|
[Plone-cvs] CMFPlone/skins/plone_styles plonePresentation.css.dtml,1.3,1.3.12.1 plonePrint.css.dtml,1.9,1.9.2.1
From: <limi@us...> - 2002-12-20 01:20
|
Update of /cvsroot/plone/CMFPlone/skins/plone_styles
In directory sc8-pr-cvs1:/tmp/cvs-serv15180/skins/plone_styles
Modified Files:
Tag: Plone-1_0
plonePresentation.css.dtml plonePrint.css.dtml
Log Message:
Updated Print and Presentation CSSes to the new format.
Index: plonePresentation.css.dtml
===================================================================
RCS file: /cvsroot/plone/CMFPlone/skins/plone_styles/plonePresentation.css.dtml,v
retrieving revision 1.3
retrieving revision 1.3.12.1
diff -C2 -d -r1.3 -r1.3.12.1
*** plonePresentation.css.dtml 15 Jul 2002 11:21:56 -0000 1.3
--- plonePresentation.css.dtml 20 Dec 2002 01:20:11 -0000 1.3.12.1
***************
*** 11,15 ****
body {
! background: White url(logo.png) no-repeat fixed 95% 95%;
font-family: Verdana Helvetica Arial sans-serif;
font-size: 40px;
--- 11,15 ----
body {
! background: White url(logo.jpg) no-repeat fixed 95% 95%;
font-family: Verdana Helvetica Arial sans-serif;
font-size: 40px;
***************
*** 25,28 ****
--- 25,29 ----
border-style: solid;
border-width: 1px;
+ padding-top: 0em;
padding-left: 0.5em;
padding-right: 0.5em;
***************
*** 52,65 ****
td.left,
td.right,
- .contentTabs,
- .contentBar,
.footer,
.help,
.legend,
! div.message
{
display: none;
}
ul {
list-style-image: url("bulletBig.gif");
--- 53,73 ----
td.left,
td.right,
.footer,
.help,
.legend,
! div.message,
! div.documentActions,
! input
{
display: none;
}
+ #contentTabs,
+ #contentBar
+ {
+ display: none;
+ }
+
+
ul {
list-style-image: url("bulletBig.gif");
***************
*** 68,71 ****
--- 76,80 ----
div.editableDocument,
+ div.document,
.group {
background: transparent;
Index: plonePrint.css.dtml
===================================================================
RCS file: /cvsroot/plone/CMFPlone/skins/plone_styles/plonePrint.css.dtml,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -d -r1.9 -r1.9.2.1
*** plonePrint.css.dtml 24 Sep 2002 23:00:44 -0000 1.9
--- plonePrint.css.dtml 20 Dec 2002 01:20:11 -0000 1.9.2.1
***************
*** 12,18 ****
background: White;
font-family: Georgia, Garamond, Times, serif;
! font-size: 11pt;
color: Black;
! margin: 5%;
}
--- 12,18 ----
background: White;
font-family: Georgia, Garamond, Times, serif;
! font-size: 10pt;
color: Black;
! margin: 0;
}
***************
*** 24,33 ****
td.left,
td.right,
! .contentTabs,
! .contentBar,
.footer,
.help,
.legend,
! div.message
{
display: none;
--- 24,35 ----
td.left,
td.right,
! #contentTabs,
! #contentBar,
! div.documentActions,
.footer,
.help,
.legend,
! div.message,
! input
{
display: none;
***************
*** 39,45 ****
--- 41,50 ----
div.editableDocument,
+ div.document,
.group {
background: transparent;
border: none;
+ font-family: Georgia, Garamond, Times, serif;
+ font-size: 10pt;
padding: 0;
margin: 0;
|
| Thread | Author | Date |
|---|---|---|
| [Plone-cvs] CMFPlone/skins/plone_styles plonePresentation.css.dtml,1.3,1.3.12.1 plonePrint.css.dtml,1.9,1.9.2.1 | <limi@us...> |