Änderungen

Wechseln zu: Navigation, Suche

ILF:Allgemeiner Leitfaden Guide Test

618 Bytes entfernt, 11:11, 26. Mai 2020
keine Bearbeitungszusammenfassung
__KEIN_INHALTSVERZEICHNIS__
{{#customtitle:Allgemeiner Leitfaden Guide TEST}}
 
{{#css:
.aussen{
width:auto;
float:none;
height:auto;
}
 
.blau {
border: thin #4E94D0 solid;
color: #4E94D0;
border-radius: 2px;
text-align: center;
font-size: 16px;
padding: 15px;
width: 15%;
transition: all 0.5s;
cursor: pointer;
margin-left: 10px;
float:left;
}
 
.box span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
 
.box span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
 
.box:hover span{
padding-right: 25px;
}
 
.box:hover span:after{
opacity: 1;
right: 0;
}
}}
 
 
{| class="wikitable"
3.869
Bearbeitungen

Navigationsmenü