Changeset 105387 in spip-zone for _plugins_/lim
- Timestamp:
- Jul 19, 2017, 10:20:06 AM (4 years ago)
- Location:
- _plugins_/lim/branches/V1
- Files:
-
- 3 added
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/lim/branches/V1/css/lim.css
r100491 r105387 1 1 @font-face { 2 font-family: 'icomoon'; 3 src:url('fonts/icomoon.eot?pw3hpn'); 4 src:url('fonts/icomoon.eot?pw3hpn#iefix') format('embedded-opentype'), 5 url('fonts/icomoon.ttf?pw3hpn') format('truetype'), 6 url('fonts/icomoon.woff?pw3hpn') format('woff'), 7 url('fonts/icomoon.svg?pw3hpn#icomoon') format('svg'); 8 font-weight: normal; 9 font-style: normal; 2 font-family: 'lim-font'; 3 src: 4 url('fonts/lim-font.ttf?g6ckgz') format('truetype'), 5 url('fonts/lim-font.woff?g6ckgz') format('woff'), 6 url('fonts/lim-font.svg?g6ckgz#lim-font') format('svg'); 7 font-weight: normal; 8 font-style: normal; 10 9 } 11 10 12 11 [class^="icon-"], [class*=" icon-"] { 13 /* use !important to prevent issues with browser extensions that change fonts */ 14 font-family: 'icomoon' !important; 15 speak: none; 16 font-style: normal; 17 font-weight: normal; 18 font-variant: normal; 19 text-transform: none; 20 line-height: 1; 21 font-size: 14px; 12 /* use !important to prevent issues with browser extensions that change fonts */ 13 font-family: 'lim-font' !important; 14 speak: none; 15 font-style: normal; 16 font-weight: normal; 17 font-variant: normal; 18 text-transform: none; 19 line-height: inherit; 22 20 23 24 25 21 /* Better Font Rendering =========== */ 22 -webkit-font-smoothing: antialiased; 23 -moz-osx-font-smoothing: grayscale; 26 24 } 27 25 28 .icon-off { color:#ddd; }29 26 .icon-off:before { 30 27 content: "\e900"; … … 34 31 content: "\e901"; 35 32 } 36 -
_plugins_/lim/branches/V1/paquet.xml
r104711 r105387 2 2 prefix="lim" 3 3 categorie="maintenance" 4 version="1.2. 2"4 version="1.2.3" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]" … … 14 14 <auteur>Peetdu</auteur> 15 15 <credit>Logo : LeChat</credit> 16 <credit>Selecteur On/Off : Roland Chenel</credit> 17 16 18 17 19 <licence>GNU/GPL</licence> -
_plugins_/lim/branches/V1/prive/style_prive_plugin_lim.html
r100491 r105387 25 25 #SET{left,#ENV{ltr}|choixsiegal{left,left,right}} 26 26 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}} 27 .lim_icon { transition: color 0.5s ease; }27 .lim_icon { transition: color 0.5s ease; font-size:30px; line-height:0;} 28 28 .icon-on { color:[(#ENV{foncee})]; } 29 .icon-off { color:#bebebe; } 29 30 .formulaire_configurer_lim_logos .choix label { vertical-align:middle; } 30 31 .center { text-align:center; }
Note: See TracChangeset
for help on using the changeset viewer.