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

import theme Simple version 2.2

  • fix the calendar's pages
  • update picture.tpl (download, favorites, metadata, rating)
  • change the way to hide blocks in JS, without <noscript>, thanks to VDigital & nicolas
  • update jquery to 1.4.2
  • remove standard deviation for votes
File:
1 edited

Legend:

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

    r13547 r13548  
    2222#menuswitcher {
    2323  cursor: pointer;
     24}
     25
     26/* hide javascript stuff */
     27
     28.js #menubar, .js #theComments > div {
     29  display: none;
    2430}
    2531
     
    5056  padding: 0;
    5157  display: inline;
     58}
     59#subcontent h2 {
     60  margin: 0 0 1em;
    5261}
    5362
     
    150159  float: left;
    151160  width: 15%;
    152   display: none;
    153161}
    154162
     
    347355}
    348356
    349 #theComments > div {
    350   display: none;
    351 }
    352 
    353357#commentAdd, #commentList {
    354358  width: 48%;
     
    394398}
    395399
     400/* calendar */
     401
     402.calendarViews, .calendarCalBar {
     403  margin: 1em 0;
     404}
     405
     406.calCalHead {
     407  font-size: 1.1em;
     408  font-weight: bold;
     409}
     410
     411.calMonth {
     412  width: 80%;
     413  margin: 1em auto;
     414}
     415
     416.calendarBar {
     417  text-align: center;
     418}
     419.calendarBar span {
     420  margin: 0 0.5em;
     421}
     422
    396423/* Footer */
    397424
Note: See TracChangeset for help on using the changeset viewer.