basturds

Theme 03

Jan 22nd, 2013
901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. <!--
  2. Theme 03 by incisionthemes
  3. do not remove credit if you do i will find you xo
  4. -->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="color:Hover" content="#818185"/>
  18. <meta name="color:Link" content="#000000"/>
  19. <meta name="color:Borders" content="#C0C0C0"/>
  20.  
  21. <meta name="image:Sidebar" content="1"/>
  22. <meta name="image:Background" content="1"/>
  23. <meta name="if:Show Photo" content="0"/>
  24.  
  25. <meta name="text:Custom Link 1 Title" content= >
  26. <meta name="text:Custom Link 1" content="http://" />
  27. <meta name="text:Custom Link 2 Title" content= >
  28. <meta name="text:Custom Link 2" content="http://" />
  29. <meta name="text:Custom Link 3 Title" content= >
  30. <meta name="text:Custom Link 3" content="http://" />
  31. <meta name="text:Custom Link 4 Title" content= >
  32. <meta name="text:Custom Link 4" content="http://" />
  33.  
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  41.  
  42. ::-webkit-scrollbar-thumb { background-color:#000; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  43. #aaaaaa; border-right: 1px solid #aaaaaa; }
  44.  
  45. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  46.  
  47. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content=”{MetaDescription}” />{/block:Description}
  48. {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
  49.  
  50. #tumblr_controls{
  51. position:fixed !important;
  52. }
  53.  
  54. .wrapper{
  55. margin: 0px auto;
  56. width: 100%;
  57. }
  58.  
  59. .header{
  60. float: left;
  61. width: 100%;
  62. }
  63.  
  64. body {
  65. padding: 0px;
  66. margin: 0px;
  67. color:{color:text};
  68. font-family: ubuntu;
  69. font-size: 10px;
  70. line-height: 12px;
  71. background-color: {color:Background};
  72. background-image:url({image:Background});
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. }
  76.  
  77. a:link, a:active, a:visited{
  78. color: {color:Link};
  79. text-decoration: none;
  80. -webkit-transition: color 0.4s ease-out;
  81. -moz-transition: color 0.4s ease-out;
  82. }
  83.  
  84. a:hover{
  85. color:{color:Hover};
  86. text-shadow:1px 2px 3px #000000;
  87. text-shadow:0px 0px 3px #000000;
  88. -webkit-transition: all 0.2s linear;
  89. -webkit-transition: all 0.2s linear;
  90. -moz-transition: all 0.2s linear;
  91. transition: all 0.2s linear;
  92. }
  93.  
  94. .entry {
  95. margin:2px;
  96. padding:3px;
  97. padding-bottom:0px;
  98. float:left;
  99. background-color:#fff;
  100. opacity:0.8;
  101. {block:IndexPage}
  102. width:250px;
  103. {/block:IndexPage}
  104. {block:PermalinkPage}
  105. width:350px;
  106. margin-left: 30px;
  107. {/block:PermalinkPage}
  108. }
  109.  
  110. .entry .perma{
  111. margin-left: 0px;
  112. margin-top: 30px;
  113. width:100px;
  114. height: auto;
  115. position: absolute;
  116. overflow:hidden;
  117. opacity: 0.0;
  118. background-color:#fff;
  119. }
  120.  
  121. .entry:hover .perma{
  122. width:250px;
  123. overflow:visible;
  124. opacity:0.9;
  125. color: #000000;
  126. overflow:visible;
  127. -webkit-transition: 0.3s linear;
  128. -webkit-transition: all 0.3s linear;
  129. -moz-transition: all 0.3s linear;
  130. transition: all 0.3s linear;
  131. }
  132.  
  133. .perms {
  134. padding: 3px;
  135. font-family: calibri;
  136. text-transform: uppercase;
  137. font-size: 9px;
  138. line-height: 20px;
  139. text-align: left;
  140. color: #000;
  141. -webkit-transition: all 0.6s ease;
  142. -moz-transition: all 0.6s ease;
  143. -o-transition: all 0.6s ease;
  144. }
  145.  
  146. .perms a:hover{
  147. color: #000;
  148. -webkit-transition: all 0.6s ease;
  149. -moz-transition: all 0.6s ease;
  150. -o-transition: all 0.6s ease;
  151. }
  152.  
  153. #pic{
  154. position:fixed;
  155. border-radius:500px;
  156. width:150px;
  157. top:140px;
  158. margin-left:22px;
  159.  
  160. }
  161.  
  162.  
  163. #sidebar{
  164. position:fixed !important;
  165. width: 160px;
  166. height:auto;;
  167. margin-top: 260px;;
  168. margin-left: 180px;
  169. padding: 4px;
  170. text-align: right;
  171. background-color:#fff;
  172. border:1px solid #ccc;
  173. }
  174.  
  175. #blogtitle {
  176. font-family:'courier new';
  177. font-size: 25px;
  178. line-height: 10px;
  179. text-align: right;
  180. }
  181.  
  182. #posts {
  183. width: 570px;
  184. margin-left:400px;
  185. margin-top:10px;
  186. float:left;
  187. }
  188.  
  189. #infscr-loading{
  190. bottom: -70px;
  191. position: absolute;
  192. left: 50%;
  193. margin-left:-8px;
  194. width:16px;
  195. height:11px;
  196. overflow:hidden;
  197. margin-bottom: 50px;
  198. }
  199.  
  200. .title{
  201. font-family: 'courier new';
  202. font-size: 17px;
  203. line-height:17px;
  204. text-align:right;
  205. }
  206.  
  207. .top.media.photoset {
  208. line-height: 0;
  209. position: relative;
  210. display: inline-block;
  211. }
  212.  
  213. .lust {
  214. margin:5px;
  215. padding-top:0px;
  216. text-transform:lowercase;
  217. width:150px;
  218. font-family: 'consolas';
  219. font-size: 10px;
  220. line-height: 4px;
  221. background-color: {color:borders};
  222. color:#000;
  223. }
  224.  
  225. .hud {
  226. position:fixed;
  227. padding:3px;
  228. position:relative;
  229. margin:1px;
  230. text-align:right;
  231. }
  232.  
  233. .bud {
  234. position:fixed;
  235. padding:3px;
  236. text-align:left;
  237. color: #000;
  238. background:white;
  239. display:visible;
  240. font-family: ubuntu;
  241. font-size:10px;
  242. line-height:11px;
  243. }
  244.  
  245. {CustomCSS}
  246.  
  247. </style>
  248.  
  249. {block:IndexPage}
  250. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  251. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  252.  
  253. <script type="text/javascript">
  254. $(window).load(function () {
  255. var $content = $('#posts');
  256. $content.masonry({itemSelector: '.entry'}),
  257. $content.infinitescroll({
  258. navSelector : 'div#pagination',
  259. nextSelector : 'div#pagination a#nextPage',
  260. itemSelector : '.entry',
  261. loading: {
  262. finishedMsg: '',
  263. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  264. },
  265. bufferPx : 800,
  266. debug : false,
  267. },
  268. // call masonry as a callback.
  269. function( newElements ) {
  270. var $newElems = $( newElements );
  271. $newElems.hide();
  272. // ensure that images load before adding to masonry layout
  273. $newElems.imagesLoaded(function(){
  274. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  275.  
  276.  
  277. });
  278. });
  279. });
  280. </script>
  281.  
  282. {/block:IndexPage}
  283.  
  284.  
  285. <div style="position:fixed !important;right:3px;top:24px; opacity: 0.8; z-index:999999999999999999999999999; "><a href="http://obstructed.tumblr.com/"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a></div>
  286.  
  287. <title>{title}</title>
  288.  
  289. <link rel="shortcut icon" href="{favicon}">
  290. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  291. <meta name="viewport" content="width=820" />
  292.  
  293. </head>
  294. <body>
  295. <div class="wrapper">
  296. <div class="header">
  297. </div>
  298.  
  299. <div id="sidebar">
  300. <div id="pic">
  301. {block:IfshowPhoto}<img src="{image:sidebar}" style="width:160px; height:110px; float:right;;margin-right:8px;padding:3px; border: 1px solid #ccc;; ;">{/block:ifshowphoto}
  302. </div>
  303.  
  304. <div class="lust">
  305. <p class="hud">+ d e s c r i p t i o n</p>
  306. <div class="bud">
  307. <div align="left">
  308. {description}
  309.  
  310.  
  311.  
  312. </div></div></div><br>
  313.  
  314. <div class="lust">
  315. <p class="hud">+ l i n k s</p></div>
  316.  
  317. <div align="left">
  318. <center>
  319. <a href="/">home</a>
  320. <a href="/ask">ask</a>
  321. <a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a>
  322. <a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a>
  323. <a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a>
  324. <a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a>
  325. </center>
  326. </div></div></div>
  327.  
  328.  
  329. </div>
  330.  
  331.  
  332. <div class="left">
  333.  
  334. <div id="posts">
  335.  
  336. {block:Posts}
  337. <div class="entry">
  338.  
  339. {block:IndexPage}
  340.  
  341. {/block:IndexPage}
  342.  
  343. {block:Text}
  344. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  345. <a href="{permalink}"><small>{NoteCountWithLabel}</small></a>
  346. &middot<a href="{permalink}"><a href="{ReblogURL}" target="_blank"><small>reblog</small></a>
  347. {/block:Text}
  348.  
  349. {block:Link}
  350. <a href="{URL}" class="title">{Name}</a>
  351. {block:Description}{Description}{/block:Description}
  352. <a href="{permalink}"><small>{NoteCountWithLabel}</small></a>
  353. &middot<a href="{permalink}"><a href="{ReblogURL}" target="_blank"><small>reblog</small></a> {block:Link}
  354.  
  355. {block:Photo}
  356. {block:IndexPage}
  357. <div class="perma">
  358. <div class="perms">
  359. <a href="{ReblogURL}" target="_blank">reblog</a> with
  360. <a href="{permalink}">{NoteCountwithlabel}</a>
  361. </div>
  362. </div>{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  363. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  364. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}{/block:PermalinkPage}
  365. {/block:Photo}
  366.  
  367. {block:Photoset}
  368. <section class="top media photoset">
  369. {Photoset-250}
  370. </section>
  371. {block:IndexPage}
  372. <div class="perma">
  373. <div class="perms">
  374. <a href="{ReblogURL}" target="_blank">reblog</a>
  375. </div>
  376. </div>
  377. <div class="perma2">
  378. <div class="perms2">
  379. <a href="{permalink}"> {NoteCount}</a>
  380. </div>
  381. </div>
  382. {/block:IndexPage}
  383. {/block:Photoset}
  384.  
  385. {block:Quote}
  386. {Quote}</span>
  387. {block:Source}<strong>{Source}</strong>{/block:Source}<br>
  388. <a href="{permalink}"><small>{NoteCountWithLabel}</small></a>
  389. &middot<a href="{permalink}"><a href="{ReblogURL}" target="_blank"><small>reblog</small></a>
  390. {/block:Quote}
  391.  
  392. {block:Chat}
  393. {block:Title}<span class="title">{Title}</span>{/block:Title}
  394. <ul class="chat">
  395. {block:Lines}
  396. <li class="user_{UserNumber}">
  397. {block:Label}
  398. <span class="label">{Label}</span>
  399. {/block:Label}
  400.  
  401. {Line}
  402. </li>
  403. {/block:Lines}
  404. </ul>
  405. <a href="{permalink}"><small>{NoteCountWithLabel}</small></a>
  406. &middot<a href="{permalink}"><a href="{ReblogURL}" target="_blank"><small>reblog</small></a>
  407. {/block:Chat}
  408.  
  409. {block:Audio}
  410. <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  411. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  412. <br>
  413. <a href="{permalink}"><small>{NoteCountWithLabel}</small></a>
  414. &middot<a href="{permalink}"><a href="{ReblogURL}" target="_blank"><small>reblog</small></a>
  415. {/block:Audio}
  416.  
  417. {block:Video}
  418. {block:IndexPage}
  419. <center>
  420. {Video-340}</center>
  421. {/block:IndexPage}
  422. {block:PermalinkPage}
  423. <center>
  424. {Video-550}</center>
  425. {/block:PermalinkPage}
  426. {block:Video}
  427.  
  428. {block:PermalinkPage}
  429. <center>
  430. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  431.  
  432.  
  433. {/block:PermalinkPage}
  434.  
  435.  
  436. {block:PostNotes}{PostNotes}
  437. {/block:PostNotes}
  438. </div>
  439.  
  440.  
  441. {/block:Posts}
  442. </div>
  443. </div>
  444. {block:IndexPage}
  445. {block:Pagination}
  446. <div id="pagination">
  447. {block:NextPage}
  448. <a id="nextPage" href="{NextPage}">&nbsp;</a>
  449. {/block:NextPage}
  450. {block:PreviousPage}
  451. <a href="{PreviousPage}">&nbsp;</a>
  452. {/block:PreviousPage}
  453. </div>
  454. {/block:Pagination}
  455. {/block:IndexPage}
  456. </div>
  457.  
  458. </body>
  459. </html>
Add Comment
Please, Sign In to add comment