Advertisement
ValarMorghulis

Theme #08: joyriding.

Sep 22nd, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.67 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#aaaaaa"/>
  17. <meta name="color:Link" content="#000000"/>
  18. <meta name="color:Link Hover" content=""/>
  19. <meta name="color:accent" content=""/>
  20.  
  21. <meta name="image:Sidebar Image" content=""/>
  22. <meta name="image:background Image" content=""/>
  23.  
  24. <meta name="text:Link 1 URL" content="" />
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 2 URL" content="" />
  27. <meta name="text:Link 2" content="" />
  28. <meta name="text:Link 3 URL" content="" />
  29. <meta name="text:Link 3" content="" />
  30. <meta name="text:Link 4 URL" content="" />
  31. <meta name="text:Link 4" content="" />
  32. <meta name="text:Link 5 URL" content="" />
  33. <meta name="text:Link 5" content="" />
  34. <meta name="text:Link 6 URL" content="" />
  35. <meta name="text:Link 6" content="" />
  36.  
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39.  
  40. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  41.  
  42. <script>
  43.  
  44. (function($){
  45.  
  46. $(document).ready(function(){
  47.  
  48. $("a[title]").style_my_tooltips({
  49.  
  50. tip_follows_cursor:true,
  51.  
  52. tip_delay_time:30,
  53.  
  54. tip_fade_speed:300,
  55.  
  56. attribute:"title"
  57.  
  58. });
  59.  
  60. });
  61.  
  62. })(jQuery);
  63.  
  64. </script>
  65.  
  66.  
  67. <!--CSS customization here. -->
  68.  
  69. <style type="text/css">
  70.  
  71. #s-m-t-tooltip{
  72. position:absolute;
  73. margin-top: 15px;
  74. z-index:9999;
  75. background:{color:background};
  76. color:{color:text};
  77. padding:5px;
  78. }
  79.  
  80.  
  81.  
  82. /*basics*/
  83. blockquote {
  84. padding:0px 0 0px 5px;
  85. border-left:1px solid {color:text};
  86. margin-left:10px;
  87. }
  88.  
  89. body {
  90. background:url("{image:background image}");
  91. background-attachment: fixed;
  92. background-repeat: repeat;
  93. background-position:right;
  94. background-color:{color:background};
  95. color:{color:text};
  96. font-family:arial;
  97. font-size:11px;
  98. text-align:justify;
  99. margin:0;
  100. line-height:16px;}
  101.  
  102.  
  103. a {
  104. color:{color:link};
  105. text-decoration:none;
  106. }
  107.  
  108. a:hover {
  109. color:{color:link hover};}
  110.  
  111. img{opacity:1;
  112. border:none;
  113. text-decoration:none}
  114.  
  115.  
  116. small {
  117. font-size:9px;}
  118.  
  119. big {
  120. font-size:12px;}
  121.  
  122.  
  123. #title {
  124. background-color:{color:accent};
  125. padding:10px;
  126. font-size:12px;
  127. line-height:18px;
  128. font-weight:bold;
  129. margin-bottom:10px;
  130. text-transform:uppercase;
  131. text-align:center;
  132. }
  133.  
  134.  
  135. /*sidebar*/
  136. #sidebar {
  137. text-align:left;
  138. position:fixed;
  139. margin-left:-225px;
  140. margin-top:150px;
  141. width:245px;
  142. }
  143.  
  144. #sidebarim {}
  145.  
  146. #sidebarim img {width:245px;
  147. border-bottom:1px solid {color:text}
  148. }
  149.  
  150. #sidebarim img:hover{
  151. border-bottom:1px dashed {color:text}
  152. }
  153.  
  154. #blogt {
  155. text-align:center;
  156. font-family:helvetica neue;
  157. font-size:10px;
  158. font-weight:bold;
  159. }
  160.  
  161. #links {
  162. z-index:99999;
  163. word-spacing:10px;
  164. background:url("{image:background image}");
  165. background-attachment: fixed;
  166. background-repeat: repeat;
  167. background-position:right;
  168. text-align:left;
  169. width:500px;
  170. background-color:{color:background};
  171. padding:10px;
  172. position:fixed;
  173. line-height:16px;
  174. text-transform:lowercase;
  175. margin-left:145px;
  176. margin-top:0px;
  177. border-bottom:solid 1px {color:text};
  178. }
  179.  
  180.  
  181. #links a {
  182. border-bottom:1px dashed {color:text};
  183. margin-right:5px;
  184. display:inline-block;
  185. margin-bottom:5px;
  186. }
  187.  
  188. #links a:hover {
  189. border-bottom:1px solid {color:text};
  190.  
  191. }
  192.  
  193. #description {
  194. text-align:left;
  195. width:224px;
  196. padding:10px;
  197. background-color:{color:accent};
  198. font-size:9px;
  199. }
  200.  
  201.  
  202. /*pagination*/
  203. #pagination {
  204. top:5px;
  205. text-transform:lowercase;
  206. font-weight:bold;
  207. text-align:right;
  208. }
  209. #pagination a {
  210. }
  211.  
  212. /*container*/
  213. #con {
  214. left:50%;
  215. margin-left:-250px;
  216. position:absolute;
  217. }
  218.  
  219.  
  220.  
  221. /*posts*/
  222.  
  223. #entries {
  224. margin-top:75px;
  225. margin-left:200px;
  226. width:400px;
  227. }
  228.  
  229.  
  230.  
  231. #posts {
  232. width:400px;
  233. {block:IndexPage}
  234. margin-bottom:45px;
  235. {/block:IndexPage}
  236. {block:PermalinkPage}
  237. margin-bottom:50px;
  238. {/block:PermalinkPage}
  239.  
  240. }
  241. #posts img {
  242. max-width:400px;
  243. }
  244.  
  245. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  246. .caption {width:100%;
  247. margin-top:10px;
  248.  
  249. }
  250.  
  251. /*quote*/
  252.  
  253. #titlequote{
  254. text-align:right;
  255. font-size:14px;
  256. line-height:18px;
  257. font-weight:bold;
  258. }
  259. #source {
  260. text-align:left;
  261. margin-top:15px;
  262. margin-left:15px;}
  263.  
  264. /*audio*/
  265.  
  266. .newplayerbutton {
  267. position: relative;
  268. width: 28px;
  269. height: 27px;
  270. overflow: hidden;
  271. }
  272.  
  273. .playerbuttonhug {
  274. position: absolute;
  275. top: -11px;
  276. left: -12px;
  277. }
  278.  
  279.  
  280. .tumblr_audio_player {
  281. border: none;
  282. padding: 0px;
  283. margin: 0px;
  284. height: 50px;
  285. width: 500px;
  286. }
  287.  
  288. .playerbuttonbg {
  289. position: absolute;
  290. left: 20px;
  291. top: 20px;
  292. width: 20px;
  293. height: 20px;
  294. background-color: #ffffff;
  295. padding: 10px;
  296. -webkit-border-radius: 40px;
  297. -moz-border-radius: 40px;
  298. border-radius: 40px;
  299. opacity: .4;
  300. filter: alpha(opacity=40);
  301. -moz-opacity: 0.4;
  302. -khtml-opacity: 0.4;
  303. transition: opacity .7s ease-in-out;
  304. -moz-transition: opacity .7s ease-in-out;
  305. -webkit-transition: opacity .7s ease-in-out;
  306. }
  307.  
  308. .playerbuttonbg:hover {
  309. opacity: 1;
  310. filter: alpha(opacity=100);
  311. -moz-opacity: 1;
  312. -khtml-opacity: 1;
  313. }
  314.  
  315. .audioimgwrapper {
  316. position: absolute;
  317. left: 0px;
  318. top: 0px;
  319. -webkit-border-radius: 50px;
  320. -moz-border-radius: 50px;
  321. border-radius: 50px;
  322. overflow: hidden;
  323. width: 75px;
  324. height: 75px;
  325. }
  326.  
  327. .audioimgwrapper img {
  328. width: 100%;
  329. height: auto;
  330. -webkit-border-radius: 50px;
  331. -moz-border-radius: 50px;
  332. border-radius: 50px;
  333. }
  334.  
  335. .trackdetails {
  336. width: auto;
  337. display:inline-block;
  338. margin-left: 100px;
  339. min-height: 85px;
  340. }
  341.  
  342. .audiowrapper {
  343. position: relative;
  344. display:inline-block;
  345. }
  346.  
  347.  
  348.  
  349.  
  350. /*asks*/
  351. .q {
  352. margin-bottom:10px;
  353. background-color:{color:accent};
  354. padding:10px;
  355. }
  356. .as {
  357. font-weight:bold;}
  358.  
  359. .a {
  360. text-align:right;
  361. margin-top:10px;
  362. }
  363.  
  364.  
  365. /*chat*/
  366.  
  367. .odd, .even {padding:5px;
  368. }
  369.  
  370. .odd {
  371. background-color:{color:accent};
  372. }
  373.  
  374. .chat ol {
  375. padding:0;
  376. list-style:none;
  377. }
  378. .line {padding:5px;}
  379.  
  380. .label {font-weight:bold;
  381. text-align:center;
  382. }
  383.  
  384.  
  385. /*permalink and notes*/
  386.  
  387. #permalink {
  388. padding:10px;
  389. border:1px solid {color:text};
  390. margin-bottom:4px;
  391. font-size:9px;
  392. text-transform:lowercase;
  393. }
  394. #permalink a {margin-right:10px;
  395. }
  396.  
  397.  
  398. .tags {
  399. word-break:break-all;
  400. font-size:9px;
  401. font-weight:bold;
  402. }
  403.  
  404. .pagenotes {
  405. {block:IndexPage}
  406. display: none!important;
  407. {/block:IndexPage}
  408. width:400px;
  409. text-align:left;
  410.  
  411. }
  412. .pagenotes img {
  413. display:none!important;}
  414. .pagenotes li {
  415. list-style-type:none;
  416. padding:5px 0px;
  417. text-align:left;
  418. margin:0 0 0 -40px;
  419. }
  420.  
  421. #leave {
  422. color:{color:link};
  423. padding:2px;
  424. border-radius:100px;
  425. position:fixed;
  426. font-size:17px;
  427. letter-spacing:1px;
  428. right:16px;
  429. bottom:15px;
  430. }
  431.  
  432. #leave a {
  433. padding:3px;
  434. }
  435.  
  436. #leave a:hover {
  437. text-decoration:none;
  438. color:{color:link hover};
  439. }
  440. #updates {
  441. z-index: 9999;
  442. display: block;
  443. border: 1px solid {color:accent};
  444. height: 14px;
  445. width: 14px;
  446. top: 15px;
  447. left: 15px;
  448. padding: -5px 5px 5px 5px;
  449. color:{color:text};
  450. position: fixed;
  451. overflow: hidden;
  452. text-align: center;
  453. -moz-transition-duration: 0.6s;
  454. -webkit-transition-duration: 0.6s;
  455. -o-transition-duration: 0.6s;
  456. }
  457.  
  458.  
  459. {CustomCSS}
  460.  
  461.  
  462. </style>
  463.  
  464.  
  465.  
  466. </head>
  467.  
  468. <body>
  469.  
  470. <div id="con">
  471. <div id="links">
  472. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  473. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  474. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  475. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  476. {block:ifLink5}<a href="{text:Link 5 URL}" >{text:Link 5}</a>{/block:ifLink5}
  477. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a> {/block:ifLink6}
  478. </div>
  479. <div id="sidebar">
  480. <div id="blogt">{Title}</div>
  481. <div id="sidebarim"> <a href="/"><img src="{image:Sidebar Image}"></a>
  482. </div>
  483. <div id="description">{Description}</div>
  484.  
  485. <div id="pagination">
  486. {block:Pagination}
  487. {block:PreviousPage}
  488. <a href="{PreviousPage}">-</a>
  489. {/block:PreviousPage}
  490. {block:NextPage}
  491. <a href="{NextPage}">+</a>
  492. {/block:NextPage}
  493. {/block:Pagination}
  494. </div>
  495.  
  496.  
  497.  
  498.  
  499. <div id="leave"><a href="http://hbbits.tumblr.com">☐</a></div>
  500.  
  501.  
  502. </div>
  503.  
  504.  
  505. <div id="entries">
  506.  
  507. {block:Posts}
  508. <div id="posts">
  509.  
  510.  
  511. {block:Quote}
  512.  
  513.  
  514. <div id="titlequote">“{Quote}”</div>
  515. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  516. {/block:Quote}
  517.  
  518.  
  519.  
  520. {block:Text}
  521.  
  522. {block:Title}
  523. <div id="title">{Title}</div>{/block:Title}
  524. {Body}
  525. {/block:Text}
  526.  
  527. {block:Link}
  528. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  529. {/block:Link}
  530.  
  531. {block:Chat}
  532. {block:Title}
  533. <h1>{Title}</h1>
  534. {/block:Title}
  535. <div class="chat">
  536. <ol>{block:Lines}
  537. <li class="line {Alt}">
  538. {block:Label}
  539. <span class="label">
  540. {Label}</span>
  541. {/block:Label}{Line}</li>
  542. {/block:Lines}
  543. </ol></div>
  544. {/block:Chat}
  545.  
  546. {block:Photo}
  547. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  548. {/block:Photo}
  549.  
  550. {block:Photoset}
  551. {Photoset-400}
  552. {/block:Photoset}
  553.  
  554. {block:Video}
  555. {Video-400}
  556. {/block:Video}
  557.  
  558.  
  559. {block:AudioPlayer}
  560. <div class="audiowrapper">
  561. {block:AlbumArt}
  562. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  563. {/block:AlbumArt}
  564.  
  565. <div class="playerbuttonbg">
  566. <div class="newplayerbutton">
  567. <div class="playerbuttonhug">
  568.  
  569. {AudioPlayerWhite}
  570.  
  571. </div>
  572. </div>
  573. </div>
  574.  
  575. <div class="trackdetails">
  576.  
  577. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  578. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  579. {block:Album}Album: {Album}{/block:Album}<br/>
  580. {PlayCountWithLabel}
  581.  
  582. </div>
  583. </div>
  584. {/block:AudioPlayer}
  585.  
  586.  
  587. {block:Answer}
  588. <div class="q">
  589. <div class="as">{Asker} said: </div>
  590. {Question}</div>
  591. <div class="a">{Answer}</div>
  592. {/block:Answer}
  593.  
  594. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  595.  
  596. {block:Date}
  597. <div id="permalink">
  598. <a href="{Permalink}" >{MonthNumberWithZero}.{DayOfMonthWithZero}.{Year}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  599.  
  600. {block:HasTags}<div class="tags">sorted as: {block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  601. </div>
  602. {/block:Date}
  603.  
  604.  
  605.  
  606. </div>
  607.  
  608.  
  609. {block:PostNotes}
  610. <div class="pagenotes">
  611. {PostNotes}
  612. </div>
  613. {/block:PostNotes}
  614.  
  615.  
  616. {/block:Posts}
  617.  
  618. </div>
  619.  
  620. </div>
  621.  
  622.  
  623. {block:ContentSource}
  624. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  625. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  626. {/block:SourceLogo}
  627. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  628. {/block:ContentSource}
  629.  
  630.  
  631. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement