mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
exclude pos template on bikes_all
This commit is contained in:
parent
39c28a9711
commit
f6668094fd
5 changed files with 31 additions and 63 deletions
|
@ -2,55 +2,10 @@
|
|||
|
||||
html,body {
|
||||
background-color: white;
|
||||
background-repeat:repeat-x;
|
||||
background-position: top left;
|
||||
background-attachment:fixed;
|
||||
color: #3f3f3f;
|
||||
line-height:1.4;
|
||||
font-family:'Arial';
|
||||
font-size:14px;
|
||||
line-height:1.0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.bgheader{
|
||||
background: linear-gradient(top, #eaeaea 0%, #008dd2 25%, #008dd2 100%);
|
||||
background: -moz-linear-gradient(top, #eaeaea 0%, #008dd2 25%, #008dd2 100%);
|
||||
background: -webkit-linear-gradient(top, #eaeaea 0%, #008dd2 25%, #008dd2 100%);
|
||||
background: -ms-linear-gradient(top, #eaeaea 0%, #008dd2 25%, #008dd2 100%);
|
||||
background: -o-linear-gradient(top, #eaeaea 0%, #008dd2 25%, #008dd2 100%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#scroll-top-wrapper {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
bottom: 20px;
|
||||
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
overflow: hidden;
|
||||
z-index: 999;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
-moz-transition: all 0.5s ease-in-out;
|
||||
-ms-transition: all 0.5s ease-in-out;
|
||||
-o-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
#scroll-top-wrapper a:hover {
|
||||
color: gray;
|
||||
}
|
||||
#scroll-top-wrapper.show {
|
||||
visibility:visible;
|
||||
cursor:pointer;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
|
||||
#map a{
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
@ -417,7 +372,6 @@ div#cody {
|
|||
.leftnav2 {margin:0px; color:#666666; text-decoration: none;}
|
||||
|
||||
div#Contenttxt {
|
||||
font-size: 14px;
|
||||
min-height:300px;
|
||||
padding-left:0px;
|
||||
border:0px solid silver;
|
||||
|
@ -490,7 +444,6 @@ div#bottom_text {
|
|||
font-weight:bold;
|
||||
}
|
||||
.content2 {
|
||||
font-size:16px;
|
||||
line-height:1.2;
|
||||
padding-top:22px;
|
||||
max-width:750px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue