Advertisement
dannyfenton

dirk theme with partial sidebar

Oct 6th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 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: {color:Background} 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. -webkit-border-radius: 15px;
  44. -moz-border-radius: 15px;
  45. border-radius: 15px;
  46. padding: 5px;
  47. margin-top: 10px;
  48. margin-bottom: 10px;
  49. }
  50.  
  51.  
  52. #wrapper {
  53. margin-left: auto;
  54. margin-right:auto;
  55. width:860px;
  56. }
  57.  
  58. #wrapper .sidebar {
  59. width: 19%;
  60. float: left;
  61. }
  62.  
  63. #wrapper .sidebar .side {
  64. float:left;
  65. padding: 5px;
  66. margin: 2px;
  67. margin-bottom: 2px;
  68. width: 150px;
  69. position: fixed;
  70. text-align: justify;
  71. background: #fff url('') fixed;
  72. -webkit-border-radius: 15px;
  73. -moz-border-radius: 15px;
  74. border-radius: 15px;
  75. color: #000;
  76. }
  77.  
  78. #wrapper .post {
  79. width: 81%;
  80. float: right;
  81. }
  82.  
  83. #wrapper .post .posts {
  84. float:right;
  85. padding: 5px;
  86. margin: 2px;
  87. margin-bottom: 2px;
  88. width: 150px;
  89. margin-left: 12px;
  90. text-align: justify;
  91. background: #fff url('') fixed;
  92. -webkit-border-radius: 15px;
  93. -moz-border-radius: 15px;
  94. border-radius: 15px;
  95. color: #000;
  96. }
  97.  
  98. #likereblog {
  99. background: #fff;
  100. }
  101.  
  102. #likereblog .like {
  103. width: 85%;
  104. float: left;
  105. }
  106.  
  107. #likereblog .reblog {
  108. width: 15%;
  109. float: right;
  110. }
  111.  
  112. #likereblog .center {
  113. text-align: center;
  114. }
  115.  
  116. .posts img {
  117. max-width: 100%;
  118. }
  119.  
  120.  
  121.  
  122.  
  123.  
  124. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  125. display:none;
  126. }
  127.  
  128. #infscr-loading {
  129. display:none;
  130. }
  131.  
  132. .navigation {
  133. display:none!important;
  134. }
  135.  
  136. #over {
  137. height:2000px!important;
  138. position:absolute;
  139. top:0px;
  140. left:0px;
  141. }
  142.  
  143.  
  144. iframe#tumblr_controls {
  145. margin-left: auto; !important;
  146. margin-right: auto; !important;
  147. position: fixed !important;
  148. -webkit-transition: opacity 0.7s linear;
  149. opacity: 0.2;
  150. -webkit-transition: all 0.8s ease-out;
  151. -moz-transition: all 0.8s ease-out;
  152. transition: all 0.8s ease-out;
  153. }
  154.  
  155. iframe#tumblr_controls:hover {
  156. -webkit-transition: opacity 0.7s linear;
  157. opacity: 1;
  158. -webkit-transition: all 0.4s ease-out;
  159. -moz-transition: all 0.4s ease-out;
  160. transition: all 0.4s ease-out;
  161. }
  162.  
  163. </style>
  164.  
  165. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  166.  
  167.  
  168. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  169. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  170.  
  171.  
  172.  
  173. <script type="text/javascript">
  174. $(window).load(function () {
  175. $('.post').masonry(),
  176. $('.masonryWrap').infinitescroll({
  177. itemSelector : ".posts",
  178. navSelector : "div.navigation",
  179. nextSelector : ".navigation a#next",
  180. bufferPx : 10000,
  181. extraScrollPx: 10000,
  182. loadingImg : "",
  183. loadingText : "",
  184. },
  185. function() { $('#wrapper').masonry({ appendedContent: $(this) });
  186. });
  187. });</script>
  188.  
  189.  
  190. </head>
  191. <body>
  192.  
  193. <div id="header"><p align="center"><A href="/">refresh</a></p>
  194. {description}
  195. </div>
  196.  
  197. <div id="wrapper">
  198.  
  199. <div class="sidebar">
  200. <div class="side">gahusgh</div></div>
  201.  
  202.  
  203. <div class="post">
  204. {block:Posts}
  205. <div class="posts">
  206.  
  207. <div id="likereblog">
  208.  
  209. <div class="like">{LikeButton}</div>
  210. <div class="reblog">{ReblogButton}</div>
  211.  
  212. <div class="center"><a href="{Permalink}">????-{MonthNumberWithZero}-{DayOfMonthWithZero} // {NoteCount}%</a> </div><br>
  213.  
  214. </div>
  215.  
  216.  
  217. <!-- Photo posts start -->
  218. {block:Photo}
  219. {block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
  220. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  221. <center><img src="{PhotoURL-100}" alt="{PhotoAlt}"></center>
  222. {block:IndexPage}</a>{/block:IndexPage}
  223. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  224. {block:Caption}{Caption}{/block:Caption}
  225. {/block:Photo}
  226. <!-- Photo posts start -->
  227.  
  228. <!-- Photoset posts start -->
  229. {block:Photoset}
  230. {block:Photos}
  231. <center><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="100px"></center>
  232. {block:IndexPage}</a>{/block:IndexPage}
  233. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  234. {block:Caption}{Caption}{/block:Caption}
  235. {/block:Photos}
  236. {/block:Photoset}
  237. <!-- Photoset posts start -->
  238.  
  239. <!-- Video posts start -->
  240. {block:Video}
  241. {Video-250}
  242. {block:Caption}{Caption}{/block:Caption}
  243. {/block:Video}
  244. <!-- Video posts end -->
  245.  
  246. <!-- Audio posts start -->
  247. {block:Audio}
  248. {block:AudioEmbed}
  249. {AudioEmbed}
  250. {/block:AudioEmbed}
  251.  
  252. {block:AudioPlayer}
  253. {block:AlbumArt}
  254. <img src="{AlbumArtURL}"style="margin-bottom:10px;" width="50px" />
  255. {/block:AlbumArt}
  256.  
  257. {AudioPlayerWhite}
  258. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  259. {block:ExternalAudio}
  260. <a href="{ExternalAudioURL}">{lang:Download}</a>
  261. {/block:ExternalAudio}
  262. {/block:AudioPlayer}
  263.  
  264. {block:Caption}{Caption}{/block:Caption}
  265. {/block:Audio}
  266. <!-- Audio posts end -->
  267.  
  268. <!-- Quote posts start -->
  269. {block:Quote}
  270. {Quote}
  271. {block:Source}
  272. {Source}
  273. {/block:Source}
  274. {/block:Quote}
  275. <!-- Quote posts end -->
  276.  
  277. <!-- Text posts start -->
  278. {block:Text}
  279. {block:Title}{Title}{/block:Title}
  280. {Body}
  281. {/block:Text}
  282. <!-- Text posts end -->
  283.  
  284. <!-- Ask posts start -->
  285. {block:Answer}
  286. {Question}{Asker}{Answer}
  287. {/block:Answer}
  288. <!-- Ask posts end -->
  289.  
  290. <!-- Chat posts start -->
  291. {block:Chat}
  292. {block:Title}{Title}{/block:Title}
  293. {block:Lines}
  294. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}
  295. {/block:Lines}
  296. {/block:Chat}
  297. <!-- Chat posts end -->
  298.  
  299. <!-- Link posts start -->
  300. {block:Link}
  301. <a href="{URL}" {Target}>{Name} &raquo;</a>
  302. {block:Description}{Description}{/block:Description}
  303. {/block:Link}
  304. <!-- Link posts end -->
  305.  
  306.  
  307. </div>
  308. {/block:posts}
  309. </div>
  310.  
  311. <div class="navigation">
  312. {block:Pagination}
  313. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  314. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  315. {/block:Pagination}
  316. </div>
  317. <div id ="over"></div>
  318. </div></div>
  319.  
  320. </body>
  321. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement