Ignore:
Timestamp:
Sep 21, 2007, 1:45:23 AM (17 years ago)
Author:
rvelices
Message:
  • removed unused code from the calendar
  • removed some unused css rules, simplified css a bit and made some rule grouping (nothing important)
File:
1 edited

Legend:

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

    r2045 r2101  
    1919/* Texts Only */
    2020BODY, H1, H3, DT, H2, .throw { color: #369; }
    21 H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate {
     21H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
    2222  color: #fff;
    2323}
     
    4343.infoTable,
    4444#theAdminPage #content,
    45 #content .navigationBar,
    4645input#qsearchInput { color: #369; }
    4746#content .infos { color: #036; }
     
    9089  color: #f92;
    9190}
    92 .pleaseNote {
    93   color: #ff9;
    94   font-weight: bold;
    95 }
    96 TD.calDayCellEmpty,
    97 SPAN.calItemEmpty { color: silver; }
    98 .calBackDate { color: #000; }
     91
    9992
    10093/******************************************************************************/
     
    130123input#qsearchInput { background-color: #cde; }
    131124.virtual_cat { background: #fff !important; }
    132 .pleaseNote, .selected_tab { background-color: #69c !important; }
     125.selected_tab { background-color: #69c !important; }
    133126/******************************************************************************/
    134127/* Borders, Margins, Padding Only */
     
    194187}
    195188FIELDSET, INPUT, SELECT, TEXTAREA,
    196 #content DIV.comment  A.illustration IMG, #infos,
     189#content DIV.comment  A.illustration IMG,
    197190#content DIV.thumbnailCategory {
    198191  border: 1px solid #69c;
     
    219212  margin: 0px;
    220213}
    221 .pleaseNote {
    222   padding: 1ex;
    223 }
    224 SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; }
    225 TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
    226214#theAdminPage #content table td { padding: 2px 8px; }
    227215ul.tabsheet { border-color: #369 !important; }
Note: See TracChangeset for help on using the changeset viewer.