Advertisement
iusedtobeher-themes

~Lights will guide you~

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