Erstellt Preislisten, PHPMAiler installiert
This commit is contained in:
parent
07171c38d6
commit
3217c0a202
35 changed files with 1011 additions and 73 deletions
|
|
@ -26,7 +26,7 @@ h1, h2 {
|
|||
h3 {
|
||||
font-weight:500;
|
||||
}
|
||||
h4 {
|
||||
h4, .content h4 {
|
||||
color: #a9cd2e;
|
||||
}
|
||||
|
||||
|
|
@ -63,12 +63,23 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a {
|
||||
color: white!important;
|
||||
}
|
||||
|
||||
.content .light-text h2 , .content .light-text h1 , .content .light-text h3, .content .light-text p {
|
||||
color:white!important;
|
||||
}
|
||||
.light-text, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text p, .light-text a {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.light-text, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text p, .light-text a {
|
||||
color:white;
|
||||
ol {
|
||||
list-style: decimal;
|
||||
counter-reset: my-awesome-counter;
|
||||
padding-left: 30px;
|
||||
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
@ -120,6 +131,24 @@ hr {
|
|||
}
|
||||
}
|
||||
|
||||
table .far {
|
||||
color: #333!important;
|
||||
font-size: 18px!important;
|
||||
margin: 0!important;
|
||||
}
|
||||
|
||||
.content thead, .content tr, .content td, .content th {
|
||||
background-color: #fafafa;
|
||||
border:0;
|
||||
font-size:1em;
|
||||
// padding-left:0;
|
||||
}
|
||||
.content thead strong, .content tr strong, .content td strong, .content th strong {
|
||||
font-weight:800;
|
||||
}
|
||||
.content table {
|
||||
font-size:1em;
|
||||
}
|
||||
/**** Utility *****/
|
||||
.aligncenter * {
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue