Advertisement
florels

theme #16 - disclosure

Dec 21st, 2013
10,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6. disclosure theme made by florels
  7. dont remove the credits or ill remove your internal organs
  8.  
  9. the nav links used in this theme are originally from
  10. http:/EN-5NZBJSCCX7/tympanus.net/codrops/2013/08/06/creative-link-effects/ xx
  11.  
  12. -->
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16.  
  17. <link rel="icon" href="{Favicon}"/>
  18. <title>{Title}</title>
  19. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  20.  
  21. <meta name="color:background" content="#f9f9f9" />
  22. <meta name="color:border" content="#e0e0e0" />
  23. <meta name="color:link" content="#7d7d7d" />
  24. <meta name="color:link hover" content="#e0e0e0" />
  25. <meta name="color:post bg" content="#ffffff" />
  26. <meta name="color:sb bg" content="#ffffff" />
  27. <meta name="color:sb text" content="#7d7d7d" />
  28. <meta name="color:scrollbar" content="#7d7d7d" />
  29. <meta name="color:scrollbar bg" content="#000000" />
  30. <meta name="color:text" content="#7d7d7d" />
  31.  
  32. <meta name="image:background" content="" />
  33. <meta name="image:sb image" content="" />
  34.  
  35. <meta name="if:title shadow" content="1" />
  36. <meta name="if:3 columns" content="0" />
  37. <meta name="if:no sb image" content="0" />
  38.  
  39. <meta name="text:post opacity" content="0.7" />
  40. <meta name="text:post hover opacity" content="1" />
  41. <meta name="text:asklink" content="/ask" />
  42. <meta name="text:linka url" content="/" />
  43. <meta name="text:linka title" content="linka" />
  44. <meta name="text:linkb url" content="/" />
  45. <meta name="text:linkb title" content="linkb" />
  46. <meta name="text:linkc url" content="/" />
  47. <meta name="text:linkc title" content="linkc" />
  48.  
  49. {block:indexpage}
  50. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  51.  
  52. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  53. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  54.  
  55. <script type="text/javascript">
  56. $(window).load(function () {
  57. $('#posts').masonry(),
  58. $('.masonryWrap').infinitescroll({
  59. navSelector : "div.navigation",
  60. // selector for the paged navigation (it will be hidden)
  61. nextSelector : ".navigation a#next",
  62. // selector for the NEXT link (to page 2)
  63. itemSelector : ".post",
  64. // selector for all items you'll retrieve
  65. bufferPx : 10000,
  66. extraScrollPx: 10000,
  67. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  68. loadingText : "<em></em>",
  69. },
  70. // call masonry as a callback.
  71. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  72. );
  73. });
  74. </script>
  75.  
  76. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  77.  
  78.  
  79. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
  80.  
  81.  
  82.  
  83.  
  84. <style type="text/css">
  85.  
  86. iframe#tumblr_controls {
  87. top: 0% !important;
  88. right:0% !important;
  89. position: fixed !important;}
  90.  
  91. #infscr-loading{
  92. position: absolute;
  93. left: 50%;
  94. margin-left:-8px;
  95. width:15px;
  96. height:15px;
  97. overflow:hidden;
  98. bottom:45px;}
  99.  
  100. ::selection {
  101. background:#7d7d7d;
  102. color: #fff;}
  103.  
  104. ::-moz-selection {
  105. background:#7d7d7d;
  106. color: #fff;}
  107.  
  108. body{
  109. margin:0px;
  110. padding:0px;;
  111. font-family:'calibri';
  112. z-index:1;
  113. font-size:10px;
  114. color:{color:text};
  115. background-color:{color:background};
  116. background-image:url('{image:background}');
  117. background-attachment:fixed;
  118. background-image:repeat;}
  119.  
  120. a {
  121. color:{color:link};
  122. text-decoration:none;
  123. -moz-transition:0.4s ease-in-out;
  124. -webkit-transition:0.4s ease-in-out;
  125. -o-transition:0.4s ease-in-out;
  126. transition:0.4s ease-in-out;}
  127.  
  128. body, a:hover, html{cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto !important;}
  129.  
  130. a:hover {
  131. text-decoration:none;
  132. color:{color:link hover};}
  133.  
  134. a:active,a:focus {outline:0;}
  135.  
  136. ::-webkit-scrollbar-thumb{
  137. background-color:{color:scrollbar};
  138. border: 2px solid {color:background};
  139. height:5px;
  140. -moz-border-radius: 20px;
  141. border-radius: 20px; }
  142.  
  143. ::-webkit-scrollbar {
  144. height:5px;
  145. width:9px;
  146. background-color:{color:scrollbar bg};
  147. border: 4px solid {color:background};}
  148.  
  149. #posts {
  150. {block:IndexPage}
  151. width:585px;
  152. {block:if3columns}
  153. width:760px;
  154. {/block:if3columns}
  155. margin-left:-200px;
  156. {/block:IndexPage}
  157. {block:PermalinkPage}
  158. width:500px;
  159. margin-left:-200px;
  160. {/block:PermalinkPage}
  161. position:relative;
  162. float:left;
  163. top:40px;
  164. left:50%;}
  165.  
  166. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  167.  
  168. #sb{
  169. left:50%;
  170. margin-left:-450px;
  171. margin-top:100px;
  172. {block:ifnosbimage}
  173. margin-top:140px;
  174. {/block:ifnosbimage}
  175. position:fixed;
  176. background:{color:sb bg};
  177. padding:10px;
  178. border:1px solid {color:border};
  179. border-radius:5px;
  180. height:auto;
  181. color:{color:sb text};
  182. z-index:1;
  183. width:200px;}
  184.  
  185. .blogtitle {
  186. top:270px;
  187. {block:ifnosbimage}
  188. top:150px;
  189. {/block:ifnosbimage}
  190. text-align:center;
  191. position:fixed;
  192. background-color:{color:sb text};
  193. width:200px;
  194. padding:3px 0px;
  195. color:{color:sb bg};
  196. z-index:3;
  197. {block:iftitleshadow}
  198. text-shadow: 1px 1px 0px #919191;
  199. {/block:iftitleshadow}
  200. color:{color:sb};
  201. font-size:10px;
  202. font-family:'calibri';
  203. text-transform:uppercase;
  204. text-decoration:none;
  205. -moz-transition:0.4s ease-in-out;
  206. -webkit-transition:0.4s ease-in-out;
  207. -o-transition:0.4s ease-in-out;
  208. transition:0.4s ease-in-out;}
  209.  
  210. .blogtitle:hover{
  211. background-color:{color:sb bg};
  212. color:{color:sb text};
  213. {block:iftitleshadow}
  214. text-shadow: 1px 1px 0px #C7C7C7;
  215. {/block:iftitleshadow}}
  216.  
  217. .sbimage{
  218. margin-top:0px;
  219. width:200px;
  220. text-align:right;
  221. z-index:2;
  222. margin-left:0px;
  223. position:fixed;
  224. border-radius:5px;}
  225.  
  226. .description {
  227. text-align:justify;
  228. color:{color:text};
  229. font-family:'calibri';
  230. line-height:100%;
  231. font-size:10px;
  232. width:200px;
  233. margin-top:185px;
  234. {block:ifnosbimage}
  235. margin-top:25px;
  236. {/block:ifnosbimage}}
  237.  
  238. .description a{
  239. z-index:2;
  240. color:{color:link};
  241. text-decoration:none;}
  242.  
  243. .description a:hover{
  244. text-decoration:none;}
  245.  
  246. .navlinks{
  247. width:170px;
  248. margin-left:15px;}
  249.  
  250. .navlinks a:hover{
  251. color:{color:sb text};}
  252.  
  253. nav a {
  254. position: relative;
  255. display: inline-block;
  256. outline: none;
  257. color:{color:sb text};
  258. width:70px;
  259. font-family:calibri;
  260. text-decoration: none;
  261. top:5px;
  262. text-align:center;
  263. text-transform: uppercase;
  264. font-weight: 400;
  265. font-size:8px;}
  266.  
  267. nav a:hover,
  268. nav a:focus {
  269. outline: none;}
  270. .cl-effect-6 a {
  271. margin: 5px 5px;
  272. padding: 3px 0px;}
  273.  
  274. .cl-effect-6 a::before {
  275. position: absolute;
  276. top: 0;
  277. left: 0;
  278. width: 100%;
  279. height: 1px;
  280. background:{color:sb text};
  281. content: '';
  282. -webkit-transition: top 0.3s;
  283. -moz-transition: top 0.3s;
  284. transition: top 0.3s;}
  285.  
  286. .cl-effect-6 a::after {
  287. position: absolute;
  288. top: 0;
  289. left: 0;
  290. width: 1px;
  291. height: 1px;
  292. background:{color:sb text};
  293. content: '';
  294. -webkit-transition: height 0.3s;
  295. -moz-transition: height 0.3s;
  296. transition: height 0.3s;}
  297.  
  298. .cl-effect-6 a:hover::before {
  299. top: 100%;
  300. opacity: 1;}
  301.  
  302. .cl-effect-6 a:hover::after {
  303. height: 100%;}
  304.  
  305. .notes {
  306. padding-left:20px;
  307. font-size:10px;
  308. padding-bottom:15px;}
  309.  
  310. li.notes {
  311. float:left;
  312. width:500px;
  313. padding-left:5px;
  314. margin-top:10px;
  315. overflow-x:hidden;
  316. over-flow-y:scroll;
  317. list-style-type:none;
  318. font-weight:normal;
  319. font-size:10px;
  320. text-transform:none;}
  321.  
  322. li.note {
  323. padding-top:2px;
  324. opacity:1;
  325. -moz-transition:0.1s ease-in;
  326. -webkit-transition:0.1s ease-in;
  327. -o-transition:0.1s ease-in;
  328. transition:0.1s ease-in;}
  329.  
  330. li.note img.avatar {
  331. width:14px;
  332. height:14px;}
  333.  
  334. .permalink {
  335. text-align:center;
  336. font-size:8px;
  337. word-spacing:10px;
  338. padding-top:10px;
  339. width:200px;
  340. {block:permalinkpage}
  341. opacity:0;
  342. {/block:permalinkpage}}
  343.  
  344. .permalink a{
  345. color:{color:permalink link};
  346. font-size:8px;
  347. text-transform:uppercase;
  348. letter-spacing:1px;
  349. text-decoration:none;}
  350.  
  351. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  352.  
  353. .headings{
  354. font-size:16px;
  355. text-align:left;
  356. font-style:italic;}
  357.  
  358. .albumart {
  359. width:75px;
  360. height:75px;
  361. {block:permalinkpage}
  362. width:200px;
  363. height:200px;
  364. {/block:permalinkpage}
  365. position:absolute;}
  366.  
  367. .albumart img {
  368. width:75px;
  369. height:75px;
  370. {block:permalinkpage}
  371. width:200px;
  372. height:200px;
  373. {/block:permalinkpage}
  374. float:left;}
  375.  
  376. .player{
  377. padding-top:60px;
  378. margin-left:-4px;}
  379.  
  380. .yeye {
  381. margin-left:80px;
  382. float:left;
  383. color:{color:Text};
  384. width:120px;
  385. padding:2px;
  386. margin-top:0px;
  387. line-height:150%;}
  388.  
  389. .post {
  390. {block:indexpage}
  391. width:200px;
  392. margin:15px;
  393. padding:10px;
  394. border:1px solid {color:border};
  395. border-radius:5px;
  396. background:{color:post bg};
  397. {/block:indexpage}
  398. {block:permalinkpage}
  399. width:500px;
  400. padding:20px;
  401. margin-top:15px;
  402. {/block:permalinkpage}
  403. float:left;
  404. position:relative;
  405. text-align:justify;
  406. font-family:'calibri';
  407. font-size:10px;
  408. color:{color:text};}
  409.  
  410. {block:indexpage}
  411. .post img{
  412. max-width:200px;
  413. opacity:{text:post opacity};
  414. -moz-transition:0.3s ease-in-out;
  415. -webkit-transition:0.3s ease-in-out;
  416. -o-transition:0.3s ease-in-out;
  417. transition:0.3s ease-in-out;}
  418. {/block:indexpage}
  419.  
  420. .post img:hover{
  421. opacity:{text:post hover opacity};}
  422.  
  423. .image{
  424. padding-bottom:15px;}
  425.  
  426. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  427.  
  428.  
  429. .photoset{
  430. opacity:{text:post opacity};
  431. -moz-transition:0.3s ease-in-out;
  432. -webkit-transition:0.3s ease-in-out;
  433. -o-transition:0.3s ease-in-out;
  434. transition:0.3s ease-in-out;}
  435.  
  436. .photoset{
  437. opacity:{text:post hover opacity};}
  438.  
  439. .quote {
  440. text-align:center;
  441. font-size:12px;}
  442.  
  443. .quotesource {
  444. text-align:right;}
  445.  
  446. .image:hover{
  447. opacity:1;}
  448.  
  449. .chat { text-align:right; line-height:11px; }
  450.  
  451. .captions { margin-top:-8px;}
  452.  
  453. .video embed, .video object, .video iframe {
  454. {block:IndexPage}
  455. width:200px /**/ !important;
  456. {/block:IndexPage}
  457. height:auto !important;
  458. }
  459.  
  460. </style>
  461. </head>
  462.  
  463. <body>
  464.  
  465. <div id="sb">
  466.  
  467. {block:ifnotnosbimage}
  468. <div class="sbimage"><img style="width:200px; height:150px" src="{image:sb image}"/></div>{/block:ifnotnosbimage}
  469.  
  470. <div class="blogtitle">{title}</div>
  471.  
  472. <div class="description"> {description} </div>
  473.  
  474. <div class="navlinks">
  475. <nav class="cl-effect-6">
  476. <a href="/">home</a>
  477. <a href="{text:asklink}">message</a>
  478. <a href="{text:linka url}">{text:linka title}</a>
  479. <a href="{text:linkb url}">{text:linkb title}</a>
  480. <a href="{text:linkc url}">{text:linkc title}</a>
  481. <a href="http://emmalucys.com">theme</a>
  482. </nav></div>
  483. </div>
  484. </div>
  485.  
  486.  
  487.  
  488. <div id="posts">
  489.  
  490. {block:Posts}
  491.  
  492.  
  493. {block:Text}
  494. <div class="post">
  495. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  496. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Text}
  497.  
  498.  
  499. {block:Photo}
  500. <div class="post">
  501. {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"></a>
  502. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  503. {/block:IndexPage}
  504. {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
  505. </div>
  506. {/block:Photo}
  507.  
  508.  
  509. {block:Photoset}
  510. <div class="post">
  511. {block:Photos}
  512. {block:indexpage}<img src="{PhotoURL-500}" width="200" />{/block:indexpage}
  513. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  514. {/block:Photos}
  515. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  516. {/block:Photoset}
  517.  
  518.  
  519. {block:Quote}
  520. <div class="post">
  521. <div class="quote">'<i>{Quote}</i>'</div>
  522. <div class="quotesource">— {Source}</div>
  523. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  524. {/block:Quote}
  525.  
  526.  
  527. {block:Link}
  528. <div class="post">
  529. <div class="headings"><a href="{URL}">{Name}</a></div>
  530. {block:Description}{Description}{/block:Description}
  531. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  532. {/block:Link}
  533.  
  534.  
  535. {block:Chat}
  536. <div class="post">
  537. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  538. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  539. {/block:Label}{/block:Lines}</div>
  540. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  541. {/block:Chat}
  542.  
  543. {block:Video}
  544. {block:IndexPage}
  545. <div class="post"><div class="video">{Video-250}</div>
  546. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  547. {/block:IndexPage}
  548. {block:PermalinkPage}
  549. {Video-500}
  550. {/block:PermalinkPage}
  551. {block:Video}
  552.  
  553.  
  554. {block:Audio}
  555. {block:indexpage}
  556. <div class="post">
  557. <div class="albumart">
  558. <img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  559. {block:TrackName}<div class="yeye"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  560. {block:Artist}<div class="yeye"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  561. {block:Album}<div class="yeye"><b>Album:</b> {Album}</div>{/block:Album}
  562. {block:PlayCount}<div class="yeye"><b>Played:</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  563. <div class="player">{AudioPlayerWhite}</div>
  564. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  565. </div>
  566. {/block:indexpage}
  567. {block:permalinkpage}{AudioPlayerWhite}{/block:permalinkpage}
  568. {/block:Audio}
  569.  
  570.  
  571. {block:Answer}
  572. <div class="post">
  573. {Question}<br>- {Asker} <br><i> {Answer} </i>
  574. <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> <img src="http://i1117.photobucket.com/albums/k596/xcoolstoryunicorn/heartpink.gif"/> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  575. {/block:Answer}
  576.  
  577.  
  578. {block:PermalinkPage}
  579. <div class="notes">
  580. {Caption}
  581. posted {TimeAgo}
  582. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  583. {block:RebloggedFrom}
  584. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  585. {/block:RebloggedFrom}
  586. {block:ContentSource}
  587. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  588. {/block:ContentSource}
  589. <br><br>{PostNotes}</div>
  590. {/block:PermalinkPage}
  591.  
  592.  
  593.  
  594. {/block:posts}
  595.  
  596.  
  597. </div></div></div></div>
  598.  
  599. </body>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement