tweak emojis

This commit is contained in:
Adrien MALINGREY 2025-03-31 14:16:23 +02:00
parent 57c112611a
commit 7db3b09bea
2 changed files with 10 additions and 10 deletions

View File

@ -116,10 +116,10 @@ echo ("-->");*/
<label id="colorSliderLabel" for="colorSlider" class="no-print">Changer les couleurs</label> <label id="colorSliderLabel" for="colorSlider" class="no-print">Changer les couleurs</label>
<input id="colorSlider" type="range" min="0" max="2000000" step="0.000000001" value="1353651.53435435" <input id="colorSlider" type="range" min="0" max="2000000" step="0.000000001" value="1353651.53435435"
oninput="document.documentElement.style.setProperty('--k', this.value);" class="no-print"/> oninput="document.documentElement.style.setProperty('--k', this.value);" class="no-print"/>
<a href="<?=str_replace(__DIR__."/", "", $path) ?>" class="link no-print">Télécharger la configuration</a> <a href="<?=str_replace(__DIR__."/", "", $path) ?>" target="_blank" class="link no-print">Télécharger la configuration</a>
<a href="index.php" class="link no-print"> Retour à la liste</a> <a href="index.php" class="link no-print"> Retour à la liste</a>
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>

View File

@ -63,7 +63,7 @@ h2 {
} }
.file-list a::before { .file-list a::before {
content: "📄 " content: "📄 ";
} }
.file-list a { .file-list a {
@ -142,7 +142,7 @@ td {
min-width: 2em; min-width: 2em;
height: 2em; height: 2em;
mix-blend-mode: darken; mix-blend-mode: darken;
padding: 2px; /*! padding: 0; */
print-color-adjust: exact; print-color-adjust: exact;
cursor: help; cursor: help;
transition: 0.2s background-color; transition: 0.2s background-color;
@ -154,7 +154,7 @@ td {
.vlan { .vlan {
color: #ecf0f1; color: #ecf0f1;
text-shadow: 0 1px 2px rgba(0,0,0,0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: hsl(calc(var(--k) * var(--pvid)) 97% 70%); background-color: hsl(calc(var(--k) * var(--pvid)) 97% 70%);
} }
@ -194,17 +194,17 @@ td {
.poe::before { .poe::before {
content: "⚡"; content: "⚡";
font-size: 0.7em; font-size: 0.65em;
position: absolute; position: absolute;
top: 0; top: -0.2em;
left: 0; right: -0.25em;
} }
.voice_vlan::after { .voice_vlan::after {
content: "📞"; content: "📞";
font-size: 0.7em; font-size: 0.65em;
position: absolute; position: absolute;
bottom: 0; bottom: -0.15em;
left: 0; left: 0;
} }