source: extensions/music_player/template/block.tpl @ 3500

Last change on this file since 3500 was 3500, checked in by flop25, 15 years ago

activation of the option "hightlight the player with a menu block"
clean code
add/place icon

File size: 743 bytes
Line 
1{html_head}
2<style>
3#block_mp li a {literal}{{/literal}
4        display: block ;
5        background: transparent url({$PLG_path}/template/icon/fond_fus.png) left bottom no-repeat ;
6        padding: 4px ;
7        text-align: center ;
8        with: 150px;
9        height: 50px;
10        {literal}}{/literal}
11#block_mp li a:hover, #block_mp li a:focus, #block_mp li a:active {literal}{{/literal}
12        background: transparent url({$PLG_path}/template/icon/fond_fus.png) left top no-repeat ;
13        {literal}}{/literal}
14#block_mp li{literal}{{/literal}
15        list-style-image: none;
16        list-style-type: none;
17        {literal}}{/literal}
18        </style>
19{/html_head}
20<dt>{'lien_titre'|@translate}</dt>
21<dd>
22  <ul id="block_mp">
23        <li>
24          <a {$ATRIB} >{'lien_expl'|@translate}</a>
25        </li>
26  </ul>
27</dd>
Note: See TracBrowser for help on using the repository browser.