thehiddenwill-themes

Theme 12.

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