Advertisement
iusedtobeher-themes

~Young and beautiful~

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