Changeset 3542 for extensions


Ignore:
Timestamp:
Jul 7, 2009, 6:55:10 PM (15 years ago)
Author:
flop25
Message:

style fully integrated
ready for 2.1.0

Location:
extensions/music_player
Files:
9 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/music_player/maintain.inc.php

    r3507 r3542  
    5151INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    5252        VALUES
    53         ("mp_plugin" , "true,true,false,400,500" , "Plugin music_player : evidence, header, footer, hauteur, largeur");';
     53        ("mp_plugin" , "true,false,false,260,400" , "Plugin music_player : evidence, header, footer, hauteur, largeur");';
    5454    pwg_query($q);
    5555}
     
    145145INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    146146        VALUES
    147         ("mp_plugin" , "true,true,false,400,500" , "Plugin music_player : evidence, header, footer, hauteur, largeur");';
     147        ("mp_plugin" , "true,false,false,260,400" , "Plugin music_player : evidence, header, footer, hauteur, largeur");';
    148148    pwg_query($q);
    149149  }
     
    164164INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    165165        VALUES
    166         ("mp_plugin" , "true,true,false,400,500" , "Plugin music_player : evidence, header, footer, hauteur, largeur");';
     166        ("mp_plugin" , "true,false,false,260,400" , "Plugin music_player : evidence, header, footer, hauteur, largeur");';
    167167      pwg_query($q);
    168168     }
  • extensions/music_player/template/lecteur.tpl

    r3508 r3542  
    3939  <table id="table_content" border="0" cellspacing="0" cellpadding="0">
    4040    <tr>
    41       <td id="section_up_left">&nbsp;</td>
    42       <td id="section_up">&nbsp;</td>
    43       <td id="section_up_right">&nbsp;</td>
     41      <td id="section_up_left"></td>
     42      <td id="section_up"></td>
     43      <td id="section_up_right"></td>
    4444    </tr>
    4545    <tr>
    46       <td id="section_left">&nbsp;</td>
     46      <td id="section_left"></td>
    4747      <td id="section_in">
    4848        <div class="titrePage">
     
    8787</script></div>
    8888</td>
    89           <td id="section_right">&nbsp;</td>
     89          <td id="section_right"></td>
    9090    </tr>
    9191    <tr>
    92       <td id="section_bottom_left">&nbsp;</td>
    93       <td id="section_bottom" >&nbsp;</td>
    94       <td id="section_bottom_right" >&nbsp;</td>
     92      <td id="section_bottom_left"></td>
     93      <td id="section_bottom" ></td>
     94      <td id="section_bottom_right" ></td>
    9595    </tr>
    9696  </table>
  • extensions/music_player/template/style/floPure/clear_blue/lecteur.conf.php

    r3508 r3542  
    11<?php
    2 $BACK_COLOR='0xcad8e1';
    3 $FRONT_COLOR='0x000000';
    4 $LIGHT_COLOR='0xedf2f2';
     2$BACK_COLOR='0xffffff';
     3$FRONT_COLOR='0x005E89';
     4$LIGHT_COLOR='0x005E89';
    55?>
  • extensions/music_player/template/style/floPure/tr_clear_blue/lecteur.conf.php

    r3508 r3542  
    11<?php
    2 $BACK_COLOR='0xcad8e1';
    3 $FRONT_COLOR='0x000000';
    4 $LIGHT_COLOR='0xedf2f2';
     2$BACK_COLOR='0xffffff';
     3$FRONT_COLOR='0x005E89';
     4$LIGHT_COLOR='0x005E89';
    55?>
  • extensions/music_player/template/style/lecteur.conf.php

    r3507 r3542  
    22$BACK_COLOR='0x000000';
    33$FRONT_COLOR='0xffffff';
    4 $LIGHT_COLOR='0x0099CC';
     4$LIGHT_COLOR='0xe8e3dc';
    55?>
  • extensions/music_player/template/style/lecteur.css

    r3508 r3542  
    11#autre_content
    22{
    3 width:100%;
    4 padding:0;
    5 margin:0;
    6 text-align:left;
     3        width:100%;
     4        padding:0;
     5        margin:0;
     6        text-align:left;
    77  }
    88#content
    99{
    10 margin-left: auto;
    11 margin-bottom:1em;
    12 width:100%;
    13 border:none;
     10        margin-left: auto;
     11        margin-bottom:1em;
     12        width:100%;
     13        border:none;
    1414  }
    1515#the_page
    1616{
    17 width:100%;
    18 border:none;
    19   }
     17        width:100%;
     18        border:none;
     19}
    2020body {
    21 min-width: inherit;
    22 width:100%;
    23 padding:10px;
     21        min-width: inherit;
     22        width:100%;
     23        padding:0px;
    2424}
    2525#cache
    2626{
    27 padding:5px
     27        padding:5px
    2828}
    2929#close_button
     
    3535{
    3636        padding:15px;
     37        margin:auto;
    3738}
    3839#section_up
Note: See TracChangeset for help on using the changeset viewer.