Advertisement
iusedtobeher-themes

~Sad-Beautiful-Tragic~

Jun 10th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.07 KB | None | 0 0
  1. <!--Theme by iusedtobeher | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <head>
  4.  
  5. <meta name="color:Background" content="#eeeeee"/>
  6. <meta name="color:Text" content="#FFFFFF"/>
  7. <meta name="color:Link" content="#FFFFFF"/>
  8. <meta name="color:accents" content="#FFFFFF"/>
  9. <meta name="color:posttitlecolor" content=""/>
  10. <meta name="image:Background" content="1"/>
  11. <meta name="image:sidebar" content="1"/>
  12. <meta name="image:sideimage" content=""/>
  13.  
  14. <meta name="text:link one" content=""/>
  15. <meta name="text:link one title" content=""/>
  16.  
  17. <meta name="text:link two" content=""/>
  18. <meta name="text:link two title" content=""/>
  19.  
  20. <meta name="text:link three" content=""/>
  21. <meta name="text:link three title" content=""/>
  22.  
  23. <meta name="text:link four" content=""/>
  24. <meta name="text:link four title" content=""/>
  25.  
  26. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  27.  
  28. <style type="text/css">
  29.  
  30. @font-face {
  31. font-family: sig; src: url('http://static.tumblr.com/vilw5yj/6l7ma3fqc/signerica_medium.ttf');
  32. }
  33.  
  34. ::selection {
  35. background: {color:accents};
  36. }
  37. ::-moz-selection {
  38. background: {color:accents};
  39. }
  40.  
  41. #tumblr_controls{
  42. position:fixed !important;
  43. z-index:9999999999999999999999999999999;
  44. -webkit-filter: invert(100%)
  45. }
  46.  
  47. #center{
  48. padding-top:3px;
  49. padding-bottom:3px;
  50. position:fixed !important;
  51. width:250px;
  52. height:100%;
  53. background-color:transparent;
  54. {block:PermalinkPage}
  55. width:410px;
  56. height:207px;
  57. {/block:PermalinkPage}
  58. }
  59.  
  60. #posts{
  61. float:center;
  62. {block:indexpage}
  63. width:700px;
  64. {/block:indexpage}
  65. {block:permalinkpage}
  66. width:860px;
  67. {/block:permalinkpage}
  68. margin-left: 400px;
  69. margin-top: 1px;
  70. }
  71.  
  72. body {
  73. padding: 0px;
  74. margin: 0px;
  75. color:{color:text};
  76. font-family:courier;
  77. text-transform:uppercase;
  78. font-size: 10px;
  79. line-height:12px;
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-size: cover;
  84. }
  85.  
  86. a:link, a:active, a:visited{
  87. text-decoration:none;
  88. color:{color:Link};
  89. -webkit-transition: all 0.3s ease-out;
  90. -moz-transition: all 0.3s ease-out;
  91. transition: all 0.3s ease-out;
  92. }
  93.  
  94. a:hover{
  95. font-style:italic;
  96. -webkit-transition: all 0.3s ease-out;
  97. -moz-transition: all 0.3s ease-out;
  98. transition: all 0.3s ease-out;
  99. }
  100.  
  101. #entry {
  102. margin:1px;
  103. float:left;
  104. padding:18px;
  105. padding-bottom:15px;
  106. z-index:9999999;
  107. background-color:#fff;
  108. overflow:hidden;
  109. text-align:center;
  110. border:1px solid black;
  111. {block:IndexPage}width:250px;{/block:IndexPage}
  112. {block:PermalinkPage}width:250px;{/block:PermalinkPage}
  113. }
  114.  
  115. #entry .perma{
  116. position:absolute;
  117. width:auto;
  118. height:11px;
  119. padding:3px;
  120. background-color:white;
  121. margin-left:5px;
  122. overflow:hidden;
  123. font-family:calibri;
  124. margin-top:-5px;
  125. text-align: center;
  126. font-size:10px;
  127. text-transform: uppercase;
  128. opacity:0.0;
  129. -webkit-transition: all 0.4s linear;
  130. -moz-transition: all 0.4s linear;
  131. transition: all 0.4s linear;
  132. }
  133.  
  134. #entry:hover .perma{
  135. opacity:.9;
  136. margin-top:5px;
  137. }
  138.  
  139. #entry .perma2{
  140. position:absolute;
  141. width:auto;
  142. height:11px;
  143. padding:3px;
  144. background-color:white;
  145. margin-left:5px;
  146. overflow:hidden;
  147. font-family:calibri;
  148. margin-top:-5px;
  149. text-align: center;
  150. font-size:10px;
  151. text-transform: uppercase;
  152. opacity:0.0;
  153. -webkit-transition: all 0.4s linear;
  154. -moz-transition: all 0.4s linear;
  155. transition: all 0.4s linear;
  156. }
  157.  
  158. #entry:hover .perma2{
  159. opacity:.9;
  160. margin-top:23px;
  161. }
  162.  
  163. #entry .perma3{
  164. position:absolute;
  165. width:auto;
  166. height:11px;
  167. padding:3px;
  168. background-color:white;
  169. margin-left:5px;
  170. overflow:hidden;
  171. font-family:calibri;
  172. margin-top:-5px;
  173. text-align: center;
  174. font-size:10px;
  175. text-transform: uppercase;
  176. opacity:0.0;
  177. -webkit-transition: all 0.4s linear;
  178. -moz-transition: all 0.4s linear;
  179. transition: all 0.4s linear;
  180. }
  181.  
  182. #entry:hover .perma3{
  183. opacity:.9;
  184. margin-top:41px;
  185. }
  186.  
  187. .perm{
  188. display: block;
  189. text-align: center;
  190. background-color:transparent;
  191. padding:3px;
  192. opacity:.8;
  193. margin: 0px;
  194. margin-top:4px;
  195. margin-bottom:5px;
  196. }
  197.  
  198. @font-face{
  199. font-family:autumn;
  200. src: url(http://static.tumblr.com/9wzbixa/XDxmj2h3a/colors_of_autumn.ttf);
  201. }
  202.  
  203. .blogtitle{
  204. position:fixed;
  205. margin-top:153px;
  206. font-size:25px;
  207. line-height:15px;
  208. font-family:calibri;
  209. color:black;
  210. padding:5px;
  211. background:white;
  212. opacity:1;
  213. height:15px;
  214. width:340px;
  215. }
  216.  
  217. .title {
  218. color:{color:posttitlecolor};
  219. }
  220.  
  221. #box{
  222. z-index:999999999;
  223. width:350px;
  224. height:100%;
  225. position:fixed;
  226. background-image: url({image:sideimage});
  227. left:10px;
  228. top:-1px;
  229. text-transform:uppercase;
  230. border:1px solid black;
  231. overflow:hidden;
  232. text-align:center;
  233. padding:10px;
  234. opacity:1;
  235. }
  236.  
  237. .quoteyo{
  238. float: left;
  239. margin-right: 5px;
  240. font-size:20px;
  241. margin-top:2px;
  242. }
  243.  
  244. .what a {
  245. background:white;
  246. padding:3px;
  247. font-family:calibri;
  248. font-size:10px;
  249. text-align:center;
  250. display:inline-block;
  251. margin-top:-1px;
  252. border:white solid 1px;
  253. -webkit-transition: all 0.3s linear;
  254. -moz-transition: all 0.3s linear;
  255. transition: all 0.3s linear;
  256. }
  257.  
  258. .what a:hover{
  259. background:black;
  260. border:white solid 1px;
  261. }
  262.  
  263. </style>
  264. <title>{title}</title>
  265. <link rel="shortcut icon" href="{favicon}">
  266. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  267. <meta name="viewport" content="width=720" />
  268.  
  269. </head>
  270.  
  271. <div class="center">
  272. <div id="box">
  273. <div class="blogtitle"><a href="/">{title}</a></div>
  274. <div style="margin-bottom:15px;"><img src="{image:sidebar}" width=150px height=150px></div>
  275.  
  276. <div class="sidebar">
  277. <div style="margin-top:35px; padding-bottom:5px; padding-left:2px; padding right:2px; background-color:white;">{description}</div>
  278. </div>
  279. </br>
  280.  
  281. <div class="what"><div style="background-color:white; padding:2px;">
  282.  
  283. <a href="{text:link one}">{text:link one title}</a>
  284.  
  285. <a href="{text:link two}">{text:link two title}</a>
  286.  
  287. <a href="{text:link three}">{text:link three title}</a>
  288.  
  289. <a href="{text:link four}">{text:link four title}</a>
  290.  
  291. </div></div>
  292.  
  293. </div>
  294.  
  295. <div class="content">
  296. <div class="left">
  297. <div id="posts">
  298.  
  299. {block:Posts}
  300. <div id="entry">
  301.  
  302. {block:Text}
  303. {block:Title}<span class="title">{Title}</span>{/block:Title}
  304. <span class="entrytext">{Body}</span></a>
  305. {block:IndexPage}
  306. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  307. {/block:IndexPage}
  308. {/block:Text}
  309.  
  310. {block:Link}
  311. <a href="{URL}" class="title">{Name}</a>
  312. {block:Description}{Description}{/block:Description}
  313. {block:IndexPage}
  314. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  315. {/block:IndexPage}
  316. {block:Link}
  317.  
  318. {block:Photo}
  319. {block:IndexPage}
  320. <div class="perma"> <a href="{ReblogUrl}">reblog</a></div>
  321.  
  322. <div class="perma2"><a href="{Permalink}">{notecountwithlabel}</a></div>
  323.  
  324. <div class="perma3">{timeago}</div>
  325.  
  326. {LinkOpenTag}<div class="photo"><a href="{Permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  327.  
  328. {block:PermalinkPage}{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/>{LinkCloseTag}{/block:PermalinkPage}
  329. {/block:Photo}
  330.  
  331.  
  332. {block:Photoset}{block:IndexPage}
  333. <div class="perma"> <a href="{ReblogUrl}">reblog</a> - <a href="{Permalink}">{notecount}</a></div>
  334. {/block:IndexPage}{block:IndexPage}{/block:IndexPage}<center>{Photoset-250}</center></span>{/block:Photoset}
  335.  
  336. {block:Quote}
  337. <div class="quoteyo">&#10077;</div>
  338. {Quote}
  339. {block:IndexPage}
  340. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  341. {/block:IndexPage}
  342. {/block:Quote}
  343.  
  344. {block:Chat}
  345. {block:Title}<span class="title">{Title}</span>{/block:Title}
  346. <ul class="chat">
  347. {block:Lines}
  348. <li class="user_{UserNumber}">
  349. {block:Label}
  350. <span class="label">{Label}</span>
  351. {/block:Label}
  352.  
  353. {Line}
  354. </li>
  355. {/block:Lines}
  356. </ul>
  357. {block:IndexPage}
  358. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  359. {/block:IndexPage}
  360. {/block:Chat}
  361.  
  362. {block:Audio}{block:IndexPage}
  363. <div class="perma"> <a href="{ReblogUrl}">reblog</a> - <a href="{Permalink}">{notecount}</a></div>
  364. {/block:IndexPage}
  365. <center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  366. {FormattedPlayCount} plays</small></div></div></center><br>
  367. {block:Caption}{Caption}{/block:Caption}
  368. {block:IndexPage}
  369. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  370. {/block:IndexPage}
  371. {/block:Audio}
  372.  
  373. {block:Video}{block:IndexPage}
  374. <div class="perma"> <a href="{ReblogUrl}">reblog</a> </div>
  375. <div class="perma2"><a href="{Permalink}">{notecount}</a></div>
  376. {/block:IndexPage}
  377. <center>
  378. <div class="videoperma">{Video-300}</div><BR>
  379. {block:Caption}{Caption}</a>{/block:Caption}</center>
  380. {block:Video}
  381.  
  382. {block:PermalinkPage}
  383. <center>
  384. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  385.  
  386. {/block:PermalinkPage}
  387.  
  388. {block:PostNotes}{PostNotes}
  389. {/block:PostNotes}
  390. </div>
  391.  
  392. {/block:Posts}
  393. </div>
  394. </div>
  395. </div>
  396. </div>
  397.  
  398. {block:indexpage}
  399. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  400. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  401. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  402. <script type="text/javascript">
  403. $(window).load(function(){
  404. var $wall = $('#posts');
  405. $wall.imagesLoaded(function(){
  406. $wall.masonry({
  407. itemSelector: '#entry, #entry_photo',
  408. isAnimated : false
  409. });
  410. });
  411.  
  412. $wall.infinitescroll({
  413. navSelector : '#page-nav',
  414. nextSelector : '#page-nav a',
  415. itemSelector : '#entry, #entry_photo',
  416. bufferPx : 2000,
  417. debug : false,
  418. errorCallback: function() {
  419. $('#infscr-loading').fadeOut('normal');
  420. }},
  421. function( newElements ) {
  422. var $newElems = $( newElements );
  423. $newElems.hide();
  424. $newElems.imagesLoaded(function(){
  425. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  426. });
  427. }); $('#content').show(500);
  428. });
  429. </script>
  430. {/block:indexpage}
  431.  
  432. </div>
  433. </body>
  434. </html>
  435. <div style="bottom:5px;right:5px;position:fixed;"><a href="http://iusedtobeher.tumblr.com/">credit</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement