// Variables @import "variables"; // Bootstrap @import "node_modules/bootstrap/scss/bootstrap"; $link-text-color: #000; $link-text-color-hover: #039; a { color: $link-text-color; } a:hover { text-decoration: none; } .breaking-news { } .breaking-news p { margin: 0px; } #dropzonePreview * { cursor: pointer; } .dropzone .dz-preview .dz-image img { width: 100%; height: 100%; object-fit: cover; } .row { margin-left: 0px; margin-right: 0px; } .how-to-create { padding-left: 15px; padding-right: 15px; } .model-deleted { text-decoration: line-through; } .model-key { font-weight: bold; } /* Layout */ html, body { font-size: 12px; } #bg-image { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; background-size: 100%; background-repeat: no-repeat; background-position: center; opacity: 0.5; -webkit-filter: blur(5px); filter: blur(5px); z-index: -1; } .container { margin-top: 80px; max-width: 960px; } a { color: $link-text-color; } article.shadow-hover { -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } article.shadow-hover:hover { -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } article.post-item a { color: $link-text-color; } article.post-item a:hover { text-decoration: none; } article.post-item a:hover .card-title { color: $link-text-color-hover; } .no-gutter > [class*='col-'] { padding-right:0; padding-left:0; } .img-caption { background-color: rgba(0, 0, 0, 0.4); position: absolute; font-size: 1.2rem; width: 100%; bottom: 0px; z-index: 10; padding-top: 10px; padding-bottom: 10px; color: white; text-align: center; } .img-preview { height: 180px; object-fit: cover; } .img-preview2 { height: 100%; width: 100%; object-fit: cover; } .img-preview-details { height: 350px; object-fit: cover; } .seite .img-preview-details { width: 100%; height: 100%; } .img-preview-container { height:150px; } #sidebar_container a { color: $link-text-color; } #sidebar_container a:hover { color: $link-text-color-hover; text-decoration: none; } .breadcrumb { background-color: rgba(255, 255, 255, 0); } .breadcrumb a { color: $link-text-color; } .breadcrumb a:hover { color: $link-text-color-hover; text-decoration: none; } .navbar li a { font-size: 1.4em; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display: block; } .dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover>a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .social-share { line-height: 8px; } .column-sortable { cursor: pointer; } #searchClear { align-items: center; margin-right: 38px; border-radius: 50%; bottom: 7px; color: rgba(0, 0, 0, .54); cursor: pointer; display: flex; height: 16px; justify-content: center; position: absolute; right: 0; width: 16px; z-index: 10; } li.btn { border: 1px solid #ced4da; } .quickedit { font-size: 1.2rem; margin: auto; text-align: center; top: 0px; color: black; } .quickedit.hidden { display: none; position: absolute; width: 80px; left: 0px; right: 0px; z-index: 10; padding-top: 2px; padding-bottom: 2px; background-color: rgba(0, 0, 0, 0.4); border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } article .quickedit a { padding-left: 5px; padding-right: 5px; } article .quickedit.hidden a { color: white; } article .quickedit.hidden a:hover { color: black; }