alithegreat

THEME 14; CAUGHT IN THE STORM

Jul 9th, 2014
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. BASE THEME: Themesbyvanne.tumblr.com
  15. EDITED THEME AND DETAILS: Alicatofrp.tumblr.com
  16. THEME #14: CAUGHT IN THE STORM
  17.  
  18. ♛ No stealing any parts of this coding and using it in your own
  19. ♛ Do not use this as a base code for your own theme
  20. ♛ Feel free to edit as much as you'd like for personal use
  21. ♛ Do not take my credit off (or the base credit) or move it somewhere else
  22. ♛ Let me know if you have any questions about this theme
  23.  
  24. --->
  25.  
  26. <meta name="image:Sidebar1" content=""/>
  27. <meta name="image:Sidebar2" content=""/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <meta name="color:Background" content=""/>
  31. <meta name="color:Blockquote" content=""/>
  32. <meta name="color:Border" content=""/>
  33. <meta name="color:Description" content=""/>
  34. <meta name="color:Entries" content=""/>
  35. <meta name="color:Link" content=""/>
  36. <meta name="color:Navbar" content=""/>
  37. <meta name="color:Navhover" content=""/>
  38. <meta name="color:Navigation" content=""/>
  39. <meta name="color:Navigation Links" content=""/>
  40. <meta name="color:Pre BG" content=""/>
  41. <meta name="color:Pre Text" content=""/>
  42. <meta name="color:Scrollbar" content=""/>
  43. <meta name="color:Sidebar BG" content=""/>
  44. <meta name="color:Text" content=""/>
  45. <meta name="color:Title" content=""/>
  46.  
  47. <meta name="text:mainlink1" content=""/>
  48. <meta name="text:maintitle1" content=""/>
  49.  
  50. <meta name="text:mainlink2" content=""/>
  51. <meta name="text:maintitle2" content=""/>
  52.  
  53. <meta name="text:hometitle" content=""/>
  54. <meta name="text:asktitle" content=""/>
  55.  
  56.  
  57. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  58.  
  59. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  60.  
  61. <script>
  62.  
  63. (function($){
  64.  
  65. $(document).ready(function(){
  66.  
  67. $(“a[title]”).style_my_tooltips({
  68.  
  69. tip_follows_cursor:true,
  70.  
  71. tip_delay_time:30,
  72.  
  73. tip_fade_speed:300,
  74.  
  75. attribute:”title”
  76.  
  77. });
  78.  
  79. });
  80.  
  81. })(jQuery);
  82.  
  83. </script>
  84.  
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar-thumb {
  88. height:auto;
  89. background-color:{color:Background};
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:10px;
  94. width:6px;
  95. background-color:{color:Scrollbar};
  96. }
  97.  
  98. #s-m-t-tooltip {
  99. margin-top: 15px;
  100. font-family: georgia;
  101. font-size: 8px;
  102. text-transform:uppercase;
  103. padding:2px;
  104. background-color:{color:Entries};
  105. color:{color:Text};
  106. border:1px solid {color:Border};
  107. z-index:9999;
  108. }
  109.  
  110. body {
  111. background: {color:Background};
  112. background-image:url('{image:Background}');
  113. background-attachment:fixed;
  114. font-family: georgia;
  115. font-size: 10px;
  116. color: {color:Text};
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. margin:0px 2px 0px 11px;
  122. border-left:2px solid {color:Blockquote};
  123. }
  124.  
  125. a {
  126. text-decoration: none;
  127. color: {color:Link};
  128. }
  129.  
  130. pre {
  131. font-family:georgia;
  132. font-size:8px;
  133. text-transform:Uppercase;
  134. background-color:{color:Pre Bg};
  135. padding:2px;
  136. text-align:center;
  137. border-left:2px solid {color:border};
  138. border-right:2px solid {color:border};
  139. color:{color:Pre Text};
  140. }
  141.  
  142. #sidebartitle {
  143. text-align: center;
  144. font-size: 20px;
  145. letter-spacing:-1px;
  146. text-transform:lowercase;
  147. font-family:georgia;
  148. font-weight:bold;
  149. margin-top:0px;
  150. color: {color:Title};
  151. }
  152.  
  153. #sidebartitle1 {
  154. text-align: center;
  155. font-size: 16px;
  156. letter-spacing:0px;
  157. text-transform:uppercase;
  158. font-family:georgia;
  159. margin-top:-7px;
  160. color: {color:Title};
  161. }
  162.  
  163. #sidebartitle2 {
  164. text-align: center;
  165. font-size: 10px;
  166. letter-spacing:1px;
  167. text-transform:lowercase;
  168. font-family:georgia;
  169. margin-top:0px;
  170. color: {color:Text};
  171. }
  172.  
  173. small, sub {
  174. font-size:8px;
  175. }
  176.  
  177. b, strong {
  178. color:{color:Title};
  179. }
  180.  
  181. #backbar1 {
  182. position: fixed;
  183. margin-top:20px;
  184. margin-left:25px;
  185. width: 306px;
  186. height: 571px;
  187. border: 1px solid {color:Border};
  188. background-color:{color:Sidebar BG};
  189. }
  190.  
  191.  
  192. #photo1bar {
  193. position:fixed;
  194. margin-top:23px;
  195. margin-left:28px;
  196. padding:0px;
  197. border:1px solid {color:Border};
  198. height:150px;
  199. width:300px;
  200. }
  201.  
  202. #photo2bar {
  203. position:fixed;
  204. margin-top:438px;
  205. margin-left:28px;
  206. padding:0px;
  207. border:1px solid {color:Border};
  208. height:150px;
  209. width:300px;
  210. }
  211.  
  212. #description {
  213. position: fixed;
  214. margin-top:177px;
  215. margin-left:28px;
  216. padding: 11px;
  217. width:203px;
  218. height:235px;
  219. font-size:9px;
  220. text-align:justify;
  221. border:1px solid {color:Border};
  222. background-color:{color:Description};
  223. }
  224.  
  225. #navbar1 {
  226. position: fixed;
  227. margin-left:257px;
  228. margin-top: 177px;
  229. width: 71px;
  230. height: 257px;
  231. padding: 0px;
  232. background-color:{color:Navbar};
  233. border: 1px solid {color:Border};}
  234.  
  235. #navigation {
  236. margin-top:1px;
  237. margin-right:0px;
  238. text-align:center;
  239. }
  240.  
  241. #navigation a {
  242. display:inline-block;
  243. text-align:center;
  244. border:1px solid {color:Border};
  245. width:63px;
  246. height:57px;
  247. line-height:57px;
  248. padding:2px;
  249. text-transform:lowercase;
  250. font-style:italic;
  251. font-family:georgia;
  252. font-size:18px;
  253. margin-bottom:1px;
  254. margin-right:px;
  255. background-color:{color:Navigation};
  256. color:{color:Navigation Links};
  257. -webkit-transition: all 0.2s ease-in-out;
  258. -moz-transition: all 0.2s ease-in-out;
  259. -o-transition: all 0.2s ease-in-out;
  260. }
  261.  
  262. #navigation a:hover {
  263. display:inline-block;
  264. text-align:center;
  265. border:1px solid {color:Border};
  266. background-color:{color:Navhover};
  267. color:{color:Navigation Links};
  268. -webkit-transition: all 0.5s ease-in-out;
  269. -moz-transition: all 0.5s ease-in-out;
  270. -o-transition: all 0.5s ease-in-out;
  271. }
  272.  
  273.  
  274. #entries {
  275. position:absolute;
  276. width:530px;
  277. margin-left:345px;
  278. padding:11px;
  279. margin-top:9px;
  280. border: 0px solid {color:Border};}
  281.  
  282.  
  283. #entry {
  284. background-color:{color:Entries};
  285. margin-bottom:0px;
  286. padding:15px;
  287. border:1px solid {color:Border}}
  288.  
  289. #entrybg {
  290. padding:2px;
  291. background-color:{color:Sidebar BG};
  292. border:1px solid {color:Border};
  293. }
  294.  
  295. img {
  296. max-width: 100%;
  297. }
  298.  
  299. #posttitles {
  300. text-align: center;
  301. font-size: 18px;
  302. font-style:italic;
  303. letter-spacing:0px;
  304. text-transform:uppercase;
  305. font-family:georgia;
  306. padding:0px;
  307. border-bottom:0px double {color:Border};
  308. margin-bottom:5px;
  309. color: {color:Title};
  310. }
  311.  
  312. #pagination {
  313. text-align:center;
  314. margin-top: 10px;
  315. }
  316.  
  317. #pagination a {
  318. display: inline-block;
  319. text-transform:lowercase;
  320. font-size:18px;
  321. font-family:georgia;
  322. font-style:italic;
  323. letter-spacing:0px;
  324. word-spacing:3px;
  325. text-align: center;
  326. }
  327.  
  328. #ask {
  329. text-align:center;
  330. line-height:120%;
  331. color:{color:text};
  332. padding:5px;
  333. padding-bottom:10px;
  334. padding-top:5px;
  335. }
  336.  
  337.  
  338. #asker img {
  339. margin-left:-2px;
  340. margin-bottom:-15px;
  341. border-radius:50px;
  342. padding:5px;
  343. padding-bottom:5px;
  344. }
  345.  
  346. #ans {
  347. text-align:left;
  348. padding:0px;
  349. color:{color:text};
  350. }
  351.  
  352. .playerbuttonbg {
  353. position: absolute;
  354. left: 20px;
  355. top: 20px;
  356. width: 19px;
  357. height: 19px;
  358. background-color: #ffffff;
  359. padding: 10px;
  360. -webkit-border-radius: 40px;
  361. -moz-border-radius: 40px;
  362. border-radius: 40px;
  363. opacity: .4;
  364. filter: alpha(opacity=40);
  365. opacity: 0.4;
  366. -khtml-opacity: 0.4;
  367. transition: opacity .7s ease-in-out;
  368. -moz-transition: opacity .7s ease-in-out;
  369. -webkit-transition: opacity .7s ease-in-out;
  370. }
  371.  
  372. .playerbuttonbg:hover {
  373. opacity: 1;
  374. filter: alpha(opacity=100);
  375. -moz-opacity: 1;
  376. -khtml-opacity: 1;
  377. }
  378.  
  379. .newplayerbutton {
  380. position: relative;
  381. width: 19px;
  382. height: 19px;
  383. overflow: hidden;
  384. }
  385.  
  386. .playerbuttonhug {
  387. position: absolute;
  388. top: -18px;
  389. left: -7px;
  390. }
  391.  
  392. .tumblr_audio_player {
  393. height: 90px;
  394. width: 270px;
  395. -moz-transform: scale(0.60, 0.60);
  396. -webkit-transform: scale(0.60, 0.60);
  397. -o-transform: scale(0.60, 0.60);
  398. -ms-transform: scale(0.60, 0.60);
  399. transform: scale(0.60, 0.60);
  400. -moz-transform-origin: top left;
  401. -webkit-transform-origin: top left;
  402. -o-transform-origin: top left;
  403. -ms-transform-origin: top left;
  404. transform-origin: top left;
  405. }
  406.  
  407. .audioimgwrapper {
  408. position: absolute;
  409. left: 0px;
  410. top: 0px;
  411. -webkit-border-radius: 40px;
  412. -moz-border-radius: 40px;
  413. border-radius: 40px;
  414. overflow: hidden;
  415. width: 79px;
  416. height: 79px;
  417. }
  418.  
  419. .audioimgwrapper img {
  420. width: 100%;
  421. height: auto;
  422. -webkit-border-radius: 40px;
  423. -moz-border-radius: 40px;
  424. border-radius: 40px;
  425. }
  426.  
  427. .trackdetails {
  428. width: auto;
  429. display:inline-block;
  430. margin-left: 90px;
  431. min-height: 85px;
  432. }
  433.  
  434. .audiowrapper {
  435. position: relative;
  436. display:inline-block;
  437. }
  438.  
  439. #permalink {
  440. text-align: center;
  441. border-top: 1px solid {color:Border};
  442. position: relative;
  443. font-size:10px;
  444. text-transform:lowercase;
  445. font-family:georgia;
  446. margin-top: 5px;
  447. padding-top: 5px;
  448. }
  449.  
  450.  
  451. </style>
  452.  
  453. </head>
  454.  
  455. <body>
  456.  
  457. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  458.  
  459. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  460.  
  461. <script>
  462.  
  463. (function($){
  464.  
  465. $(document).ready(function(){
  466.  
  467. $("a[title]").style_my_tooltips({
  468.  
  469. tip_follows_cursor:true,
  470.  
  471. tip_delay_time:10,
  472.  
  473. tip_fade_speed:60,
  474.  
  475. attribute:"title"
  476.  
  477. });
  478.  
  479. });
  480.  
  481. })(jQuery);
  482.  
  483. </script>
  484.  
  485. <div id="backbar1"></div>
  486.  
  487. <div id="description"><div style="overflow:auto; padding-right:5px; width: 200px; height: 205px; text-align: justify;">{Description}</div><div id="pagination">
  488. {block:PreviousPage}<a href="{PreviousPage}">« previous &nbsp;</a>{/block:PreviousPage}
  489. {block:NextPage} <a href="{NextPage}"> next »</a>{/block:NextPage}
  490. </div></div>
  491.  
  492. <div id="navbar1"><div id="navigation">
  493. <a href="/" title="{text:hometitle}">i.</a><br>
  494. <a href="/ask" title="{text:asktitle}">ii.</a><br>
  495. <a href="{text:mainlink1}" title="{text:maintitle1}">iii.</a><br>
  496. <a href="{text:mainlink2}" title="{text:maintitle2}">iv.</a>
  497. </div></div>
  498.  
  499. <div id="photo1bar"><img src="{image:Sidebar1}"></div>
  500. <div id="photo2bar"><img src="{image:Sidebar2}"></div>
  501.  
  502.  
  503. <div id="entries">
  504. {block:Posts}
  505. <div id="entrybg">
  506. <div id="entry">
  507.  
  508.  
  509. {block:Text}
  510. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  511. {Body}
  512. {/block:Text}
  513.  
  514. {block:Photo}
  515. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  516. {block:Caption}{Caption}{/block:Caption}
  517. {/block:Photo}
  518.  
  519. {block:Photoset}
  520. {Photoset-500}
  521. {block:Caption}{Caption}{/block:Caption}
  522. {/block:Photoset}
  523.  
  524. {block:Quote}
  525. <div id="posttitles">{Quote}</div>
  526. {block:Source}<br>—{Source}{/block:Source}
  527. {/block:Quote}
  528.  
  529. {block:Link}
  530. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  531. {block:Description}{Description}{/block:Description}
  532. {/block:Link}
  533.  
  534. {block:Chat}
  535. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  536. {block:Lines}
  537. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  538. {/block:Lines}
  539. {/block:Chat}
  540.  
  541. {block:Audio}{block:AudioPlayer}
  542. <div class="audiowrapper">
  543. {block:AlbumArt}
  544. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  545. {/block:AlbumArt}
  546.  
  547. <div class="playerbuttonbg">
  548. <div class="newplayerbutton">
  549. <div class="playerbuttonhug">
  550.  
  551. {AudioPlayerWhite}
  552.  
  553. </div>
  554. </div>
  555. </div>
  556.  
  557. <div class="trackdetails">
  558.  
  559. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  560. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  561. {block:Album}Album: {Album}{/block:Album}<br/>
  562. {PlayCountWithLabel}
  563.  
  564. </div>
  565. </div>
  566. {/block:AudioPlayer}
  567.  
  568. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  569.  
  570. {block:Video}
  571. {Video-500}
  572. {block:Caption}{Caption}{/block:Caption}
  573. {/block:Video}
  574.  
  575. {block:Answer}<div id="ask"><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>{Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  576.  
  577.  
  578. <div id="permalink">
  579. {block:Date}<i>Posted on:</i> {TimeAgo}{/block:Date} ▾ <a href="{Permalink}">
  580. {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">Reblog</a>
  581.  
  582. {block:RebloggedFrom} ▾ <i>post details:</i> <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  583.  
  584. <br>{block:HasTags} <i>tagged with:</i> {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  585. </div>
  586.  
  587.  
  588.  
  589. </div> <!-- /div entry ---> </div><br><br>
  590.  
  591. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  592.  
  593. </body>
  594.  
  595. </html>
Advertisement
Add Comment
Please, Sign In to add comment