thehiddenwill-themes

Theme 01

May 15th, 2013
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.53 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. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. <meta name="text:Link 1" content=""/>
  12. <meta name="text:Link 1 URL" content=""/>
  13. <meta name="text:Link 2" content=""/>
  14. <meta name="text:Link 2 URL" content=""/>
  15. <meta name="text:Link 3" content=""/>
  16. <meta name="text:Link 3 URL" content=""/>
  17. <meta name="text:Link 4" content=""/>
  18. <meta name="text:Link 4 URL" content=""/>
  19. <meta name="text:Link 5" content=""/>
  20. <meta name="text:Link 5 URL" content=""/>
  21. <meta name="text:Link 6" content=""/>
  22. <meta name="text:Link 6 URL" content=""/>
  23. <meta name="text:Link 7" content=""/>
  24. <meta name="text:Link 7 URL" content=""/>
  25. <meta name="text:Link 8" content=""/>
  26. <meta name="text:Link 8 URL" content=""/>
  27. <meta name="text:Home Label" content="Home"/>
  28. <meta name="text:Ask Label" content="Ask"/>
  29. <meta name="text:Submit Label" content="Submit"/>
  30. <meta name="text:Archive Label" content="Archive"/>
  31. <meta name="if:Show Archive Link" content="1"/>
  32. <meta name="if:Show Submit Link" content="1"/>
  33. <meta name="if:Show Title" content="0"/>
  34. <meta name="if:Show Tags" content="0"/>
  35. <meta name="if:Animation" content="0"/>
  36. <meta name="if:To Top Button" content="0"/>
  37. <meta name="if:Infinite Scroll" content="1"/>
  38. <meta name="if:Show Captions" content="0"/>
  39. <meta name="if:Show Tags" content="0"/>
  40. <meta name="image:Background" content=""/>
  41. <meta name="image:Sidebar" content=""/>
  42. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  43. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar {background-color:#fff; height:8px; width:4px}
  48. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:50px}
  49. ::-webkit-scrollbar-thumb:horizontal {background-color:#000; height:8px!important}
  50.  
  51. .photo {
  52. 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+ */
  53. filter: gray; /* IE6-9 */
  54. -webkit-filter: grayscale(1);
  55. -webkit-transition: all 0.5s ease-in-out;
  56. -moz-transition: all 0.5s ease-in-out;
  57. -o-transition: all 0.5s ease-in-out;
  58. -ms-transition: all 0.5s ease-in-out;
  59. transition: all 0.5s ease-in-out;
  60. }
  61.  
  62. .photo:hover{
  63. filter: none;
  64. -webkit-filter: grayscale(0);
  65. -webkit-transition: all 0.7s ease-in-out;
  66. -moz-transition: all 0.7s ease-in-out;
  67. -o-transition: all 0.7s ease-in-out;
  68. }
  69.  
  70. img{
  71. -moz-transition: opacity 0.5s linear;
  72. -webkit-transition: opacity 0.5s linear;
  73. -o-transition: opacity 0.5s linear;
  74. transition: opacity 0.5s linear;
  75. opacity: 0.7;
  76. filter:alpha(opacity=70);
  77. -moz-opacity: 0.7;
  78. -khtml-opacity: 0.7;
  79. }
  80.  
  81. .photoset {
  82. -moz-transition: opacity 0.5s linear;
  83. -webkit-transition: opacity 0.5s linear;
  84. -o-transition: opacity 0.5s linear;
  85. transition: opacity 0.5s linear;
  86. opacity: 0.7;
  87. filter:alpha(opacity=70);
  88. -moz-opacity: 0.7;
  89. -khtml-opacity: 0.7;
  90. }
  91.  
  92. :-moz-selection {
  93. background: #eee;
  94. color: #000;
  95. }
  96.  
  97. ::selection {
  98. background: #eee;
  99. color: #000;
  100. }
  101.  
  102. body {
  103. color: #000000;background: #ffffff;
  104. font-family: consolas;
  105. font-size: 8px;
  106. line-height: 1.5em;
  107. }
  108. p {margin:0 0 .75em 0} p:last-child {margin:0}
  109. a {
  110. color: #000000;
  111. text-decoration:none;
  112. {block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  113. a:hover {color: #000000; }
  114. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;
  115. line-height: 100%;border-left: solid 4px #eee;
  116. }
  117. h1 {
  118. font-family: consolas;
  119. font-size: 8px;
  120. line-height: 1.5em;font-weight: normal;
  121. }
  122. ul {
  123. margin: 0px 1.5em .75em;}
  124. li {
  125. margin: .75em 0;
  126. list-style-type: hiragana;
  127. }
  128. .box img {
  129. display: block;
  130. max-width: 100%;}.m-i {
  131. display: block;
  132. line-height: 1px!important;
  133. }
  134. .menu-picture {
  135. line-height: 100%;
  136. display: inline-block;
  137. line-height: 0px!important;
  138. }
  139. .post-link{
  140. font-family: consolas;
  141. text-transform:uppercase;
  142. font-size: 8px;
  143. line-height: 8px;
  144. }p.source{text-align: center;}
  145. .menu-picture {
  146. line-height: 100%;display: inline-block;
  147. }p.source{text-align: center;}
  148. h3 {
  149. font-size: 8px; font-weight: normal;
  150. }.tagged { text-align: center; line-height: 8px;font-size: 8px;}
  151. .text { padding: 5px;}p.question {
  152. margin-bottom: .375em;
  153. }
  154. p.words {
  155. padding: 6px;
  156. line-height: 1.5em;
  157. color: #333333;
  158. background: #ffffff;
  159. }
  160. .response {
  161. background: #fff;
  162. padding: 5px;
  163. margin-bottom: .75em;
  164. }.answer {
  165. text-align: center;
  166. }
  167. .post {
  168. position: relative;
  169. width:180px;
  170. {block:indexpage}float: left;{/block:indexpage}
  171. {block:Permalinkpage}margin:40px auto!imporant;{block:Permalinkpage}
  172. background: #ffffff;
  173. padding:5px;
  174. margin:40px;
  175. }.box {position: relative;}
  176.  
  177. .post{
  178. {block:IndexPage}
  179. width:180px;
  180. {/block:IndexPage}
  181. {block:PermalinkPage}
  182. width:400px;
  183. margin-left:-50px;
  184. {/block:PermalinkPage}
  185. }
  186.  
  187.  
  188. #side {
  189. text-align: center;
  190. margin: 80px auto 40px;
  191. height:97px;
  192. width:100px;
  193. padding:5px;
  194. background: #fafafa;
  195. border: 1px solid #f2f2f2;
  196. }#side img {
  197. max-width: 100%;
  198. }ul {margin-bottom: .75em;}
  199. #contain {
  200. width:270px;
  201. margin: 40px auto 0;
  202. }
  203. #content {
  204. width:200px;
  205. }
  206.  
  207. #infscr-loading{position:relative!important;left:49%}
  208. .post .perma{position:absolute;left:0;top:0;opacity:0;filter:alpha(opacity=0);z-index:10000}
  209.  
  210. .post:hover .perma{opacity:1;filter:alpha(opacity=100)}
  211. .p1{float:left;display:block;margin-right:4px;height:14px;font-size:8px;padding:0 4px;line-height:14px;text-transform:uppercase;background:rgba(255,255,255,.75);
  212.  
  213. {block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  214.  
  215. .p1:hover{background:rgba(255,255,255,100)}
  216.  
  217. .p1 a{color:#fff}
  218.  
  219. .perma-a { text-align: right; text-transform: uppercase; }
  220.  
  221. p.menu-m {margin: .375em;}
  222. max-width: 100%;
  223. }
  224.  
  225. .text img {max-width: 100%;}
  226.  
  227. img {display: block;}
  228.  
  229. .box img {display: block;}
  230.  
  231. .post-info-data{text-align:center}
  232. .notes img{display:block;float:left;margin-right:.75em}
  233. ol.notes li{
  234. margin:.375em 0;list-style-type:hiragana;line-height:16px;
  235. }
  236.  
  237.  
  238. iframe.photoset{
  239. max-width:180px!important;
  240. }
  241.  
  242. iframe#tumblr_controls {position: fixed !important;z-index: 9999;opacity:0.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}
  243. 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}
  244.  
  245. #cred{
  246. position:fixed;
  247. bottom:10px;
  248. right:5px;
  249. width:10px;
  250. height:10px;}
  251.  
  252. #cred a{
  253. color:#aaa;
  254. font: 8px consolas;
  255. text-align:center;
  256. padding:3px;
  257. display:block;
  258. text-transform:uppercase;
  259. text-decoration:none;}
  260.  
  261. </style>
  262.  
  263. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  264. </head>
  265. <body>
  266.  
  267. <div id="cred"><a title="credit" href="http://thehiddenwill-themes.tumblr.com">C</a></div>
  268.  
  269. <div id="contain" class="clearfix">
  270. <div id="side">
  271. <div class="text">
  272. {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>
  273.  
  274. </div>
  275. </div>
  276. <div id="content">
  277. <div class="autopagerize_page_element"/>
  278. {block:Posts}
  279. <div class="post">
  280.  
  281. {block:Text}
  282. <div class="text">
  283. {block:Title}<h3>{Title}</h3>{/block:Title}
  284. {Body}
  285. <!-- permalink --> {block:IndexPage}
  286. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  287. <!-- /permalink --> {/block:IndexPage}
  288. </div>
  289. {/block:Text}
  290.  
  291. {block:Quote}
  292. <div class="text quote">
  293. <p class="words">&#8220;{Quote}&#8221;</p>
  294. {block:Source}<p class="source">{Source}</p>{/block:Source}
  295. <!-- permalink --> {block:IndexPage}
  296. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  297. <!-- /permalink --> {/block:IndexPage}
  298. </div>
  299. {/block:Quote}
  300.  
  301. {block:Link}
  302. <div class="text link">
  303. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  304. {block:Description}{Description}{/block:Description}
  305. <!-- permalink --> {block:IndexPage}
  306. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  307. <!-- /permalink --> {/block:IndexPage}
  308. </div>
  309. {/block:Link}
  310.  
  311. {block:Chat}
  312. <div class="text chat">
  313. <ul class="conversation">
  314. {block:Lines}
  315. <li class="line {Alt}">
  316. {block:Label}<span class="person">{Label}</span>{/block:Label}
  317. <span class="person-said">{Line}</span>
  318. </li>
  319. {/block:Lines}
  320. </ul>
  321. <!-- permalink --> {block:IndexPage}
  322. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  323. <!-- /permalink --> {/block:IndexPage}
  324. </div>
  325. {/block:Chat}
  326.  
  327. {block:Audio}
  328. <div class="text audio">
  329. <p>{AudioPlayerWhite}</p>
  330. {block:IndexPage}{block:IfShowCaptions}
  331. {block:Caption}{Caption}{/block:Caption}
  332. {/block:IfShowCaptions}{/block:IndexPage}
  333. <!-- permalink --> {block:IndexPage}
  334. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  335. <!-- /permalink --> {/block:IndexPage}
  336. </div>
  337. {/block:Audio}
  338.  
  339. {block:Answer}
  340. <div class="text answer">
  341. <div class="response">
  342. <p class="question">{Question}</p>
  343. <p>@{Asker}</p></div>
  344. {Answer}
  345. <!-- permalink --> {block:IndexPage}
  346. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  347. <!-- /permalink --> {/block:IndexPage}
  348. </div>
  349. {/block:Answer}
  350.  
  351. {block:Photoset}
  352. <div class="photoset">
  353. <div class="box">
  354. <!-- permalink --> {block:IndexPage}
  355. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  356. <!-- /permalink --> {/block:IndexPage}
  357. <center><div class="photo"{Photoset-250}</center>
  358. </div>
  359. {block:IndexPage}{block:IfShowCaptions}
  360. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  361. {/block:IfShowCaptions}{/block:IndexPage}
  362. </div>
  363. {/block:Photoset}
  364.  
  365. {block:Video}
  366. <div class="video">
  367. <div class="box">
  368. <!-- permalink --> {block:IndexPage}
  369. <div class="perma"><div class="p1"><a href="{reblogurl}" target="_blank">reblog</a>/ <a href="{Permalink}">{notecount}</a></div></div>
  370. <!-- /permalink --> {/block:IndexPage}
  371. <center>{Video-250}</center>
  372. </div>
  373. {block:IndexPage}{block:IfShowCaptions}
  374. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  375. {/block:IfShowCaptions}{/block:IndexPage}
  376. </div>
  377. {/block:Video}
  378.  
  379. {block:Photo}
  380. <div class="photo">
  381. <div class="box">
  382. <!-- permalink --> {block:IndexPage}
  383. <p class="post-link perma-a">{timeago} . <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  384. <!-- /permalink --> {/block:IndexPage}
  385. {block:IndexPage}
  386. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="100%"/></a>
  387. {/block:IndexPage}
  388. {block:PermalinkPage}
  389. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  390. {/block:PermalinkPage}
  391. </div>
  392. {block:IndexPage}{block:IfShowCaptions}
  393. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  394. {/block:IfShowCaptions}{/block:IndexPage}
  395. </div>
  396. {/block:Photo}
  397.  
  398. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  399. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  400. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  401.  
  402. {block:PermalinkPage}
  403. <div id="post-info" class="text">
  404. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  405. {block:HasTags}
  406. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  407. {/block:HasTags}
  408. <p class="post-info-data">
  409. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  410. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  411. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  412. {block:PostNotes}
  413. {PostNotes}
  414. {/block:PostNotes}
  415. </div>
  416. {/block:PermalinkPage}
  417.  
  418. </div> <!-- end single post -->
  419. {block:ContentSource}
  420. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  421. {/block:ContentSource}
  422. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  423. {/block:Posts}
  424. </div>
  425. </div>
  426. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment