thehiddenwill-themes

Theme 13.

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