alithegreat

THEME 17; NOCTIS

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