Advertisement
alithegreat

THEME 22; WHEREVER THIS GOES

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