Created
February 3, 2012 14:10
-
-
Save mr-stezz/1730341 to your computer and use it in GitHub Desktop.
-- Car Offers page --
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -- Car Offers page -- */ | |
| /* basic housekeeping */ | |
| *{padding:0;margin:0;} | |
| html,body{min-height:100%;} | |
| body{font:normal 13px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;} | |
| a{color:#353978;} | |
| abbr[title]{cursor:help;border-bottom:1px dotted;} | |
| /* clearfix */ | |
| .LeasingOffer:after,.LeasingOffer:before{content:"";display:table;} | |
| .LeasingOffer:after{clear:both;} | |
| .LeasingOffer{zoom:1;} | |
| /* list items */ | |
| .LeasingOffer{width:746px;overflow:hidden;background:rgba(0,0,0,.1);border-radius:4px;margin:10px 0 0 10px;} | |
| /* vehicle details*/ | |
| .VehicleCard{width:238px;overflow:hidden;float:left;color:#fff;text-align:center;background:#353978;border-radius:4px;padding:2px;} | |
| .VehicleCard span{display:block;} | |
| span.Range{font-weight:bold;font-size:17px;line-height:17px;max-height:17px;height:17px;overflow:hidden;padding-top:3px;} | |
| span.Derivative{font-size:13px;line-height:15px;max-height:30px;height:30px;overflow:hidden;padding-bottom:3px;} | |
| .VehicleCard a.DetailsLink{display:block;font-size:11px;line-height:15px;color:#fff;text-decoration:underline;padding:10px 0;} | |
| /* quote list */ | |
| .QuotesListContainer{width:480px;float:left;overflow:hidden;padding:10px 12px;} | |
| .QuotesList > li{display:block;padding-bottom:10px;} | |
| .QuotesList > li a{display:inline-block;text-decoration:none;} | |
| .disclaimer{font-weight:bold;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="LeasingOffer"> | |
| <div class="VehicleCard"> | |
| <span class="Vehicle"> | |
| <span class="Range">Audi A1</span> | |
| <span class="Derivative">A1 Diesel Hatchback</span> | |
| </span> | |
| <img class="VehicleImage" src="http://placehold.it/238x160" alt="Indicative image of a new %query%." width="238" height="160"> | |
| <a class="DetailsLink" href="/Leasing/Quote/#ref">Find out more about this vehicle…</a> | |
| </div> | |
| <div class="QuotesListContainer"> | |
| <ul class="QuotesList"> | |
| <li> | |
| <span>1.6TDI Sport 3dr · <strong>£1,110.00 +35 x £185.00</strong> · 8,000 miles <abbr title="per annum">p/a</abbr>.</span> | |
| <a class="RequestAQuote" href="/Leasing/Quote/#ref">Request a Quote</a><a class="SeeMore" href="/Leasing/#ref">See more details…</a> | |
| </li> | |
| <li> | |
| <span>1.6TDI Sport 3dr · <strong>£1,050.00 +23 x £175.00</strong> · 8,000 miles <abbr title="per annum">p/a</abbr>.</span> | |
| <a class="RequestAQuote" href="/Leasing/Quote/#ref">Request a Quote</a><a class="SeeMore" href="/Leasing/#ref">See more details…</a> | |
| </li> | |
| <li> | |
| <span>1.2TFSI Sport 3dr · <strong>£1,140.00 +35 x £190.00</strong> · 8,000 miles <abbr title="per annum">p/a</abbr>.</span> | |
| <a class="RequestAQuote" href="/Leasing/Quote/#ref">Request a Quote</a><a class="SeeMore" href="/Leasing/#ref">See more details…</a> | |
| </li> | |
| <li> | |
| <span>1.2TFSI Sport 3dr · <strong>£1,110.00 +35 x £185.00</strong> · 8,000 miles <abbr title="per annum">p/a</abbr>.</span> | |
| <a class="RequestAQuote" href="/Leasing/Quote/#ref">Request a Quote</a><a class="SeeMore" href="/Leasing/#ref">See more details…</a> | |
| </li> | |
| </ul> | |
| <span class="disclaimer">Excludes VAT. Business users only.</span> | |
| </div> | |
| <br style="clear:both"> | |
| </div> | |
| <div class="LeasingOffer"> | |
| <div class="VehicleCard"> | |
| <span class="Vehicle"> | |
| <span class="Range">Audi A3</span> | |
| <span class="Derivative">A3 Cabriolet</span> | |
| </span> | |
| <img class="VehicleImage" src="http://placehold.it/238x160" alt="Indicative image of a new %query%." width="238" height="160"> | |
| <a class="DetailsLink" href="/Leasing/Quote/#ref">Find out more about this vehicle…</a> | |
| </div> | |
| <div class="QuotesListContainer"> | |
| <ul class="QuotesList"> | |
| <li> | |
| <span>1.2 T FSI · <strong>£1,351.56 +23 x £225.26</strong> · 8,000 miles <abbr title="per annum">p/a</abbr>.</span> | |
| <a class="RequestAQuote" href="/Leasing/Quote/#ref">Request a Quote</a><a class="SeeMore" href="/Leasing/#ref">See more details…</a> | |
| </li> | |
| </ul> | |
| <span class="disclaimer">Excludes VAT. Business users only.</span> | |
| </div> | |
| <br style="clear:both"> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment