theme made by dawe for alexia webpage
dawe's theme by dawekenshi
Details
Authordawekenshi
LicenseNo License
Categoryalexia
Created
Updated
Size1.8 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 web2.alexiaedu.com - 13/12/2022, 13:41:55
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://web2.alexiaedu.com/ACWeb/LogOn.aspx?key=nOtoZagKSCU%3D#") {
body {
background-image: linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url(https://media.tenor.com/pMhSj9NfCXsAAAAd/saul-goodman-better-call-saul.gif);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#txtUsuario.input_top {
font-family: monospace;
border: 4px solid green;
margin-top: 10px;
}
#txtUsuario.input_top:focus {
border: 4px solid blue;
}
#txtPassword.input_top {
font-family: monospace;
border: 4px solid green;
transition: ease-out 0.3s;
}
#txtPassword.input_top:focus {
border: 4px solid blue;
}
#id_centro {
margin: 0vh;
background-image: url(https://api.teeplus.co/media/small_989160610c5c244d87fa8ca3c3a0e1132U.webp);
background-size: 190px;
background-position: center;
background-repeat: no-repeat;
padding-top: 60px;
}
#btnAceptar {
background-color: green;
font-family: monospace;
font-size: 28px;
border: 2px green solid;
transition: ease-out 0.3s;
box-shadow: none;
}
#btnAceptar:hover {
background-color: blue;
}
#btnRecordarPsw.rLink {
font-family: monospace;
color: green;
}
.boxBody {
margin-top: 10px;
}
#cajalogin.login2 {
border: 2px green solid;
}
}