Subversion-Projekte lars-tiefland.zeldi.de_alt

Revision

Revision 2 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2 Revision 40
Zeile 1... Zeile 1...
1
/* Bei 850px muss hier schon der Header anders dargestellt werden. Der Rest ist noch ok */
1
/* Bei 850px muss hier schon der Header anders dargestellt werden. Der Rest ist noch ok */
2
 
-
 
3
.content .box_2 {
-
 
4
    width:96%;
-
 
5
    padding:0 2%;
-
 
6
}
-
 
7
.aktion_box {
-
 
8
    padding:0 2%;
-
 
9
}
-
 
10
.adressdaten {
2
.adressdaten {
11
    width:90%;
3
    width:90%;
12
}
4
}
13
.adressdaten .placeholder {
5
.adressdaten .placeholder {
14
    margin:4px 0 0 8px;
6
    margin:4px 0 0 8px;
Zeile 26... Zeile 18...
26
  width: calc(48% - 5px)!important;
18
  width: calc(48% - 5px)!important;
27
}
19
}
28
.adressdaten .addr_100 {
20
.adressdaten .addr_100 {
29
    gap:6%;
21
    gap:6%;
30
}
22
}
-
 
23
.mobile .menue img {
-
 
24
    filter:grayscale();
31
 
25
}
32
.divtoggle {
26
.divtoggle {
33
    margin:2%;
27
    margin:2%;
34
    display:flex;
28
    display:flex;
35
    flex-wrap:wrap;
29
    flex-wrap:wrap;
36
}
30
}
Zeile 581... Zeile 575...
581
    color:#000;
575
    color:#000;
582
}
576
}
583
.topnav ul li a:focus, 
577
.topnav ul li a:focus, 
584
.topnav ul li a:hover {
578
.topnav ul li a:hover {
585
    text-decoration:none;
579
    text-decoration:none;
586
    background-color:#2FBABD;   
580
    background-color:#145619;   
587
}
581
}
Zeile 588... Zeile 582...
588
 
582
 
589
[role="search"],
583
[role="search"],
590
.search {
584
.search {
Zeile 686... Zeile 680...
686
.bestellartButtons_mobile a {
680
.bestellartButtons_mobile a {
687
    color: white;
681
    color: white;
688
}
682
}
689
.weiterButton_mobile {
683
.weiterButton_mobile {
690
    padding: 14px;
684
    padding: 14px;
691
    background-color: #2fbabd;
685
    background-color: #145619;
692
    display: flex;
686
    display: flex;
693
    width: 100%;
687
    width: 100%;
694
    justify-content: center;
688
    justify-content: center;
695
    border-radius:5px;
689
    border-radius:5px;
696
}
690
}
697
.weiterButton_mobile:hover,
691
.weiterButton_mobile:hover,
698
.weiterButton_mobile:focus {
692
.weiterButton_mobile:focus {
699
    background:#9cd9da;
693
    background:#145619;
700
}
694
}
Zeile 701... Zeile 695...
701
 
695
 
702
.login-form_mobile {
696
.login-form_mobile {
703
  position: relative;
697
  position: relative;
Zeile 718... Zeile 712...
718
  box-sizing: border-box;
712
  box-sizing: border-box;
719
}
713
}
720
.login-form_mobile button {
714
.login-form_mobile button {
721
  outline: 0;
715
  outline: 0;
722
  font-weight: bold;
716
  font-weight: bold;
723
  background: #2fbabd;
717
  background: #145619;
724
  width: 100%;
718
  width: 100%;
725
  border: 0;
719
  border: 0;
726
  border-radius:5px;
720
  border-radius:5px;
727
  padding: 15px;
721
  padding: 15px;
728
  color: #FFFFFF;
722
  color: #FFFFFF;
Zeile 730... Zeile 724...
730
  transition: all 0.3 ease;
724
  transition: all 0.3 ease;
731
  cursor: pointer;
725
  cursor: pointer;
732
}
726
}
733
.login-form_mobile button:hover,
727
.login-form_mobile button:hover,
734
.login-form_mobile button:focus {
728
.login-form_mobile button:focus {
735
    background:#9cd9da;
729
    background:#145619;
736
}
730
}
737
.buttons_selection
731
.buttons_selection
738
{
732
{
739
  padding: 1% 10% 0% 2%;  
733
  padding: 1% 10% 0% 2%;  
740
} 
734
} 
Zeile 1015... Zeile 1009...
1015
    }
1009
    }
Zeile 1016... Zeile 1010...
1016
 
1010
 
1017
    .stoerer_samstags {
1011
    .stoerer_samstags {
1018
        display: none;
1012
        display: none;
-
 
1013
    }
-
 
1014
    .qv_container {
-
 
1015
        display: flex;
-
 
1016
        flex-direction: column;
-
 
1017
    }
-
 
1018
    .qv_container * {
-
 
1019
        width:100%;
-
 
1020
    }
-
 
1021
    .qv_bottom .shopButton2,
-
 
1022
    .qv_bottom .shopButton2 i {
-
 
1023
        width:auto;
Zeile 1019... Zeile 1024...
1019
    }
1024
    }
-
 
1025
 
1020
 
1026
    .qv_inner > span,
1021
    .quickview_opener {
1027
    .box_singleitem_preis_message.black {
Zeile 1022... Zeile 1028...
1022
        display: none !important;
1028
        font-size:12px!important;
1023
    }
1029
    }
1024
 
1030
 
Zeile 1227... Zeile 1233...
1227
        width:80%;
1233
        width:80%;
1228
   }
1234
   }
Zeile 1229... Zeile 1235...
1229
 
1235
 
1230
   /* item Detailseite */
1236
   /* item Detailseite */
1231
   .item_leftrow {
1237
   .item_leftrow {
1232
        width:96%;
1238
        width:100%;
1233
        clear:both;
1239
        clear:both;
1234
        float:left;
-
 
1235
        padding: 0 2%;
1240
        float:left;
Zeile 1236... Zeile 1241...
1236
   }
1241
   }
1237
   
1242
   
1238
    .basketIconWrapper{
1243
    .basketIconWrapper{