Advertisement
dannyfenton

dirk theme looking like wondows

Oct 6th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.  
  4. Have you ever seen such a shitty theme.
  5.  
  6. -->
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:Background" content="#3b627e" />
  11.  
  12.  
  13. <meta name="image:Background" content="" />
  14.  
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  16. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  21.  
  22.  
  23.  
  24. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  25. </script>
  26.  
  27.  
  28. <style type="text/css">
  29.  
  30. body {
  31. margin: 0;
  32. padding: 0;
  33. font-size: 10px;
  34. font-family: verdana;
  35. background: #fe7305 url('{image:Background}') top left fixed repeat;
  36. }
  37.  
  38. #header {
  39. margin-left: auto;
  40. margin-right:auto;
  41. width: 300px;
  42. background: #fff url('') fixed;
  43. padding: 5px;
  44. margin-top: 10px;
  45. margin-bottom: 10px;
  46. }
  47.  
  48.  
  49. #wrapper {
  50. margin-left: auto;
  51. margin-right:auto;
  52. width:990px;
  53. }
  54.  
  55. {block:IndexPage}
  56. .posts {
  57. float:left;
  58. padding: 5px;
  59. padding-right:7px;
  60. border: 1px solid #fe7305;
  61. margin: 2px;
  62. margin-bottom: 2px;
  63. width: 100px;
  64. text-align: justify;
  65. background: transparent url('') fixed;
  66. color: #000;
  67. }
  68.  
  69. .posts:hover {
  70. background: #fbb474;
  71. border: 1px #d2522f solid;
  72. }
  73. {/block:IndexPage}
  74.  
  75.  
  76. {block:PermalinkPage}
  77. .posts {
  78. float:center;
  79. padding: 15px;
  80. padding-right:7px;
  81. border: 1px solid #fe7305;
  82. width: 990px;
  83. text-align: justify;
  84. background: #fff url('') fixed;
  85. color: #000;
  86. }
  87.  
  88. {/block:PermalinkPage}
  89.  
  90. #likereblog {
  91. }
  92.  
  93. #likereblog .like {
  94. width: 85%;
  95. float: left;
  96. }
  97.  
  98. #likereblog .reblog {
  99. width: 15%;
  100. float: right;
  101. }
  102.  
  103. #likereblog .center {
  104. text-align: center;
  105. }
  106.  
  107. .posts img {
  108. max-width: 100%;
  109. box-shadow: 3px 3px 2px #d2522f;
  110. }
  111.  
  112.  
  113.  
  114.  
  115.  
  116. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  117. display:none;
  118. }
  119.  
  120. #infscr-loading {
  121. display:none;
  122. }
  123.  
  124. .navigation {
  125. display:none!important;
  126. }
  127.  
  128. #over {
  129. height:2000px!important;
  130. position:absolute;
  131. top:0px;
  132. left:0px;
  133. }
  134.  
  135.  
  136. iframe#tumblr_controls {
  137. margin-left: auto; !important;
  138. margin-right: auto; !important;
  139. position: fixed !important;
  140. -webkit-transition: opacity 0.7s linear;
  141. opacity: 0.2;
  142. -webkit-transition: all 0.8s ease-out;
  143. -moz-transition: all 0.8s ease-out;
  144. transition: all 0.8s ease-out;
  145. }
  146.  
  147. iframe#tumblr_controls:hover {
  148. -webkit-transition: opacity 0.7s linear;
  149. opacity: 1;
  150. -webkit-transition: all 0.4s ease-out;
  151. -moz-transition: all 0.4s ease-out;
  152. transition: all 0.4s ease-out;
  153. }
  154.  
  155. </style>
  156.  
  157. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  158.  
  159.  
  160. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  161. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  162.  
  163.  
  164.  
  165. <script type="text/javascript">
  166. $(window).load(function () {
  167. $('#wrapper').masonry(),
  168. $('.masonryWrap').infinitescroll({
  169. itemSelector : ".posts",
  170. navSelector : "div.navigation",
  171. nextSelector : ".navigation a#next",
  172. bufferPx : 10000,
  173. extraScrollPx: 10000,
  174. loadingImg : "",
  175. loadingText : "",
  176. },
  177. function() { $('#wrapper').masonry({ appendedContent: $(this) });
  178. });
  179. });</script>
  180.  
  181.  
  182. </head>
  183. <body>
  184.  
  185. <div id="header"><p align="center"><A href="/">refresh</a></p>
  186. {description}
  187. </div>
  188.  
  189. <div id="wrapper">
  190. {block:Posts}
  191. <div class="posts" title="Item type: {PostType} post
  192. Date created: ????-{MonthNumberWithZero}-{DayOfMonthWithZero} {12Hour}:{Minutes} {CapitalAmPm}
  193. Notes: {NoteCount}">
  194.  
  195.  
  196.  
  197.  
  198. <!-- Photo posts start -->
  199. {block:Photo}
  200. {block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
  201. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  202. <center><img src="{PhotoURL-100}" alt="{PhotoAlt}"></center>
  203. {block:IndexPage}</a>{/block:IndexPage}
  204. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  205. {/block:Photo}
  206. <!-- Photo posts start -->
  207.  
  208. <!-- Photoset posts start -->
  209. {block:Photoset}
  210. {block:Photos}
  211. {block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
  212. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  213. <center><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="100px"></center>
  214. {block:IndexPage}</a>{/block:IndexPage}
  215. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  216. {/block:Photos}
  217. {/block:Photoset}
  218. <!-- Photoset posts start -->
  219.  
  220. <!-- Video posts start -->
  221. {block:Video}
  222. {Video-250}
  223. {block:Caption}{Caption}{/block:Caption}
  224. {/block:Video}
  225. <!-- Video posts end -->
  226.  
  227. <!-- Audio posts start -->
  228. {block:Audio}
  229. {block:AudioEmbed}
  230. {AudioEmbed}
  231. {/block:AudioEmbed}
  232.  
  233. {block:AudioPlayer}
  234. {block:AlbumArt}
  235. <img src="{AlbumArtURL}"style="margin-bottom:10px;" width="100px" />
  236. {/block:AlbumArt}
  237.  
  238. {AudioPlayerWhite}
  239. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  240. {block:ExternalAudio}
  241. <a href="{ExternalAudioURL}">{lang:Download}</a>
  242. {/block:ExternalAudio}
  243. {/block:AudioPlayer}
  244.  
  245. {block:Caption}{Caption}{/block:Caption}
  246. {/block:Audio}
  247. <!-- Audio posts end -->
  248.  
  249. <!-- Quote posts start -->
  250. {block:Quote}
  251. {Quote}
  252. {block:Source}
  253. {Source}
  254. {/block:Source}
  255. {/block:Quote}
  256. <!-- Quote posts end -->
  257.  
  258. <!-- Text posts start -->
  259. {block:Text}
  260. {block:Title}{Title}{/block:Title}
  261. {Body}
  262. {/block:Text}
  263. <!-- Text posts end -->
  264.  
  265. <!-- Ask posts start -->
  266. {block:Answer}
  267. {Question}{Asker}{Answer}
  268. {/block:Answer}
  269. <!-- Ask posts end -->
  270.  
  271. <!-- Chat posts start -->
  272. {block:Chat}
  273. {block:Title}{Title}{/block:Title}
  274. {block:Lines}
  275. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}
  276. {/block:Lines}
  277. {/block:Chat}
  278. <!-- Chat posts end -->
  279.  
  280. <!-- Link posts start -->
  281. {block:Link}
  282. <a href="{URL}" {Target}>{Name} &raquo;</a>
  283. {block:Description}{Description}{/block:Description}
  284. {/block:Link}
  285. <!-- Link posts end -->
  286.  
  287. <div id="likereblog"><br>
  288.  
  289. <div class="like">{LikeButton size="15" color="black"}</div>
  290. <div class="reblog">{ReblogButton size="15" color="black"}</div>
  291.  
  292.  
  293. </div>
  294. </div>
  295. {/block:posts}
  296.  
  297.  
  298. <div class="navigation">
  299. {block:Pagination}
  300. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  301. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  302. {/block:Pagination}
  303. </div>
  304. <div id ="over"></div>
  305. </div></div>
  306.  
  307. </body>
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement