Changeset 96864 in spip-zone
- Timestamp:
- Apr 29, 2016, 1:31:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/shortcut_url/trunk/prive/style_prive_plugin_shortcut_url.html
r96863 r96864 36 36 </BOUCLE_data> 37 37 38 .tooltip_map { background-color:#GET{claire}; border:1px solid #GET{foncee}; } 39 .tooltip_map{ 40 opacity:1; 41 border-radius:4px; 42 position:absolute; 43 padding:10px; 38 .tooltip_map { 39 background-color:#GET{claire}; 40 border:1px solid #GET{foncee}; 44 41 } 45 42 .tooltip_map{ 46 opacity:0; 43 opacity:1; 44 border-radius:4px; 45 position:absolute; 46 padding:10px; 47 } 48 .tooltip_map{ 49 opacity:0; 47 50 } 48 51 .tooltip_map h3{ 49 50 51 52 font-size:1.2em; 53 padding:0; 54 margin:0; 52 55 } 53 56 .tooltip_map:first-letter { 54 57 text-transform:capitalize; 55 58 } 56 59 … … 60 63 outline:none; 61 64 overflow: hidden; 62 65 white-space: nowrap; 63 66 } 64 }
Note: See TracChangeset
for help on using the changeset viewer.