source: extensions/grum-dark-II/mail-css.tpl @ 31958

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

grum-dark-II (previously yoga/grum-dark II) for Piwigo 2.1 and higher

File size: 874 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.