Ignore:
Timestamp:
Mar 14, 2012, 2:34:13 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/theme.css

    r13548 r13549  
    11/* Grey theme for the simple template
    2    author: Saïmon <contact at saimon.org> */
     2   author: Saïmon <contact at saimon org>
     3*/
    34
    45body {
     
    2122  color: #999;
    2223}
     24a:hover, #menuswitcher:hover, #theComments h3:hover {
     25  color: #f0f0f0;
     26}
    2327
    2428.titrePage, .titrePage a {
     
    2832}
    2933
    30 h2, h3 {
    31   font-variant: small-caps;
     34h2, h3, #menubar dt {
     35  /* font-variant: small-caps; */
     36  text-transform: uppercase;
     37  font-weight: bold;
    3238}
    3339
     
    4349}
    4450.thumbnail {
    45   border: 2px #707070 solid;
     51  border: 2px #606060 solid;
    4652}
    4753.thumbnail:hover {
     
    5258}
    5359
    54 #menubar dt {
    55   font-variant: small-caps;
    56   font-weight: bold;
    57 }
    58 
    5960/* page content :  categories thumbnails */
    6061
    6162.illustration img {
    62   border: 1px #606060 solid;
     63  border: 2px #606060 solid;
    6364}
    6465
    6566.illustration img:hover {
    66   border: 1px #f0f0f0 solid;
     67  border: 2px #f0f0f0 solid;
    6768}
    6869
    6970.thumbCatDesc {
    70   border-top: 1px #606060 dotted;
     71  border-top: 1px #606060 solid;
    7172  text-align: justify;
    7273}
Note: See TracChangeset for help on using the changeset viewer.