| |
| etudiants:2014:bastien.lemaitre:stage1 [2015/04/30 09:03] – jcheron | etudiants:2014:bastien.lemaitre:stage1 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 |
|---|
| box-sizing: border-box; | box-sizing: border-box; |
| } | } |
| span, p, h1, h1, h3, h4, h5, h6, ul, li { | span, p, h1, h1, h3, h4, h5, h6, ul, li, .tableau { |
| font-family: Segoe UI !important; | font-family: Segoe UI !important; |
| font-weight: 100 !important; | font-weight: 100 !important; |
| font-size: 20px; | font-size: 20px; |
| vertical-align: middle; | vertical-align: middle; |
| | } |
| | .bloc_title:hover { |
| | cursor: pointer; |
| } | } |
| .bloc_normal { | .bloc_normal { |
| .realisation ul { | .realisation ul { |
| color: #fff !important; | color: #fff !important; |
| | } |
| | .tableau { |
| | width: 100%; |
| | display: table; |
| | } |
| | .tableau th, .tableau td { |
| | padding: 10px; |
| | } |
| | .tableau th { |
| | background-color: #313131; |
| | color: #fff; |
| } | } |
| </style> | </style> |
| jQuery(e.target).next('div .bloc_normal').slideToggle(); | jQuery(e.target).next('div .bloc_normal').slideToggle(); |
| }); | }); |
| document.title="Stage Jenoptik BL" | jQuery('#accordion .bloc_title span').click(function(e) { |
| | jQuery(e.target).parent().next('div .bloc_normal').siblings('div .bloc_normal').slideUp(); |
| | jQuery(e.target).parent().next('div .bloc_normal').slideToggle(); |
| | }); |
| | document.title="Stage Jenoptik BL"; |
| }); | }); |
| </script> | </script> |
| </html> | </html> |