alithegreat

THEME 18; HOPE

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