Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
<li class="event vevent"> | |
<a href="/Events/2011/01/happy-new-year" class="url" title="Happy New Year!"> | |
<abbr class="date" title="Saturday, January 01, 2011"> | |
<span class="Month">Jan</span> | |
<span class="Day">01</span> | |
<span class="Year Access">2010: </span> | |
</abbr> | |
<span class="details clearfix"> | |
<span class="title summary">Happy New Year</span><span class="Access">,</span> | |
<span class="subtitle"><abbr class="dtstart" title="2011-01-01">1st</abbr> - <abbr class="dtend" title="2011-01-10">10th January, 2011</abbr></span> |
This file contains 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
<li class="vehicle"> | |
<a href="/Used/Cars/Volkswagen/Golf/Diesel_2.0_TDi_140_GT_5dr/83682"> | |
<img alt="Used Volkswagen Golf Diesel 2.0 TDi 140 GT 5dr" class="photo" src="/img/v/used/Featured/83682/main.jpg" /> | |
<span class="details"> | |
<span class="title">Volkswagen Golf</span> | |
<span class="subtitle">Diesel 2.0 TDi 140 GT 5dr<span class="Access">.</span></span> | |
<span class="description">809 miles, Diesel<span class="Access">.</span></span> | |
<span class="price">£20,490<span class="Access">.</span></span> | |
</span> | |
</a> |
This file contains 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 id="featured"> | |
<div id="events"> | |
<h3>News, Events and Offers</h3> | |
<ul class="updates"> | |
<!-- ... --> | |
</ul> | |
</div> | |
<div id="usedcars"> | |
<h3>Featured Used Cars</h3> | |
<ul class="vehicles"> |
This file contains 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
/* | |
* Grid Overlay for Twitter Bootstrap | |
* Assumes a 1.692em baseline grid (22px/13px) | |
*/ | |
@media (min-width: 1200px) { | |
body { | |
background: -webkit-gradient(linear, top left, bottom left, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(4.545%, rgba(0, 0, 0, 0.05)), color-stop(4.545%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, top left, top right, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.05)), color-stop(36%, rgba(0, 0, 0, 0.05)), color-stop(36%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.05)), color-stop(66%, rgba(0, 0, 0, 0.05)), color-stop(66%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, top left, top right, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(0.085%, rgba(0, 0, 0, 0.1)), color-stop(0.085%, rgba(0, 0, 0, 0))); | |
background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba( |
This file contains 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
/** | |
* Not-so-boring Checkboxes | |
*/ | |
.pretty-checkbox { | |
display: inline-block; | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
.pretty-checkbox input[type=checkbox] { | |
height:0; line-height: 0; padding: 0; margin: 0; position: relative; top: -10px; visibility: hidden; |
This file contains 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
/** | |
* Proposed Settings for Twapp | |
*/ | |
body { | |
font: 21px/1.5 "Helvetica Neue", sans-serif; | |
color: #444; | |
border-top: 0.444em solid #008fd5; | |
padding: 3.375em; | |
background: #fafafa; | |
} |
This file contains 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
/** | |
* Proposed Settings for Twapp | |
*/ | |
body { | |
font: 21px/1.5 "Helvetica Neue", sans-serif; | |
color: #444; | |
border-top: 0.444em solid #008fd5; | |
padding: 3.375em; | |
background: #fafafa; | |
} |
OlderNewer