Ignore:
Timestamp:
Aug 21, 2008, 3:14:03 AM (16 years ago)
Author:
rvelices
Message:
  • tried to reduce the number of css rules and selectors (most gains on menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3
Location:
trunk/template/yoga/theme
Files:
4 edited

Legend:

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

    r2352 r2480  
    2121
    2222/* borders */
    23 #menubar DL, .content, #imageToolBar,
    24 #comments DIV.comment BLOCKQUOTE {
     23#menubar DL, .content, #imageToolBar {
    2524  border: 1px solid #d3d3d3;
    2625}
    2726
    2827#theImage IMG {
    29   border-color: #d3d3d3;
     28  border: 3px solid #d3d3d3;
    3029}
    3130
     
    3837.content DIV.thumbnailCategory {
    3938  border: 1px solid gray;
    40 }
    41 
    42 #comments DIV.comment BLOCKQUOTE {
    43   border-left: 2px solid #696969;
    44   background-color: #eee;
    4539}
    4640
     
    8377
    8478.virtual_cat { background: #fff !important; }
    85 #mbMenu #quicksearch > p { text-align: left; }
    8679#qsearchInput { color: #d3d3d3; }
    8780#qsearchInput:focus { color: #005e89; }
  • trunk/template/yoga/theme/dark/theme.css

    r2352 r2480  
    3939
    4040/* borders */
    41 #menubar DL, .content,
    42 #comments DIV.comment BLOCKQUOTE {
     41#menubar DL, .content{
    4342        border: 1px solid #000000;
    4443}
     
    5150}
    5251
    53 #theImage IMG {
    54         border-color: #000000;
    55 }
    56 
    5752FIELDSET, INPUT, SELECT, TEXTAREA,
    5853.content DIV.comment  A.illustration IMG,
    5954.content DIV.thumbnailCategory {
    6055        border: 1px solid gray;
    61 }
    62 
    63 #comments DIV.comment BLOCKQUOTE {
    64         border-left: 2px solid #696969;
    6556}
    6657
  • trunk/template/yoga/theme/p0w0/theme.css

    r2392 r2480  
    163163  border-bottom: 1px solid #369;
    164164}
    165 #comments DIV.comment BLOCKQUOTE {
    166   border: 1px solid #fff;
    167 }
    168165H2, #imageToolBar {
    169166  border-bottom: 1px solid #fff;
     
    217214.zero { display: none }
    218215
    219 #the_page {
    220   text-align:center;
    221   display:block;
    222 }
    223 
    224216input[type="text"], input[type="password"], input.button,
    225217input.submit, input.reset, input.file,
  • trunk/template/yoga/theme/wipi/theme.css

    r2392 r2480  
    156156
    157157/* borders */
    158 #comments DIV.comment BLOCKQUOTE {
    159   border: 1px solid #000;
    160 }
    161158#imageHeaderBar {
    162159  border-top: 1px solid #000;
     
    168165
    169166#theImage IMG {
    170   border-color: #fff;
     167  border: 3px solid #fff;
    171168}
    172169
     
    185182  border: 1px solid #69c;
    186183  margin: 8px 4px;
    187 }
    188 #comments DIV.comment BLOCKQUOTE {
    189   border-left: 2px solid #696969;
    190184}
    191185
     
    229223  padding-top: 5px;
    230224  padding-bottom:30px;
    231   text-align:center;
    232   display:block;
    233225  margin: 2px;
    234226}
     
    252244FORM#quickconnect,
    253245FORM#quickconnect FIELDSET,
    254 FORM#quickconnect P,
     246FORM#quickconnect DIV,
    255247FORM#quickconnect UL.actions,
    256 FORM#quickconnect FIELDSET>UL.actions,
    257 FORM#quickconnect UL.actions,
    258 FORM#quickconnect P,
    259248FORM#quickconnect LABEL {
    260249  color: #69c;   
    261250}
    262 FORM#quickconnect P INPUT,
     251FORM#quickconnect DIV INPUT,
    263252FORM#quickconnect INPUT[type=text],
    264253FORM#quickconnect INPUT[type=password] {
    265   width: 85%;
    266254  color: #58c;   
    267255  background-color: #222; 
    268256  border: 1px solid #333;
    269   padding: 1px 3px;
    270257}
    271258
Note: See TracChangeset for help on using the changeset viewer.