ft Blocksatz
Navi Site active Stern von gelb auf grün
Liste von Bullets auf Sterne
Ändern der Buttons für die Videos
Austausch DB Logo
JS resize entfernen

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3307 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2017-02-26 18:13:04 +00:00
parent a1077842aa
commit fc8e9a9113
8 changed files with 34 additions and 25 deletions

View file

@ -653,16 +653,14 @@
margin: 5px 15px; margin: 5px 15px;
list-style: none; list-style: none;
&:before { &:before {
content:'\2022'; font: normal normal normal 14px/1 FontAwesome;
/* For a square bullet */ content:'\f005';
/*content:'\25A0';*/
display: block; display: block;
position: relative; position: relative;
max-width: 0px; max-width: 0px;
max-height: 0px; max-height: 0px;
left: -20px; left: -20px;
top: -0px; top: 5px;
font-size: 40px;
color: #ffc926; color: #ffc926;
} }
} }

View file

@ -166,6 +166,9 @@
list-style:none; list-style:none;
&.active a { &.active a {
color: black; color: black;
}
&.active .fa {
color:@btn-color-all;
} }
.fa { .fa {
color:@brand-secondary; color:@brand-secondary;

View file

@ -117,6 +117,9 @@ em {
strong { strong {
font-weight: 700; font-weight: 700;
} }
p.ft {
text-align: justify;
}
p.lead { p.lead {
font-size: 16px; font-size: 16px;
padding: 0; padding: 0;
@ -266,11 +269,11 @@ a[id^="video_"], #layer-dialog-box a[id^="video_"] {
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
background-image: none; background-image: none;
border: 1px solid #e5aa30; border: 1px solid #eee;
position: relative; position: relative;
width: 100%; // width: 100%;
color:#fff; color:#444444;
background-color: #ffc926; background-color: #eee;
&:hover { &:hover {
color: #444444; color: #444444;

View file

@ -196,7 +196,7 @@
.travel-wrapper .item .item-img { .travel-wrapper .item .item-img {
overflow: hidden; overflow: hidden;
display: block; display: block;
max-height: 180px; height: 180px;
} }
.travel-wrapper .item .price{ .travel-wrapper .item .price{
@ -219,6 +219,7 @@
overflow: hidden; overflow: hidden;
//height: 3.6em; //height: 3.6em;
line-height: 1.45em; line-height: 1.45em;
height: 3.6em;
&.single_line { &.single_line {
padding-top: 17px; padding-top: 17px;
height: 3.6em; height: 3.6em;

View file

@ -288,6 +288,9 @@ em {
strong { strong {
font-weight: 700; font-weight: 700;
} }
p.ft {
text-align: justify;
}
p.lead { p.lead {
font-size: 16px; font-size: 16px;
padding: 0; padding: 0;
@ -441,11 +444,10 @@ a[id^="video_"],
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
background-image: none; background-image: none;
border: 1px solid #e5aa30; border: 1px solid #eee;
position: relative; position: relative;
width: 100%; color: #444444;
color: #fff; background-color: #eee;
background-color: #ffc926;
} }
a[id^="video_"]:hover, a[id^="video_"]:hover,
#layer-dialog-box a[id^="video_"]:hover { #layer-dialog-box a[id^="video_"]:hover {
@ -770,7 +772,7 @@ a[id^="video_"]:before,
.travel-wrapper .item .item-img { .travel-wrapper .item .item-img {
overflow: hidden; overflow: hidden;
display: block; display: block;
max-height: 180px; height: 180px;
} }
.travel-wrapper .item .price { .travel-wrapper .item .price {
color: #558c55; color: #558c55;
@ -790,6 +792,7 @@ a[id^="video_"]:before,
word-wrap: break-word; word-wrap: break-word;
overflow: hidden; overflow: hidden;
line-height: 1.45em; line-height: 1.45em;
height: 3.6em;
/*span { /*span {
color: #fff; color: #fff;
height: 3.6em; height: 3.6em;
@ -1671,16 +1674,14 @@ a[id^="video_"]:before,
list-style: none; list-style: none;
} }
.content-copy .tab-content ul li:before { .content-copy .tab-content ul li:before {
content: '\2022'; font: normal normal normal 14px/1 FontAwesome;
/* For a square bullet */ content: '\f005';
/*content:'\25A0';*/
display: block; display: block;
position: relative; position: relative;
max-width: 0px; max-width: 0px;
max-height: 0px; max-height: 0px;
left: -20px; left: -20px;
top: 0px; top: 5px;
font-size: 40px;
color: #ffc926; color: #ffc926;
} }
.c3 li span { .c3 li span {
@ -3297,6 +3298,9 @@ footer.clearfix {
#sidebar #side-navigation .side-menu li.sub-menu-item.active a { #sidebar #side-navigation .side-menu li.sub-menu-item.active a {
color: black; color: black;
} }
#sidebar #side-navigation .side-menu li.sub-menu-item.active .fa {
color: #648859;
}
#sidebar #side-navigation .side-menu li.sub-menu-item .fa { #sidebar #side-navigation .side-menu li.sub-menu-item .fa {
color: #ffc926; color: #ffc926;
} }

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After

View file

@ -421,7 +421,7 @@ jQuery(document).ready(function($) {
location.href = $(this).find('.is-box-link').attr('href'); location.href = $(this).find('.is-box-link').attr('href');
}); });
function resize_box (){ /* function resize_box (){
$('.owl-fullwidth:not(.noresize)').each(function(){ $('.owl-fullwidth:not(.noresize)').each(function(){
var boxes = $(this).find('.hl5'); var boxes = $(this).find('.hl5');
var maxHeight = Math.max.apply( var maxHeight = Math.max.apply(
@ -447,7 +447,7 @@ jQuery(document).ready(function($) {
$(window).resize(function() { $(window).resize(function() {
resize_box(); resize_box();
}); }); */
/* ============================================== /* ==============================================
@ -455,7 +455,7 @@ jQuery(document).ready(function($) {
=============================================== */ =============================================== */
function resize_travel_img (){ /*function resize_travel_img (){
$('.travel-wrapper').find('img').each(function(){ $('.travel-wrapper').find('img').each(function(){
if($(this).height() < 190){ if($(this).height() < 190){
$(this).addClass('lower-height'); $(this).addClass('lower-height');
@ -465,7 +465,7 @@ jQuery(document).ready(function($) {
resize_travel_img(); resize_travel_img();
$(window).resize(function() { $(window).resize(function() {
resize_travel_img(); resize_travel_img();
}); });*/
/* ============================================== /* ==============================================