Make it at least a tiny bit pleasing.
Login - nettbank.remember.no by MxA
Details
AuthorMxA
LicenseNo License
Categoryre:member
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Login - nettbank.remember.no
@version 20240126.16.36
@namespace userstyles.world/user/MxA
@description Make it at least a tiny bit pleasing.
@author MxA
@license No License
==/UserStyle== */
@-moz-document domain("nettbank.remember.no") {
body.login {
/* center / contain no-repeat */
background: center url(https://free4kwallpapers.com/uploads/originals/2015/08/28/hayden-panettiere-elegant-beautiful-fashion-sexy-girls.jpg);
}
body .login {
background: inherit;
}
div.logo-box {
background: #fff2!important;
}
section.login >div {
background: #fff2;
}
section.login >div * {
background: transparent;
}
section.login [ng-click] {
padding: 10px;
margin-top: 10px;
margin-bottom: 5px;
color: #222!important;
height: 55px;
}
section.login [ng-click]:hover {
--outline: 1px solid #080;
box-shadow: 0 0 13px inset #fff8;
border-radius: 15px;
background: #fffa;
}
section.login .sub-background {
border-color: #8516;
background: #fff2;
height: 150px!important;
}
section.login .sub-background div:first-child {
border-color: #8510;
}
}