CI Sammlung
Die ist eine Sammlung von Logos und Code Vorlagen:
Logos
https://assets.ziegenhagel.com/{{url}}
{{info.replace("/",", ")}}
Fonts
Boilerplate Header
HTML
Ziegenhagel
Media
Support
CSS
Quasar
Ziegenhagel
Media
CSS
.fixed-bottom, .fixed-top { position: fixed; bottom: 0; right:0; left:0; z-index: 99; } .fixed-top { top:0;bottom:auto; } .q-toolbar {margin: auto; display:flex; justify-content: space-between; max-width: 1200px;} .q-avatar { width: 55px; height: 55px; transition: .4s; border-radius: 50%; } .q-toolbar__title span { opacity:.5; } .q-tab,.q-btn {text-transform: none;} .q-btn { padding: .4em .8em; border-radius: 8px; margin: 0 .2em; display: inline-block; transition: background .1s; cursor: pointer; } .q-toolbar > a { display: flex; align-items: center; color:white;text-decoration: none;} .q-toolbar > a .q-avatar__content img{ transition:.3s; } .q-toolbar > a:hover .q-avatar__content img{ transform:rotate(-180deg); filter:invert(1); } .q-toolbar > a:hover .q-toolbar__title span { opacity:1 } .q-toolbar > a:hover .q-toolbar__title { opacity:.5 } .q-toolbar > a:hover {cursor: pointer;} .q-header .q-toolbar__title, .q-header .q-tabs .q-tab__label { font-size: 23px; color:#222; padding-top:12px;padding-bottom:12px; } .q-header .q-tabs .q-tab__label:hover { color:#777; } .q-header { background: rgba(255,255,255,.8); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); } .q-header .q-tab__indicator { background:#9b2; height:5px }