Ignore:
Timestamp:
Jan 30, 2007, 8:00:17 AM (17 years ago)
Author:
vdigital
Message:

Issue 0000614: Display hits under thumbnails like comments counter

  • Comments are not plurial < 2
  • hits and comments have specific classes for css control
Location:
trunk/template/yoga/theme
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/p0w0/theme.css

    r1755 r1769  
    249249        cursor:pointer
    250250}
     251
     252.zero { display: none }
     253.one { }
     254.2nmore { }
     255
    251256/* nice looking month calendar*/
    252257TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
  • trunk/template/yoga/theme/wipi/theme.css

    r1755 r1769  
    239239        cursor:pointer
    240240}
     241
     242.zero { display: none }
     243.one { }
     244.2nmore { }
     245
    241246/* nice looking month calendar*/
    242247TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
     
    247252.calForeDate { color: #fff; }
    248253.virtual_cat { background: #222 !important; }
     254
     255.PWG {
     256  font-family: verdana, arial, helvetica, sans-serif !important;
     257  font-size: 0.9em;
     258  font-weight: normal;
     259  letter-spacing: 0px;
     260}
     261a.PWG { border: 0px; }
     262a.PWG .P { color : #f92; }
     263a.PWG .W { color : #aaa; }
     264a.PWG .G { color : #69c; }
     265a.PWG:hover .P { color : #69c; }
     266a.PWG:hover .G { color : #f92; }
Note: See TracChangeset for help on using the changeset viewer.