Ignore:
Timestamp:
Jun 29, 2009, 5:00:34 PM (15 years ago)
Author:
flop25
Message:

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/default-layout.css

    r3333 r3474  
    1 /* $Id: default-layout.css 2396 2008-06-23 23:40:55Z rvelices $ */
    21@import "admin/default-layout.css";
    32BODY {
     
    65  font-size: 0.8em;
    76  font-family:  Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
    8   text-align: center; /* be nice to IE5 */
    9 }
    10 
    11 #the_page {
    12         /* Just in case another template needs an inner frame */
    13 }
     7}
     8
    149
    1510H1 {
     
    6661
    6762.wrap2 .icon { float:right; }
     63
    6864/* for debugging purpose */
     65
    6966PRE { text-align:left; }
    7067
     68TABLE { /* horizontaly centered */
     69        margin-left: auto;
     70        margin-right: auto;
     71}
    7172/** forms **/
    7273
    73 FORM { padding: 0em; }
     74FORM { padding: 0; margin: 0; }
    7475
    7576FORM P {
     
    8384        margin-bottom: 0;
    8485}
    85 
     86/*
    8687.small {
    8788        font-size: 80%;
     
    9394  overflow: auto;
    9495}
    95 
     96*/
    9697SELECT.categoryList {
    97   height: 20em;
    98   width: auto;
    99 }
    100 
     98        height: 20em;
     99        width: 500px;
     100}
     101
     102/*
    101103DIV.comment BLOCKQUOTE {
    102104  padding: 0.5em;
    103   overflow: auto;       /* no solution for IE6 */
    104   min-height: 2.75em;   /* fix a Gecko bug whith scrollbar and 1 line only */
    105 }
    106 
     105  overflow: auto;       
     106  min-height: 2.75em;
     107}
     108*/
    107109
    108110/**
     
    238240}
    239241
    240 #fullTagCloud LI {
    241   display: inline;
    242   white-space: nowrap;
    243   margin: 0 2px;
     242#fullTagCloud SPAN {
     243        white-space: nowrap;
     244        margin: 0 2px;
    244245}
    245246
     
    256257  display: none;
    257258}
     259
     260#theNotificationPage p { padding: 0.5em; }
    258261
    259262BODY#thePopuphelpPage .content P {
     
    305308  border-collapse : collapse;
    306309}
     310
     311#theHeader {text-align: center;}
     312
     313#theNotificationPage DL,
     314#thePopuphelpPage DL { margin: 0 25px 25px; }
     315.content #comments UL.thumbnailCategories LI { width:99%; }
     316/* jQuery datepicker */
     317IMG.ui-datepicker-trigger {
     318        cursor : pointer;
     319}
     320
    307321/*--------menu--------------*/
    308322#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
Note: See TracChangeset for help on using the changeset viewer.