A new userstyle
Pasarela Clave by davidpru
Details
Authordavidpru
LicenseNo License
Categoryhttps://pasarela.clave.gob.es/Proxy2/ServiceProvider
Created
Updated
Size877 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name pasarela.clave.gob.es/Proxy2/ServiceProvider - feb 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://pasarela.clave.gob.es/Proxy2/ServiceProvider") {
body#home {
background: #f1f1f1;
}
/* Inserte el código aquí... */
.idps {
article {
background: white;
border: 0px dashed #b5b5b5 !important;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
border-radius: 20px;
.idp-button {
border: 0;
background: #3c3c3c;
color: white;
font-weight: normal;
}
}
}
.register-link {
font-size: 14px;
font-weight: normal;
.register {
text-decoration-thickness: initial;
}
}
}