CSS / JS
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:
parent
a1077842aa
commit
fc8e9a9113
8 changed files with 34 additions and 25 deletions
|
|
@ -653,16 +653,14 @@
|
|||
margin: 5px 15px;
|
||||
list-style: none;
|
||||
&:before {
|
||||
content:'\2022';
|
||||
/* For a square bullet */
|
||||
/*content:'\25A0';*/
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
content:'\f005';
|
||||
display: block;
|
||||
position: relative;
|
||||
max-width: 0px;
|
||||
max-height: 0px;
|
||||
left: -20px;
|
||||
top: -0px;
|
||||
font-size: 40px;
|
||||
top: 5px;
|
||||
color: #ffc926;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -166,6 +166,9 @@
|
|||
list-style:none;
|
||||
&.active a {
|
||||
color: black;
|
||||
}
|
||||
&.active .fa {
|
||||
color:@btn-color-all;
|
||||
}
|
||||
.fa {
|
||||
color:@brand-secondary;
|
||||
|
|
|
|||
|
|
@ -117,6 +117,9 @@ em {
|
|||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
p.ft {
|
||||
text-align: justify;
|
||||
}
|
||||
p.lead {
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
|
|
@ -266,11 +269,11 @@ a[id^="video_"], #layer-dialog-box a[id^="video_"] {
|
|||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-image: none;
|
||||
border: 1px solid #e5aa30;
|
||||
border: 1px solid #eee;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
color:#fff;
|
||||
background-color: #ffc926;
|
||||
// width: 100%;
|
||||
color:#444444;
|
||||
background-color: #eee;
|
||||
|
||||
&:hover {
|
||||
color: #444444;
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@
|
|||
.travel-wrapper .item .item-img {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
max-height: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.travel-wrapper .item .price{
|
||||
|
|
@ -219,6 +219,7 @@
|
|||
overflow: hidden;
|
||||
//height: 3.6em;
|
||||
line-height: 1.45em;
|
||||
height: 3.6em;
|
||||
&.single_line {
|
||||
padding-top: 17px;
|
||||
height: 3.6em;
|
||||
|
|
|
|||
|
|
@ -288,6 +288,9 @@ em {
|
|||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
p.ft {
|
||||
text-align: justify;
|
||||
}
|
||||
p.lead {
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
|
|
@ -441,11 +444,10 @@ a[id^="video_"],
|
|||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-image: none;
|
||||
border: 1px solid #e5aa30;
|
||||
border: 1px solid #eee;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
background-color: #ffc926;
|
||||
color: #444444;
|
||||
background-color: #eee;
|
||||
}
|
||||
a[id^="video_"]:hover,
|
||||
#layer-dialog-box a[id^="video_"]:hover {
|
||||
|
|
@ -770,7 +772,7 @@ a[id^="video_"]:before,
|
|||
.travel-wrapper .item .item-img {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
max-height: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
.travel-wrapper .item .price {
|
||||
color: #558c55;
|
||||
|
|
@ -790,6 +792,7 @@ a[id^="video_"]:before,
|
|||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
line-height: 1.45em;
|
||||
height: 3.6em;
|
||||
/*span {
|
||||
color: #fff;
|
||||
height: 3.6em;
|
||||
|
|
@ -1671,16 +1674,14 @@ a[id^="video_"]:before,
|
|||
list-style: none;
|
||||
}
|
||||
.content-copy .tab-content ul li:before {
|
||||
content: '\2022';
|
||||
/* For a square bullet */
|
||||
/*content:'\25A0';*/
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
content: '\f005';
|
||||
display: block;
|
||||
position: relative;
|
||||
max-width: 0px;
|
||||
max-height: 0px;
|
||||
left: -20px;
|
||||
top: 0px;
|
||||
font-size: 40px;
|
||||
top: 5px;
|
||||
color: #ffc926;
|
||||
}
|
||||
.c3 li span {
|
||||
|
|
@ -3297,6 +3298,9 @@ footer.clearfix {
|
|||
#sidebar #side-navigation .side-menu li.sub-menu-item.active a {
|
||||
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 {
|
||||
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 |
|
|
@ -421,7 +421,7 @@ jQuery(document).ready(function($) {
|
|||
location.href = $(this).find('.is-box-link').attr('href');
|
||||
});
|
||||
|
||||
function resize_box (){
|
||||
/* function resize_box (){
|
||||
$('.owl-fullwidth:not(.noresize)').each(function(){
|
||||
var boxes = $(this).find('.hl5');
|
||||
var maxHeight = Math.max.apply(
|
||||
|
|
@ -447,7 +447,7 @@ jQuery(document).ready(function($) {
|
|||
|
||||
$(window).resize(function() {
|
||||
resize_box();
|
||||
});
|
||||
}); */
|
||||
|
||||
|
||||
/* ==============================================
|
||||
|
|
@ -455,7 +455,7 @@ jQuery(document).ready(function($) {
|
|||
=============================================== */
|
||||
|
||||
|
||||
function resize_travel_img (){
|
||||
/*function resize_travel_img (){
|
||||
$('.travel-wrapper').find('img').each(function(){
|
||||
if($(this).height() < 190){
|
||||
$(this).addClass('lower-height');
|
||||
|
|
@ -465,7 +465,7 @@ jQuery(document).ready(function($) {
|
|||
resize_travel_img();
|
||||
$(window).resize(function() {
|
||||
resize_travel_img();
|
||||
});
|
||||
});*/
|
||||
|
||||
|
||||
/* ==============================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue