Advertisement
elsetetra

theme 002; paper moon.

Jul 30th, 2014
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. THEME BY ELSETETRA.
  5. @farnsworth.co.vu
  6. do not steal, remove credit, move credit to another page, or otherwise claim as your own.
  7. if you have any questions i'm happy to help!
  8. -->
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12.  
  13.  
  14. <title>{TITLE}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <!--Default Variables-->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#aaaaaa"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:Link hover" content="#7E8890"/>
  26. <meta name="color:Title color" content="#094C45"/>
  27.  
  28. <meta name="image:left image" content="http://www.cwc-i.com/wp-content/uploads/2011/12/SP_Moon1.png" />
  29.  
  30. <meta name="text:Link 1 URL" content="/" />
  31. <meta name="text:Link 1" content="link 1" />
  32. <meta name="text:Link 1 toolprop" content="hover 1" />
  33. <meta name="text:Link 2 URL" content="/" />
  34. <meta name="text:Link 2" content="link 2" />
  35. <meta name="text:Link 2 toolprop" content="hover 2" />
  36. <meta name="text:Title Hover" content="there are no goodbyes" />
  37.  
  38. <meta name="if:Opaque Description" content="1" />
  39. <meta name="if:Contained Posts" content="1" />
  40.  
  41.  
  42. <!-- jquery for tooltips-->
  43.  
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:30,
  60.  
  61. tip_fade_speed:300,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911' rel='stylesheet' type='text/css'>
  74.  
  75.  
  76. <!--CSS customization here. -->
  77.  
  78. <style type="text/css">
  79.  
  80. ::-webkit-scrollbar-thumb {background-color:#ececec; border: 3px solid #fff; height:auto; border-bottom:none;}
  81.  
  82. ::-webkit-scrollbar {height:9px;width:9px;background-color:#ececec; border:4px solid #fff;}
  83.  
  84. #s-m-t-tooltip {
  85. max-width:150px;
  86. padding:3px;
  87. margin:20px 14px 7px 10px;
  88. background-color:#fff; /* change the background color */
  89. font-family:Calibri; /* change the font */
  90. font-style: normal;
  91. font-size:9px; /* change the font size */
  92. line-height:11px;
  93. letter-spacing:1px; /* change the letter spacing */
  94. text-transform:none; /* can be uppercase, lowercase, none*/
  95. text-align:center;
  96. color:{color:Title color}; /* change the text color */
  97. z-index:999;
  98. box-shadow:2px 2px 1px rgba(0,0,0,.1);
  99. }
  100.  
  101.  
  102. /*cursor*/
  103.  
  104. *, body, a, a:hover {
  105. cursor:url('http://i.imgur.com/MufN5Yg.png'), auto
  106.  
  107. }
  108.  
  109. /*basics*/
  110. blockquote {padding:5px 0 5px 30px;
  111. border-left:1px solid {color:text};
  112. margin-left:30px;
  113.  
  114. }
  115.  
  116. body {
  117. background:{color:Background};
  118. color:{color:text};
  119. font-size:10px;
  120. text-align:justify;
  121. margin:0;
  122. line-height:16px;
  123.  
  124. }
  125.  
  126.  
  127. a {
  128. color:#212121;
  129. text-decoration:none;
  130. -webkit-transition:all .3s ease-in-out;
  131. -moz-transition:all .3s ease-in-out;
  132. -o-transition:all .3s ease-in-out;
  133. -ms-transition:all .3s ease-in-out;
  134. transition:all .3s ease-in-out;
  135.  
  136. }
  137.  
  138. a:hover {
  139. color:#84AB81;
  140. cursor: url(http://i.imgur.com/QvLw9ZZ.png), progress;
  141.  
  142. }
  143.  
  144. img {
  145. opacity:1;
  146. border:none;
  147. text-decoration:none
  148.  
  149. }
  150.  
  151.  
  152. small {
  153. font-size:9px;
  154.  
  155. }
  156.  
  157. big {
  158. font-size:12px;}
  159.  
  160.  
  161. #title {
  162. font-size:12px;
  163. line-height:18px;
  164. font-weight:bold;
  165. margin-bottom:10px;
  166. text-transform:uppercase;
  167. text-align:left;}
  168.  
  169.  
  170. /*sidebar*/
  171. #sidebar {
  172. text-align:left;
  173. position:fixed;
  174. margin-left:25px;
  175. margin-top:165px;
  176. width:137px;
  177. padding-top:7px;
  178. padding-left:7px;
  179. padding-bottom:7px;
  180. padding-right:14px;
  181. {block:ifOpaqueDescription}background-color:rgba(255, 255, 255, 0.92);
  182. border:1px dashed #359135;
  183. border-radius:5px;{/block:ifOpaqueDescription}
  184. }
  185.  
  186. #blogt {
  187. font-size:17px;
  188. font-weight:none;
  189. text-align:center;
  190. padding-left:9px;
  191. letter-spacing:2px;
  192. font-family:'Goudy Bookletter 1911', serif;
  193. }
  194.  
  195. #blogt a {
  196. color:{color:title color};
  197. -webkit-transition:all .3s ease-in-out;
  198. -moz-transition:all .3s ease-in-out;
  199. -o-transition:all .3s ease-in-out;
  200. -ms-transition:all .3s ease-in-out;
  201. transition:all .3s ease-in-out;
  202.  
  203. }
  204.  
  205. #blogt a:hover {
  206. color:#597B60;
  207. cursor: url(http://i.imgur.com/LMuPRRo.png), progress;
  208.  
  209. }
  210.  
  211. #links {
  212. line-height:16px;
  213. text-transform:lowercase;
  214. margin-left:11px;
  215. border-top:1px dotted #005613;
  216. padding-top:10px;
  217. position:center;
  218. }
  219.  
  220.  
  221. #links a {
  222. font-size:9px;
  223. padding-right:2px;
  224. display:inline-block;
  225. margin-bottom:5px;
  226. }
  227.  
  228. #description {
  229. text-align:center;
  230. font-style:serif;
  231. font-size:10px;
  232. line-height:12px;
  233. margin-left:7px;
  234. padding-top:13px;
  235. }
  236.  
  237. #limg {
  238. left:0px;
  239. bottom:0px;
  240. position:fixed;
  241. }
  242.  
  243. #limg img {
  244. width:500px;
  245. }
  246.  
  247. /*pagination*/
  248. #pagination {
  249. margin:50px 0;
  250. text-transform:lowercase;
  251. font-weight:bold;
  252. }
  253. #pagination a {
  254. padding:0 15px;
  255. }
  256.  
  257. /*container*/
  258. #con {
  259. left:50%;
  260. margin-left:-400px;
  261. position:absolute;
  262. }
  263.  
  264.  
  265.  
  266. /*posts*/
  267.  
  268. #entries {
  269. position:absolute;
  270. width:550px;
  271. margin-left:240px;
  272. margin-top:40px;
  273. text-align:justify;
  274. padding:10px;
  275. padding-left:50px;
  276. z-index:999;
  277. {block:ifContainedPosts}
  278. height:565px;
  279. border:1px solid #eee;
  280. background-color:#fff;
  281. overflow-x:hidden;
  282. overflow-y:auto;
  283. margin-bottom:30px;
  284. {/block:ifContainedPosts}
  285.  
  286. }
  287.  
  288.  
  289.  
  290. #posts {
  291. width:500px;
  292. {block:IndexPage}
  293. margin-bottom:75px;
  294. {/block:IndexPage}
  295. {block:PermalinkPage}
  296. margin-bottom:50px;
  297. {/block:PermalinkPage}
  298. padding-bottom:20px;
  299. border-bottom: 1px dotted {color:Borders};
  300.  
  301. }
  302. #posts img {
  303. max-width:500px;
  304. }
  305.  
  306. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  307. .caption {width:100%;
  308. margin-top:10px;
  309.  
  310. }
  311.  
  312. /*quote*/
  313.  
  314. #titlequote{text-align:left;
  315. font-size:14px;
  316. line-height:18px;
  317. font-weight:bold;
  318. }
  319. #source {
  320. margin-top:15px;
  321. margin-left:15px;}
  322.  
  323. /*audio*/
  324.  
  325. .player {
  326. width:25px;
  327. height:25px;
  328. overflow:hidden;
  329. position:absolute;
  330. background:white;}
  331.  
  332. .audioinfo {
  333. margin-left:50px;
  334. }
  335.  
  336.  
  337. /*asks*/
  338. #asks img {
  339. width: 25px;
  340. height: 25px;
  341. border: 3px solid {color:Borders};
  342. }
  343.  
  344. #asks a {
  345. font-size: 11px;
  346. color: {color:Link};
  347. letter-spacing:1px;
  348. font-family: 'Consolas', Georgia, serif;
  349. text-align: center;
  350. text-transform: uppercase;
  351. }
  352.  
  353. #asks a:hover {
  354. color: {color:Link Hover};
  355. }
  356.  
  357. #askcontainer {
  358. width: 450px;
  359. border-bottom: 1px solid {color:Borders};
  360. background-color: transparent;
  361. text-align: left;
  362. font-size: 10px;
  363. padding-left:40px;
  364. padding-top:2px;
  365. padding-bottom:10px;
  366. padding-right:10px;
  367. line-height:130%;
  368. color: {color:Bold};
  369. font-family: 'Calibri', sans-serif;
  370. display:block;
  371. }
  372.  
  373.  
  374. /*chat*/
  375.  
  376. .chat ol {
  377. padding:0;
  378. list-style:none;
  379. }
  380. .line {padding:5px 0;}
  381.  
  382. .label {font-weight:bold;
  383. }
  384.  
  385.  
  386.  
  387.  
  388.  
  389. /*permalink and notes*/
  390.  
  391. #permalink {
  392. margin-top:15px;
  393. font-size:9px;
  394. text-transform:none;
  395. }
  396. #permalink a {margin-right:10px;
  397. }
  398.  
  399.  
  400. .tags {
  401. word-break:keep-all;
  402. font-size:9px;
  403. }
  404.  
  405. .pagenotes {
  406. {block:IndexPage}
  407. display: none!important;
  408. {/block:IndexPage}
  409. width:400px;
  410. text-align:left;
  411.  
  412. }
  413. .pagenotes img {
  414. display:none!important;}
  415. .pagenotes li {
  416. list-style-type:none;
  417. padding:5px 0px;
  418. text-align:left;
  419. margin:0 0 0 -40px;
  420.  
  421. }
  422.  
  423. #credit a{
  424. position:fixed;
  425. font-family:calibri;
  426. font-size:10px;
  427. right:5px;
  428. bottom:5px;
  429. text-align:center;
  430. color:#A6BCCD;
  431. -webkit-transition:all .3s ease-in-out;
  432. -moz-transition:all .3s ease-in-out;
  433. -o-transition:all .3s ease-in-out;
  434. -ms-transition:all .3s ease-in-out;
  435. transition:all .3s ease-in-out;
  436. }
  437.  
  438. #credit a:hover{
  439. color:#E7EFF5;
  440. }
  441.  
  442.  
  443.  
  444.  
  445. {CustomCSS}
  446.  
  447.  
  448. </style>
  449.  
  450. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  451.  
  452. </head>
  453.  
  454. <body>
  455.  
  456. <div id="limg"><img src="{image:left image}"></div>
  457.  
  458. <div id="con">
  459.  
  460. <div id="sidebar">
  461. <div id="blogt"><a href="/" title="{text:title hover}">{Title}</a></div>
  462. <div id="description">{Description}</div>
  463. <div id="links">
  464. <a href="/" title="return.">home.</a>
  465. <a href="/ask" title="message.">speak.</a>
  466. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1 toolprop}">{text:Link 1}</a>{/block:ifLink1}
  467. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2 toolprop}">{text:Link 2}</a>{/block:ifLink2}
  468. </div>
  469.  
  470.  
  471.  
  472.  
  473. </div>
  474.  
  475.  
  476.  
  477.  
  478. <div id="entries">
  479.  
  480. {block:Posts}
  481. <div id="posts">
  482.  
  483.  
  484. {block:Quote}
  485.  
  486.  
  487. <div id="titlequote">“{Quote}”</div>
  488. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  489. {/block:Quote}
  490.  
  491.  
  492.  
  493. {block:Text}
  494.  
  495. {block:Title}
  496. <div id="title">{Title}</div>{/block:Title}
  497. {Body}
  498. {/block:Text}
  499.  
  500. <div id="scrollbar">{scrollbar}</div>
  501.  
  502. {block:Link}
  503. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  504. {/block:Link}
  505.  
  506. {block:Chat}
  507. {block:Title}
  508. <h1>{Title}</h1>
  509. {/block:Title}
  510. <div class="chat">
  511. <ol>{block:Lines}
  512. <li class="line {Alt}">
  513. {block:Label}
  514. <span class="label">
  515. {Label}</span>
  516. {/block:Label}{Line}</li>
  517. {/block:Lines}
  518. </ol></div>
  519. {/block:Chat}
  520.  
  521. {block:Photo}
  522. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  523. {/block:Photo}
  524.  
  525. {block:Photoset}
  526. {Photoset-500}
  527. {/block:Photoset}
  528.  
  529. {block:Video}
  530. {Video-500}
  531. {/block:Video}
  532.  
  533. {block:Audio}
  534. <div class="player">{AudioPlayerWhite}</div>
  535. <div class="audioinfo">
  536. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  537. </div>
  538. {/block:Audio}
  539.  
  540. {block:Answer}
  541.  
  542. <div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="askcontainer"><b>{Asker}</b> asked:<br>{Question}</div></div>{Answer}
  543.  
  544. {/block:Answer}
  545.  
  546. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  547.  
  548. {block:Date}
  549. <div id="permalink">
  550. <a href="{Permalink}" >{DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix} {12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<a href=”{ReblogURL}” target=”_blank” class=”details”>reblog</a>
  551. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  552. </div>
  553. {/block:Date}
  554.  
  555.  
  556.  
  557. </div>
  558.  
  559.  
  560. {block:PostNotes}
  561. <div class="pagenotes">
  562. {PostNotes}
  563. </div>
  564. {/block:PostNotes}
  565.  
  566.  
  567. {/block:Posts}
  568.  
  569. <div id="pagination">
  570. {block:Pagination}
  571. {block:PreviousPage}
  572. <a href="{PreviousPage}">&larr; previous </a>
  573. {/block:PreviousPage}
  574.  
  575.  
  576. {block:NextPage}
  577. <a href="{NextPage}">next &rarr;</a>
  578. {/block:NextPage}
  579. {/block:Pagination}
  580. </div>
  581.  
  582.  
  583.  
  584.  
  585.  
  586. </div>
  587.  
  588. </div>
  589.  
  590.  
  591. {block:ContentSource}
  592. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  593. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  594. {/block:SourceLogo}
  595. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  596. {/block:ContentSource}
  597.  
  598. <div id="credit"><a href="farnsworth.co.vu">ELSETETRA</a></div>
  599.  
  600. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement