Advertisement
iusedtobeher-themes

~Ain't nothin' like ya'~

Jun 12th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.66 KB | None | 0 0
  1. <!--Theme by iusedtobeher | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <html lang="en">
  4. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <head>
  13. <!-- DEFAULT VARIABLES -->
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  15. <meta name="color:background" content="#fff"/>
  16. <meta name="color:text" content="#000"/>
  17. <meta name="color:title" content="#000"/>
  18. <meta name="color:Blog Title" content=""/>
  19. <meta name="color:link" content="#9B9B9B"/>
  20. <meta name="color:link shadow" content="#cf7a98"/>
  21. <meta name="color:hover" content="#000"/>
  22. <meta name="color:scrollbar" content="#eee"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:background" content="0"/>
  26.  
  27. <meta name="text:Link One Title" content="link1" />
  28. <meta name="text:Link One" content="" />
  29. <meta name="text:Link Two Title" content="link2" />
  30. <meta name="text:Link Two" content="" />
  31. <meta name="text:Link Three Title" content="link3" />
  32. <meta name="text:Link Three" content="" />
  33. <meta name="text:Link Four Title" content="link4" />
  34. <meta name="text:Link Four" content="" />
  35.  
  36. <style type="text/css">
  37.  
  38. #bite
  39. #bite a{
  40. display:block
  41. }
  42.  
  43. #bite .death {
  44. margin-top:40px;filter: alpha(opacity = 0);
  45. opacity:0;-webkit-transition: all 0.5s ease-out;
  46. -moz-transition: all 0.5s ease-out;
  47. transition: all 0.5s ease-out;
  48. }
  49.  
  50. #bite:hover .death {
  51. margin-top:2px;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. filter: alpha(opacity = 100);
  56. filter: alpha(opacity = 100);
  57. opacity:100;
  58. }
  59.  
  60. ::-webkit-scrollbar-thumb {
  61. border-top: 1px solid #303030;
  62. border-bottom: 1px solid #303030;
  63. border-left: 1px solid #4B4B4B;
  64. background-color:#474747;
  65. height:auto;
  66. }
  67.  
  68. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  69.  
  70. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  71.  
  72. @font-face {
  73. font-family: "Ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf');
  74. }
  75.  
  76. @font-face {
  77. font-family: "silkscreen";
  78. src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf');
  79. }
  80.  
  81. @font-face {
  82. font-family: "Existance";
  83. src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');
  84. }
  85.  
  86. @font-face {
  87. font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf');
  88. }
  89.  
  90. @font-face {
  91. font-family: "Black Swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');
  92. }
  93.  
  94. @font-face {
  95. font-family: "Bebas Neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');
  96. }
  97.  
  98. .wrapper{
  99. margin: 0px auto;
  100. margin-left: 60px;
  101. width: 802px;
  102. }
  103.  
  104. .header{
  105. float: left;
  106. width: 100%;
  107. }
  108.  
  109. .left{
  110. float: left;
  111. margin-right: 20px;
  112. width: 802;
  113. }
  114.  
  115. .right{
  116. float: right;
  117. width: 200px;
  118. background-color: #fff;
  119. }
  120.  
  121. body {
  122. margin:0px;
  123. background-color: {color:Background};
  124. background-image:url({image:Background});
  125. background-attachment: fixed;
  126. background-repeat: repeat;}
  127. body, div, p, textarea, submit, input{
  128. font-family: "Ronda";
  129. font-size: 8px;
  130. line-height:11px;
  131. letter-spacing:1px;
  132. color:{color:Text};
  133. }
  134.  
  135. ::-webkit-scrollbar {width: 6px; height: 4px; background: #FFFFFF; border-left:0px solid #aaa; }
  136.  
  137. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; border: 0px solid #eee; border-radius:40px;}
  138.  
  139.  
  140. p {
  141. margin:0px;
  142. margin-top:0px;
  143. }
  144.  
  145. a:link, a:active, a:visited{
  146. text-decoration: none;
  147. -webkit-transition: color 0.3s ease-out;
  148. -moz-transition: color 0.3s ease-out;
  149. transition: color 0.3s ease-out;
  150. color: {color:Link};
  151. }
  152.  
  153. a:hover {
  154. text-shadow:1px 2px 2px {color:link shadow};
  155. : -webkit-transition-duration: 1.0s;
  156. color:{color:Hover};
  157. }
  158.  
  159. div#sidebar {
  160. position:fixed;
  161. width: 250px;
  162. height: auto;
  163. font-family: "Handy00";
  164. height: auto;
  165. margin-left:700px;
  166. margin-top: 220px;
  167. padding:0px;
  168. padding-bottom: -3px;
  169.  
  170. transition: all 0.8s ease-out;
  171. -o-transition-transition: all 0.8s ease-out;
  172. -webkit-transition: all 0.8s ease-out;
  173. -moz-transition: all 0.8s ease-out;
  174. }
  175.  
  176. div#sidebar img{
  177. width: 250px;;
  178. height: auto;
  179. margin-bottom: -3px;
  180.  
  181.  
  182. transition: all 0.8s ease-out;
  183. -o-transition-transition: all 0.8s ease-out;
  184. -webkit-transition: all 0.8s ease-out;
  185. -moz-transition: all 0.8s ease-out;
  186. }
  187.  
  188. .sectiontitle{
  189. font-family:"Existance";
  190. font-size:18px;
  191. line-height:15px;
  192. text-shadow: 1px 1px 5px #aaa;
  193. text-transform:uppercase;
  194. color:#747171;
  195. text-align:center;
  196. }
  197.  
  198. .linkbar{
  199. color: black;
  200. margin-top:10px;
  201. background: transparent;
  202. height: auto;
  203. width: 200px;
  204. font-family:"Dixel";
  205. font-size:10px;
  206. line-height:8px;
  207. text-transform:uppercase;
  208. text-align:center;
  209. z-index:1;
  210. }
  211.  
  212. .Title{
  213. margin-top:10px;
  214. font-family:"Finger Paint";
  215. font-size:40px;
  216. line-height:23px;
  217. letter-spacing:-2px;
  218. color:{color:Blog title};
  219. text-align:center;
  220. }
  221.  
  222. div#center{
  223. margin:auto;
  224. margin-top:0px;
  225. position:relative;
  226. width:900px;
  227. background-color:;
  228. overflow:auto;
  229. overflow-y:hidden;
  230. }
  231.  
  232. .entry {
  233. float:left;
  234. display: block;
  235. overflow:hidden;
  236. width:300px;
  237. background: white;
  238. padding:2px;
  239. border:1px solid #aaa;
  240. margin:10px;
  241. {block:PermalinkPage}
  242. width:520px;
  243. margin-left:0px;
  244. text-align:center;
  245. {/block:PermalinkPage}
  246. }
  247.  
  248. .perma {
  249. opacity: 0.0;
  250. filter: alpha(opacity = 0);
  251. margin-top: -21px;
  252. width: px;
  253. height: 30px;
  254. line-height: 30px;
  255. font-size: 9px;
  256. position:absolute;
  257. text-align: center;
  258. z-index:9999991;
  259. color: {color:permalink};
  260. }
  261.  
  262. a.p {color: {color:permalink};}
  263.  
  264. .entry:hover .perma {
  265. -webkit-transition: opacity 0.4s linear;
  266. opacity: 1;
  267. -moz-transition: all 0.4s linear;
  268. transition: all 0.4s linear;
  269. filter: alpha(opacity = 100);
  270. }
  271.  
  272. .likep {
  273. width: 21px;
  274. height: 20px;
  275. overflow: hidden;
  276. position: relative;
  277. z-index: 9999999;
  278. position: absolute;
  279. margin-top: 28px;
  280. margin-left: 10px;
  281. }
  282.  
  283. .rep {
  284. width: 24px;
  285. height: 20px;
  286. overflow: hidden;
  287. position: relative;
  288. z-index: 9999999;
  289. position: absolute;
  290. margin-top: 28px;
  291. margin-left: 36px;
  292. }
  293.  
  294. .likep a:hover {
  295. background-position: 0px 0px;
  296. }
  297.  
  298. .likep a {
  299. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  300. background-position: 0px 0px;
  301. display: block;
  302. z-index: 9999999;
  303. webkit-transition: all 0s linear;
  304. -webkit-transition: all 0s linear;
  305. -moz-transition: all 0s linear;
  306. transition: all 0s linear;
  307. }
  308.  
  309. .likep img {
  310. width: 21px;
  311. height: 20px;
  312. webkit-transition: all 0.2s linear;
  313. -webkit-transition: all 0.2s linear;
  314. -moz-transition: all 0.2s linear;
  315. transition: all 0.2s linear;
  316. }
  317.  
  318. .rep img {
  319. width: 24px;
  320. height: 20px;
  321. line-height: 30px;
  322. display: inline;
  323. }
  324.  
  325. .not {
  326. position: absolute;
  327. background: #fff;
  328. width:300px;
  329. height: 500px;
  330. font-family: "Bebas Neue";
  331. font-size: 80px;
  332. line-height: 960px;
  333. text-align: right;
  334. bottom:3px;
  335. right:3px;
  336. opacity:0;
  337. transition: all 0.5s ease-out;
  338. -o-transition-transition: all 0.5s ease-out;
  339. -webkit-transition: all 0.5s ease-out;
  340. -moz-transition: all 0.5s ease-out;
  341. }
  342.  
  343. .not a{
  344. color: #aaa;
  345. font-weight: normal;
  346. line-height: 21px;
  347. }
  348.  
  349. .not:hover{
  350. opacity:0.7;
  351. transition: all 0.5s ease-out;
  352. -o-transition-transition: all 0.5s ease-out;
  353. -webkit-transition: all 0.5s ease-out;
  354. -moz-transition: all 0.5s ease-out;
  355. }
  356.  
  357. .title{
  358. font-family: "Existance";
  359. font-size: 22px;
  360. line-height: 20px;
  361. color: {color:Title};
  362. text-shadow:1px 2px 2px #aaa;
  363. letter-spacing: 1px;
  364. font-weight: normal;
  365. }
  366.  
  367. .sel{
  368. display: block;
  369. background-color:#FFFFFF;
  370. border-top: 1px solid #ddd;
  371. margin-top: 2px;
  372. margin-bottom:-3px;
  373. font-family:"Silkscreen";
  374. font-size:8px;
  375. line-height:10px;
  376. text-transform:uppercase;
  377. text-align:right;
  378. border-right:5px solid #ddd;
  379. webkit-transition: all 0.2s linear;
  380. -webkit-transition: all 0.2s linear;
  381. -moz-transition: all 0.2s linear;
  382. transition: all 0.2s linear;
  383. }
  384.  
  385. .sel:hover{
  386. text-transform:uppercase;
  387. border-right:15px solid #ddd;
  388. webkit-transition: all 0.2s linear;
  389. -webkit-transition: all 0.2s linear;
  390. -moz-transition: all 0.2s linear;
  391. transition: all 0.2s linear;
  392. }
  393.  
  394. #posts {
  395. width:700px;
  396. margin-top: 10px;
  397. margin-left: 50px;
  398. margin-right: auto;
  399. position:relative;
  400. overflow-y: hidden;
  401. }
  402.  
  403. #infscr-loading{
  404. bottom: -70px;
  405. position: absolute;
  406. left: 50%;
  407. margin-left:-8px;
  408. width:16px;
  409. height:11px;
  410. overflow:hidden;
  411. margin-bottom: 50px;
  412. }
  413.  
  414. #postnotes{
  415. text-align: justify;
  416. }
  417.  
  418. #postnotes blockquote{
  419. border: 0px;
  420. }
  421.  
  422. blockquote{
  423. padding:0px 0px 2px 5px;
  424. margin:0px 0px 2px 1px;
  425. border-left: 1px dotted {color:Text};
  426. }
  427.  
  428. blockquote p, ul{
  429. margin:0px;
  430. padding:0px;
  431. }
  432.  
  433. a img{border: 0px;}
  434. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  435. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  436. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  437. .notes img{width:10px; position:relative; top:3px;
  438. }
  439.  
  440. small{font-size: 90%;}
  441.  
  442. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  443. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  444.  
  445. {CustomCSS}
  446.  
  447. </style>
  448.  
  449. {block:IndexPage}
  450. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  451. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  452.  
  453. <script type="text/javascript">
  454. $(window).load(function () {
  455. var $content = $('#posts');
  456. $content.masonry({itemSelector: '.entry'}),
  457. $content.infinitescroll({
  458. navSelector : 'div#pagination',
  459. nextSelector : 'div#pagination a#nextPage',
  460. itemSelector : '.entry',
  461. loading: {
  462. finishedMsg: '',
  463. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  464. },
  465. bufferPx : 600,
  466. debug : false,
  467. },
  468. // call masonry as a callback.
  469. function( newElements ) {
  470. var $newElems = $( newElements );
  471. $newElems.hide();
  472. // ensure that images load before adding to masonry layout
  473. $newElems.imagesLoaded(function(){
  474. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  475.  
  476.  
  477. });
  478. });
  479. });
  480. </script>
  481. {/block:IndexPage}
  482.  
  483.  
  484. <title>{title}</title>
  485.  
  486. <link rel="shortcut icon" href="{Favicon}">
  487. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  488. <meta name="viewport" content="width=820" />
  489. </head>
  490.  
  491. <body>
  492.  
  493. <div class="wrapper">
  494. <div class="header">
  495. </div>
  496.  
  497. <div id="center">
  498.  
  499. <div id="sidebar">
  500. <center><img src="{image:sidebar}"</a>
  501. <div id="bite"><div class="Title">{Title}</div>
  502. <center>
  503. <div class="linkbar">
  504.  
  505. <a href="/">Home</a>
  506. <a href="/ask">Ask</a>
  507.  
  508. <a href="{text:Link One}">{text:Link One Title}</a>
  509. <a href="{text:Link Two}">{text:Link Two Title}</a>
  510. <a href="{text:Link Three}">{text:Link Three Title}</a>
  511. <a href="{text:Link Four}">{text:Link Four Title}</a></div>
  512.  
  513. </center><div class="death"><div style="width:200px; height:32px; background-color:transparent; font-family: Dixel; font-size: 8px; text-align: center; letter-spacing:1; margin-top:1px; border-top:1px solid brown;"><center>{Description}</center></center></div>
  514. </div></div></div></div></div>
  515.  
  516. <div class="left">
  517. <div id="posts">
  518. {block:Posts}
  519. <div class="entry">
  520.  
  521. {block:Answer}
  522. <br><div style="margin-top:-3px; min-height:30px; padding: 3px; background-color: #fff; font-family: Existance; font-size: 12px; border-bottom:1px dashed #ddd; border-top:1px dashed #ddd;">
  523. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; border:1px solid #eee"/>
  524. {Asker}:<div style="font-family: Ronda; font-size: 8px;">{Question}</div></div>
  525. <div style="font-family: Ronda; font-size: 8px;">{Answer}</div><div class="sel"><a href="{Permalink}">{timeago} >> {notecountwithlabel}</a></div>
  526. {/block:Answer}
  527.  
  528. {block:Text}
  529. {block:Title}<span class="title">{Title}</span>{/block:Title}
  530. <span class="entrytext">{Body}</span></a>
  531. {block:IndexPage}
  532. <div class="sel"><a href="{permalink}">{timeago} >> {notecountwithlabel}</a></div>
  533. {/block:IndexPage}
  534. {/block:Text}
  535.  
  536. {block:Link}
  537. <a href="{URL}" class="title">{Name}</a>
  538. {block:Description}{Description}{/block:Description}
  539. {block:IndexPage}
  540. <div class="sel"><a href="{permalink}">{timeago} >> {notecountwithlabel}</a></span></div>
  541. {/block:IndexPage}
  542. {block:Link}
  543.  
  544. {block:Photo}{block:IndexPage}
  545. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  546. {/block:IndexPage}
  547. {block:IndexPage}
  548. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=300px/></a>
  549. {/block:IndexPage}
  550. {block:permalinkpage}{LinkOpenTag}
  551. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  552. {/block:permalinkpage}
  553. {/block:Photo}
  554.  
  555. {block:Quote}
  556. <span class="title">{Quote}</span><br />
  557. {block:Source}{Source}{/block:Source}
  558. {block:IndexPage}
  559. <br /><div class="sel"><a href="{permalink}">{timeago} >> {notecountwithlabel}</a></span></div>
  560. {/block:IndexPage}
  561. {/block:Quote}
  562.  
  563. {block:Chat}
  564. {block:Title}<span class="title">{Title}</span>{/block:Title}
  565. <ul class="chat">
  566. {block:Lines}
  567. <li class="user_{UserNumber}">
  568. {block:Label}
  569. <span class="label">{Label}</span>
  570. {/block:Label}
  571.  
  572. {Line}
  573. </li>
  574. {/block:Lines}
  575. </ul>
  576. {block:IndexPage}
  577. <div class="sel"><a href="{permalink}">{timeago} >> {notecountwithlabel}</a></span></div>
  578. {/block:IndexPage}
  579. {/block:Chat}
  580.  
  581. {block:Audio}
  582. <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  583. {FormattedPlayCount} plays</small></div></div></center><br>
  584. {block:Caption}{Caption}{/block:Caption}
  585. {block:IndexPage}
  586. <div class="sel"><a href="{permalink}">{timeago} >> {notecountwithlabel}</a></span></div>
  587. {/block:IndexPage}
  588. {/block:Audio}
  589.  
  590. {block:Video}<center>
  591. <div class="video">{Video-250}</div></center>
  592. {block:IndexPage}
  593. <div class="sel"><a href="{permalink}">{timeago} >> {notecountwithlabel}</a></span></div>
  594. {/block:IndexPage}
  595. {block:Video}
  596.  
  597. {block:PostNotes}<div align="middle">{caption}</div>
  598. <center>
  599.  
  600. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  601.  
  602. {block:HasTags}
  603. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  604. {block:RebloggedFrom}
  605. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  606. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  607.  
  608. {/block:RebloggedFrom}
  609. </center></span>
  610. <br>
  611. <div id="postnotes">{PostNotes}</div><br>
  612.  
  613. <center>{block:ContentSource}
  614. <br><a href="{SourceURL}">
  615. {lang:Source}:
  616. {block:SourceLogo}
  617. <img src="{BlackLogoURL}" width="{LogoWidth}"
  618. height="{LogoHeight}" alt="{SourceTitle}" />
  619. {/block:SourceLogo}
  620. {block:NoSourceLogo}
  621. {SourceLink}
  622. {/block:NoSourceLogo}
  623. </a>
  624. {/block:ContentSource}</center>
  625.  
  626. {/block:PostNotes}
  627. </div>
  628. {/block:Posts}
  629. </div></div>
  630.  
  631. {block:IndexPage}
  632. {block:Pagination}
  633. <div id="pagination">
  634. {block:NextPage}
  635. <a id="nextPage" href="{NextPage}"></a>
  636. {/block:NextPage}
  637. {block:PreviousPage}
  638. <a href="{PreviousPage}"></a>
  639. {/block:PreviousPage}
  640. </div>
  641. {/block:Pagination}
  642. {/block:IndexPage}
  643.  
  644. <BODY onselectstart="return false;" ondragstart="return false;">
  645.  
  646. <div style="position:fixed; bottom:5px; left: 5px;"><a href="http://iusedtobeher.tumblr.com/">credit</a></div>
  647. </div>
  648. </body>
  649. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement