312
modifications
(Page créée avec « <style> #userloginForm form { width:100% } →For welcome : :root { --uness-blue: #77BBED; --uness-green: #52ADA6; --uness-orange: #F39200; --uness-violet: #A463AD; --uness-yellow: #A4A847; --uness-dark-blue:#32276F; } .flexitems { display: flex; flex-direction: row; flex-wrap: wrap; gap:50px; } .welcomebox-column { flex-grow: 1; flex-basis: 200px; min-width: 200px; display: flex; flex-direction:... ») |
Aucun résumé des modifications |
||
Ligne 169 : | Ligne 169 : | ||
.header-uness { | .header-uness { | ||
background-color: #b3d7f0!important; /* Bleu pour "Uness Login" */ | background-color: #b3d7f0!important; /* Bleu pour "Uness Login" */ | ||
width:25%; | |||
} | } | ||
.header-pro-sante { | .header-pro-sante { | ||
background-color: #b0ded1!important; /* Vert pour "Pro Santé Connect" */ | background-color: #b0ded1!important; /* Vert pour "Pro Santé Connect" */ | ||
width:25%; | |||
} | } | ||
.header-acces-libre { | .header-acces-libre { | ||
background-color: #dcc4e9!important; /* Violet pour "Accès libre" */ | background-color: #dcc4e9!important; /* Violet pour "Accès libre" */ | ||
width:25%; | |||
} | } | ||
/* Styling for table cells */ | /* Styling for table cells */ | ||
Ligne 189 : | Ligne 192 : | ||
<div class="welcomebox-blue welcomebox"> | <div class="welcomebox-blue welcomebox"> | ||
<div class="welcomebox-header">Avec une adresse e-mail universitaire</div> | <div class="welcomebox-header">Avec une adresse e-mail universitaire</div> | ||
<div class="welcomebox-main p- | <div class="welcomebox-main p-4"> | ||
<div class="text-center"> | <div class="text-center"> | ||
Ligne 212 : | Ligne 215 : | ||
</div> | </div> | ||
</div> | </div> | ||
<br><br> | |||
<div class="container-sm my-3"> | <div class="container-sm my-3"> | ||
<table class="table table-bordered table-striped tableconnect"> | <table class="table table-bordered table-striped tableconnect"> | ||
Ligne 223 : | Ligne 227 : | ||
</thead> | </thead> | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
<th scope="row">Encyclopédie</th> | <th scope="row">Encyclopédie</th> | ||
Ligne 249 : | Ligne 241 : | ||
<tr> | <tr> | ||
<th scope="row">Outil de formation à l’ECG</th> | <th scope="row">Outil de formation à l’ECG</th> | ||
<td>Lecture et suivi de progression</td> | |||
<td>Lecture et suivi de progression</td> | |||
<td>Lecture</td> | |||
</tr> | |||
<tr> | |||
<th scope="row">Banque d’images médicales</th> | |||
<td> | |||
Lecture<br> | |||
Edition des images | |||
</td> | |||
<td> | <td> | ||
Lecture<br> | |||
Edition des images | |||
</td> | </td> | ||
<td> | <td> | ||
Lecture | |||
</td> | </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th scope="row"> | <th scope="row">Uness Livret Lisa</th> | ||
<td> | <td><span style="color:green; font-size:1.4em">✔</span></td> | ||
<td> | <td>-</td> | ||
<td> | <td>-</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th scope="row"> | <th scope="row">Uness formation 3<sup>ème</sup> cycle</th> | ||
<td> | <td><span style="color:green; font-size:1.4em">✔</span></td> | ||
<td>-</td> | <td>-</td> | ||
<td>-</td> | <td>-</td> |