PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,135 @@
body {
font-size: 14px;
}
#installation > .container {
width: 85% !important;
}
#installation strong {
font-weight: 700;
}
/* Header */
.header {
padding: 50px 0 22px;
margin-bottom: 40px;
border-bottom: solid 1px #ccc;
}
.content .btn {
margin-top: 10px;
margin-bottom: 20px;
}
#installation .form-group .dropdown-content li>a, .dropdown-content li>span {
color: #43a047;
}
.header .languageSelection {
color: #1976D2;
font-size: 13px;
}
.logo {
float: left;
}
.logo img {
max-height: 30px;
}
.logo p {
font-size: 12px;
color: grey;
}
.language-selector {
float: left;
margin-left: 20px;
margin-top: 10px;
}
.installation-progress {
float: right;
width: 400px;
}
.installation-progress h4 {
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 5px;
}
.installation-progress h4 small {
float: right;
color: #43a047;
}
.installation-progress .progress {
margin-bottom: 0;
}
.installation-finished .form-group .checkbox {
width: 100%;
}
/* Content */
h2 {
font-size: 25px;
font-weight: normal;
margin-bottom: 15px;
}
h3 {
font-size: 18px;
font-weight: normal;
margin-top: 25px;
margin-bottom: 15px;
}
.content p {
color: #858585;
margin-bottom: 10px;
}
p.next-step {
margin-top: 20px;
margin-bottom: 20px;
}
p.next-step:first-child {
margin-top: 0;
}
/* This rule is duplicated here from systemCheckPage.less */
.system-check td:first-child {
width: 40%;
}
/* Form classes that we can't change */
.warning {
padding: 20px;
border-radius: 2px;
margin: 10px;
color: #E0645D;
border: 1px solid #D4291F;
}
.warning img {
vertical-align: bottom;
}
.system-check .icon-ok, .system-check-legend .icon-ok {
color: #43a047;
margin-right: 10px;
}
.system-check .icon-warning, .system-check-legend .icon-warning {
color: #DF9D27;
margin-right: 10px;
}
.system-check .icon-error, .system-check-legend .icon-error {
color: #D73F36;
margin-right: 10px;
}
.system-check-legend {
font-size: 13px;
}
.should-get-hidden-by-css {
display: none;
}
.email-privacy-notice {
margin-top: -4rem;
}

View File

@ -0,0 +1,62 @@
.system-check td:first-child {
width: 40%;
}
.error {
color: red;
font-size: 100%;
font-weight: bold;
border: 2px solid red;
width: 550px;
padding: 20px;
margin-bottom: 10px;
}
.error img {
border: 0;
float: right;
margin: 10px;
}
.system-check .icon-ok {
color: @color-green-piwik;
margin-right: 10px;
}
.system-check .icon-warning {
color: #DF9D27;
margin-right: 10px;
}
.system-check .icon-error {
color: #D73F36;
margin-right: 10px;
}
.widgetBody.system-check {
.icon-ok,
.icon-warning,
.icon-error {
margin-right: 0;
}
ul {
li {
list-style-type: disc;
list-style-position: inside;
}
}
}
.system-success {
color: @color-green-piwik !important;
font-weight: bold;
}
.system-errors {
font-weight: bold;
color: #D73F36 !important;
}
.system-warnings {
font-weight: bold;
color: #DF9D27 !important;
}