git.schokokeks.org
Repositories
Help
Report an Issue
bibweb.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
3a2260f
Branches
Tags
master
bibweb.git
assets
style.css
Optimierungen für Handy-Displays
Bernd Wurst
commited
3a2260f
at 2020-06-08 13:53:59
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; } #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; } #btn-gitterbox { min-width: 280px; padding-top: 170px; background-image: url("images/gitterbox.png"); background-repeat: no-repeat; background-position: center 10px; } #btn-anhaenger { min-width: 280px; padding-top: 170px; background-image: url("images/anhaenger.png"); background-repeat: no-repeat; background-position: center 10px; } #btn-kartonsja { min-width: 280px; padding-top: 170px; background-image: url("images/kartons.png"); background-repeat: no-repeat; background-position: center 10px; } #btn-kartonsnein { min-width: 280px; padding-top: 170px; background-image: url("images/keinekartons.png"); background-repeat: no-repeat; background-position: center 10px; } #btn-frischsaftja { min-width: 280px; padding-top: 170px; background-image: url("images/frischsaft.png"); background-repeat: no-repeat; background-position: center 10px; } #btn-frischsaftnein { min-width: 280px; padding-top: 170px; background-image: url("images/keinfrischsaft.png"); background-repeat: no-repeat; background-position: center 10px; } .container { max-width: 800px; } #disclaimer { margin-top: 5em; } #allesloeschen { white-space: normal; } #footer { margin-top: 5em; }