Ignore:
Timestamp:
Feb 19, 2007, 7:48:56 AM (17 years ago)
Author:
vdigital
Message:

Minor changes:

  • last 2 buttons in Modify category
  • Title and description on slideshow (with css classes to hide them)
  • Category names centered on p0w0
  • some display reviews on wipi
Location:
trunk/template/yoga/theme
Files:
2 edited

Legend:

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

    r1835 r1836  
    5555  font-weight: normal;
    5656}
    57 #content H3 {
    58   text-indent: 3em
    59 }
     57#content ul.thumbnailCategories li div.thumbnailCategory .description h3,
     58#content h3 { text-align: center; }
    6059.browsePath, .imageNumber,
    6160#imageHeaderBar H2,
     
    278277  padding-right: 4em;
    279278}
    280 A:focus  { outline: none; }
    281 A:active { outline: none; }
     279* { outline: none; }
  • trunk/template/yoga/theme/wipi/theme.css

    r1835 r1836  
    3030#menubar DT:before {
    3131 content: "__\\_ ";
    32  color: #69c;
     32 color: #f92;
    3333}
    3434#menubar DT:after {
    3535 content: " _/__";
    36  color: #f92;
     36 color: #69c;
    3737}
    3838#menubar .button {
     
    104104  margin-bottom: 20px;
    105105}
    106 #content H3 {
    107   text-indent: 3em
     106#content ul.thumbnailCategories li div.thumbnailCategory .description h3,
     107#content h3 { text-align: center; }
     108#content ul.thumbnailCategories li div.thumbnailCategory .description p {
     109  color: #f92; text-indent: 0em;
     110}
     111#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
     112  color: #fff;
    108113}
    109114.browsePath A {
     
    311316    border-right: 1px solid #69c;
    312317    border-bottom: 1px solid #69c;
    313     border-bottom-right-radius: 44px;
    314    -moz-border-radius-bottomright: 44px;
     318    border-bottom-right-radius: 12px;
     319   -moz-border-radius-bottomright: 12px;
    315320    box-shadow: 5px 5px #69c;
    316321}
    317 h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;}
     322#imageToolBar .randomButtons a:hover,
     323#imageToolBar .navButtons a:hover { background-color: #111; }
     324h2.showtitle, #theImage p.showlegend { display: none }
     325* { outline-width: 0px; }
Note: See TracChangeset for help on using the changeset viewer.