Advertisement
clairesrps

gasoline

Sep 28th, 2014
1,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.49 KB | None | 0 0
  1. <!-- theme 8, by clairesrps // gasoline -->
  2. <!-- themesbyzsu.tumblr.com // base code -->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. <meta name="color:Background" content="#fff" />
  15. <meta name="color:Text" content="#333" />
  16. <meta name="color:Entries" content="#fff" />
  17. <meta name="color:InfoBar" content="#fff" />
  18. <meta name="color:Title" content="#000" />
  19. <meta name="color:Borders" content="#000" />
  20. <meta name="color:Sbar" content="#fff" />
  21. <meta name="color:Sidebar" content="#fff" />
  22. <meta name="color:Sidebar nav" content="#eee" />
  23. <meta name="color:Sidebar nav hover" content="#fff" />
  24. <meta name="color:Sidebar link" content="#fff" />
  25. <meta name="color:Sidebar link hover" content="#333" />
  26. <meta name="color:Link" content="#000" />
  27. <meta name="color:Link Hover" content="#666" />
  28. <meta name="color:Scrollbar" content="#666" />
  29. <meta name="color:Pre BG" content="#666" />
  30. <meta name="color:Pre Text" content="#fff" />
  31. <meta name="color:Ask BG" content="#eeeeee" />
  32.  
  33. <meta name="image:Background" content="" />
  34. <meta name="image:Sidebar Bg" content="" />
  35. <meta name="image:Sidebar" content="" />
  36.  
  37. <meta name="text:Link1" content="refresh" />
  38. <meta name="text:Link1 URL" content="/" />
  39. <meta name="text:Link2" content="askbox" />
  40. <meta name="text:Link2 URL" content="/" />
  41. <meta name="text:Link3" content="link" />
  42. <meta name="text:Link3 URL" content="/" />
  43. <meta name="text:Link4" content="link" />
  44. <meta name="text:Link4 URL" content="/" />
  45. <meta name="text:Link5" content="link" />
  46. <meta name="text:Link5 URL" content="/" />
  47. <meta name="text:Link6" content="link" />
  48. <meta name="text:Link6 URL" content="/" />
  49.  
  50. <meta name="text:main title" content="this is your main title" />
  51. <meta name="text:sub title" content="this is your sub title" />
  52.  
  53. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  54.  
  55. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  56.  
  57. <script>
  58.  
  59. (function($){
  60.  
  61. $(document).ready(function(){
  62.  
  63. $(“a[title]”).style_my_tooltips({
  64.  
  65. tip_follows_cursor:true,
  66.  
  67. tip_delay_time:30,
  68.  
  69. tip_fade_speed:300,
  70.  
  71. attribute:”title”
  72.  
  73. });
  74.  
  75. });
  76.  
  77. })(jQuery);
  78.  
  79. </script>
  80. <style type="text/css">
  81.  
  82. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius: 0px; background-color:#ffffff;}
  83.  
  84. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  85. ::-webkit-scrollbar-track{background-color:#fefefe;}
  86.  
  87. #s-m-t-tooltip {
  88. margin-top: 15px;
  89. font-family: cambria;
  90. font-size: 9px;
  91. text-transform:lowercase;
  92. padding:5px;
  93. background-color:{color:Entries};
  94. color:{color:Text};
  95. border:1px solid {color:Borders};
  96. z-index:9999;
  97. }
  98.  
  99. body {
  100. background: {color:Background};
  101. background-image: url('{image:Background}');
  102. background-attachment:fixed;
  103. position:absolute;
  104. font-size:12px;
  105. font-family: cambria;
  106. color:{color:Body};
  107. }
  108.  
  109. pre {
  110. font-family:cambria;
  111. font-size:8px;
  112. text-transform:Uppercase;
  113. background-color:{color:Pre Bg};
  114. padding:2px;
  115. text-align:center;
  116. border-left:2px solid {color:border};
  117. border-right:2px solid {color:border};
  118. color:{color:Pre Text};
  119. }
  120.  
  121. a {
  122. text-decoration:none;
  123. outline:none;
  124. color:{color:Link};
  125. -webkit-transition: all 0.5s ease-in-out;
  126. -moz-transition: all 0.5s ease-in-out;
  127. -o-transition: all 0.5s ease-in-out;
  128. }
  129.  
  130. a:hover {
  131. color:{color:Link Hover};
  132. -webkit-transition: all 0.5s ease-in-out;
  133. -moz-transition: all 0.5s ease-in-out;
  134. -o-transition: all 0.5s ease-in-out;
  135. }
  136.  
  137. #posttitle {
  138. font-weight:bold;
  139. color:{color:title};
  140. text-align:left;
  141. font-family: cambria;
  142. font-size: 17px;
  143. text-transform:uppercase;
  144. }
  145.  
  146. #quotes {
  147. text-transform:lowercase;
  148. text-align:left;
  149. font-family: cambria;
  150. font-weight:none;
  151. font-style:italic;
  152. color:{color:Link};
  153. font-family:cambria;
  154. text-align:left;
  155. font-size: 17px;
  156. }
  157.  
  158. #backbar {
  159. float:left;
  160. position:fixed;
  161. width:425px;
  162. height:321px;
  163. margin-left:50px;
  164. margin-top:100px;
  165. background-color:{color:sbar};
  166. background-image:url('{image:sidebar bg}');
  167. background-attachment:none;
  168. background-size:auto;
  169. background-position:top left;
  170. background-repeat:repeat;
  171. border: 1px solid {color:borders};
  172. }
  173.  
  174. #title1 {
  175. margin-top: 6px;
  176. font-family: cambria;
  177. font-family:{font:Title};
  178. color:{color:title};
  179. font-style:none;
  180. font-weight:none;
  181. text-transform:uppercase;
  182. font-size:11.5px;
  183. text-align:center;
  184. text-decoration:none;
  185. text-shadow:1px 1px 0px #888888;
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;
  189. }
  190.  
  191. #title2 {
  192. font-family:{font:Title};
  193. color:{color:Text};
  194. font-style:none;
  195. font-weight:none;
  196. text-transform:lowercase;
  197. font-style:italic;
  198. font-size:10px;
  199. text-align:center;
  200. text-decoration:none;
  201. -webkit-transition: all 0.5s ease-in-out;
  202. -moz-transition: all 0.5s ease-in-out;
  203. -o-transition: all 0.5s ease-in-out;
  204. }
  205.  
  206. #sidebar {
  207. overflow:hidden;
  208. height: 205px;
  209. border: 1px solid {color:borders};
  210. background-color: {color:sidebar};
  211. position:fixed;
  212. margin-top:3px;
  213. margin-left:3px;
  214. width:202px;
  215. padding:5px;
  216. }
  217.  
  218. #sidebarimg {
  219. float:left;
  220. position:fixed;
  221. width:200px;
  222. height:313px;
  223. margin-left:220px;
  224. margin-top:3px;
  225. background-color:{color:sidebar};
  226. background-image:url('{image:sidebar}');
  227. background-attachment:none;
  228. background-size:auto;
  229. background-position:top left;
  230. background-repeat:no-repeat;
  231. border: 1px solid {color:borders};
  232. }
  233.  
  234. #description {
  235. margin-top: 5px;
  236. margin-left:10px;
  237. margin-right:10px;
  238. font-style:normal;
  239. padding:0px;
  240. color:{color:text};
  241. font-size:10px;
  242. text-align:justify;
  243. }
  244.  
  245. #links {
  246. position:fixed;
  247. width: auto;
  248. margin-top:223px;
  249. margin-left:4px;
  250. text-align:left;
  251. }
  252.  
  253.  
  254. #links a{
  255. font-style: normal;
  256. font-weight:;
  257. text-decoration:none;
  258. text-align:center;
  259. font-family:cambria;
  260. line-height: 45px;
  261. height: 45px;
  262. margin-left:-1px;
  263. margin-bottom:1px;
  264. font-size: 11px;
  265. text-transform: lowercase;
  266. width: 68px;
  267. border: 1px solid {color:borders};
  268. display:inline-block;
  269. background:{color:sidebar nav};
  270. color:{color:sidebar link};
  271. -webkit-transition: all 0.2s ease-in-out;
  272. -moz-transition: all 0.2s ease-in-out;
  273. -o-transition: all 0.2s ease-in-out;
  274. }
  275.  
  276. #links a:hover{
  277. border: 1px solid {color:borders};
  278. color:{color:sidebar link hover};
  279. font-style:italic;
  280. letter-spacing:0px;
  281. background:{color:sidebar nav hover};
  282. -webkit-transition: all 0.5s ease-in-out;
  283. -moz-transition: all 0.5s ease-in-out;
  284. -o-transition: all 0.5s ease-in-out;
  285. }
  286.  
  287. #pagination {
  288. margin-left: 5px;
  289. margin-top: -5px;
  290. font-size:10px;
  291. text-align:center;}
  292.  
  293. #pagination a {
  294. color: {color:link};
  295. }
  296.  
  297. #entries {
  298. font-size:10px;
  299. margin-left: 520px;
  300. margin-top:100px;
  301. float: right;
  302. text-align: justify;
  303. }
  304.  
  305. #entrybg {
  306. padding:2px;
  307. background-image:url('{image:Sidebar BG}');
  308. border:1px solid {color:Borders};
  309. }
  310.  
  311. #post {
  312. border:1px {color:borders} solid;
  313. background-color:{color:Entries};
  314. font-size:10px;
  315. padding: 10px;
  316. width: 500px;
  317. color:{color:Text};
  318. text-align: justify;
  319. overflow:hidden;
  320. }
  321.  
  322. #infobar {
  323. color:{color:Text};
  324. font-size:9px;
  325. text-transform:lowercase;
  326. width: 526px;
  327. margin-bottom:40px;
  328. margin-top: -1px;
  329. background-color: {color:infobar};
  330. text-align: center;
  331. padding-top: 5px;
  332. padding-bottom: 5px;
  333. border:1px {color:borders} solid;
  334. }
  335.  
  336. #tags{
  337. font-size: 9px;
  338. margin-top: 2px;
  339. text-transform: lowercase;
  340. background-color: {color:entries};
  341. text-align: left;
  342. }
  343.  
  344. .user_1 .label {
  345. color:{color:link};
  346. text-transform:uppercase;
  347. font-weight:bold}
  348.  
  349. .user_2 .label {
  350. color:{color:title};
  351. text-transform:uppercase;
  352. font-weight:bold}
  353.  
  354. .user_3 .label {
  355. color:{color:link};
  356. text-transform:uppercase;
  357. font-weight:bold}
  358.  
  359. .user_4 .label {
  360. color:{color:title};
  361. text-transform:uppercase;
  362. font-weight:bold}
  363.  
  364. .user_5 .label {
  365. color:{color:link};
  366. text-transform:uppercase;
  367. font-weight:bold}
  368.  
  369. .user_6 .label {
  370. color:{color:title};
  371. text-transform:uppercase;
  372. font-weight:bold}
  373.  
  374. .user_7 .label {
  375. color:{color:link};
  376. text-transform:uppercase;
  377. font-weight:bold}
  378.  
  379. .user_8 .label {
  380. color:{color:title};
  381. text-transform:uppercase;
  382. font-weight:bold}
  383.  
  384. .user_9 .label {
  385. color:{color:link};
  386. text-transform:uppercase;
  387. font-weight:bold}
  388.  
  389. .user_10 .label {
  390. color:{color:title};
  391. text-transform:uppercase;
  392. font-weight:bold}
  393.  
  394. ul.chat, .chat ol, .chat li {
  395. list-style:none;
  396. margin:0px 0px 5px 0px;
  397. padding:0px; 0px 0px 0px}
  398.  
  399. small {
  400. font-size: 9px;
  401. }
  402.  
  403. b, strong {
  404. color:{color:title}
  405. }
  406.  
  407. i, em {
  408. color:{color:text}
  409. }
  410.  
  411. p {
  412. margin-top:5px;
  413. margin-bottom:5px
  414. }
  415.  
  416. blockquote {
  417. border-left:2px solid {color:text};
  418. padding-left:5px;
  419. margin:0px 2px 0px 10px
  420. }
  421.  
  422. ol.notes {
  423. color: #ffffff;
  424. margin-top:-25px;
  425. margin-left:-20px;
  426. width:500px;
  427. list-style-type:none;
  428. }
  429.  
  430. ol.notes li.note {
  431. color: #ffffff;
  432. padding-top: 0px;
  433. }
  434.  
  435. ol.notes li.note img.avatar {
  436. vertical-align:1px;
  437. margin-right:10px;
  438. width:16px;
  439. height:16px;
  440. }
  441.  
  442. ol.notes li.note span.action {
  443. font-weight:normal;
  444. }
  445.  
  446. ol.notes li.note .answer_content {
  447. font-weight:normal;
  448. }
  449.  
  450. ol.notes li.note blockquote {
  451. padding:0px 6px 0px 6px;
  452. margin:5px 5px 5px 5px;
  453. }
  454.  
  455. #audio {
  456. border-radius:100%;
  457. width:100%;
  458. height:100px;
  459. margin-bottom:10px}
  460.  
  461. .albumart {
  462.  
  463. padding: 2px;
  464. border: 1px #f1f1f1 solid;
  465. float:left;
  466. width:100px;
  467. height:100px}
  468.  
  469. .player {
  470. margin-left:2px;
  471. margin-top:2px;
  472. padding:11px;
  473. display:block;
  474. height:80px;
  475. width:80px;
  476. overflow:hidden;
  477. position:absolute;
  478. opacity:0.3;
  479. background:#fff;
  480. -webkit-transition:all 0.4s ease-in-out;
  481. -moz-transition:all 0.4s ease-in-out;
  482. -o-transition:all 0.4s ease-in-out;
  483. -ms-transition: all 0.4s ease-in-out;
  484. transition:all 0.5s ease-in-out}
  485.  
  486. .player:hover {
  487. opacity:0.5;
  488. -webkit-transition:all 0.4s ease-in-out;
  489. -moz-transition:all 0.4s ease-in-out;
  490. -o-transition:all 0.4s ease-in-out;
  491. -ms-transition: all 0.4s ease-in-out;
  492. transition:all 0.5s ease-in-out}
  493.  
  494. .audioplayer {
  495. width:24px;
  496. height:24px;
  497. margin:28px 0 0 28px;
  498. overflow:hidden}
  499.  
  500. .audioinfo {
  501. margin-left:105px;
  502. height:54px;
  503. line-height:150%;
  504. font:10px cambria;
  505. color:{color:text};
  506. padding:26px 5px 24px 10px;
  507. text-align:left}
  508.  
  509. .tracktitle {
  510. color:{color:title};
  511. margin-bottom:-10px;
  512. text-transform: uppercase;
  513. font-size: 10px;
  514. }
  515.  
  516. #asks {
  517. text-align:justify;
  518. line-height:120%;
  519. color:{color:text};
  520. padding:5px;
  521. padding-bottom:10px;
  522. padding-top:5px;
  523. }
  524.  
  525.  
  526. #asker img {
  527. margin-left:-2px;
  528. margin-bottom:-15px;
  529. border-radius:50px;
  530. padding:5px;
  531. padding-bottom:5px;
  532. }
  533.  
  534. #ans {
  535. text-align:left;
  536. padding:0px;
  537. color:{color:text};
  538. }
  539.  
  540. #cred a {
  541. text-align: center;
  542. text-transform: lowercase;
  543. background-color:{color:Background};
  544. position:fixed;
  545. letter-spacing: 1px;
  546. font:10px cambria;
  547. color:{color:Link Hover};
  548. height: 16px;
  549. width: 38px;
  550. line-height: 17px;
  551. bottom:20px;
  552. right:20px
  553. }
  554.  
  555. #cred a:hover {
  556. color:{color:Link}
  557. }
  558.  
  559.  
  560.  
  561.  
  562. </style>
  563. <style type="text/css">{CustomCSS}</style>
  564. </head>
  565.  
  566. <body>
  567.  
  568. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  569.  
  570. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  571.  
  572. <script>
  573.  
  574. (function($){
  575.  
  576. $(document).ready(function(){
  577.  
  578. $("a[title]").style_my_tooltips({
  579.  
  580. tip_follows_cursor:true,
  581.  
  582. tip_delay_time:10,
  583.  
  584. tip_fade_speed:60,
  585.  
  586. attribute:"title"
  587.  
  588. });
  589.  
  590. });
  591.  
  592. })(jQuery);
  593.  
  594. </script>
  595.  
  596. <div id="backbar">
  597. <div id="sidebarimg">
  598. </div>
  599. <div id="sidebar">
  600. <div id="title1">{text:main title}</div>
  601. <div id="title2">{text:sub title}</div>
  602. <div id="description"><div style="overflow:auto; padding-right:5px; width: 180px; height: 145px; text-align: justify;">{block:Description}{Description}{/block:Description}</div>
  603.  
  604. </div>
  605. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><i>back</i></big></a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}"><big><i>next</i></big></a>{/block:NextPage}{/block:Pagination}</div>
  606. </div>
  607. <div id="links">
  608. <a href="/">{text:Link1}</a>
  609. <a href="/ask">{text:Link2}</a>
  610. <a href="{text:Link3 URL}">{text:Link3}</a><br>
  611. <a href="{text:Link4 URL}">{text:Link4}</a>
  612. <a href="{text:Link5 URL}">{text:Link5}</a>
  613. <a href="{text:Link6 URL}">{text:Link6}</a>
  614. </div>
  615. </div>
  616.  
  617. </div>
  618.  
  619.  
  620. <div id="entries">
  621. {block:Posts}
  622. <div id="entrybg">
  623.  
  624. <div id="post">
  625.  
  626. {block:Text}<div id="posttitle">{title}</div>{Body}{/block:Text}
  627.  
  628. {block:Quote}<div id="quotes">“{Quote}” </div>
  629. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  630.  
  631. {block:Link}<a href="{URL}" class="link" {Target}> <div id="quotes">{Name}</div></a>
  632. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  633.  
  634. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  635. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  636.  
  637. {block:Chat}
  638. <ul class="chat">
  639. {block:title}<div id="quotes">{Title}</div>{/block:title}
  640.  
  641. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  642. {/block:Chat}
  643.  
  644. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  645.  
  646. {block:Audio}
  647. <div id="audio">
  648. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  649. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  650. <div class="audioinfo">
  651. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}</div><br>
  652. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist} {block:Album}<br>
  653. <b>ALBUM:</b> {Album}{/block:Album}<br>
  654. <b>PLAYED:</b> {FormattedPlayCount} times</div></div>
  655. {block:Caption}{Caption}{/block:Caption}
  656. {/block:Audio}
  657.  
  658. {block:Answer}<div id="ask" style="border: 3px {color:Borders} double"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center; margin-top:0px;"><big><i><big>{Asker} asked:</big></big></i><br><br><center>{Question}</center><br></div></div><div id="ans">{Answer}</div>{/block:answer}
  659.  
  660. </div> </div>
  661.  
  662.  
  663. {block:Date}<div id="infobar">
  664. posted <a href="{Permalink}">{TimeAgo}</a>
  665. {block:NoteCount} ♡ {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} ♡ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom} ♡ <a href="{ReblogURL}" target="_blank">reblog</a><br>
  666. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:Date}
  667.  
  668. {/block:Posts}
  669.  
  670. {block:PostNotes}{PostNotes}{/block:PostNotes}
  671.  
  672. </div>
  673.  
  674. <!-- PLEASE DON'T REMOVE THIS -->
  675. <div id="cred"><a href="http://clairesrps.tumblr.com" title="©">♡ </a></div>
  676. <!-- PLEASE DON'T REMOVE THIS -->
  677.  
  678. </body>
  679. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement