Die Definition der Gestaltung wird durch LESS übernommen. Alle Geräte bis zum iPad und größer werden beachtet.
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
html {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #000;
|
||||
font-size: 1em;
|
||||
font-family: OpenSans, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
strong, b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
em, i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
section article {
|
||||
font-size: 95%;
|
||||
p, ul, ol, dl {
|
||||
line-height: 1.5em;
|
||||
//noinspection TaskProblemsInspection,LessResolvedByNameOnly
|
||||
.hyphens();
|
||||
font-size: 1.00em;
|
||||
}
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
ul, ol {
|
||||
li {
|
||||
list-style: initial;
|
||||
}
|
||||
}
|
||||
dl {
|
||||
dt {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
h1, h2, h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.50em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.30em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.20em;
|
||||
}
|
||||
table {
|
||||
thead {
|
||||
th {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
form {
|
||||
fieldset {
|
||||
legend {
|
||||
font-size: 1.30em;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.zelle > label {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
&.http-error {
|
||||
header {
|
||||
background: hsl(340, 90%, 50%);
|
||||
color: hsl(0, 0%, 95%);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user