source: trunk/themes/Sylvia/mail-css.tpl @ 5123

Last change on this file since 5123 was 5123, checked in by plg, 14 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

  • Property svn:eol-style set to LF
File size: 1.1 KB
Line 
1/* Theme Sylvia mail css */
2
3body {ldelim} background-color:#111; color:#666;}
4#the_page {ldelim} }
5#content {ldelim} }
6#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.jpg) no-repeat scroll left bottom;
7min-height: 220px; height: 220px; width: 100%; min-width: 100%; padding: 10px 100px 30px 100px; }
8h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}template/{$themeconf.template}/themes/{$themeconf.theme}/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;}
9img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; }
10img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; }
11a {ldelim} color: #f70; background-color: transparent; border:0; text-decoration: none;}
12a:hover {ldelim} color: #F33; border-bottom: 1px solid #FF3363;}
13a.thumblnk:hover {ldelim} border:0;}
14a.Piwigo {ldelim} font-family: verdana, arial, helvetica, sans-serif; color : #F33; text-decoration: none; border: 0; }
15a.Piwigo:hover {ldelim} border-bottom: 1px solid #FF3363; }
Note: See TracBrowser for help on using the repository browser.