thehiddenwill-themes

Theme 03.

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