thehiddenwill-themes

Theme 14.

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