Cleanup & Minor improvements
TODO Selector configuration for easier implementation
This commit is contained in:
+11
-12
@@ -12,11 +12,10 @@ $slider_item_width: 61.8%;
|
||||
|
||||
$font__main: Calibri, sans-serif;
|
||||
|
||||
$highlight-color-1: #333333;
|
||||
$highlight-color-2: #eeeeee;
|
||||
|
||||
$text-color: #ffffff;
|
||||
$base-color: #ffffff;
|
||||
$highlight-color-1: #0C0C0C; // Darker is better
|
||||
$highlight-color-2: #A5033E; // Brighter is better
|
||||
$text-color: #FFFFFF; // White at best
|
||||
$base-color: #ADD0D8; // Only for (Slider-)Background
|
||||
|
||||
// END CONFIGURATION
|
||||
|
||||
@@ -126,9 +125,9 @@ div.bannergroup {
|
||||
}
|
||||
|
||||
img {
|
||||
-webkit-filter: blur(1px);
|
||||
-ms-filter: blur(1px);
|
||||
filter: blur(1px) !important;
|
||||
//-webkit-filter: blur(1px);
|
||||
//-ms-filter: blur(1px);
|
||||
//filter: blur(1px) !important;
|
||||
|
||||
-webkit-transform: scale(1.1);
|
||||
transform: scale(1.1);
|
||||
@@ -211,10 +210,10 @@ div.bannergroup {
|
||||
border-top: solid 0.33*$base-size $highlight-color-2;
|
||||
border-right: solid 0.33*$base-size $highlight-color-2;
|
||||
border-bottom-left-radius: $base-size/1.8;
|
||||
background: $highlight-color-1;
|
||||
//background: $highlight-color-1;
|
||||
|
||||
transform: rotate(45deg);
|
||||
box-shadow: 0 0 0.33*$base-size $highlight-color-1;
|
||||
//box-shadow: 0 0 0.33*$base-size $highlight-color-1;
|
||||
|
||||
&:first-of-type {
|
||||
margin-left: 0;
|
||||
@@ -233,9 +232,9 @@ div.bannergroup {
|
||||
|
||||
border-left: solid 0.33*$base-size $highlight-color-2;
|
||||
border-right: solid 0.33*$base-size $highlight-color-2;
|
||||
background: $highlight-color-1;
|
||||
//background: $highlight-color-1;
|
||||
|
||||
box-shadow: 0 0 0.33*$base-size $highlight-color-1;
|
||||
//box-shadow: 0 0 0.33*$base-size $highlight-color-1;
|
||||
|
||||
&:first-of-type {
|
||||
margin-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user