Changeset 1836 for trunk/template/yoga


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
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/cat_modify.tpl

    r1780 r1836  
    207207
    208208  <p>
    209     <input type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/>
    210     <input type="reset" value="{lang:Reset}" name="reset" />
     209    <input class="submit" type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/>
     210    <input class="submit" type="reset" value="{lang:Reset}" name="reset" />
    211211  </p>
    212212
  • trunk/template/yoga/slideshow.tpl

    r1730 r1836  
    77  </div>
    88  <div class="imageNumber">{PHOTO}</div>
     9  <!-- BEGIN title -->
     10  <h2 class="showtitle">{TITLE}</h2>
     11  <!-- END title -->
    912</div>
    1013<div id="theImage">
    1114  {ELEMENT_CONTENT}
     15<!-- BEGIN legend -->
     16<p class="showlegend">{legend.COMMENT_IMG}</p>
     17<!-- END legend -->
    1218</div>
  • 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.