Advertisement
iusedtobeher-themes

~sad sad serenade~

Jul 20th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.71 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.  
  7.  
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Donegal+One' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Denk+One' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <!-- DEFAULT VARIABLES -->
  19. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  21. <meta name="color:background" content=""/>
  22. <meta name="color:links" content=""/>
  23. <meta name="color:link shadow" content=""/>
  24. <meta name="color:hover" content=""/>
  25. <meta name="color:text" content=""/>
  26. <meta name="color:description" content=""/>
  27. <meta name="color:title" content=""/>
  28. <meta name="color:Blog Title" content="">
  29. <meta name="color:Borders" content="">
  30. <meta name="color:Link Background" content="">
  31. <meta name="color:scrollbar" content=""/>
  32. <meta name="color:Blog Title Shadow" content="" />
  33. <meta name="image:background" content=""/>
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="text:Blog Title" content="" />
  36.  
  37. <meta name="text:Link One" content="" />
  38. <meta name="text:Link One Title" content="link" />
  39.  
  40. <meta name="text:Link Two" content="" />
  41. <meta name="text:Link Two Title" content="link" />
  42.  
  43. <meta name="text:Link Three" content="" />
  44. <meta name="text:Link Three Title" content="link" />
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49.  
  50. ::-webkit-scrollbar {width: 5px; height: 4px; background: #fff; border-left: 1px transparent #aaaaaa; }
  51.  
  52. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px transparent #aaaaaa; border-top: 1px transparent #aaaaaa; border-left: 1px transparent
  53. #aaaaaa; border-right: 1px transparent #aaaaaa; }
  54.  
  55. #tumblr_controls {
  56. right:3px !important;
  57. position: fixed !important;
  58. }
  59.  
  60. body {
  61. padding: 0px;
  62. margin: 0px;
  63. color:{color:text};
  64. font-family: pixel;
  65. line-height: 8px;
  66. font-size: 8px;
  67. letter-spacing: 0px;
  68. background-color: {color:Background};
  69. background-image:url({image:Background});
  70. background-attachment: fixed;
  71. background-repeat: repeat;
  72. }
  73.  
  74. a:link, a:active, a:visited{
  75. color: {color:links};
  76. text-decoration: none;
  77. }
  78.  
  79. a:hover {
  80. color:{color:hover};
  81. text-decoration: none;
  82. -webkit-transition: color 0.3s ease-out;
  83. -moz-transition: color 0.3s ease-out;
  84. text-shadow:1px 1px 5px {color:link shadow};
  85. }
  86.  
  87. askk {
  88. font-family: arsenalewhite;
  89. font-size:35px;
  90. text-transform:none;
  91. z-index:1;
  92. color: {color:links};
  93. }
  94.  
  95. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  96.  
  97. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  98.  
  99.  
  100. div#center{
  101. margin:auto;
  102. position:relative;
  103. width:900px;
  104. background-color:;
  105. overflow:auto;
  106. overflow-y:hidden;
  107. }
  108.  
  109. div#sidebar{
  110. position: fixed;
  111. padding: 3px;
  112. height:350px;
  113. width:275px;
  114. background:transparent;
  115. margin-left:30px;
  116. margin-top:20px;
  117. border:5px double {color:Borders};
  118. transition: all 0.9s ease;
  119. -o-transition-transition: all 0.9s ease;
  120. -webkit-transition: all 0.9s ease;
  121. -moz-transition: all 0.9s ease;
  122. }
  123.  
  124. #sidebar:hover{
  125. transition: all 0.9s ease;
  126. -o-transition-transition: all 0.9s ease;
  127. -webkit-transition: all 0.9s ease;
  128. -moz-transition: all 0.9s ease;
  129. }
  130.  
  131. #desc{
  132. position:fixed;
  133. padding:3px;
  134. opacity:0;
  135. width:275px;
  136. height:auto;
  137. font-family:pixel;
  138. margin-top:360px;
  139. margin-left:3px;
  140. font-size:8px;
  141. color:{color:description};
  142. text-align:center;
  143. transition: all 0.9s ease;
  144. -o-transition-transition: all 0.9s ease;
  145. -webkit-transition: all 0.9s ease;
  146. -moz-transition: all 0.9s ease;
  147. }
  148.  
  149. #sidebar:hover #desc{
  150. opacity:1;
  151. margin-top:385px;
  152. transition: all 0.9s ease;
  153. -o-transition-transition: all 0.9s ease;
  154. -webkit-transition: all 0.9s ease;
  155. -moz-transition: all 0.9s ease;
  156. }
  157.  
  158. #derp{
  159. width:250px;
  160. height:150px;
  161. opacity:0;
  162. margin-top:-150px;
  163. background:transparent;
  164. transition: all 0.9s ease;
  165. -o-transition-transition: all 0.9s ease;
  166. -webkit-transition: all 0.9s ease;
  167. -moz-transition: all 0.9s ease;
  168. }
  169.  
  170. #sidebar:hover #derp{
  171. opacity:0.8;
  172. margin-left:100px;
  173. transition: all 0.9s ease;
  174. -o-transition-transition: all 0.9s ease;
  175. -webkit-transition: all 0.9s ease;
  176. -moz-transition: all 0.9s ease;
  177. }
  178.  
  179. #linkbar{
  180. font-size:15px;
  181. font-family:Donegal One;
  182. text-align:center;
  183. position:fixed;
  184. height: 10px;
  185. width: 200px;
  186. margin-left:35px;
  187. margin-top:10px;
  188. opacity:0;
  189. color:white;
  190. line-height:16px;
  191. padding:5px;
  192. transition: all 0.9s ease;
  193. -o-transition-transition: all 0.9s ease;
  194. -webkit-transition: all 0.9s ease;
  195. -moz-transition: all 0.9s ease;
  196. }
  197.  
  198. #sidebar:hover #linkbar{
  199. opacity:1;
  200. margin-left:35px;
  201. transition: all 0.9s ease;
  202. -o-transition-transition: all 0.9s ease;
  203. -webkit-transition: all 0.9s ease;
  204. -moz-transition: all 0.9s ease;
  205. }
  206.  
  207. #blogtitle{
  208. position:fixed;
  209. margin-top:320px;
  210. margin-left:5px;
  211. text-align:left;
  212. font-family: 'Denk One', sans-serif;
  213. font-size:50px;
  214. color:{color:Blog Title};
  215. text-shadow: 2px 1px 0px {color:Blog Title Shadow};
  216. }
  217.  
  218. #posts {
  219. width:800px;
  220. margin-top: 0px;
  221. margin-left:350px;
  222. right:auto;
  223. margin-right:auto;
  224. position:relative;
  225. overflow-y: hidden;
  226. padding:2px;
  227. {block:PermalinkPage}
  228. width:360px;
  229. padding:3px;
  230. text-align:center;
  231. {/block:PermalinkPage}
  232. {block:IndexPage}
  233. border-left:15px double {color:Borders};
  234. {/block:IndexPage}
  235. }
  236.  
  237. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  238.  
  239. .entry {
  240. float:left;
  241. display: block;
  242. overflow:hidden;
  243. width:200px;
  244. margin:2px;
  245. border:1px solid {color:Borders};
  246. padding-right:3px;
  247. padding-left:3px;
  248. padding-top:3px;
  249. padding-bottom:1px;
  250. font-family:pixel;
  251. letter-spacing:0px;
  252. font-size: 8px;
  253. line-height:10px;
  254. {block:PermalinkPage}
  255. width:350px;
  256. margin-left:0px;
  257. margin-top: 3px;
  258. text-align:center;
  259. {/block:PermalinkPage}
  260. background: transparent;
  261. opacity:1;
  262. webkit-transition: all 0.4s linear;
  263. -moz-transition: all 0.4s linear;
  264. transition: all 0.4s linear;
  265. }
  266.  
  267. .entry .permados a{
  268. color: #aaa;
  269. }
  270.  
  271. .entry .permalinktext a{
  272. color:#aaa;
  273. }
  274.  
  275. .entry .permados{
  276. position:absolute;
  277. margin-top: 5px;
  278. margin-left:-5px;
  279. width:auto;
  280. height:10px;
  281. text-transform: uppercase;
  282. background-color:#ffffff;
  283. padding:5px;
  284. overflow:hidden;
  285. font-family: pixel;
  286. letter-spacing:0px;
  287. font-size: 8px;
  288. line-height:10px;
  289. text-align:center;
  290. opacity:0.0;
  291. border: 1px solid #aaa;
  292. transition: all 0.9s ease;
  293. -o-transition-transition: all 0.9s ease;
  294. -webkit-transition: all 0.9s ease;
  295. -moz-transition: all 0.9s ease;
  296. }
  297.  
  298. .entry:hover .permados{
  299. margin-left: 5px;
  300. overflow:visible;
  301. opacity:0.9;
  302. transition: all 0.9s ease;
  303. -o-transition-transition: all 0.9s ease;
  304. -webkit-transition: all 0.9s ease;
  305. -moz-transition: all 0.9s ease;
  306. }
  307.  
  308. .permalinktext {
  309. display: block;
  310. padding: 1px;
  311. margin: 2px 0px 0px 5px;
  312. text-transform: uppercase;
  313. font-family:pixel;
  314. font-size: 8px;
  315. color: {color:text};
  316. line-height: 11px;
  317. letter-spacing:0px;
  318. text-align: right;
  319. text-decoration: none;
  320. border-top: 1px dotted #ddd;
  321. webkit-transition: all 0.2s linear;
  322. -webkit-transition: all 0.2s linear;
  323. -moz-transition: all 0.2s linear;
  324. transition: all 0.2s linear;
  325. }
  326.  
  327. .permalinktext:hover{
  328. margin:2px 4px 0px 5px;
  329. webkit-transition: all 0.2s linear;
  330. -webkit-transition: all 0.2s linear;
  331. -moz-transition: all 0.2s linear;
  332. transition: all 0.2s linear;
  333. }
  334.  
  335. .title{
  336. text-align: center;
  337. font-family: arsenalewhite;
  338. text-transform:none;
  339. font-size: 35px;
  340. line-height:12px;
  341. letter-spacing: 0px;
  342. color: {color:Title};
  343. }
  344.  
  345. #infscr-loading{
  346. bottom: -70px;
  347. position: absolute;
  348. left: 50%;
  349. margin-left:-8px;
  350. width:16px;
  351. height:11px;
  352. overflow:hidden;
  353. margin-bottom: 50px;
  354. }
  355.  
  356. #postnotes{
  357. text-align: center;}
  358.  
  359. #postnotes blockquote{
  360. border: 0px;}
  361.  
  362. blockquote{
  363. padding:0px 0px 0px 0px;
  364. margin:0px 0px 0px 0px;
  365. border-left: 1px dotted #555555;
  366. }
  367.  
  368. blockquote p, ul{
  369. margin:0px;
  370. padding:0px;
  371. }
  372.  
  373. a img{border: 0px;}
  374.  
  375.  
  376. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  377.  
  378. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  379. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  380.  
  381. .notes img{width:10px; position:relative; top:3px;}
  382. <--ses-->
  383. small{font-size: 90%;}
  384.  
  385. {CustomCSS}
  386.  
  387. </style>
  388.  
  389. {block:IndexPage}
  390. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  391. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  392.  
  393. <script type="text/javascript">
  394. $(window).load(function () {
  395. var $content = $('#posts');
  396. $content.masonry({itemSelector: '.entry'}),
  397. $content.infinitescroll({
  398. navSelector : 'div#pagination',
  399. nextSelector : 'div#pagination a#nextPage',
  400. itemSelector : '.entry',
  401. loading: {
  402. finishedMsg: '',
  403. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  404. },
  405. bufferPx : 600,
  406. debug : false,
  407. },
  408. // call masonry as a callback.
  409. function( newElements ) {
  410. var $newElems = $( newElements );
  411. $newElems.hide();
  412. // ensure that images load before adding to masonry layout
  413. $newElems.imagesLoaded(function(){
  414. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  415.  
  416.  
  417. });
  418. });
  419. });
  420. </script>
  421.  
  422. {/block:IndexPage}
  423.  
  424.  
  425. <title>{title}</title>
  426.  
  427. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  428. <meta name="viewport" content="width=820" />
  429. </head>
  430.  
  431. <body>
  432. <div class="wrapper">
  433. <div class="header">
  434. </div>
  435. <div id="cage">
  436.  
  437. <div id="sidebar">
  438.  
  439. <div id="blogtitle">{text:Blog Title}</div>
  440.  
  441.  
  442. <div id="desc">{Description}</div>
  443. <div id="derp"></div>
  444. <a href="/"><img src="{image:sidebar}" style="height:350px; width:275px; background:transparent;"></a>
  445.  
  446. <div id="linkbar">
  447. <a href="/">Home</a>
  448. <a href="/ask">Ask</a>
  449. <a href="{text:Link One}">{text:Link One Title}</a>
  450. <a href="{text:Link Two}">{text:Link Two Title}</a>
  451. <a href="{text:Link Three}">{text:Link Three Title}</a>
  452. </div>
  453.  
  454.  
  455. </div>
  456.  
  457. <div class="center">
  458. <div id="posts">
  459. {block:Posts}
  460. <div class="entry">
  461.  
  462. {block:Answer}
  463. <div style="min-height:30px; padding: 3px; border: 1px solid #ddd; background: white; color: black; padding:4px; box-shadow: 1px 1px 1px #ddd;">
  464. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  465. <askk>{Asker}</askk>: {Question}</div>
  466. <div style="padding:3px; text-align:left;"></div>
  467. {Answer}
  468. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  469. {/block:Answer}
  470.  
  471. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  472. {/block:Text}
  473.  
  474. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{block:Link}
  475.  
  476. {block:Photo}
  477. {block:IndexPage}
  478. <div class="permados">
  479. <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank"> Reblog </a></div>
  480. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=200px></a>{LinkCloseTag}</center>
  481. {/block:IndexPage}
  482. {block:PermalinkPage}
  483. {LinkOpenTag}
  484. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=270px/>
  485. {LinkCloseTag}
  486. {/block:PermalinkPage}
  487. {/block:Photo}
  488.  
  489. {block:Photoset}
  490. {block:IndexPage}
  491. <center>
  492. {Photoset-250}</center>
  493. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  494. {/block:IndexPage}
  495. {block:PermalinkPage}
  496. <center>
  497. {Photoset-500}</center>
  498. {/block:PermalinkPage}
  499. {/block:Photoset}
  500.  
  501. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{/block:Quote}
  502.  
  503. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  504. <ul class="chat">
  505. {block:Lines}
  506. <li class="user_{UserNumber}">
  507. {block:Label}
  508. <span class="label">{Label}</span>
  509. {/block:Label}
  510.  
  511. {Line}
  512. </li>
  513. {/block:Lines}
  514. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>
  515. {/block:Chat}
  516.  
  517. {block:Audio}
  518. <div style="width:300px; height:30px;">
  519. {AudioPlayerBlack}
  520. </div>
  521. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>{/block:IndexPage}
  522. {/block:Audio}
  523.  
  524. {block:Video}{block:indexpage}{block:indexpage}{Video-400}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a></div>{/block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
  525.  
  526. {block:PostNotes}<div align="middle">{caption}</div>
  527. <center>
  528.  
  529. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  530.  
  531. {block:HasTags}
  532. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  533. {block:RebloggedFrom}
  534. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  535. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  536.  
  537. {/block:RebloggedFrom}
  538. </center></span>
  539. <br>
  540. <div id="postnotes">{PostNotes}</div><br>
  541.  
  542. <center>{block:ContentSource}
  543. <br><a href="{SourceURL}">
  544. {lang:Source}:
  545. {block:SourceLogo}
  546. <img src="{BlackLogoURL}" width="{LogoWidth}"
  547. height="{LogoHeight}" alt="{SourceTitle}" />
  548. {/block:SourceLogo}
  549. {block:NoSourceLogo}
  550. {SourceLink}
  551. {/block:NoSourceLogo}
  552. </a>
  553. {/block:ContentSource}</center>
  554.  
  555. {/block:PostNotes}
  556. </div>
  557. {/block:Posts}
  558. </div></div>
  559.  
  560. {block:IndexPage}
  561. {block:Pagination}
  562. <div id="pagination">
  563. {block:NextPage}
  564. <a id="nextPage" href="{NextPage}"></a>
  565. {/block:NextPage}
  566. {block:PreviousPage}
  567. <a href="{PreviousPage}"></a>
  568. {/block:PreviousPage}
  569. </div>
  570. {/block:Pagination}
  571. {/block:IndexPage}
  572.  
  573.  
  574. <div style="position:fixed; bottom: 1px; left:3px;">
  575. <a href="http://iusedtobeher.tumblr.com/">C</a>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement