Advertisement
alithegreat

THEME 21; BREAK YOUR PLANS

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