etudiants:2014:bastien.lemaitre:stage2

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
etudiants:2014:bastien.lemaitre:stage2 [2015/04/30 09:07] jcheronetudiants:2014:bastien.lemaitre:stage2 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1
Ligne 8: Ligne 8:
  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;
Ligne 24: Ligne 24:
  font-size: 20px;  font-size: 20px;
  vertical-align: middle;  vertical-align: middle;
 + }
 + .bloc_title:hover {
 + cursor: pointer;
  }  }
  .bloc_normal {   .bloc_normal {
Ligne 119: Ligne 122:
  .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>
Ligne 291: Ligne 305:
  jQuery(e.target).next('div .bloc_normal').slideToggle();  jQuery(e.target).next('div .bloc_normal').slideToggle();
  });  });
- document.title="Stage Coeur de Sushi 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 Coeur de Sushi BL";
  });  });
  </script>  </script>
 </html> </html>
  • etudiants/2014/bastien.lemaitre/stage2.1430377663.txt.gz
  • Dernière modification : il y a 6 ans
  • (modification externe)