thehiddenwill-themes

Theme 02

May 16th, 2013
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 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 02.
  6. @ thehiddenwill-themes.tumblr.com
  7. please do not remove this portion of the code and enjoy!
  8.  
  9. ------------------------------------------------------------------------->
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  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:#fff; height:8px; width:4px}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:50px}
  31. ::-webkit-scrollbar-thumb:horizontal {background-color:#000; 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);
  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. :-moz-selection {
  54. background: #eee;
  55. color: #000;
  56. }
  57.  
  58. ::selection {
  59. background: #eee;
  60. color: #000;
  61. }
  62.  
  63. body {
  64. color: #000000;background: #ffffff url({image:Background});
  65. font-family: consolas;
  66. font-size: 8px;
  67. line-height: 1.5em;
  68. }
  69. p {margin:0 0 .75em 0} p:last-child {margin:0}
  70. a {
  71. color: #000;
  72. text-decoration:none;
  73. {block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  74. a:hover {color: #000; }
  75. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;
  76. line-height: 100%;border-left: solid 4px #eee;
  77. }
  78. h1 {
  79. font-family: consolas;
  80. text-transform:uppercase;
  81. font-size: 8px;
  82. line-height: 1.5em;font-weight: normal;
  83. }
  84. ul {
  85. margin: 0px 1.5em .75em;}
  86. li {
  87. margin: .75em 0;
  88. list-style-type: hiragana;
  89. }
  90. .box img {
  91. display: block;
  92. max-width: 100%;}.m-i {
  93. display: block;
  94. line-height: 1px!important;
  95. }
  96. .menu-picture {
  97. line-height: 100%;
  98. display: inline-block;
  99. line-height: 0px!important;
  100. }
  101. .post-link{
  102. font-family: consolas;
  103. font-size: 8px;
  104. line-height: 8px;
  105. }p.source{text-align: center;}
  106. .menu-picture {
  107. line-height: 100%;display: inline-block;
  108. }p.source{text-align: center;}
  109. h3 {
  110. font-size: 8px; font-weight: normal;
  111. }.tagged { text-align: center; line-height: 8px;font-size: 8px;}
  112. .text { padding: 5px;}p.question {
  113. margin-bottom: .375em;
  114. }
  115. p.words {
  116. padding: 6px;
  117. line-height: 1.5em;
  118. color: #333333;
  119. background: #ffffff;
  120. }
  121. .response {
  122. background: #fafafa;
  123. padding: 5px;
  124. margin-bottom: .75em;
  125. }.answer {
  126. text-align: center;
  127. }
  128. .post {
  129. position: relative;
  130. width:180px;
  131. float:right;
  132. background: #ffffff;
  133. padding:20px;
  134. margin:45px;
  135. margin-top:0px;
  136. }
  137.  
  138. .post{
  139. {block:IndexPage}
  140. width:180px;
  141. {/block:IndexPage}
  142. {block:PermalinkPage}
  143. width:400px;
  144. {/block:PermalinkPage}
  145. }
  146.  
  147.  
  148. .box {position: relative;}
  149.  
  150. #side {
  151. text-align: center;
  152. bottom: 90px;
  153. width:95px;
  154. padding:0px;position: fixed;
  155. margin-left:390px;
  156. background: #fafafa;
  157. border: 1px solid #f2f2f2;
  158. }#side img {
  159. max-width: 100%;
  160. }ul {margin-bottom: .75em;}
  161. #contain {
  162. width:468px;
  163. margin: 45px auto 0;
  164. }
  165. #content {
  166. width:381px;
  167. float: left;
  168.  
  169. }
  170. #infscr-loading{position:relative!important;left:49%}.perma-a { text-align: right; text-transform: uppercase; }p.menu-m {margin: .375em;} .menu-link {margin: 0 3px;}.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  171. .post-info-data{text-align:center}.notes img{display:block;float:left;margin-right:.75em}ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px}
  172.  
  173.  
  174.  
  175. iframe.photoset{
  176. max-width:180px!important;
  177. }
  178.  
  179. 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}
  180. 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}
  181.  
  182. #cred{
  183. position:fixed;
  184. bottom:10px;
  185. right:5px;
  186. width:10px;
  187. height:10px;}
  188.  
  189. #cred a{
  190. color:#aaa;
  191. font: 8px consolas;
  192. text-align:center;
  193. padding:3px;
  194. display:block;
  195. text-transform:uppercase;
  196. text-decoration:none;}
  197.  
  198. </style>
  199. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  200. </head>
  201. <body>
  202.  
  203. <div id="cred"><a title="credit" href="http://thehiddenwill-themes.tumblr.com">C</a></div>
  204.  
  205.  
  206. <a style="position:fixed; border:15px solid #000000; top:-1px; bottom:-1px; left:0px;"></a>
  207.  
  208. <div id="contain" class="clearfix">
  209. <div id="side">
  210. <div class="text">
  211. {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>
  212.  
  213.  
  214. </div>
  215. </div>
  216. <div id="content">
  217. <div class="autopagerize_page_element"/>
  218. {block:Posts}
  219. <div class="post">
  220.  
  221. {block:Text}
  222. <div class="text">
  223. {block:Title}<h3>{Title}</h3>{/block:Title}
  224. {Body}
  225. <!-- permalink --> {block:IndexPage}
  226. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  227. <!-- /permalink --> {/block:IndexPage}
  228. </div>
  229. {/block:Text}
  230.  
  231. {block:Quote}
  232. <div class="text quote">
  233. <p class="words">&#8220;{Quote}&#8221;</p>
  234. {block:Source}<p class="source">{Source}</p>{/block:Source}
  235. <!-- permalink --> {block:IndexPage}
  236. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  237. <!-- /permalink --> {/block:IndexPage}
  238. </div>
  239. {/block:Quote}
  240.  
  241. {block:Link}
  242. <div class="text link">
  243. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  244. {block:Description}{Description}{/block:Description}
  245. <!-- permalink --> {block:IndexPage}
  246. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  247. <!-- /permalink --> {/block:IndexPage}
  248. </div>
  249. {/block:Link}
  250.  
  251. {block:Chat}
  252. <div class="text chat">
  253. <ul class="conversation">
  254. {block:Lines}
  255. <li class="line {Alt}">
  256. {block:Label}<span class="person">{Label}</span>{/block:Label}
  257. <span class="person-said">{Line}</span>
  258. </li>
  259. {/block:Lines}
  260. </ul>
  261. <!-- permalink --> {block:IndexPage}
  262. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  263. <!-- /permalink --> {/block:IndexPage}
  264. </div>
  265. {/block:Chat}
  266.  
  267. {block:Audio}
  268. <div class="text audio">
  269. <p>{AudioPlayerWhite}</p>
  270. {block:IndexPage}{block:IfShowCaptions}
  271. {block:Caption}{Caption}{/block:Caption}
  272. {/block:IfShowCaptions}{/block:IndexPage}
  273. <!-- permalink --> {block:IndexPage}
  274. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  275. <!-- /permalink --> {/block:IndexPage}
  276. </div>
  277. {/block:Audio}
  278.  
  279. {block:Answer}
  280. <div class="text answer">
  281. <div class="response">
  282. <p class="question">{Question}</p>
  283. <p>@{Asker}</p></div>
  284. {Answer}
  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:Answer}
  290.  
  291. {block:Photoset}
  292. <div class="photoset">
  293. <div class="box">
  294. <!-- permalink --> {block:IndexPage}
  295. <p class="post-link perma-a">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  296. <!-- /permalink --> {/block:IndexPage}
  297. <center><div class="photo"{Photoset-250}</center>
  298. </div>
  299. {block:IndexPage}{block:IfShowCaptions}
  300. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  301. {/block:IfShowCaptions}{/block:IndexPage}
  302. </div>
  303. {/block:Photoset}
  304.  
  305. {block:Video}
  306. <div class="video">
  307. <div class="box">
  308. <!-- permalink --> {block:IndexPage}
  309.  
  310. <!-- /permalink --> {/block:IndexPage}
  311. <center>{Video-250}</center>
  312. </div>
  313. {block:IndexPage}{block:IfShowCaptions}
  314. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  315. {/block:IfShowCaptions}{/block:IndexPage}
  316. </div>
  317. {/block:Video}
  318.  
  319. {block:Photo}
  320. <div class="photo">
  321. <div class="box">
  322. <!-- permalink --> {block:IndexPage}
  323. <p class="post-link perma-a">{timeago} . <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  324. <!-- /permalink --> {/block:IndexPage}
  325. {block:IndexPage}
  326. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="100%"/></a>
  327. {/block:IndexPage}
  328. {block:PermalinkPage}
  329. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  330. {/block:PermalinkPage}
  331. </div>
  332. {block:IndexPage}{block:IfShowCaptions}
  333. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  334. {/block:IfShowCaptions}{/block:IndexPage}
  335. </div>
  336. {/block:Photo}
  337.  
  338. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  339. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  340. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  341.  
  342. {block:PermalinkPage}
  343. <div id="post-info" class="text">
  344. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  345. {block:HasTags}
  346. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  347. {/block:HasTags}
  348. <p class="post-info-data">
  349. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  350. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  351. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  352. {block:PostNotes}
  353. {PostNotes}
  354. {/block:PostNotes}
  355. </div>
  356. {/block:PermalinkPage}
  357.  
  358. </div> <!-- end single post -->
  359. {block:ContentSource}
  360. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  361. {/block:ContentSource}
  362. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  363. {/block:Posts}
  364. </div> <!-- end content -->
  365. </div>
  366. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment