Skip to content

ZUM-H5P-Grundschule by digiVS

Details

AuthordigiVS

LicenseCC BY-SA 4.0 international

Categoryhttps://apps.zum.de

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ein verbessertes, größeres User Interface für Grundschüler.

Notes

Support und Wünsche im DigiVS-Discord.

Source code

/* ==UserStyle==
@name         ZUM-H5P-Grundschule
@version      0.2
@namespace    userstyles.world/user/digiVS
@description  Ein verbessertes, größeres User Interface für Grundschüler.
@author       digiVS
@license      CC Zero
==/UserStyle== */
@-moz-document domain("apps.zum.de") 

    
{
    
.h5p-iframe {
 font-size: 1em;
 font-family: Prima, Grundschrift !important;
 font-weight: bold;
}
    .h5p-dialogcards-card-text {font-size:2em;}
.h5p-question-introduction {
    font-size:1.5em;
}

.h5p-word-selectable-words {
    font-size: 1.5em;
}
.h5p-audio-inner .h5p-audio-minimal-button {
    font-size: 2.5em !important;  /* Audio-Button größer machen */
    margin:auto;  /* Audio-Button zentrieren */
}
    

.h5p-question-buttons .h5p-joubelui-button, .h5p-question-buttons .h5p-joubelui-button:first-child:last-child {
    
    margin: auto; font-size:1.5em;
}

.h5p-question-buttons.h5p-question-visible {
    text-align:center;
}

.h5p-question-feedback-container {
    font-size: 1.5em;
}

    .h5p-sc-question {padding-right: 0px !important;}
.h5p-question-scorebar.h5p-question-visible {
    font-size:1.5em;
    margin:auto;
    display: block;
    padding-bottom:1em; 
}

.h5p-question-feedback-container {
    text-align:center;
}

.h5p-question-content {
    text-align:center; 
    font-size: 1.5em;
}

.h5p-column-ruler {
    border-bottom: 3px dotted black;
}

.h5p-dragquestion .h5p-label {
    font-size:1.5em;
}

    
.ui-draggable-handle {font-size:1.5em;
}
.h5p-dragquestion .h5p-draggable.h5p-dropped {
    font-size:1.5em;
}

}


Reviews

No reviews yet.