You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
2 months ago
|
/*dateispezifische Basics*/
|
||
|
.label { /*für Selektionsfeld-Bezeichner mit:*/
|
||
|
margin-left: 0.1rem; /*anderen Größenangaben als in common.css*/
|
||
|
margin-top: 0.1rem; /*Achtung: Wert in sx_common ggf. anders*/
|
||
|
font-weight: normal;
|
||
|
font-size: 0.9rem; } /*Achtung: Wert in sx_common ggf. anders*/
|
||
|
|
||
|
.label-container, .button-label { /*für einh.responsive Feldbezeichner mit:*/
|
||
|
display: flex;
|
||
|
justify-content: left;
|
||
|
background: inherit;
|
||
|
min-width: 15.0rem; /*für kleine Viewports*/
|
||
|
width: 15.0rem; } /*für kleine Viewports; Achtung: Wert in sx_common auf 7.5rem*/
|
||
|
|
||
|
.subdir-button, .stb-button { /*für Directory-,Abfrage-Buttons*/
|
||
|
background: inherit;
|
||
|
border: none;
|
||
|
width: 90%}
|
||
|
|
||
|
.supplement { /*für Erläuterungstext je Abfrage(-Button)*/
|
||
|
color: hsl(0, 0%, 21%); }
|
||
|
|
||
|
.before::before, .after::after { /*für feste Zeilenumbrüche jeweils nach Leerzeichen*/
|
||
|
content: "\a";
|
||
|
white-space: pre; }
|
||
|
|
||
|
.query-list { /*für einh.responsive Abfragenlister*/
|
||
|
display: flex;
|
||
|
flex-flow: column wrap;
|
||
|
justify-content: left;
|
||
|
background: inherit;
|
||
|
min-width: 15.0rem; } /*für kleine Viewports*/
|
||
|
|
||
|
|
||
|
/*Seite "Willkommen zu Sx*/
|
||
|
|
||
|
table { margin-top: 0.5rem; }
|
||
|
th, td { padding: 0.3rem 0.3rem; }
|
||
|
|