Advertisement
alithegreat

THEME 19; AERITH

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