MyYOLO Login for Tonisport e. V.
azh-myyolo.info - tonisport edition by muri235
Details
Authormuri235
LicenseCC Zero
Categoryazh-myyolo.info
Created
Updated
Size5.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
MyYOLO Login for Tonisport e. V.
Source code
/* ==UserStyle==
@name azh-myyolo.info - tonisport edition
@version 20230503.11.25
@namespace userstyles.world/user/muri235
@description MyYOLO Login for Tonisport e. V.
@author muri235
@license CC Zero
==/UserStyle== */
@-moz-document domain("azh-myyolo.info") {
/* ==UserStyle==
@name azh-myyolo.info - tonisport edition
@namespace github.com/openstyles/stylus
@version 2.1.0
@description MyYOLO Login for Tonisport e. V.
@author Muri
==/UserStyle== */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;1,300&display=swap');
}
@-moz-document domain("azh-myyolo.info") {
html,
body {
--primary: #ffffff;
--secondary: #50ae30;
--third: #50ae30;
--add-lightgrey: #d9d9d9;
--add-midblue: #758c9e;
--add-lightblue: #89d8f5;
--add-lightpink: #ec91cf;
--add-yellow: #f8ea45;
--add-orange: #ffba77;
--add-green: rgb(86, 211, 139);
--add-steel: #46769E;
--add-violet: rgb(63, 8, 112);
--header-footer-color: var(--primary);
width: 100%;
height: 100%;
margin: auto;
color: var(--secondary);
font-family: 'Raleway', Tahoma, Geneva, Verdana, sans-serif !important;
background: url('https://www.tonisport.org/wp-content/uploads/2015/12/Hintergrund.jpg');
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', Tahoma, Geneva, Verdana, sans-serif !important;
color: var(--secondary);
}
#login::before {
content: url('https://www.wassermeloni.de/wp-content/uploads/Pfeile_100x50_SF_2021_11_04.png');
padding: 0 0 100px 0;
}
#login {
padding-top: 3em;
height: 500px;
}
#container>.row>.Rahmen:first-child::before{
padding: 300px 20px 0 20px;
font-size: 500%;
font-weight: bold;
color: var(--third);
content: 'Herzlich willkommen! Bitte hier anmelden.'
}
#container>.row>.Rahmen:first-child>p {
display:none;
}
#Mitgliedsnummer{
outline: none;
}
#container>div:last-child {
height:0;
overflow:hidden;
}
div:has(> .TN-Anzeige) {
height:0;
overflow:hidden;
}
#container>div:last-child.Rahmen {
height:800px;
overflow:hidden;
}
#login input, #login label {
max-height:0 !important;
height:0 !important;
overflow: hidden;
padding: 0;
}
input[type="submit"]{
margin:0;
}
.img-logo-details {
padding: 40px 50px 0 0;
/* background: url('https://www.wassermeloni.de/wp-content/uploads/Tonisport.png'); */
background-size: auto;
width: 0;
height: 0;
}
.form-design {
display: block;
width: 40rem;
height: 7rem;
background-color: #F4F4F4;
background-image: none;
border-radius: 40px;
border: 0;
}
.senden {
display: flex;
align-items: center;
justify-content: center;
min-width: 40rem;
height: 7rem;
border-radius: 40px;
border: 0;
}
.loeschen {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-width: 20rem;
height: 7rem;
font-weight: 500;
text-align: center;
text-decoration: none;
border-radius: 40px;
border: 0;
opacity: 50%;
}
/* zurueck Pfeil, pink Kreis weißer Pfeil */
.back {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
font-weight: 500;
text-align: center;
text-decoration: none;
border-radius: 40px;
border: 0;
margin-bottom: 1em;
}
.help-block > p {
color: #e50063 !important;
}
.help-block > p::after {
content: '\A Bitte halten Sie dafür Ihren Chip vor das Lesegerät';
white-space: pre-wrap;
}
.hallo {
font-family: 'Raleway', Tahoma, Geneva, Verdana, sans-serif !important;
margin:0.5em
}
.TN-Anzeige {
font-family: 'Raleway', Tahoma, Geneva, Verdana, sans-serif !important;
color: var(--secondary);
background-color: transparent;
padding: 0 0.5em 0 0.5em;
border-radius: 5em;
font-weight: bold;
font-size: 250%;
margin: 15px 0;
}
.Box-Anmeldung {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
max-width: 80%;
height: auto;
float: none;
padding: 0.5em 0;
margin: 2em 0;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
border: 2px solid #50ae30;
border-radius: 12px;
}
#sig-canvas {
margin: 1.5em 0;
width: 100%;
max-width: 820px;
min-height: 460px;
border: 2px solid #50ae30;
background: aliceblue;
border-radius: 15px;
cursor: crosshair;
}
#footer {
display: none;
}
}