source: extensions/Wall/mail-css.tpl @ 32027

Last change on this file since 32027 was 17128, checked in by Sixpo, 12 years ago
File size: 896 bytes
Line 
1/* -----------------------------------------------------------------------------
2  GRUM:DARK-II
3  Theme for Piwigo * Including like css style on HTML mail
4  ------------------------------------------------------------------------------
5  file: grum-dark II/theme.css
6  file version: 1.0.1
7  date: 2009-05-01
8  ------------------------------------------------------------------------------
9  author: grum at piwigo.org
10  << May the Little SpaceFrog be with you >>
11----------------------------------------------------------------------------- */
12
13{literal}
14body{background-color:#000000; color:#dedede;}
15#the_page { background: #000000; }
16#copyright { color: #ffffff; }
17h2 { background-color: #303030;color:#dedede; }
18img { border:4px #dedede solid; }
19img:hover { border:4px #FFFFFF solid; }
20a { color: #52ff97; background: transparent; }
21a:hover {color: #ffff80;}
22{/literal}
Note: See TracBrowser for help on using the repository browser.