Advertisement
thedemil0vatoanon

theme 23

Mar 25th, 2013
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. <!--
  2.  
  3. 2 columns version of theme 22. if you remove the credit i'll beat the fuck out of you motherfucker.
  4.  
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <!--DEFAULT VARIABLES-->
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:link" content="#30518b"/>
  19. <meta name="color:text" content="#777"/>
  20. <meta name="color:title" content="#30518b"/>
  21. <meta name="color:hover" content="#ffffff"/>
  22. <meta name="image:sidebar" content="1"/>
  23. <meta name="image:background" content="1"/>
  24. <meta name="text:link 1 title" content="" />
  25. <meta name="text:link 1" content="" />
  26. <meta name="text:link 2 title" content="" />
  27. <meta name="text:link 2" content="" />
  28. <meta name="text:link 3 title" content="" />
  29. <meta name="text:link 3" content="" />
  30. <meta name="text:link 4 title" content="" />
  31. <meta name="text:link 4" content="" />
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. #tumblr_controls{
  37. position:fixed !important;
  38. }
  39.  
  40. body {
  41. padding: 0px;
  42. margin: 0px;
  43. color:{color:text};
  44. font-family: trebuchet ms;
  45. line-height:10px;
  46. font-size:10px;
  47. background-color: {color:Background};
  48. background-image:url({image:Background});
  49. background-attachment: fixed;
  50. background-repeat: repeat;
  51. }
  52.  
  53.  
  54. a:link, a:active, a:visited{
  55. text-decoration: none;
  56. -webkit-transition: color 0.3s ease-out;
  57. -moz-transition: color 0.3s ease-out;
  58. transition: color 0.3s ease-out;
  59. color:{color:link};
  60. }
  61.  
  62. a:hover { text-decoration: none; font-style: italic; text-shadow: 1px 1px 6px #333; color: #ffffff;}
  63.  
  64. div#center{
  65. margin:auto;
  66. position:relative;
  67. width:1000px;
  68. background-color:;
  69. overflow:auto;
  70. overflow-y:hidden;
  71. }
  72.  
  73.  
  74. .entry {
  75. float:left;
  76. display: block;
  77. margin:5px;
  78. overflow:hidden;
  79. width:290px;
  80. {block:PermalinkPage}
  81. width:500px;
  82. text-align:left;
  83. line-height:20px;
  84. {/block:PermalinkPage}
  85. background:white;
  86. background-image:URL();
  87. }
  88.  
  89.  
  90. .entry .perma{
  91. width:290px;
  92. height:20px;
  93. margin-left:0px;
  94. position: absolute;
  95. line-height: 16px;
  96. overflow:hidden;
  97. text-align:center;
  98. top:0px;
  99. background:white;
  100. word-spacing:2px;
  101. letter-spacing:0px;
  102. opacity: 0.0;
  103. -webkit-transition: all .7s ease;
  104. -moz-transition: all .7s ease;
  105. -o-transition: all .7s ease;
  106. transition: all .7s ease;
  107.  
  108. }
  109.  
  110. .entry:hover .perma{
  111. overflow:visible;
  112. opacity:0.9;
  113. }
  114.  
  115.  
  116. #posts {
  117. width:600px;
  118. margin-top:1px;
  119. z-index:99;
  120. margin-left:320px;
  121. right:auto;
  122. background:transparent;
  123. margin-right:auto;
  124. position:relative;
  125. overflow-y: hidden;
  126. }
  127.  
  128.  
  129. #sidebar{
  130. position:fixed !important;
  131. width:200px;
  132. background:transparent;
  133. height:auto;
  134. margin-top:255px;
  135. margin-left:70px;
  136. padding:5px;
  137. border: 0px double #ddd;
  138. text-align:center;
  139. }
  140.  
  141. .links{background:trans;text-align:center; }
  142.  
  143. .links a{background:trans;display:inline-block;font-family:arial;font-size:11px;text-transform: lowercase;letter-spacing: 0px; padding:2px 2px 2px 3px; -webkit-border-radius: 2px;-moz-border-radius: 2px; font-weight: italic; }
  144.  
  145.  
  146.  
  147. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  148.  
  149.  
  150.  
  151. .title{
  152. line-height: 12px;
  153. color:{color:Title};
  154. font-weight: normal;
  155. font-size:13px;
  156. }
  157.  
  158.  
  159. .permalink{
  160. text-transform: normal;
  161. display: block;
  162. text-align: right;
  163. text-decoration: none;
  164. }
  165.  
  166.  
  167. #infscr-loading{
  168. bottom: -70px;
  169. position: absolute;
  170. left: 50%;
  171. margin-left:-8px;
  172. width:16px;
  173. height:11px;
  174. overflow:hidden;
  175. margin-bottom: 50px;
  176. }
  177.  
  178. #postnotes{
  179. text-align: justify;}
  180.  
  181. #postnotes blockquote{
  182. border: 0px;}
  183.  
  184. blockquote{
  185. padding:0px 0px 2px 5px;
  186. margin:0px 0px 2px 10px;
  187. border-left: 1px dotted #555555;
  188. }
  189.  
  190. blockquote p, ul{
  191. margin:0px;
  192. padding:0px;
  193. }
  194.  
  195. a img{border: 0px;}
  196.  
  197.  
  198. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  199.  
  200. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  201. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  202.  
  203. .notes img{width:10px; position:relative; top:3px;}
  204. <--ses-->
  205. small{font-size: 90%;}
  206.  
  207.  
  208. ::-webkit-scrollbar-thumb:vertical {background-color:{color:link}}; height:auto;}
  209. ::-webkit-scrollbar-thumb:horizontal {background-color:#000000;height:10px !important;}
  210. ::-webkit-scrollbar {height:7px; width:3px; background-color:#FFFFFF;}
  211.  
  212. #tumblr_controls{
  213. position:fixed !important;
  214. -webkit-filter: invert(100%)
  215. }
  216.  
  217. {CustomCSS}
  218.  
  219. </style>
  220.  
  221.  
  222. {block:IndexPage}
  223. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  224. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  225.  
  226. <script type="text/javascript">
  227. $(window).load(function(){
  228. var $wall = $('#posts');
  229. $wall.imagesLoaded(function(){
  230. $wall.masonry({
  231. itemSelector: '.entry, .entry_photo',
  232. isAnimated : false
  233. });
  234. });
  235.  
  236. $wall.infinitescroll({
  237. navSelector : '#pagination',
  238. nextSelector : '#pagination a',
  239. itemSelector : '.entry, .entry_photo',
  240. bufferPx : 2000,
  241. debug : false,
  242. errorCallback: function() {
  243. $('#infscr-loading').fadeOut('normal');
  244. }},
  245. function( newElements ) {
  246. var $newElems = $( newElements );
  247. $newElems.hide();
  248. $newElems.imagesLoaded(function(){
  249. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  250. });
  251. }); $('#posts').show(500);
  252. });
  253. </script>
  254.  
  255.  
  256. {/block:IndexPage}
  257.  
  258.  
  259. <title>{title}</title>
  260.  
  261. <link rel="shortcut icon" href="{Favicon}" />
  262. <meta name="viewport" content="width=820" />
  263. </head>
  264.  
  265. <body>
  266. <BODY onselectstart="return false;" ondragstart="return false;">
  267. <div class="wrapper">
  268. <div class="header">
  269. </div>
  270.  
  271. <div id="cage">
  272. <div id="center">
  273.  
  274.  
  275. <div id="sidebar">
  276. <center>
  277. <a href="/"><img src="{image:sidebar}" width=100%></a>
  278.  
  279. <div class="links">
  280. {block:IfLink1title}<a href="{text:link 1}">{text:link 1 title}</a> {/block:IfLink1title}
  281. {block:IfLink2title} <a href="{text:link 2}">{text:link 2 title}</a> {/block:IfLink2title}
  282. {block:IfLink3title} <a href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3title}
  283. {block:IfLink4title} <a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4title}</div>
  284.  
  285. {description}
  286. </center>
  287. </div>
  288. <!------------------------------------->
  289.  
  290.  
  291. <div class="left">
  292. <div id="posts">
  293. {block:Posts}
  294. <div class="entry">
  295.  
  296. {block:Answer}<br>
  297. <div style="border-radius:5px; border: 1px solid #ddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
  298. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  299. <ask>{Asker}</ask>: {Question}<br></div>
  300. <div style="font-family: trebuchet ms; font-size: 10px;">
  301. {Answer}<br>
  302. <div class="permalinks">
  303. <a href="{permalink}"> + {NoteCount}</a></div>
  304. </div>
  305. {/block:Answer}
  306.  
  307. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  308.  
  309. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  310. {/block:Text}
  311.  
  312. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  313.  
  314. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  315.  
  316. {block:Photo}
  317. {block:IndexPage}
  318. <center>
  319. <div class="perma">
  320. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel} </a> </div>
  321.  
  322. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  323. {/block:IndexPage}
  324. {block:PermalinkPage}
  325. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  326.  
  327. {LinkCloseTag}
  328. {/block:PermalinkPage}
  329. {/block:Photo}
  330.  
  331. {block:Photoset}
  332. {block:IndexPage}
  333. <center>
  334.  
  335. <div class="perma">
  336. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel} </a> </div>
  337.  
  338. {Photoset-250}</center>
  339. {/block:IndexPage}
  340. {block:PermalinkPage}
  341. <center>
  342. {Photoset-500}</center>
  343. {/block:PermalinkPage}
  344. {/block:Photoset}
  345.  
  346. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  347.  
  348. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  349.  
  350. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  351. <ul class="chat">
  352. {block:Lines}
  353. <li class="user_{UserNumber}">
  354. {block:Label}
  355. <span class="label">{Label}</span>
  356. {/block:Label}
  357.  
  358. {Line}
  359. </li>
  360. {/block:Lines}
  361. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  362. {/block:Chat}
  363.  
  364. {block:Audio}
  365. <div style="width:200px; height:30px;">
  366. {AudioPlayerBlack}
  367. </div>
  368. {block:IndexPage}<span class="permalink">
  369. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  370. </span>{/block:IndexPage}
  371. {/block:Audio}
  372.  
  373. {block:Video}
  374. {block:IndexPage}
  375. <center>
  376. <div class="perma">
  377. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  378. {Video-290}</center>
  379. {/block:IndexPage}
  380. {block:PermalinkPage}
  381. <center>
  382. {Video-400}</center>
  383. {/block:PermalinkPage}
  384. {block:Video}
  385.  
  386.  
  387. {block:PostNotes}<div align="middle">{caption}</div>
  388. <center>
  389.  
  390. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  391.  
  392. {block:HasTags}
  393. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  394. {block:RebloggedFrom}
  395. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  396. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  397.  
  398. {/block:RebloggedFrom}
  399. </center></span>
  400. <br>
  401. <div id="postnotes">{PostNotes}</div><br>
  402.  
  403. <center>{block:ContentSource}
  404. <br><a href="{SourceURL}">
  405. {lang:Source}:
  406. {block:SourceLogo}
  407. <img src="{BlackLogoURL}" width="{LogoWidth}"
  408. height="{LogoHeight}" alt="{SourceTitle}" />
  409. {/block:SourceLogo}
  410. {block:NoSourceLogo}
  411. {SourceLink}
  412. {/block:NoSourceLogo}
  413. </a>
  414. {/block:ContentSource}</center>
  415.  
  416. {/block:PostNotes}
  417. </div>
  418. {/block:Posts}
  419. </div></div>
  420.  
  421. {block:IndexPage}
  422. {block:Pagination}
  423. <div id="pagination">
  424. {block:NextPage}
  425. <a id="nextPage" href="{NextPage}"></a>
  426. {/block:NextPage}
  427. {block:PreviousPage}
  428. <a href="{PreviousPage}"></a>
  429. {/block:PreviousPage}
  430. </div>
  431. {/block:Pagination}
  432. {/block:IndexPage}
  433. </body>
  434.  
  435. <!-- THEME BY SWAGDV-->
  436. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  437.  
  438. <div style="position: fixed; bottom: 5px; left: 7px;"><a href="http://swagdv.tumblr.com">theme</a></div>
  439.  
  440. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement