MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus smw-dev03
Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
} | } | ||
/* | <noinclude> | ||
{{#forminput:form=GutachtenAuspragungForm|button text=Neue Ausprägung hinzufügen|class=btn btn-primary}} | |||
== 📋 Ausprägungen für Gutachten hinzufügen / bearbeiten == | |||
Dieses Formular ermöglicht die Auswahl oder Bearbeitung von Ausprägungen für ein Gutachten. Bitte wählen Sie die passenden Ausprägungen für jedes Kriterium aus. Sie können mehrere Optionen pro Kriterium auswählen. | |||
</noinclude> | |||
<includeonly> | |||
<style> | |||
/* Ensure the entire container is left-aligned */ | |||
.checkbox-list { | .checkbox-list { | ||
text-align: left !important; | text-align: left !important; | ||
| Zeile 60: | Zeile 70: | ||
background-color: #3498db; | background-color: #3498db; | ||
color: white; | color: white; | ||
padding | padding | ||
Version vom 31. März 2025, 14:35 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
font-family: 'Roboto', sans-serif;
}
.checkboxcolumns {
display: block !important;
margin-left: 0em;
}
<noinclude>
{{#forminput:form=GutachtenAuspragungForm|button text=Neue Ausprägung hinzufügen|class=btn btn-primary}}
== 📋 Ausprägungen für Gutachten hinzufügen / bearbeiten ==
Dieses Formular ermöglicht die Auswahl oder Bearbeitung von Ausprägungen für ein Gutachten. Bitte wählen Sie die passenden Ausprägungen für jedes Kriterium aus. Sie können mehrere Optionen pro Kriterium auswählen.
</noinclude>
<includeonly>
<style>
/* Ensure the entire container is left-aligned */
.checkbox-list {
text-align: left !important;
margin: 0 !important;
padding: 0 !important;
}
/* Target the checkbox input directly */
.checkbox-list input[type="checkbox"] {
margin: 0 !important;
margin-right: 8px !important;
padding: 0 !important;
transform: scale(1.2);
vertical-align: middle;
display: inline-block;
}
/* Target the label directly */
.checkbox-list label {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
color: #333;
line-height: 1.6;
display: inline !important;
margin: 0 !important;
padding: 0 !important;
vertical-align: middle;
}
/* Target any wrapper divs or spans created by PageForms */
.checkbox-list div, .checkbox-list span {
display: block !important;
margin: 0 !important;
padding: 0 !important;
text-align: left !important;
}
/* Ensure the outer container has no padding or margin that could cause an offset */
.checkbox-container {
margin: 0 !important;
padding: 0 !important;
text-align: left !important;
}
/* Button styling */
.btn-primary {
background-color: #3498db;
color: white;
padding