Advertisement
iusedtobeher-themes

~Dreams are golden~

Jun 14th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.19 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.  
  303. #rightside1{
  304. margin-bottom:15px;
  305. -webkit-transition: all 0.3s linear;
  306. -moz-transition: all 0.3s linear;
  307. transition: all 0.3s linear;
  308. }
  309.  
  310. #rightside1:hover{
  311. margin-left:20px;
  312.  
  313. -webkit-transition: all 0.3s linear;
  314. -moz-transition: all 0.3s linear;
  315. transition: all 0.3s linear;
  316. }
  317.  
  318. </style>
  319. <title>{title}</title>
  320. <link rel="shortcut icon" href="{favicon}">
  321. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  322. <meta name="viewport" content="width=720" />
  323.  
  324. </head>
  325.  
  326. <div class="center">
  327.  
  328. <div id="box">
  329. <div class="blogtitle">{title}</div>
  330. <div style="margin-bottom:15px;"><img src="{image:sidebar}" width=150px height=150px></div>
  331.  
  332. <div class="sidebar">
  333. <div style="margin-top:35px; padding-bottom:5px; padding-left:2px; padding right:2px; background-color:white;">{description}</div>
  334. </br>
  335.  
  336. <div class="what"><div style="background-color:white;">
  337.  
  338. <a href="/">{home}HOME</a>
  339. </br>
  340. <a href="/ask">{ask}ASK</a>
  341. </br>
  342. <a href="{text:link one}">{text:link one title}</a>
  343. </br>
  344. <a href="{text:link two}">{text:link two title}</a>
  345. </br>
  346. <a href="{text:link three}">{text:link three title}</a>
  347. </br>
  348. <a href="{text:link four}">{text:link four title}</a>
  349. </br>
  350. <a href="{text:link five}">{text:link five title}</a>
  351. </br>
  352. <a href="{text:link six}">{text:link six title}</a>
  353. </br>
  354. <a href="{text:link seven}">{text:link seven title}</a>
  355. </br>
  356. <a href="{text:link eight}">{text:link eight title}</a>
  357. </br>
  358.  
  359.  
  360. </div>
  361.  
  362. </div>
  363.  
  364. <div id="rightside">
  365. </br>
  366. </br>
  367. </br>
  368. </br>
  369. </br>
  370. </br>
  371.  
  372. <div id="rightside1"><img src="{image:rightImage1}" width=150px height=150px></div>
  373.  
  374. </br>
  375.  
  376. <div id="rightside1"><img src="{image:rightImage2}" width=150px height=150px></div>
  377.  
  378. </br>
  379.  
  380. <div id="rightside1"><img src="{image:rightImage3}" width=150px height=150px></div>
  381.  
  382. </div></div>
  383.  
  384. </div>
  385.  
  386. <div class="content">
  387. <div class="left">
  388. <div id="posts">
  389.  
  390. {block:Posts}
  391. <div id="entry">
  392.  
  393. {block:Text}
  394. {block:Title}<span class="title">{Title}</span>{/block:Title}
  395. <span class="entrytext">{Body}</span></a>
  396. {block:IndexPage}
  397. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  398. {/block:IndexPage}
  399. {/block:Text}
  400.  
  401. {block:Link}
  402. <a href="{URL}" class="title">{Name}</a>
  403. {block:Description}{Description}{/block:Description}
  404. {block:IndexPage}
  405. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  406. {/block:IndexPage}
  407. {block:Link}
  408.  
  409. {block:Photo}
  410. {block:IndexPage}
  411. <div class="perma"> <a href="{ReblogUrl}">reblog</a></div>
  412.  
  413. <div class="perma2"><a href="{Permalink}">{notecountwithlabel}</a></div>
  414.  
  415. <div class="perma3">{timeago}</div>
  416.  
  417. {LinkOpenTag}<div class="photo"><a href="{Permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  418.  
  419. {block:PermalinkPage}{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/>{LinkCloseTag}{/block:PermalinkPage}
  420. {/block:Photo}
  421.  
  422.  
  423. {block:Photoset}{block:IndexPage}
  424. <div class="perma"> <a href="{ReblogUrl}">reblog</a> - <a href="{Permalink}">{notecount}</a></div>
  425. {/block:IndexPage}{block:IndexPage}{/block:IndexPage}<center>{Photoset-250}</center></span>{/block:Photoset}
  426.  
  427. {block:Quote}
  428. <div class="quoteyo">&#10077;</div>
  429. {Quote}
  430. {block:IndexPage}
  431. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  432. {/block:IndexPage}
  433. {/block:Quote}
  434.  
  435. {block:Chat}
  436. {block:Title}<span class="title">{Title}</span>{/block:Title}
  437. <ul class="chat">
  438. {block:Lines}
  439. <li class="user_{UserNumber}">
  440. {block:Label}
  441. <span class="label">{Label}</span>
  442. {/block:Label}
  443.  
  444. {Line}
  445. </li>
  446. {/block:Lines}
  447. </ul>
  448. {block:IndexPage}
  449. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  450. {/block:IndexPage}
  451. {/block:Chat}
  452.  
  453. {block:Audio}{block:IndexPage}
  454. <div class="perma"> <a href="{ReblogUrl}">reblog</a> - <a href="{Permalink}">{notecount}</a></div>
  455. {/block:IndexPage}
  456. <center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  457. {FormattedPlayCount} plays</small></div></div></center><br>
  458. {block:Caption}{Caption}{/block:Caption}
  459. {block:IndexPage}
  460. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  461. {/block:IndexPage}
  462. {/block:Audio}
  463.  
  464. {block:Video}{block:IndexPage}
  465. <div class="perma"> <a href="{ReblogUrl}">reblog</a> </div>
  466. <div class="perma2"><a href="{Permalink}">{notecount}</a></div>
  467. {/block:IndexPage}
  468. <center>
  469. <div class="videoperma">{Video-300}</div><BR>
  470. {block:Caption}{Caption}</a>{/block:Caption}</center>
  471. {block:Video}
  472.  
  473. {block:PermalinkPage}
  474. <center>
  475. {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>
  476.  
  477. {/block:PermalinkPage}
  478.  
  479. {block:PostNotes}{PostNotes}
  480. {/block:PostNotes}
  481. </div>
  482.  
  483. {/block:Posts}
  484. </div>
  485. </div>
  486. </div>
  487. </div>
  488.  
  489. {block:indexpage}
  490. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  491. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  492. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  493. <script type="text/javascript">
  494. $(window).load(function(){
  495. var $wall = $('#posts');
  496. $wall.imagesLoaded(function(){
  497. $wall.masonry({
  498. itemSelector: '#entry, #entry_photo',
  499. isAnimated : false
  500. });
  501. });
  502.  
  503. $wall.infinitescroll({
  504. navSelector : '#page-nav',
  505. nextSelector : '#page-nav a',
  506. itemSelector : '#entry, #entry_photo',
  507. bufferPx : 2000,
  508. debug : false,
  509. errorCallback: function() {
  510. $('#infscr-loading').fadeOut('normal');
  511. }},
  512. function( newElements ) {
  513. var $newElems = $( newElements );
  514. $newElems.hide();
  515. $newElems.imagesLoaded(function(){
  516. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  517. });
  518. }); $('#content').show(500);
  519. });
  520. </script>
  521. {/block:indexpage}
  522.  
  523. </div>
  524. </body>
  525. </html>
  526. <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