source: extensions/Juza/mail-css.tpl @ 4725

Last change on this file since 4725 was 4439, checked in by vdigital, 14 years ago

New Juza Theme: Draft version.

Current constraints are on representatives.

  • Thumbnails in .jpg,
  • Thumbnails prefix TN-,
  • Medium in jpg

On going minimized menu (including Tag support).
Cleaning on picture and others details.
Warning to users: heavy theme usage. jQuery actived on gallery side.
No configuration available currently. (Must come).

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
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.