Advertisement
whataloser-themes

The Driver

Nov 9th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.38 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3.  
  4. <!-- THEME BY CXLCIUM.TUMBLR.COM
  5.  
  6. base code by ambienttthemes.tumblr.com
  7.  
  8. Please don't steal or repost this code okay I mean cmon man I worked really hard on this so don't be a cunt yo -->
  9.  
  10.  
  11. <meta name="color:background" content="#ffffff">
  12. <meta name="color:links" content="#ffffff">
  13. <meta name="color:text" content="#000000">
  14. <meta name="color:Gradient1" content="#AFCADB">
  15. <meta name="color:Gradient2" content="#CBAFDB">
  16.  
  17. <meta name="if:show archive link" content="0">
  18. <meta name="if:full screen bg" content="1">
  19. <meta name="if:Gradient Background" content="1"/>
  20.  
  21. <meta name="image:sidebar" content="">
  22. <meta name="image:background" content:="">
  23.  
  24. <meta name="text:Link 1" content="/" />
  25. <meta name="text:Link 1 text" content="link 1" />
  26. <meta name="text:Link 2" content="/" />
  27. <meta name="text:Link 2 text" content="link 2" />
  28. <meta name="text:Link 3" content="/" />
  29. <meta name="text:Link 3 text" content="link 3" />
  30. <meta name="text:Link 4" content="/" />
  31. <meta name="text:Link 4 text" content="link 4" />
  32.  
  33. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  34.  
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("a[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:200,
  46. tip_fade_speed:300,
  47. attribute:"title"
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}{block:TagPage} | {Tag}{/block:TagPage}</title>
  54. <link rel="shortcut icon" href="http://cdn.flaticon.com/png/256/53515.png" />
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  56. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62. body {
  63. background-color:{color:background};
  64. background-image:url({image:Background});
  65. background-attachment:fixed;
  66. {block:ifNoFullScreenBg}background-repeat:repeat;
  67. background-attachment:fixed;
  68. background-position:left top;
  69. {/block:ifNoFullScreenBg}
  70. {block:ifFullScreenBg}
  71. background-size: 100% 100% ;
  72. {/block:ifFullScreenBg}
  73. {block:ifgradientbackground}
  74. background-image: -webkit-gradient(
  75. linear,
  76. right top,
  77. right bottom,
  78. color-stop(0.9,{color:Gradient1}),
  79. color-stop(0.1, {color:Gradient2}));
  80. background-attachment: fixed;
  81. {/block:ifgradientbackground}
  82. font-family: courier;
  83. font-weight:normal;
  84. margin:0px;
  85. top:0;
  86. left:0;
  87. word-wrap:break-word;
  88.  
  89. }
  90.  
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. height:auto;
  94. background-color: black;
  95. border:1px solid black;
  96. }
  97. ::-webkit-scrollbar {
  98. height:5px;
  99. width:2px;
  100. background-color: white;
  101. }
  102.  
  103. a {
  104. color:{color:text};
  105. text-decoration:none;
  106. -moz-transition-duration:0.5s;
  107. -webkit-transition-duration:0.5s;
  108. -o-transition-duration:0.5s;
  109. }
  110.  
  111. a:hover {
  112. color:{color:text};
  113. text-decoration:underline;
  114. -moz-transition-duration:0.5s;
  115. -webkit-transition-duration:0.5s;
  116. -o-transition-duration:0.5s;
  117. }
  118.  
  119. h1 {
  120. font-size:16px;
  121. font-weight:normal;
  122. letter-spacing:0px;
  123. line-height:120%;
  124. }
  125.  
  126. h1 a{
  127. color:{color:text};
  128. }
  129.  
  130. h1 a:hover {
  131. color:{color:text};
  132. text-decoration:underline;
  133. }
  134.  
  135. h2 {
  136. text-decoration:none;
  137. font-size:16px;
  138. text-align:left;
  139. line-height:110%;
  140. color:{color:text};
  141. padding:5px;
  142. padding-bottom:2px;
  143. font-weight:normal;
  144. letter-spacing:0px;
  145. }
  146.  
  147. h3 {
  148. font-weight:normal;
  149. font-size:17px;
  150. text-align:center;
  151. font-style:normal;
  152. color:{color:text};
  153. }
  154.  
  155.  
  156.  
  157. blockquote {
  158. border-left:2px solid {color:text};
  159. padding-left:5px;
  160. padding-right:3px;
  161. margin:5px;
  162. padding-top:1px;
  163. padding-bottom:1px;
  164. }
  165.  
  166.  
  167. #theme {
  168. margin:auto;
  169. width:100%;
  170. height:100%;
  171. text-align: center;
  172. background-color:transparent;
  173. z-index:9990;
  174. position:relative;
  175. }
  176.  
  177.  
  178. #sidebar {
  179. color: {color:text};
  180. width:250px;
  181. height:100%;
  182. display:table;
  183. position:fixed;
  184. margin-left:400px;
  185. margin-top:75px;
  186. }
  187.  
  188. #titleandstuff {
  189. background-color:transparent;
  190. text-align:center;
  191. background: white;
  192. border-top: 1px solid black;
  193. border-left: 1px solid black;
  194. border-bottom: 1px solid black;
  195. padding-left:10px;
  196. }
  197.  
  198.  
  199. #description {
  200. text-align:justify;
  201. font-size:11px;
  202. padding: 0px 10px 10px 1px;
  203. }
  204.  
  205.  
  206. .links {
  207. width:auto;
  208. position:relative;
  209. line-height:15px;
  210. font-size:11px;
  211. margin-top:0px;
  212. text-align:right;
  213. text-shadow:none;
  214. font-style:none;
  215. }
  216.  
  217. .links a {
  218. display:inline-block;
  219. margin-left:2px;
  220. border-top:1px solid black;
  221. border-left:1px solid black;
  222. border-bottom:1px solid black;
  223. height:10px;
  224. width:10px;
  225. text-align:right;
  226. color:{color:text};
  227. background-color:white;
  228. -moz-transition-duration:0.5s;
  229. -webkit-transition-duration:0.5s;
  230. -o-transition-duration:0.5s;
  231. }
  232. .links a:hover {
  233. background-color:transparent;
  234. text-decoration:underline;
  235. -moz-transition-duration:0.5s;
  236. -webkit-transition-duration:0.5s;
  237. -o-transition-duration:0.5s;
  238. }
  239.  
  240. ul#links {
  241. list-style-type:none;
  242. }
  243.  
  244. #s-m-t-tooltip {
  245. background-color:white;
  246. border:1px solid black;
  247. font-size:11px;
  248. color:{color:text};
  249. letter-spacing:1px;
  250. text-transform:lowercase;
  251. padding:3px 5px;
  252. margin-top:5px;
  253. margin-left:20px;
  254. z-index:999999999999999999999;
  255. }
  256.  
  257. #postscontainer {
  258. margin-left:650px;
  259. margin-top:75px;
  260. padding:10px 10px 10px 10px;
  261. width:420px;
  262. position:absolute;
  263. text-align:justify;
  264. background-color:white;
  265. color:{color:text};
  266. z-index:999;
  267. border: 1px solid black;
  268. overflow:auto;
  269. height: 600px;
  270. }
  271.  
  272.  
  273. .posts {
  274. background-color:transparent;
  275. padding:10px 10px 5px 10px;
  276. width:400px;
  277. margin-bottom:75px;
  278. text-align:justify;
  279. font-size:11px;
  280. line-height:100%;
  281. letter-spacing:0px;
  282. color:{color:text};
  283. }
  284.  
  285.  
  286. .postinfo{
  287. width:400px;
  288. line-height:100%;
  289. padding:5px 0px 0px 0px;
  290. display:inline-block;
  291. }
  292.  
  293. .date {
  294. text-transform:uppercase;
  295. display:inline-block;
  296. }
  297.  
  298. .notes {
  299. display:inline-block;
  300. }
  301.  
  302. .reblog {
  303. display:inline-block;
  304. }
  305.  
  306. .caption {
  307. width:400px;
  308. text-align:justify;
  309. line-height:120%;
  310. }
  311.  
  312.  
  313. .chat ol {
  314. line-height:170%;
  315. list-style:none;
  316. width:400px;
  317. margin-left:-40px;
  318. }
  319.  
  320. .line.odd {
  321. margin-bottom:0px;
  322. padding:4px;
  323. }
  324.  
  325. .line.even {
  326. margin-bottom:0px;
  327. padding:4px;
  328. }
  329.  
  330. .label {
  331. padding-right:2px;
  332. text-transform:normal;
  333. font-weight:bold;
  334. color:{color:link};
  335. }
  336.  
  337. .tags {
  338. text-transform:uppercase;
  339. font-size:10px;
  340. text-align:left;
  341. margin-top:2px;
  342. display:inline-block
  343. padding:0px 0px 10px 0px;
  344. }
  345.  
  346. .note {
  347. text-transform:lowercase;
  348. font-style:normal;
  349. letter-spacing:0px;
  350. font-size: 11px;
  351. text-align:left;
  352. line-height:100%;
  353. width:400px;
  354. }
  355.  
  356. .note ol {
  357. list-style-type:none;
  358. padding:10px 0px 0px 0px;
  359. text-align:left;
  360. margin:0px;
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. }
  365.  
  366. .note img.avatar {
  367. margin-right:10px;
  368. }
  369.  
  370. .question {
  371. padding: 5px;
  372. font-style: italic;
  373.  
  374. }
  375.  
  376. .answer {
  377. text-align: left;
  378. }
  379.  
  380. .playboyback {
  381. position: absolute;
  382. left: 20px;
  383. top: 20px;
  384. width: 19px;
  385. height: 19px;
  386. background-color: #ffffff;
  387. padding: 10px;
  388. opacity: .4;
  389. filter: alpha(opacity=40);
  390. -moz-opacity: 0.4;
  391. -khtml-opacity: 0.4;
  392. transition: opacity .7s ease-in-out;
  393. -moz-transition: opacity .7s ease-in-out;
  394. -webkit-transition: opacity .7s ease-in-out;
  395. }
  396.  
  397. .newplayerbutton {
  398. position: relative;
  399. width: 18px;
  400. height: 18px;
  401. overflow: hidden;
  402. }
  403.  
  404. .playerbuttonhug {
  405. position: absolute;
  406. top: -36px;
  407. left: -13px;
  408. }
  409.  
  410. .tumblr_audio_player {
  411. height: 90px;
  412. width: 270px;
  413. -moz-transform: scale(0.60, 0.60);
  414. -webkit-transform: scale(0.60, 0.60);
  415. -o-transform: scale(0.60, 0.60);
  416. -ms-transform: scale(0.60, 0.60);
  417. transform: scale(0.60, 0.60);
  418. -moz-transform-origin: top left;
  419. -webkit-transform-origin: top left;
  420. -o-transform-origin: top left;
  421. -ms-transform-origin: top left;
  422. transform-origin: top left;
  423. }
  424.  
  425. .audioimgwrapper {
  426. position: absolute;
  427. left: 0px;
  428. top: 0px;
  429. overflow: hidden;
  430. width: 79px;
  431. height: 79px;
  432. }
  433.  
  434. .audioimgwrapper img {
  435. width: 100%;
  436. height: auto;
  437. }
  438.  
  439. .trackdetails {
  440. width: auto;
  441. padding-bottom: 10px;
  442. display: inline-block;
  443. margin-left: 90px;
  444. line-height: 20px;
  445. }
  446.  
  447. .audiowrapper {
  448. position: relative;
  449. display: inline-block;
  450. }
  451.  
  452. .qsource {
  453. padding: 0px 0px 0px 15px;
  454. }
  455.  
  456. .quote {
  457. line-height:175%;
  458. }
  459.  
  460.  
  461.  
  462.  
  463. {CustomCSS}
  464.  
  465. </style></head>
  466.  
  467. <body>
  468.  
  469. <div id="theme">
  470.  
  471.  
  472. <div id="sidewrap">
  473. <div id="sidebar">
  474. <div id="titleandstuff">
  475. <div id="title"><h1><h1 style="padding:10px 10px 5px 0px">{title}</h1></h1></div>
  476. {block:Description}<div id="description">{description}</div>{/block:Description}</div>
  477. <div class="links"><ul id="links">
  478. <li><a href="/" title="home"></a></a></li>
  479. <li><a href="/ask" title="message"></a></a></li>
  480. <li><a href="{text:Link 1}" title="{text:link 1 text}"></a></li>
  481. <li><a href="{text:Link 2}" title="{text:link 2 text}"></a></li>
  482. <li><a href="{text:Link 3}" title="{text:link 3 text}"></a></li>
  483. <li><a href="{text:Link 4}" title="{text:link 4 text}"></a></li>
  484. {block:IfShowArchiveLink}<li><a href="/archive" title="archive"></a></a></li>{/block:IfShowArchiveLink}</ul>
  485. </div>
  486.  
  487.  
  488.  
  489. </div>
  490.  
  491. </div>
  492.  
  493. </div>
  494. </div>
  495.  
  496.  
  497. </div>
  498.  
  499.  
  500.  
  501.  
  502. <div id="postscontainer">
  503.  
  504.  
  505. <div class ="autopagerize_page_element">
  506.  
  507. {block:Posts}
  508. <div class="posts">
  509.  
  510. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  511.  
  512. {block:Quote}<div class="quote"><h3>"{Quote}"</h3></div> <div class="qsource"><br/>— {Source}</div>{/block:Quote}
  513.  
  514. {block:Link}<a href="{URL}"><h2 style="padding:18px; background-color:{color:ask and link post background}">{Name} →</h2></a>
  515. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  516.  
  517.  
  518. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photo}
  519.  
  520.  
  521. {block:Panorama}
  522. {LinkOpenTag}
  523. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  524. {LinkCloseTag}
  525. {block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}
  526. {/block:Panorama}
  527.  
  528. {block:Photoset}<center>{Photoset-400}</center>
  529. {block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photoset}
  530.  
  531. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol> {block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  532.  
  533. {block:Video}{Video-400}{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Video}
  534.  
  535. {block:Answer}
  536. <div class="question"><b>{Asker} asked:</b> {Question}</div>
  537. <div class="answer">{Answer}</div>
  538. {/block:Answer}
  539.  
  540. {block:Audio}
  541. {block:AudioPlayer}
  542. <div class="audiowrapper">
  543. {block:AlbumArt}
  544. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  545. {/block:AlbumArt}
  546. <div class="playboyback">
  547. <div class="newplayerbutton">
  548. <div class="playerbuttonhug">
  549. {AudioPlayerWhite}
  550. </div>
  551. </div>
  552. </div>
  553. <div class="trackdetails">
  554. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  555. {block:Artist}{Artist}{/block:Artist}<br/>
  556. {block:Album}{Album}{/block:Album}<br/>
  557. {PlayCountWithLabel}
  558. </div>
  559. </div>
  560. {/block:AudioPlayer}
  561. {/block:Audio}
  562.  
  563. {block:date}
  564. {block:indexpage}
  565. <div class="postinfo">
  566. <div class="date"><a href="{permalink}">{dayofmonthwithzero} {shortmonth}</a></div>&nbsp;/&nbsp;<div class="notes"><a href="{permalink}">{NoteCount} NOTES</a></div>&nbsp;/&nbsp;<div class="reblog"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  567. </div>
  568. {/block:indexpage}
  569.  
  570. {block:permalinkpage}
  571. <div style"caption">{caption}</div>
  572. <div style="padding-top:5px; text-transform:uppercase;">REBLOGGED {timeago} WITH {notecountwithlabel}</div>
  573. <div style="padding:5px 0px 5px 0px;"><a href="{sourceurl}">SOURCE</a>
  574. {block:tags}<a href"{tagurl}">#{tag}&nbsp;</a>{/block:tags}</div>
  575. {/block:permalinkpage}
  576.  
  577. {block:PostNotes}
  578. <div class="note">
  579. {PostNotes}
  580. </div>
  581. {/block:PostNotes}
  582.  
  583. {/block:date}
  584.  
  585.  
  586. </div>
  587.  
  588.  
  589.  
  590. {/block:posts}
  591.  
  592.  
  593. </div>
  594. </div>
  595. </div>
  596.  
  597. <div style="position:fixed;bottom:6px; right:10px; padding:5px;"><a href="http://www.cxlcium.tumblr.com/"><img src="http://cdn.flaticon.com/png/256/53515.png" width="15px" height="15px" -webkit-filter="invert"></div>
  598.  
  599. </div>
  600.  
  601.  
  602. </body>
  603. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement