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

@ -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;
}