git.schokokeks.org
Repositories
Help
Report an Issue
bibweb.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b45f49d
Branches
Tags
master
bibweb.git
internal
assets
style.css
Diverse Ă„nderungen im internen Bereich
Bernd Wurst
commited
b45f49d
at 2020-06-14 18:17:06
style.css
Blame
History
Raw
@import url("https://mosterei-wurst.de/wp-content/fonts/fonts.css"); body { font-family: linux_biolinum_o; font-size: 150%; background-color: #ffa; } .auftrag-kopf { display: flex; width: 100%; align-items: stretch; margin-bottom: 1em; } .auftrag-kopf > div { border: 1px solid black; border-radius: 5px; padding: 0.5em; } .auftrag-kopf div.kundendaten_aktionen { border: none; } .auftrag-kopf div.kundendaten_aktionen button { display: block; margin-bottom: 1em; } .navbutton { margin: 2em; } div.lieferart { display: flex; } div.lieferart > a { text-align: center; padding: 0.2em; margin: 0.2em; border: 1px solid #040; color: #000; } a.gitterbox { } img.gitterbox { width: 67px; height: 50px; } img.anhaenger { width: 86px; height: 50px; } .auftrag-container, .unterauftrag-container { display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; } a.auftrag, div.unterauftrag { border: 1px solid #007900; border-radius: 5px; padding: 0.5em; margin: 1em; color: #000; text-decoration: none; } a.auftrag:hover { background-color: #ccffcc; } a.auftrag.incomplete:hover { background-color: #ffcccc; } .auftrag.incomplete { border: 1px dotted #777; } .auftrag h4 { font-weight: bold; font-size: 110%; } .auftrag > .unterauftrag { border: none; border-radius: 0; border-top: 1px dotted black; padding: 0em; margin: 0em; } .unterauftrag .lieferart { min-height: 1.5em; } .auftrag .kundenname { font-size: 60%; } #banner { width: 100%; background-color: #007900; padding: 0.5em; overflow: hidden; } #banner-back { width: 65px; text-align: left; float: left; } #banner-headline { width: 100%; min-height: 65px; text-align: center; color: #ffc; } #banner-headline h1 { display: inline; } #banner-logo { float: right; width: 244px; text-align: right; } #banner-clear { clear: both; height: 0px; width: 100%; padding: 0; margin: 0; } h1, h2, h3 { font-family: "Caveat Brush"; } @media(min-width:992px){ h1 { font-size: 250%; } h1.termsheader { font-size: 200%; } .modal-dialog { max-width: 700px; } } @media(max-width: 991px) { #banner-headline { clear: both; } .modal-footer button, .modal-footer a { max-width: 50%; font-size: 100%; } } .modal-body.terms { text-align: left; max-height: 500px; overflow-y: auto; } input, textarea, .form-control { font-size: 120%; } input.btn[type=submit] { white-space: normal !important; min-height: 5em; } input[type=submit] { width: 100%; } .btn { font-size: 120%; } .btn-light, .btn-light:hover { border-color: black; margin-bottom: 0.5em; } .container { max-width: 100%; } #footer { margin-top: 5em; } span.abweichung { color: #f00; background-color: yellow; } a.kundensuche_ergebnis { display: block; color: #000; border: 1px solid #040; border-radius: 3px; padding: 0.2em; margin-bottom: 0.2em; }