salvagedb_web/static/plus2.css
2024-11-28 12:19:28 +03:00

216 lines
3.8 KiB
CSS

body {
padding-top: 60px;
padding-bottom: 40px;
}
wrapper {
width: auto;
overflow: hidden;
}
.share_buttons {
width: 268px;
height: 38px;
float: right;
padding-top: 10px;
padding-left: 1px;
padding-right: 10px;
margin-top: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #E2E2E2;
}
.share_buttons .facebook {
display: block;
width: 79px;
height: 27px;
margin-left: 10px;
float: left;
background:
transparent url('https://storage.googleapis.com/static.salvagedb.com/tray_share_buttons.png') no-repeat 0 0;
}
.share_buttons .twitter {
display: block;
width: 79px;
height: 27px;
margin-left: 10px;
float: left;
background:
transparent url('https://storage.googleapis.com/static.salvagedb.com/tray_share_buttons.png') no-repeat 0 -54px;
}
.share_buttons .google {
width: 79px;
height: 27px;
margin-left: 10px;
float: left;
background:
transparent url('https://storage.googleapis.com/static.salvagedb.com/tray_share_buttons.png') no-repeat 0 -108px;
}
input {
margin: 0;
}
#find_your_car{text-align:left;color:#06c;margin-top:0;}
#s1earch_bar{width:700px;}
#vininput{width:300px;font-size:1.5em;height:35px;padding:0 0 0 10px;}
#s1earch_bar{width:700px;margin:0 0 0 -320px;}
#s1earch_bar .search_box{height:35px;font-size:1.5em;padding:0 0 0 10px;}
#s1earch_bar #make_model{width:350px;}
#s1earch_bar #near{margin:5px 5px 0px 5px;font-size:18px;}
#s1earch_bar #zipcode{width:100px;}
#s1earch_bar #go1_button{position:relative;top:1px;height:37px;font-size:20px;margin-left:8px;}
#go_button{top:1px;height:37px;font-size:22px;margin-left:8px;}
#hor-zebra
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 45px;
background-image: url("https://storage.googleapis.com/static.salvagedb.com/menu-bg.png?v=1");
background-repeat:no-repeat;
text-align: left;
border-collapse: collapse;
}
#hor-zebra a
{
font-size: 14px;
font-weight: normal;
padding: 10px 8px;
color: #fff;
text-decoration: none;
}
#hor-zebra a:hover {text-decoration:underline}
#hor-zebra th
{
font-size: 14px;
font-weight: normal;
padding: 10px 8px;
color: #039;
}
#hor-zebra td
{
padding: 8px;
color: #669;
}
#hor-zebra .odd
{
background: #e8edff;
}
#hor-minimalist-a
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 1px;
width: 495px;
border-collapse: collapse;
text-align: left;
}
#hor-minimalist-a th
{
font-size: 14px;
font-weight: normal;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
color: #669;
padding: 9px 8px 0px 8px;
}
#hor-minimalist-a a
{
color: #669;
padding: 9px 8px 0px 8px;
text-decoration: none;
}
#hor-minimalist-a tbody tr:hover a
{
color: #009;
}
#hor-minimalist-a tbody tr:hover td
{
color: #009;
}
#hor-minimalist2-a
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 1px;
border-collapse: collapse;
text-align: left;
}
#hor-minimalist2-a th
{
font-size: 14px;
font-weight: normal;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
#hor-minimalist2-a td
{
color: #669;
padding: 9px 8px 0px 8px;
}
#hor-minimalist2-a a
{
color: #669;
padding: 9px 8px 0px 8px;
text-decoration: none;
}
#hor-minimalist2-a tbody tr:hover a
{
color: #009;
}
#hor-minimalist2-a tbody tr:hover td
{
color: #009;
}
#one-column-emphasis
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 45px;
width: 480px;
text-align: left;
border-collapse: collapse;
}
#one-column-emphasis th
{
font-size: 14px;
font-weight: normal;
padding: 12px 15px;
color: #039;
}
#one-column-emphasis td
{
padding: 10px 15px;
color: #669;
border-top: 1px solid #e8edff;
}