Plone Gazette stylesheets

2 messages Options
Embed this post
Permalink
Gerhard Hug () Plone Gazette stylesheets
Reply Threaded More More options
Print post
Permalink
Hi

Where can I insert css-styles in the newsletter in plone Gazette

Thanks for answers
Gerhard

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
Espen Moe-Nilssen () Re: Plone Gazette stylesheets
Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
I think you have to "hard code it into the template". I tried to do it in a css-file without luck.

(= customize the newsletter_mua_formatter, and insert the css, something like this:


......... (

<html i18n:domain="plonegazette"
      xml:lang="en-US"
      lang="en-US"
      tal:define="ishtml options/html;
                  force options/force;
                  charset here/portal_properties/site_properties/default_charset | string:utf-8">

 <style type="text/css">

hr { display: block; clear: both; }

#portal-logo { margin: -20px -20px; }


.r
html {
        background: black; 
}

body {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
width: 560px;
        background: white;
margin: 20px auto;
}

#nyhet-innhold {
    padding: 0 20px;    
}

h1 {
color: #3F3F30; 
font: normal 20px/27px verdana, helvetica, sans-serif;
margin-top: 17px;
}



 </style>

 <head>

etc.......








vennlig hilsen
Espen Moe-Nilssen










Den 21. jan. 2009 kl. 17.35 skrev redCOR AG Gerhard Hug:

Hi

Where can I insert css-styles in the newsletter in plone Gazette

Thanks for answers
Gerhard

_______________________________________________
UI mailing list


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui