Advertisement
maridette

Theme 2 - Anywhere But Here

Nov 24th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
  6.  
  7.  
  8. <meta name="image:Wallpaper" content="" />
  9. <meta name="image:Sidebar Image" content="" />
  10. <meta name="font:Body" content="Arial" />
  11. <meta name="text:Title Size" content="30" />
  12. <meta name="text:Post Title Size" content="24" />
  13. <meta name="text:Font Size" content="12" />
  14. <meta name="text:Details Font Size" content="9" />
  15. <meta name="color:Background" content="#738965" />
  16. <meta name="color:Sidebar" content="#cce9b9" />
  17. <meta name="color:Link Boxes" content="#262e22" />
  18. <meta name="color:Link Boxes Text" content="#99b686" />
  19. <meta name="color:Link Boxes Hover" content="#4c5b43" />
  20. <meta name="color:Link Boxes Text Hover" content="#bfe4a8" />
  21. <meta name="color:Text" content="#262e22" />
  22. <meta name="color:Link" content="#738965" />
  23. <meta name="color:Link Hover" content="#4c5b43" />
  24. <meta name="color:Posts" content="#cce9b9" />
  25. <meta name="color:Details" content="#262e22" />
  26. <meta name="color:Details Text" content="#99b686" />
  27. <meta name="color:Details Text Hover" content="#bfe4a8" />
  28. <meta name="color:Question Background" content="#262e22" />
  29. <meta name="if:Hide Captions" content="0">
  30. <meta name="if:Infinite Scroll" content="0">
  31.  
  32.  
  33.  
  34. <title>{Title}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37.  
  38. <style type="text/css">
  39.  
  40. body {
  41. background: {color:Background} url({image:Wallpaper}) repeat fixed;
  42. font-family: {font:Body};
  43. font-size: {text:Font size}px;
  44. color: {color:text};
  45. margin: 0px;
  46. word-wrap: break-word
  47. }
  48.  
  49. img {
  50. border: 0;
  51. max-width: 100%;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. }
  57.  
  58. #sidebar {
  59. background-color: {color:Sidebar};
  60. height:auto;
  61. width:350px;
  62. margin:auto 67px;
  63. position: fixed;
  64. top: 50%;
  65. transform: translateY(-50%);
  66. border: outset {color:sidebar} 4px;
  67. }
  68.  
  69. #sidebar .title {
  70. font-family: 'Overlock';
  71. font-size:{text:title size}px;
  72. background-color: {color:Link boxes};
  73. color: {color:link boxes text};
  74. text-align: center;
  75. padding: 10px;
  76. margin:10px;
  77. position:static;
  78. width: 302px;
  79. border: inset 4px {color:sidebar};
  80. -webkit-transition: background-color .2s ease, color .2s ease;
  81. transition: background-color .2s ease, color .2s ease;
  82. }
  83.  
  84. #sidebar .title:hover {
  85. background-color: {color:link boxes hover};
  86. color: {color:link boxes text hover};
  87. }
  88.  
  89. #sidebar #wrapper {
  90. position:relative;
  91. }
  92.  
  93. #sidebar #sidebarimage {
  94. border:inset {color:sidebar} 4px;
  95. margin:0 10px 10px;
  96. width:150px;
  97. }
  98.  
  99. #sidebar #description {
  100. margin: 0 10px 0 0 ;
  101. padding:5px;
  102. color: {color:text};
  103. border: inset 4px {color:sidebar};
  104. position: absolute;
  105. top: 0px;
  106. right: 0px;
  107. bottom: 0px;
  108. width: 142px;
  109. overflow:auto;
  110. }
  111.  
  112. #sidebar #description a {
  113. color: {color:Link};
  114. -webkit-transition: color .2s ease;
  115. transition: color .2s ease;
  116. }
  117.  
  118. #sidebar #description a:hover {
  119. color: {color:Link hover};
  120. }
  121.  
  122. #sidebar .links {
  123. background-color: {color:Link boxes};
  124. color: {color:link boxes text};
  125. text-align: center;
  126. padding: 5px;
  127. margin: 0px 0px 10px 10px;
  128. float: left;
  129. width: 142px;
  130. border: inset 4px {color:sidebar};
  131. -webkit-transition: background-color .2s ease, color .2s ease;
  132. transition: background-color .2s ease, color .2s ease;
  133. }
  134.  
  135. #sidebar .links:hover {
  136. background-color: {color:link boxes hover};
  137. color: {color:link boxes text hover};
  138. }
  139.  
  140. #sidebar .pagination {
  141. width: 330px;
  142. text-align: center;
  143. margin:0 10px 10px;
  144. float:left;
  145. }
  146.  
  147. #sidebar .pagination a {
  148. color: {color:link};
  149. -webkit-transition: color .2s ease;
  150. transition: color .2s ease;
  151. }
  152.  
  153. #sidebar .pagination a:hover {
  154. color: {color:link hover};
  155. }
  156.  
  157. #postspacer {
  158. padding:20px 0px 20px 500px;
  159. }
  160.  
  161. #postcontainer {
  162. width:647px;
  163. }
  164.  
  165. #posts {
  166. background-color: {color:posts};
  167. color:{color:text};
  168. width: 500px;
  169. padding:10px;
  170. border: outset 4px {color:posts};
  171. position:relative;
  172. }
  173.  
  174. #details {
  175. border: outset 2px {color:details};
  176. background-color: {color:details};
  177. color:{color:details text};
  178. padding:5px;
  179. font-size: {text:Details Font Size}px;
  180. opacity:0;
  181. position:absolute;
  182. top:-4px;
  183. right:-123px;
  184. width:100px;
  185. -webkit-transition: opacity .2s ease;
  186. transition: opacity .2s ease;
  187. }
  188.  
  189. #details a{
  190. color:{color:details text} !important;
  191. }
  192.  
  193. #details a:hover{
  194. color:{color:details text hover} !important;
  195. }
  196.  
  197. #postcontainer:hover #details {
  198. opacity:1;
  199. }
  200.  
  201. #posts a {
  202. color: {color:Link};
  203. -webkit-transition: color .2s ease;
  204. transition: color .2s ease;
  205. }
  206.  
  207. #posts a:hover {
  208. color: {color:link hover};
  209. }
  210.  
  211. #posts blockquote {
  212. border-left: solid 2px {color:link};
  213. margin: 0px;
  214. padding-left: 10px;
  215. }
  216.  
  217. #posts .title {
  218. font-size: {text:post title size}px;
  219. }
  220.  
  221. #posts .quotesource {
  222. font-size:{text:font size}px;
  223. text-align:right;
  224. padding-top:5px;
  225. }
  226.  
  227. #posts .text {
  228. font-size:{text:font size}px;
  229. }
  230.  
  231. #notecontainer {
  232. background-color: {color:posts};
  233. color:{color:text};
  234. width: 500px;
  235. padding:10px;
  236. border: outset 4px {color:posts};
  237. position:relative;
  238. margin-top:10px;
  239. }
  240.  
  241. #notecontainer a {
  242. color: {color:Link};
  243. -webkit-transition: color .2s ease;
  244. transition: color .2s ease;
  245. }
  246.  
  247. #notecontainer a:hover {
  248. color: {color:link hover};
  249. }
  250.  
  251. #notecontainer blockquote {
  252. border-left: solid 2px {color:link};
  253. margin: 5px;
  254. padding-left: 10px;
  255. }
  256.  
  257. #notecontainer ol.notes {
  258. list-style-type: none;
  259. margin: 0;
  260. padding: 0;
  261. }
  262.  
  263. #notecontainer img.avatar {
  264. margin-right: 10px;
  265. width: 16px;
  266. height: 16px;
  267. }
  268.  
  269. .autopagerize_page_element{
  270. margin:0;
  271. }
  272.  
  273. #albumart {
  274. background:url(http://i.imgur.com/DykurMM.png);
  275. width:100px;
  276. height:100px;
  277. position:absolute;
  278. }
  279.  
  280. #audioplayercontainer {
  281. opacity:0;
  282. position:relative;
  283. width:98px;
  284. height:98px;
  285. margin-bottom:-{text:font size}px;
  286. -webkit-transition: opacity .3s ease;
  287. transition: opacity .3s ease;
  288. border:2px inset {color:posts};
  289. }
  290.  
  291. #audioplayercontainer:hover {
  292. opacity:0.8;
  293. }
  294.  
  295. #audioplayer {
  296. width:30px;
  297. height:30px;
  298. overflow:hidden;
  299. position: relative;
  300. margin:35px;
  301. }
  302.  
  303. #audioinfo {
  304. float:left;
  305. margin-left:110px;
  306. margin-top:-85px;
  307. position:relative;
  308. }
  309.  
  310. .chatlines {
  311. font-size:{text:font size}px;
  312. border:inset 2px {color:posts};
  313. margin-bottom:2px;
  314. padding:5px;
  315. }
  316.  
  317. .question {
  318. border:inset 4px {color:posts};
  319. padding:10px;
  320. background-color: {color:link boxes};
  321. color: {color:link boxes text};
  322. }
  323.  
  324. .asker {
  325. padding-top:10px;
  326. text-align:right;
  327. }
  328.  
  329. .quote {
  330. border:inset 4px {color:posts};
  331. padding:10px;
  332. background-color: {color:link boxes};
  333. color: {color:link boxes text};
  334. font-size: {text:post title size}px;
  335. }
  336.  
  337. .photo {
  338. border:inset 4px {color:posts};
  339. }
  340.  
  341. #credit {
  342. max-width:40px;
  343. height:auto;
  344. margin:5px;
  345. bottom:0;
  346. position:fixed;
  347. }
  348.  
  349. #s-m-t-tooltip {
  350. padding:5px;
  351. margin:10px;
  352. border:2px outset {color:posts};
  353. background-color: {color:posts};
  354. font-size:{text:details font size}px;
  355. font-variant:small-caps;
  356. color:{color:title};
  357. z-index:999;
  358. }
  359.  
  360. {CustomCSS}
  361. </style>
  362.  
  363. {block:IfInfiniteScroll}
  364. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  365. {/block:IfInfiniteScroll}
  366.  
  367. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  368. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  369. <script>
  370. (function($){
  371. $(document).ready(function(){
  372. $("a[title]").style_my_tooltips({
  373. tip_follows_cursor:true,
  374. tip_delay_time:0,
  375. tip_fade_speed:200,
  376. attribute:"title"
  377. });
  378. });
  379. })(jQuery);
  380. </script>
  381.  
  382.  
  383. </head>
  384. <body>
  385.  
  386. <div id="sidebar">
  387. <a href="/"><div class="title">{Title}</div></a>
  388. <div id="wrapper">
  389. <div id="sidebarimage">
  390. <img src="{Image:Sidebar Image}" style="margin-bottom:-3px" />
  391. </div>
  392. <div id="description">{Description}</div>
  393. </div>
  394. <a href="/"><div class="links">{lang:Home}</div></a>
  395. {block:AskEnabled}
  396. <a href="/ask"><div class="links">{AskLabel}</div></a>
  397. {/block:AskEnabled}
  398. {block:SubmissionsEnabled}
  399. <a href="/submit"><div class="links">{SubmitLabel}</div></a>
  400. {/block:SubmissionsEnabled}
  401. {block:HasPages}{block:Pages}
  402. <a href="{url}"><div class="links">{Label}</div></a>
  403. {/block:Pages}{/block:HasPages}
  404. {block:IfNotInfiniteScroll}
  405. <div class="pagination">
  406. {block:PreviousPage}
  407. <a href="{PreviousPage}">«</a>
  408. {/block:PreviousPage}
  409.  
  410. {block:JumpPagination length="5"}
  411. {block:CurrentPage}
  412. <span class="current_page"><b>{PageNumber}</b></span>
  413. {/block:CurrentPage}
  414.  
  415. {block:JumpPage}
  416. <a class="jump_page" href="{URL}">{PageNumber}</a>
  417. {/block:JumpPage}
  418. {/block:JumpPagination}
  419.  
  420. {block:NextPage}
  421. <a href="{NextPage}">»</a>
  422. {/block:NextPage}
  423. </div>
  424. {/block:IfNotInfiniteScroll}
  425. </div>
  426.  
  427.  
  428.  
  429.  
  430. <div class="autopagerize_page_element">
  431. {block:Posts}
  432. <div id="postspacer">
  433. <div id="postcontainer">
  434. <div id="posts">
  435.  
  436. {block:ifhidecaptions}
  437. {block:Photo}
  438. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  439. {block:PermalinkPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  440. {/block:Photo}
  441.  
  442. {block:Photoset}
  443. {Photoset-500}
  444. {block:PermalinkPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  445. {/block:Photoset}
  446.  
  447. {block:Video}
  448. {Video-500}
  449. {block:permalinkpage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:permalinkpage}
  450. {/block:Video}
  451.  
  452. {block:Audio}
  453. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  454. <div id=audioplayercontainer><div id="audioplayer">{AudioPlayerWhite}</div></div>
  455. <div id=audioinfo>{block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  456. {block:Artist}<small><br><br>{Artist}</small>{/block:Artist}
  457. {block:Album}<small><br><br>{Album}{/block:Album}</small></div>
  458. {block:permalinkpage}{block:caption}<br><div class="caption">{caption}</div>{/block:caption}{/block:permalinkpage}
  459. {block:indexpage}<br>{/block:indexpage}
  460. {/block:Audio}
  461.  
  462. {/block:ifhidecaptions}
  463.  
  464.  
  465.  
  466.  
  467.  
  468. {block:ifnothidecaptions}
  469. {block:Photo}
  470. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  471. {block:Caption}
  472. <div class="text">{caption}</div>
  473. {/block:Caption}
  474. {/block:Photo}
  475.  
  476. {block:Photoset}
  477. {Photoset-500}
  478. {block:Caption}
  479. <div class="text">{caption}</div>
  480. {/block:Caption}
  481. {/block:Photoset}
  482.  
  483. {block:Video}
  484. {Video-500}
  485. {block:Caption}
  486. <div class="text">{caption}</div>
  487. {/block:Caption}
  488. {/block:Video}
  489.  
  490. {block:Audio}
  491. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  492. <div id=audioplayercontainer><div id="audioplayer">{AudioPlayerWhite}</div></div>
  493. <div id=audioinfo>{block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  494. {block:Artist}<small><br><br>{Artist}</small>{/block:Artist}
  495. {block:Album}<small><br><br>{Album}{/block:Album}</small></div>
  496. {block:caption}
  497. <br>
  498. <div class="caption">{caption}</div>
  499. {/block:caption}
  500. {/block:Audio}
  501.  
  502. {/block:ifnothidecaptions}
  503.  
  504.  
  505.  
  506. {block:Quote}
  507. <div class="quote">“{Quote}”</div>
  508. {block:Source}
  509. <div class="quotesource">~ {source}</div>
  510. {/block:Source}
  511. {/block:Quote}
  512.  
  513. {block:Text}
  514. {block:Title}<div class="title">{Title}</div>{/block:Title}
  515. <div class="text">{body}</div>
  516. {/block:Text}
  517.  
  518. {block:Answer}
  519. <div class="question">{Question}
  520. <div class="asker"><b>~ {lang:Asked by asker 2}</b></div></div>
  521. <div class="text">{Answer}</div>
  522. {/block:Answer}
  523.  
  524. {block:Chat}
  525. {block:Title}<div class="title">{Title}</div>{/block:Title}
  526. {block:Lines}
  527. <div class="chatlines">
  528. {block:Label}<strong>{Label} </strong>{/block:Label}
  529. {Line}
  530. </div>
  531. {/block:Lines}
  532. {/block:Chat}
  533.  
  534. {block:Link}
  535. <div class="title"><a href="{URL}">{Name}</a></div>
  536. {block:Description}
  537. <div class="text">{Description}</div>
  538. {/block:Description}
  539. {/block:Link}
  540.  
  541.  
  542.  
  543. <div id="details">
  544. <div style="float:right">
  545. {reblogbutton size=13}
  546. {likebutton size=13}
  547. </div>
  548. <a href="{Permalink}">
  549. {block:Date}{TimeAgo}{/block:Date}
  550. {block:NoteCount}<br>{NoteCountWithLabel}{/block:NoteCount}
  551. </a>
  552. {block:Tags}<br><a href="{TagURL}"># {Tag}</a> {/block:Tags}
  553. </div>
  554.  
  555.  
  556. </div>
  557.  
  558.  
  559. {block:PostNotes}
  560. <div id="notecontainer">{PostNotes}</div>
  561. {/block:PostNotes}
  562.  
  563.  
  564. </div>
  565. </div>
  566.  
  567. {/block:Posts}
  568. </div>
  569.  
  570. <div id="credit">
  571. <a href="http://onehellofathemeblog.tumblr.com/" title="Theme Credit">
  572. <img src="http://i59.tinypic.com/35n21q1.png" /></a>
  573. </div>
  574.  
  575. </body>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement