thehiddenwill-themes

Theme 15.

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