Update StackMonkey.ps1
This commit is contained in:
@@ -819,6 +819,15 @@ $style = @'
|
|||||||
justify-self: center;
|
justify-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Big red notice under tagline */
|
||||||
|
.samy-hint {
|
||||||
|
margin-top: 0.25rem;
|
||||||
|
font-size: 1.3rem;
|
||||||
|
color: #ff4d4d; /* big red */
|
||||||
|
font-weight: 900;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width:768px) {
|
@media (max-width:768px) {
|
||||||
.container { flex-direction:column; }
|
.container { flex-direction:column; }
|
||||||
.sidebar { width:100%; }
|
.sidebar { width:100%; }
|
||||||
@@ -1205,13 +1214,12 @@ $style
|
|||||||
{{moduleVersion}}
|
{{moduleVersion}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- SAMY Logo (right) -->
|
|
||||||
<div class="logo-right" style="text-align:right;">
|
|
||||||
<img src="https://git.svstools.com/syelle/Logo/raw/branch/main/SAMY.png" alt="SAMY Logo" style="max-width:180px;">
|
|
||||||
<div id="tagline" style="font-size:1.1rem; color:var(--light-gray-color); font-weight:bold;">Script Automation Monkey (Yeah!)</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<!-- Dynamic tagline text (rotated by JS) -->
|
||||||
<div id="tagline"></div>
|
<div id="tagline"></div>
|
||||||
|
|
||||||
|
<!-- Big red line under tagline -->
|
||||||
|
<div id="samyHint" class="samy-hint">Please use samy.svstools.ca</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
Reference in New Issue
Block a user