alithegreat

THEME 16; LIGHTNING

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