Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Bienvenue sur la page Wiki du WOM SYENSQO de TAVAUX  

NAVIGATION




 

L'Actualité de SY

Action Button
padding10px 30px
linkAccueil SY
textSY
classcustom-button
  

Les conseils de MAX

Action Button
padding10px 30px
linkAccueil MAX
textMAX
classcustom-button
  

SYMAX



Action Button
padding10px 30px
linkAccueil SYMAX
textSYMAX
classcustom-button





 

L'actualité : Bienvenue sur les pages Wiki du service Maintenance Court terme

Ce nouvel outil est conçu pour vous apporter toute l'aide nécessaire pour accompagner les changements en cours avec des informations actualisées et des documents de références.



le Les pages intranet The Hub Tavaux

HTML
<style>
.content-wrapper {
  position: relative;
  text-align: center;
}
.custom-button {
  position: absolute;
  z-index: 999991;
  bottom: 50px;
  width: 90px;
  left: 50%;
  margin-left: -45px;
  border:1px solid #a5a5a5 !important;
  padding: 10px 20px !important;
  transition: all 0.5s;
}
.custom-button a {
  color: #454545 !important;
  font-weight: bold;
}
.custom-button:hover {
  background-color: #ff5630 !important;
  border:1px solid #771601 !important; 
}
.custom-button:hover a {
  color: #eee !important;
}
</style>

...