Skip to content
Snippets Groups Projects
Commit 6ebe7d2a authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Unsorted Variablen entfernt

parent 69357a0b
No related branches found
No related tags found
2 merge requests!1356Development,!1350Resolve "CSS Dateien aufräumen/zusammenfassen/verallgemeinern/..."
/* Default Font */
@modal-content-box-shadow-color: fade(@color-black, 30%);
@body-background-color: @background-color;
body {
font-family: Arimo, Liberation Sans, sans-serif;
font-family: @metager-font;
}
/* Main Containers */
......@@ -99,6 +101,7 @@ body {
a {
font-size: 100%;
color: @link-color;
}
/* Logo */
......@@ -326,4 +329,4 @@ li.nodot {
// Used on labels which initiate visual change (e.g. open-sidebar-button)
.navigation-element {
cursor: pointer;
}
}
\ No newline at end of file
/* Produktergebnisse */
@product-border-color: @color-almost-white;
@product-a-color: @color-strong-grey;
@product-price-color: @color-strong-grey;
@product-price-background-color: fade(@color-white, 90%);
.products {
display: flex;
flex-direction: column;
text-align: center;
padding: 5px;
.lSSlideOuter {
.lSSlideOuter {
margin-top: 5px;
border: 1px dotted @product-border-color;
}
......
......@@ -5,15 +5,13 @@
@import "./result.less";
@import "./product.less";
//
@resultpage-background-color: #FAFAFA;
@resultpage-background-color: @background-color;
//
@results-margin-left: 16px;
//
@result-page-body-background-color: @background-color;
@result-page-a-hover-color: red;
@result-page-product-shop-color: green;
//
@body-background-color: @result-page-body-background-color;
@a-hover-color: @result-page-a-hover-color;
@a-donation-hover-color: @result-page-a-hover-color;
@product-shop-color: @result-page-product-shop-color;
......@@ -34,6 +32,17 @@
//
@sidebar-opener-breakpoint: (@results-width-max + @padding-small-default * 2 + 60px);
//
@quicktip-background-color: @color-white;
@hostlabel-a-link-or-visited-color: @color-white;
@hostlabel-background-color: @color-strong-grey;
@a-donation-normal-or-visited-color: inherit;
@spruch-author-color: @color-strong-grey;
@options-list-li-hover-background-color: @color-almost-white;
@options-list-li-a-color: @color-strong-grey;
@image-item-img-box-shadow-color: fade(@color-black, 30%);
@searchplugin-a-color: @color-white;
@lsprev-or-lsnext-i-background-color: @color-black;
//
#header-logo {
z-index: 0;
padding-right: 10px;
......
......@@ -4,6 +4,8 @@
@result-font-medium: 16px;
@result-font-url: 14px;
@result-font-small: 12px;
@result-description-color: @color-black;
@result-description-img-border-color: @color-almost-white;
.result {
.card;
margin: @resultpage-leftbox-min-dist-top-bottom 0px @resultpage-leftbox-min-dist-top-bottom 0px;
......@@ -78,7 +80,7 @@
color: #333;
text-shadow: none;
font-weight: inherit;
border: 1px solid #686868 ;
border: 1px solid #686868;
padding: 2px;
margin-left: 20px;
border-radius: 4px;
......@@ -181,11 +183,9 @@
}
}
}
.result-footer * {
font-size: 10px !important;
}
&.ad .ad-label {
&,
& a,
......
/* Suchleiste */
@startpage-border-color: #a2a2a2;
@searchbar-background-color: white;
/**/
.searchbar {
......
/* Rules for specific elements */
@navbar-default-background-color: @color-white;
@form-group-color: @color-black;
@a-content-hidden-xs-color: @color-almost-black;
ul.startpage {
list-style-type: none;
}
......
// MetaGer Brand Color
@metager-orange: #FF8000;
// General Colors
// Shades of Gray
@color-white: white;
@color-almost-white: mix(@color-white, @color-black, 90%);
@color-light-grey: mix(@color-white, @color-black, 75%);
......@@ -8,57 +8,21 @@
@color-strong-grey: mix(@color-white, @color-black, 25%);
@color-almost-black: mix(@color-white, @color-black, 10%);
@color-black: black;
// General Background Color
// Default Background Color
@background-color: #FAFAFA;
// Signal Colors
@brand-success: #5cb85c;
@brand-info: #FB0;
@brand-warning: #f0ad4e;
@brand-danger: #d9534f;
//
@body-bg: rgb(250, 250, 250);
@input-border-focus: @metager-orange;
@font-family-sans-serif: Arimo,
// Default Font
@metager-font: Arimo,
"Liberation Sans",
"Helvetica Neue",
Helvetica,
Arial,
sans-serif;
// General textual link color.
@link-color: #0066CC;
//
// Default textual link color.
@link-color: #06C;
// Default Mini-Padding
@padding-small-default: 8px;
// Screen sizes
@screen-xs-max: 767px;
@screen-sm-max: 991;
@screen-md-max: 1199px;
@screen-lg: 1200;
/* Unsorted */
@quicktip-background-color: @color-white;
@navbar-default-background-color: @color-white;
@form-group-color: @color-black;
@modal-content-box-shadow-color: fade(@color-black, 30%);
@a-content-hidden-xs-color: @color-almost-black;
@section-box-shadow-color: fade(@color-black, 55%);
@body-background-color: @background-color;
@hostlabel-a-link-or-visited-color: @color-white;
@hostlabel-background-color: @color-strong-grey;
@navbar-resultpage-background-color: @color-white;
@navbar-resultpage-ul-li-a-metager-dropdown-toggle-hover-or-focus-background-color: @color-almost-white;
@research-a-color: @color-black;
@content-wrapper-background-color: @color-white;
@a-donation-normal-or-visited-color: inherit;
@spruch-author-color: @color-strong-grey;
@result-description-color: @color-black;
@result-description-img-border-color: @color-almost-white;
@options-list-li-hover-background-color: @color-almost-white;
@options-list-li-a-color: @color-strong-grey;
@image-item-img-box-shadow-color: fade(@color-black, 30%);
@searchplugin-a-color: @color-white;
@product-border-color: @color-almost-white;
@product-a-color: @color-strong-grey;
@product-price-color: @color-strong-grey;
@product-price-background-color: fade(@color-white, 90%);
@lsprev-or-lsnext-i-background-color: @color-black;
@searchbar-background-color: white;
\ No newline at end of file
@screen-lg: 1200;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment