A dark login page for commonwealthbank australia.
Bookmark this page then apply style.
https://www.my.commbank.com.au/netbank/Logon/Logon.aspx
This style will not effect other area's of the site due to constant updates.
Authorthermalzombie
LicenseNo License
Categorycommbank
Created
Updated
Size1.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
A dark login page for commonwealthbank australia.
Bookmark this page then apply style.
https://www.my.commbank.com.au/netbank/Logon/Logon.aspx
This style will not effect other area's of the site due to constant updates.
/* ==UserStyle==
@name commbank.com.au - dark-login
@namespace USO Archive
@author Thermalzombie
@description `Got rid of the adds really annoying.`
@version 20180218.20.54
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("https://www.my.commbank.com.au/netbank/Logon/Logon.aspx")
{
#form1, #BodyContainer, html
{
background-image: linear-gradient(#000, #FFD700, #000000);
}
#Register, #CurrentHighlights, #PageFooter,
.TopMessage, .module h2, .bottom, div#ModuleRight.module div.ft,
#imgCbaLogo
{
display:none !important;
}
#Header
{
background-image: url("https://i.imgur.com/EHZUzXR.png") !important;
background-size: 55% !important;
background-repeat: no-repeat !important;
height:230px !important;
}
.ft
{
color: #FFFFFF !important;
border:1px #FFD700 solid !important;
background:#000000 !important;
}
#imgCbaLogo
{
width:309px !important;
}
#btnLogon_field
{
color:#000000 !important;
border-color:#FFD700 !important;
background: #FFD700 !important;
font-weight: bold !important;
}
.textbox
{
color:#FFFFFF !important;
background:#222222 !important;
border:1px #FFD700 solid !important;
}
#lnkForgottenDetails
{
color: #FFFFFF !important;
}
}