Advertisement
thehiddenwill-themes

Theme 11.

Jun 28th, 2013
1,661
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 11.
  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="text:Header" content=""/>
  21. <meta name="if:Show Title" content="1"/>
  22. <meta name="if:Show Tags" content="0"/>
  23. <meta name="image:Background" 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(0.7);
  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.5);
  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: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}
  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:180px!important;
  69. {/block:IndexPage}
  70. }
  71.  
  72.  
  73. body {
  74. color: #000000;background: #ffffff url({image:Background});
  75. font-family: courier;
  76. font-size: 10px;
  77. line-height: 1.5em;
  78. }
  79.  
  80.  
  81. p {margin:0 0 .75em 0}
  82.  
  83. p:last-child {margin:0}
  84.  
  85.  
  86. a {
  87. cursor:help;
  88. color: #000000;
  89. text-decoration:none;
  90. }
  91.  
  92. a:hover { cursor:help; color: #000; text-shadow:none; text-decoration:line-through;}
  93.  
  94.  
  95. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;
  96. line-height: 100%;border-left: solid 4px #000;
  97. }
  98.  
  99. h1 {
  100. font-family: georgia;
  101. font-size: 12px;
  102. font-style:italic;
  103. text-align:center;
  104. line-height: 1.5em;font-weight: normal;
  105. }
  106.  
  107. ul {
  108. margin: 0px 1.5em .75em;}
  109.  
  110. li {
  111. margin: .75em 0;
  112. list-style-type: hiragana;
  113. }
  114.  
  115. .box img {
  116. display: block;
  117. max-width: 100%;}.m-i {
  118. display: block;
  119. line-height: 1px!important;
  120. }
  121.  
  122. .menu-picture {
  123. line-height: 100%;
  124. display: inline-block;
  125. line-height: 0px!important;
  126. }
  127.  
  128. .post-link{
  129. font-family: courier;
  130. font-size: 7px;
  131. line-height: 7px;
  132. }
  133.  
  134. p.source{text-transform:lowercase; text-align: center;}
  135.  
  136. .menu-picture {
  137. line-height: 100%;display: inline-block;
  138. }
  139.  
  140. p.source{text-align: right;}
  141.  
  142.  
  143. h3 {
  144. font-size: 12px; font-weight: normal; font-style:italic; text-align:center; font-family:georgia;
  145. }
  146.  
  147. .tagged { text-align: center; line-height: 8px;font-size: 10px;}
  148.  
  149. .text { padding: 5px;}p.question {
  150. margin-bottom: .375em;
  151. }
  152.  
  153. p.words {
  154. font-family:georgia;
  155. font-style:italic;
  156. font-size:12px;
  157. padding: 6px;
  158. line-height: 1.5em;
  159. color: #333333;
  160. background: #ffffff;
  161. }
  162.  
  163.  
  164. .response {
  165. color:#fff;
  166. background: #000;
  167. padding: 5px;
  168. margin-bottom: .75em;
  169. }
  170.  
  171. .answer {
  172. text-align: center;
  173. }
  174. .post {
  175. position: relative;
  176. {block:IndexPage}
  177. width:180px;
  178. {/block:IndexPage}
  179. {block:PermalinkPage}
  180. width:250px;
  181. right:7px;
  182. {/block:PermalinkPage}
  183. float:right;
  184. background: transparent
  185. padding:0px;
  186. margin:10px;
  187. }
  188.  
  189. .box {position: relative;}
  190.  
  191. #side {
  192. position: fixed!important;
  193. text-align: left;
  194. bottom:20px;
  195. right:260px;
  196. width:210px;
  197. padding:0px;
  198. background: transparent;
  199. }
  200.  
  201. ul {margin-bottom: .75em;}
  202.  
  203.  
  204. #contain {
  205. width:526px;
  206. margin: 10px auto 0;
  207. }
  208.  
  209.  
  210. #contain {
  211. width:270px;
  212. float: right;
  213. margin-right:490px;
  214. margin-top:90px;
  215.  
  216. }
  217.  
  218.  
  219. .perma-a { text-align: right; text-transform: uppercase; }p.menu-m {margin: .375em;} .menu-link {margin: 0 3px;}.box iframe {
  220. max-width: 100%;
  221. }
  222.  
  223. .text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  224. .post-info-data{text-align:center}ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px} .notes img{display:none;float:left;margin-right:.75em} ol.notes {height:200px;overflow-y:scroll;overflow-x:hidden;}
  225.  
  226.  
  227. #s-m-t-tooltip {
  228. z-index:9999;
  229. background:#000;
  230. line-height:11px;
  231. font:8px consolas;
  232. letter-spacing:1px;
  233. color:#fff;
  234. max-width:150px;
  235. word-wrap:break-word;
  236. padding:1px 3px 1px 3px;
  237. display:block;
  238. margin:25px 0 0 15px;
  239. -webkit-border-radius: 50px;
  240. -moz-border-radius: 50px;
  241. border-radius: 50px;
  242. }
  243.  
  244. #musicart {
  245. margin-top:15px;
  246. position: absolute;
  247. height: 40px;
  248. width: 40px;
  249. }
  250.  
  251. #musicart img {
  252. opacity:0.5;
  253. margin-top:-15px;
  254. height: 40px;
  255. width: 40px;
  256. -moz-border-radius: 30px;
  257. -webkit-border-radius:30px;
  258. border-radius: 30px;
  259. }
  260.  
  261. #player {
  262.  
  263. opacity:0.5;
  264. -webkit-transition: all 0.6s ease-in-out;
  265. -moz-transition: all 0.6s ease-in-out;
  266. -o-transition: all 0.6s ease-in-out;
  267. }
  268.  
  269. #entry:hover #player {
  270. opacity: 1;
  271. }
  272.  
  273. #border {
  274. position: fixed!important;
  275. bottom: -50px;
  276. right: 470px;
  277. }
  278.  
  279. #border2 {
  280. position: fixed!important;
  281. bottom: -50px;
  282. right: 475px;
  283. }
  284.  
  285. #border3 {
  286. position: fixed!important;
  287. bottom: -50px;
  288. {block:IndexPage}
  289. right: 706px;
  290. {/block:IndexPage}
  291. {block:PermalinkPage}
  292. right:790px;
  293. {/block:PermalinkPage}
  294. }
  295.  
  296. #border4 {
  297. position: fixed!important;
  298. bottom: -50px;
  299. {block:IndexPage}
  300. right: 695px;
  301. {/block:IndexPage}
  302. {block:PermalinkPage}
  303. right:779px;
  304. {/block:PermalinkPage}
  305. }
  306.  
  307.  
  308. #bottom3 {
  309. height:12px;
  310. width: 100%;
  311. position:fixed;top:70px;
  312. left: 0px;
  313. opacity:1;
  314. background-color:#000000;
  315. z-index:9;
  316. }
  317.  
  318. #bottom6 {
  319. height:70px;
  320. width: 100%;
  321. position:fixed;top:0px;
  322. left: 0px;
  323. opacity:0.5;
  324. background-color:#fff;
  325. z-index:9;
  326. }
  327.  
  328.  
  329. #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:0px;right:338px; padding-left:5px; padding-right:5px;}
  330.  
  331. #cred{
  332. position:fixed;
  333. bottom:10px;
  334. right:10px;
  335. width:10px;
  336. height:10px;}
  337.  
  338. #cred a{
  339. color:#aaa;
  340. font: 8px consolas;
  341. text-align:center;
  342. padding:3px;
  343. display:block;
  344. text-transform:uppercase;
  345. text-decoration:none;}
  346.  
  347.  
  348.  
  349. </style>
  350.  
  351. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  352.  
  353. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  354. <script>
  355. (function($){
  356. $(document).ready(function(){
  357. $("[title]").style_my_tooltips();
  358. });
  359. })(jQuery);
  360. </script>
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. </head>
  368. <body>
  369.  
  370. <div id="cred"><a title="credit" href="http://thehiddenwill-themes.tumblr.com">C</a></div>
  371.  
  372.  
  373. <div id="bottom2"></div>
  374. <div id="bottom3"></div>
  375. <div id="bottom4"></div>
  376. <div id="bottom5"></div>
  377. <div id="bottom6"></div>
  378.  
  379.  
  380.  
  381. <div style="font-family:georgia;font-size:16px; font-style:italic; line-height: 25px; position:fixed!important; top:40px; right:220px;"><font color="#000"<br>{text:Header}</font></div>
  382.  
  383. <div id="border">
  384. <div style="width:px;height:2000px;border:2px solid #000; "></div></div>
  385.  
  386. <div id="border2">
  387. <div style="width:px;height:2000px;border:5px solid #000; "></div></div>
  388.  
  389.  
  390. <div id="border3">
  391. <div style="width:px;height:2000px;border:2px solid #000; "></div></div>
  392.  
  393. <div id="border4">
  394. <div style="width:px;height:2000px;border:5px solid #000; "></div></div>
  395.  
  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. <div id="menu-link">
  405. <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>
  406. </div>
  407.  
  408.  
  409. </div>
  410. </div>
  411. <div id="content">
  412. <div class="autopagerize_page_element"/>
  413. {block:Posts}
  414. <div class="post">
  415.  
  416. {block:Text}
  417. <div class="text">
  418. {block:Title}<h3>{Title}</h3>{/block:Title}
  419. {Body}
  420. <!-- permalink --> {block:IndexPage}
  421. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  422. <!-- /permalink --> {/block:IndexPage}
  423. </div>
  424. {/block:Text}
  425.  
  426.  
  427. {block:Quote}
  428. <div class="text quote">
  429. <p class="words">❝ {Quote} </p>
  430. {block:Source}<p class="source">{Source}</p>{/block:Source}
  431. <!-- permalink --> {block:IndexPage}
  432. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  433. <!-- /permalink --> {/block:IndexPage}
  434. </div>
  435. {/block:Quote}
  436.  
  437. {block:Link}
  438. <div class="text link">
  439. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  440. {block:Description}{Description}{/block:Description}
  441. <!-- permalink --> {block:IndexPage}
  442. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  443. <!-- /permalink --> {/block:IndexPage}
  444. </div>
  445. {/block:Link}
  446.  
  447. {block:Chat}
  448. <div class="text chat">
  449. <ul class="conversation">
  450. {block:Lines}
  451. <li class="line {Alt}">
  452. {block:Label}<span class="person">{Label}</span>{/block:Label}
  453. <span class="person-said">{Line}</span>
  454. </li>
  455. {/block:Lines}
  456. </ul>
  457. <!-- permalink --> {block:IndexPage}
  458. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  459. <!-- /permalink --> {/block:IndexPage}
  460. </div>
  461. {/block:Chat}
  462.  
  463. {block:Audio}
  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="margin-left: 52px; line-height: 10px; text-transform:lowercase;">
  477. <div style="line-height:120%; font-style:italic; text-transform:normal;font-family:georgia; font-size:12px;">{block:TrackName}{TrackName}{/block:TrackName}</div>
  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><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-250}{/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 --> {block:IndexPage}
  518.  
  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-250}" 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. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement