thehiddenwill-themes

Theme 10.

Jun 21st, 2013
736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.48 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. THEME 10
  5. @thehiddenwill-themes.tumblr.com
  6. ------------------------------------------------------------------------->
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. <meta name="text:Link 1 URL" content=""/>
  15. <meta name="text:Link 2 URL" content=""/>
  16. <meta name="text:Link 3 URL" content=""/>
  17. <meta name="text:Link 4 URL" content=""/>
  18. <meta name="if:Show Title" content="1"/>
  19. <meta name="if:Show Tags" content="0"/>
  20. <meta name="if:Show Captions" content="0"/>
  21. <meta name="if:Show Tags" content="0"/>
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content=""/>
  24.  
  25. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  26. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  27. </script>
  28.  
  29. <style type="text/css">
  30.  
  31.  
  32. ::-webkit-scrollbar {background-color:#000; height:8px; width:4px}
  33. ::-webkit-scrollbar-thumb:vertical {background-color:#fff; height:50px}
  34. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff; height:8px!important}
  35.  
  36. .photo {
  37. filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  38. filter: gray; /* IE6-9 */
  39. -webkit-filter: grayscale(0.7);
  40. -webkit-transition: all 0.5s ease-in-out;
  41. -moz-transition: all 0.5s ease-in-out;
  42. -o-transition: all 0.5s ease-in-out;
  43. -ms-transition: all 0.5s ease-in-out;
  44. transition: all 0.5s ease-in-out;
  45. }
  46.  
  47. .photo:hover{
  48. filter: none;
  49. -webkit-filter: grayscale(0.4);
  50. -webkit-transition: all 0.7s ease-in-out;
  51. -moz-transition: all 0.7s ease-in-out;
  52. -o-transition: all 0.7s ease-in-out;
  53. }
  54.  
  55.  
  56. iframe#tumblr_controls {position: fixed !important;z-index: 9999;opacity:1;-webkit-filter: invert(100%);-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  57. iframe#tumblr_controls:hover {opacity:1;-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  58.  
  59. :-moz-selection {
  60. background: #eee;
  61. color: #000;
  62. }
  63.  
  64. ::selection {
  65. background: #eee;
  66. color: #000;
  67. }
  68.  
  69. iframe.photoset{
  70. {block:IndexPage}
  71. width:180px!important;
  72. {/block:IndexPage}
  73. }
  74.  
  75. body {
  76. color: #000000;
  77. background: #ffffff url({image:Background});
  78. font-family: courier;
  79. font-size: 10px;
  80. line-height: 1.5em;
  81. }
  82.  
  83.  
  84. p {
  85. margin:0 0 .75em 0;
  86. }
  87.  
  88. p:last-child {
  89. margin:0;
  90. }
  91.  
  92.  
  93. a {
  94. cursor:help;
  95. color: #000;
  96. text-decoration:none;
  97. }
  98.  
  99. .menu-link a {
  100. cursor:help;
  101. color:#fff;
  102. }
  103.  
  104. a:hover { cursor:help; color: #000; text-shadow:none; text-decoration:line-through;}
  105.  
  106. blockquote {
  107. quotes: "" "" "'" "'";
  108. margin: 0.75em 0 .75em .75em;
  109. padding-left: 1.5em;
  110. line-height: 100%;
  111. border-left: solid 4px #000;
  112. }
  113.  
  114. h1 {
  115. font-family: georgia;
  116. font-size: 12px;
  117. font-style:italic;
  118. line-height: 1.5em;
  119. font-weight: normal;
  120. }
  121.  
  122. ul {
  123. margin: 0px 1.5em .75em;
  124. }
  125.  
  126.  
  127. li {
  128. margin: .75em 0;
  129. list-style-type: hiragana;
  130. }
  131.  
  132.  
  133. .box img {
  134. display: block;
  135. max-width: 100%;
  136. }
  137.  
  138. .m-i {
  139. display: block;
  140. line-height: 1px!important;
  141. }
  142.  
  143. .menu-picture {
  144. line-height: 100%;
  145. display: inline-block;
  146. line-height: 0px!important;
  147. }
  148.  
  149. .post-link{
  150. font-family: courier;
  151. font-size: 7px;
  152. line-height: 7px;
  153. }
  154.  
  155. p.source{text-align: center; text-transform:lowercase; }
  156.  
  157.  
  158. .menu-picture {
  159. line-height: 100%;
  160. display: inline-block;
  161. }
  162.  
  163. p.source{text-align: right;}
  164.  
  165.  
  166. h3 {
  167. font-family:georgia;
  168. font-style:italic;
  169. text-align:center;
  170. font-size: 12px;
  171. font-weight: normal;
  172. }
  173.  
  174. .tagged { text-align: center; line-height: 8px;font-size: 8px;}
  175.  
  176. .text { padding: 5px;}
  177.  
  178. p.question {
  179. margin-bottom: .375em;
  180. }
  181.  
  182. p.words {
  183. font-family:georgia;
  184. font-size:12px;
  185. font-style:italic;
  186. padding: 6px;
  187. line-height: 1.5em;
  188. color: #000;
  189. background: #fff;
  190. }
  191.  
  192. .response {
  193. color:#fff;
  194. background: #000;
  195. padding: 5px;
  196. margin-bottom: .75em;
  197. }
  198.  
  199. .answer {
  200. text-align: center;
  201. }
  202.  
  203.  
  204. .post {
  205. position: relative;
  206. float:left;
  207.  
  208. {block:IndexPage}
  209. width:180px;
  210. {/block:IndexPage}
  211. {block:PermalinkPage}
  212. width:500px;
  213. right:310px;
  214. {/block:PermalinkPage}
  215.  
  216. background: transparent;
  217. padding:0px;
  218. margin-bottom:30px;
  219. }
  220.  
  221.  
  222.  
  223. .box {position: relative;}
  224.  
  225. #side {
  226. position: fixed!important;
  227. text-align: center;
  228. bottom: 20px;
  229. right:275px;
  230. width:80px;
  231. padding:5px;
  232. background: transparent;
  233. }
  234.  
  235. ul {margin-bottom: .75em;}
  236.  
  237. #contain {
  238. width:570px;
  239. margin: 10px auto 0;
  240.  
  241. }
  242.  
  243. #contain {
  244. width:270px;
  245. float: right;
  246. margin-top:30px;
  247.  
  248. margin-right:320px;
  249. }
  250.  
  251. .perma-a { text-align: right; text-transform: uppercase; }
  252. p.menu-m {margin: .375em;}
  253. .text img {max-width: 100%;}
  254.  
  255. img {display: block;}
  256. .box img {display: block;}
  257. .post-info-data{text-align:center}
  258. .notes img{display:none;float:left;margin-right:.75em}
  259. ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px;}
  260.  
  261. #s-m-t-tooltip {
  262. z-index:9999;
  263. background:#000;
  264. line-height:11px;
  265. font:8px consolas;
  266. letter-spacing:1px;
  267. color:#fff;
  268. max-width:150px;
  269. word-wrap:break-word;
  270. padding:1px 3px 1px 3px;
  271. display:block;
  272. margin:25px 0 0 15px;
  273. -webkit-border-radius: 50px;
  274. -moz-border-radius: 50px;
  275. border-radius: 50px;
  276. }
  277.  
  278. #musicart {
  279. margin-top:15px;
  280. position: absolute;
  281. height: 40px;
  282. width: 40px;
  283. }
  284.  
  285. #musicart img {
  286. margin-top:-15px;
  287. height: 40px;
  288. width: 40px;
  289. -moz-border-radius: 0px;
  290. -webkit-border-radius: 0px;
  291. border-radius: 0px;
  292. }
  293.  
  294. #player {
  295.  
  296. opacity: 0.7;
  297. -webkit-transition: all 0.6s ease-in-out;
  298. -moz-transition: all 0.6s ease-in-out;
  299. -o-transition: all 0.6s ease-in-out;
  300. }
  301.  
  302. #entry:hover #player {
  303. opacity: 1;
  304. }
  305.  
  306.  
  307. #border {
  308. position: fixed!important;
  309. top: -50px;
  310. right: 370px;
  311. }
  312.  
  313. #border2 {
  314. position: fixed!important;
  315. top: -50px;
  316. right: 375px;
  317. }
  318.  
  319. #bottom {
  320. height:12px;
  321. width: 100%;
  322. position:fixed;bottom:0px;
  323. left: 0px;
  324. opacity:1;
  325. background-color:#000;
  326. z-index:9;
  327. }
  328.  
  329.  
  330. #menu-link{background-color:#fff; opacity:1px;font-size:8px; font-family:consolas; letter-spacing:1px; position:fixed; bottom:-1px;right:265px; padding-left:5px; padding-right:5px;}
  331.  
  332.  
  333.  
  334. #borderr {
  335. position:fixed;
  336. bottom:0px;
  337. width:100%;
  338. height:12px;
  339. background:#000;
  340. opacity:1;
  341. z-index:999;
  342. }
  343.  
  344. #cred{
  345. position:fixed;
  346. bottom:20px;
  347. right:10px;
  348. width:10px;
  349. height:10px;}
  350.  
  351. #cred a{
  352. color:#aaa;
  353. font: 8px consolas;
  354. text-align:center;
  355. padding:3px;
  356. display:block;
  357. text-transform:uppercase;
  358. text-decoration:none;}
  359.  
  360.  
  361.  
  362. </style>
  363.  
  364. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  365. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  366. <script>
  367. (function($){
  368. $(document).ready(function(){
  369. $("[title]").style_my_tooltips();
  370. });
  371. })(jQuery);
  372. </script>
  373.  
  374. </head>
  375. <body>
  376.  
  377. <div id="cred"><a title="credit" href="http://thehiddenwill-themes.tumblr.com">C</a></div>
  378.  
  379.  
  380. <div id="bottom"></div>
  381.  
  382. <div id="border">
  383. <div style="width:px;height:2000px;border:2px solid #000; "></div></div>
  384.  
  385. <div id="border2">
  386. <div style="width:px;height:2000px;border:5px solid #000; "></div></div>
  387.  
  388.  
  389. <div id="borderr">
  390. <div id="menu-link">
  391. <a class="menu-link" href="{text:link 1 url}">001.</a>
  392. <a class="menu-link" href="{text:link 2 url}">002.</a>
  393. <a class="menu-link" href="{text:link 3 url}">003.</a>
  394. <a class="menu-link" href="{text:link 4 url}">004.</a>
  395. </div></div></div>
  396.  
  397. <div id="contain" class="clearfix">
  398. <div id="side">
  399. <div class="text">
  400. {block:IfShowTitle}<h1><a href="/">{Title}</a></h1>{/block:IfShowTitle}<a href="/" class="m-i"><img class="menu-picture" src="{image:sidebar}"/></a><div id="description">{Description}</div>
  401.  
  402.  
  403.  
  404.  
  405.  
  406. </div>
  407. </div>
  408. <div id="content">
  409. <div class="autopagerize_page_element"/>
  410. {block:Posts}
  411. <div class="post">
  412.  
  413. {block:Text}
  414. <div class="text">
  415. {block:Title}<h3>{Title}</h3>{/block:Title}
  416. {Body}
  417. <!-- permalink --> {block:IndexPage}
  418. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  419. <!-- /permalink --> {/block:IndexPage}
  420. </div>
  421. {/block:Text}
  422.  
  423. {block:Quote}
  424. <div class="text quote">
  425. <p class="words">❝ {Quote} </p>
  426. {block:Source}<p class="source">{Source}</p>{/block:Source}
  427. <!-- permalink --> {block:IndexPage}
  428. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  429. <!-- /permalink --> {/block:IndexPage}
  430. </div>
  431. {/block:Quote}
  432.  
  433. {block:Link}
  434. <div class="text link">
  435. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  436. {block:Description}{Description}{/block:Description}
  437. <!-- permalink --> {block:IndexPage}
  438. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  439. <!-- /permalink --> {/block:IndexPage}
  440. </div>
  441. {/block:Link}
  442.  
  443. {block:Chat}
  444. <div class="text chat">
  445. <ul class="conversation">
  446. {block:Lines}
  447. <li class="line {Alt}">
  448. {block:Label}<span class="person">{Label}</span>{/block:Label}
  449. <span class="person-said">{Line}</span>
  450. </li>
  451. {/block:Lines}
  452. </ul>
  453. <!-- permalink --> {block:IndexPage}
  454. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  455. <!-- /permalink --> {/block:IndexPage}
  456. </div>
  457. {/block:Chat}
  458.  
  459. {block:Audio}
  460. <div id="musicart">
  461. {block:AlbumArt}
  462. <img src="{AlbumArtURL}">
  463. {/block:AlbumArt}
  464. </div>
  465.  
  466.  
  467. <div id="player"><div style="position: absolute; border:1px solid #eee; margin-top: -6px; margin-left: -6px; padding: 11px 11px 11px 11px; background: #FFF; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;">
  468. <div style="width: 27px; height: 27px; overflow: hidden;">
  469. {AudioPlayerWhite}
  470. </div></div></div>
  471.  
  472. <div style="margin-left: 60px; font-style:italic; line-height: 15px; font-size:12px; Font-family:georgia; margin-top:0px; text-transform:lowercase;
  473. {block:PermalinkPage}
  474. font-family:georgia; font-size:9px; font-style:none; text-transform:lowercase;
  475. {/block:PermalinkPage}">
  476. {block:TrackName}{TrackName}{/block:TrackName}
  477. <br>
  478.  
  479. {block:PermalinkPage}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  480. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  481. <b>Plays:</b> {PlayCount}<br>
  482.  
  483. {/block:PermalinkPage}
  484. <!-- permalink --> {block:IndexPage}
  485. <p><p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p></p>
  486. <!-- /permalink --> {/block:IndexPage}
  487.  
  488. {/block:Audio}
  489.  
  490. {block:Answer}
  491. <div class="text answer">
  492. <div class="response">
  493. <p class="question">{Question}</p>
  494. <p>@{Asker}</p></div>
  495. {Answer}
  496. <!-- permalink --> {block:IndexPage}
  497. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  498. <!-- /permalink --> {/block:IndexPage}
  499. </div>
  500. {/block:Answer}
  501.  
  502. {block:Photoset}
  503. <div class="photoset">
  504. <div class="box">
  505. <!-- permalink -->
  506. {block:IndexPage} <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a> </p>
  507. <!-- /permalink --> {/block:IndexPage}
  508. {block:IndexPage}<center><div class="photo"{Photoset-250}</center>{/block:IndexPage}
  509. {block:PermalinkPage}<div class="photo"{Photoset-500}{/block:PermalinkPage}
  510. </div>
  511. {block:IndexPage}{block:IfShowCaptions} {block:Caption}<div class="caption">{Caption}</div>{/block:Caption} {/block:IfShowCaptions}{/block:IndexPage} </div>
  512. {/block:Photoset}
  513.  
  514. {block:Video}
  515. <div class="video">
  516. <div class="box">
  517. <!-- permalink -->
  518. {block:IndexPage} <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a> </p>
  519. <!-- /permalink --> {/block:IndexPage}
  520. <center>{Video-250}</center>
  521. </div>
  522. {block:IndexPage}{block:IfShowCaptions}
  523. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  524. {/block:IfShowCaptions}{/block:IndexPage}
  525. </div>
  526. {/block:Video}
  527.  
  528. {block:Photo}
  529. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" width="100%"title="{NoteCountWithLabel}" <div class="photo"></a>{LinkCloseTag}
  530. {/block:Photo}
  531.  
  532. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  533. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  534. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  535.  
  536. {block:PermalinkPage}
  537. <div id="post-info" class="text">
  538. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  539. {block:HasTags}
  540. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  541. {/block:HasTags}
  542. <p class="post-info-data">
  543. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  544. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  545. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  546. {block:PostNotes}
  547. {PostNotes}
  548. {/block:PostNotes}
  549. </div>
  550. {/block:PermalinkPage}
  551.  
  552. </div> <!-- end single post -->
  553. {block:ContentSource}
  554. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  555. {/block:ContentSource}
  556. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  557. {/block:Posts}
  558. </div>
  559. </div> <!-- end content -->
  560.  
  561. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment