Changeset 2091 for trunk/template/yoga


Ignore:
Timestamp:
Sep 14, 2007, 1:30:46 AM (17 years ago)
Author:
rvelices
Message:
  • merge content of layout.css and popuphelp.css (very few lines) into existing css -> faster page loading the first time (avoid 2 http requests)
  • optimized sql for $confdisplay_fromto in category_cats.inc.php
Location:
trunk/template/yoga
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r1900 r2091  
    216216}
    217217
    218 BODY#thePopuphelpPage #copyright {
    219   color: green;
    220   display: none;
    221 }
    222 
    223218FORM#addComment FIELDSET LABEL {
    224219  clear: both;
     
    253248
    254249#fullTagCloud {
    255   font-size: 140%;
     250  font-size: 120%;
    256251  text-align: justify;
    257252  padding: 0;
     
    264259}
    265260
    266 #content #fullTagCloud {
    267   font-size: 120%;
    268 }
    269261
    270262.tagLevel5 { font-size: 150%; }
     
    273265.tagLevel2 { font-size: 100%; }
    274266.tagLevel1 { font-size: 90%; }
     267
     268
     269/* Popup help page */
     270BODY#thePopuphelpPage #copyright {
     271  display: none;
     272}
     273
     274BODY#thePopuphelpPage #theHeader P {
     275  display: none;
     276}
     277
     278BODY#thePopuphelpPage #content P {
     279  text-align: justify;
     280  padding: 0.5em;
     281}
     282
     283BODY#thePopuphelpPage #content OL LI,
     284BODY#thePopuphelpPage #content UL LI
     285{
     286  margin-bottom: 0.5em;
     287}
     288
     289BODY#thePopuphelpPage P#pageBottomActions A {
     290  border: none;
     291}
  • trunk/template/yoga/layout.css

    r1912 r2091  
    66@import "thumbnails.css";
    77@import "picture.css";
    8 @import "popuphelp.css";
    98@import "default-layout.css";
    109/* Override properties with import local file */
    1110@import "local-layout.css";
    1211/* common css */
    13 @import "../../template-common/layout.css";
     12@import "../../template-common/default-layout.css";
     13/* Override properties with import local file */
     14@import "../../template-common/local-layout.css";
    1415
Note: See TracChangeset for help on using the changeset viewer.