| | |
| | | |
| | | /* ab hier Mediazentrale */ |
| | | |
| | | .gehe-zu-formular{ |
| | | font-size: smaller; |
| | | } |
| | | |
| | | .gehe-zu-eingabe { |
| | | width: 2rem; |
| | | } |
| | | |
| | | .entity-formular { |
| | | display: flex; |
| | | flex-flow: column; |
| | |
| | | margin-right: 0; |
| | | margin-bottom: 0; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .drag-over { |
| | | color: blueviolet; |
| | | border-style: dashed; |
| | | border-width: 1px; |
| | | } |
| | | |
| | | .hide { |
| | | display: none; |
| | | } |
| | | |
| | | .entity-eintrag:hover { |
| | |
| | | |
| | | @font-face { |
| | | font-family: 'pikto'; |
| | | src: url('font/pikto.ttf?68902687') format('truetype'); |
| | | src: url('font/pikto.ttf?73409988') format('truetype'); |
| | | font-weight: normal; |
| | | font-style: normal; |
| | | } |
| | |
| | | @media screen and (-webkit-min-device-pixel-ratio:0) { |
| | | @font-face { |
| | | font-family: 'pikto'; |
| | | src: url('../font/pikto.svg?49751252#pikto') format('svg'); |
| | | src: url('../font/pikto.svg?73409988#pikto') format('svg'); |
| | | } |
| | | } |
| | | */ |
| | | |
| | | [class^="icon-"]:before, [class*=" icon-"]:before { |
| | | [class^="icon-"]:before, [class*=" icon-"]:before { |
| | | font-family: "pikto"; |
| | | font-style: normal; |
| | | font-weight: normal; |
| | | speak: never; |
| | | |
| | | |
| | | display: inline-block; |
| | | text-decoration: inherit; |
| | | width: 1em; |
| | | margin-right: .2em; |
| | | text-align: center; |
| | | /* opacity: .8; */ |
| | | |
| | | |
| | | /* For safety - reset parent styles, that can break glyph codes*/ |
| | | font-variant: normal; |
| | | text-transform: none; |
| | | |
| | | |
| | | /* fix buttons height, for twitter bootstrap */ |
| | | line-height: 1em; |
| | | |
| | | |
| | | /* Animation center compensation - margins should be symmetric */ |
| | | /* remove if not needed */ |
| | | /* margin-left: .2em; */ |
| | | |
| | | margin-left: .2em; |
| | | |
| | | /* you can be more comfortable with increased icons size */ |
| | | /* font-size: 120%; */ |
| | | |
| | | |
| | | /* Font smoothing. That was taken from TWBS */ |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | |
| | | |
| | | /* Uncomment for 3D effect */ |
| | | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
| | | } |
| | | |
| | | |
| | | .icon-cancel:before { content: '\e800'; } /* '' */ |
| | | .icon-th-large:before { content: '\e801'; } /* '' */ |
| | | .icon-th-list:before { content: '\e802'; } /* '' */ |
| | |
| | | .icon-cog-alt:before { content: '\e81b'; } /* '' */ |
| | | .icon-wrench:before { content: '\e81c'; } /* '' */ |
| | | .icon-flash:before { content: '\e81d'; } /* '' */ |
| | | .icon-volume-down:before { content: '\e81e'; } /* '' */ |
| | | .icon-volume-up:before { content: '\e81f'; } /* '' */ |
| | | .icon-rss:before { content: '\f09e'; } /* '' */ |
| | | .icon-docs:before { content: '\f0c5'; } /* '' */ |
| | | .icon-menu:before { content: '\f0c9'; } /* '' */ |
| | |
| | | .icon-toggle-on:before { content: '\f205'; } /* '' */ |
| | | .icon-podcast:before { content: '\f2ce'; } /* '' */ |
| | | |
| | | |
| | | |
| | | |
| | | /* Dropdown Menu */ |
| | | |
| | | /* Style The Dropdown Button */ |