The video goes over the majority of what I wanted to convey. It isn’t scripted, so we have some fun when things don’t go well.
Anyway, here’s some code blocks with helpful information in case checking the Youtube description is below you.
LOCATION FOR IMAGE STORAGE:
https://[VCSAaddress]/websso/resources/img/
LOCATION FOR THE CSS FILE [FOR SSH/PUTTY]:
/usr/lib/vmware-sso/vmware-sts/webapps/ROOT/resources/css/clr-ui.min.css
SOME OF THE CSS I ENDED UP CHANGING TO ACHIEVE THE RESULT I DID:
.login-wrapper .login {
background: #292929;
color: white;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
padding: 1rem 2.5rem;
margin-left: 500px;
min-height: 100vh;
min-width: 35em;
opacity: 92%;
-moz-box-shadow: 0px 10px 42px -1px rgba(0,0,0,0.92);
box-shadow: 0px 10px 42px -1px rgba(0,0,0,0.92);
animation: 2865.31ms cubic-bezier(0.6, -0.42, 0, 1.38) 145.297ms 1 normal forwards running slide-right;
transform: translateX(-210%);
}
@keyframes slide-right {
to {
transform:translateX(0);
}
}
.btn-primary .btn, .btn.btn-primary {
border-color: #6b8e5a;
background-color: #9acd82;
color: #323731;
font-weight: bolder;
height: 50px;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
border: 3px solid #ffffb5;
}
.login-wrapper .login .title {
line-height: 12;
background-size: 100% auto;
background-repeat: no-repeat;
background-position: right;
background-position-y: -6px;
margin-bottom: -189px;
font-size: 1.333333rem;
color: white;
background-image: url(../../resources/img/IntelNUCVcenterWallpaper_transparent.png);
}
.login-wrapper {
display: -ms-flexbox;
display: flex;
background-size: auto 100%;
background-max-height: ;
background-position-y: top;
background-color: #9acd82;
background-image: url(../../resources/img/Jackharvest_Dog_2560x1080plus.png);
background-repeat: no-repeat;
}
.footer {
position: absolute;
left: 550px;
bottom: 20px;
font-weight: bold;
padding: 10px;
color: #7B7E81;
padding-left: 44px;
}
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url] {
color: #cbfeb4;
}
Please remember to share some of your discoveries! I’d love to see what others come up with. Ask any questions you may have in the comments below. I’ll do my best to answer them.
- pillarmini: 3D Printed 4-bay NAS with 3.5″ Drives. Super Cool, Super Power Efficient, Super Economical, Super Free (and fits on tiny print beds!).
- How to have hosted wiki.js site open hyperlinks and urls in new tabs.
- Windows Server 2025 Wallpapers – Classic Look
- GENO. The 3D Printed NAS with 2x 2.5Gbe, 8x 3.5″ Drives, 3x 120mm Fans, and a MinisForum NAB6.
- Fortnite: Hirable NPC locations for Chapter 4 Season 1 (January 2023)
William Lam did something pretty similar back in 2017. Never did finish getting it done but your tutorial seems easy to follow! Great post!
https://www.virtuallyghetto.com/2017/09/vmworld-hackathon-vsphere-client-login-ui-theme.html