Changeset 5695 for trunk/themes


Ignore:
Timestamp:
Apr 7, 2010, 10:09:30 AM (14 years ago)
Author:
patdenice
Message:

Fix some issues on NBM: move css rules to mail body if it's possible.
Remove fieldset on available plugins page.

Location:
trunk/themes
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/mail-css.tpl

    r5125 r5695  
    22
    33body {ldelim} background-color:#111; color:#666;}
    4 #the_page {ldelim} }
    5 #content {ldelim} }
    6 #copyright {ldelim} background: transparent url({$ROOT_URL}themes/{$themeconf.theme}/images/bottom-left-bg.jpg) no-repeat scroll left bottom;
     4#copyright {ldelim} background: transparent url({$ROOT_URL}themes/Sylvia/images/bottom-left-bg.jpg) no-repeat scroll left bottom;
    75min-height: 220px; height: 220px; width: 100%; min-width: 100%; padding: 10px 100px 30px 100px; }
    8 h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}themes/{$themeconf.theme}/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;}
     6h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}themes/Sylvia/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;}
    97img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; }
    108img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; }
  • trunk/themes/clear/mail-css.tpl

    r5125 r5695  
    22
    33body {ldelim} background-color:#fff; color:#696969;}
    4 #the_page {ldelim} background: #fff url({$ROOT_URL}themes/default/images/mail/mailbody-bg.png) repeat-y scroll left top;}
    5 #content {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/header-bg.png) no-repeat scroll left top;}
    6 #copyright {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/footer-bg.png) no-repeat scroll left bottom;
    7 color: #333;}
     4#copyright {ldelim} background: transparent; color: #333;}
    85h2 {ldelim} background-color: #ddd;}
    96img {ldelim} margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; }
  • trunk/themes/dark/mail-css.tpl

    r5125 r5695  
    22
    33body {ldelim} background-color:#444; color:#fff;}
    4 #the_page {ldelim} background: #444 url({$ROOT_URL}themes/default/images/mail/mailbody-bg.png) repeat-y scroll left top;}
    5 #content {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/header-bg.png) no-repeat scroll left top;}
    6 #copyright {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/footer-bg.png) no-repeat scroll left bottom;
    7 color: #69c;}
    8 h2 {ldelim} background-color: #333;color:#fff48e;background-image: url({$ROOT_URL}themes/{$themeconf.theme}/images/tableh1_bg.png);}
     4#copyright {ldelim} color: #69c;}
     5h2 {ldelim} background-color: #333; color:#fff48e;}
    96img {ldelim} margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; }
    107img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; }
  • trunk/themes/default/template/mail/text/html/global-mail-css.tpl

    r5095 r5695  
    33body {ldelim} font-family: Univers, Helvetica, Optima; font-size:12px; margin:0px; padding:0px; }
    44#the_page {ldelim} margin:0px; padding:0px; text-align:left;}
    5 #content {ldelim} margin:0px; padding:82px 0px 0px 62px; width:732px;}
     5#content {ldelim} margin:0px; padding:30px 0px 0px 30px; width:732px;}
    66hr {ldelim} width:632px; margin-left:0;}
    77#copyright {ldelim} font-size:10px; margin:0px; padding:48px 0px 32px 62px;}
Note: See TracChangeset for help on using the changeset viewer.