Advertisement
iusedtobeher-themes

A thousand eyes on me

Jun 24th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.43 KB | None | 0 0
  1. <!--Theme called "A thousand eyes on me" 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:One" content="" />
  38. <meta name="text:One Title" content="link" />
  39.  
  40. <meta name="text:Two" content="" />
  41. <meta name="text:Two Title" content="link" />
  42.  
  43. <meta name="text:Three" content="" />
  44. <meta name="text: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.  
  299. .permalinktext {
  300. display: block;
  301. padding: 1px;
  302. margin: 2px 0px 0px 5px;
  303. text-transform: uppercase;
  304. font-family:pixel;
  305. font-size: 8px;
  306. color: {color:text};
  307. line-height: 11px;
  308. letter-spacing:0px;
  309. text-align: right;
  310. text-decoration: none;
  311. border-top: 1px dotted #ddd;
  312. webkit-transition: all 0.2s linear;
  313. -webkit-transition: all 0.2s linear;
  314. -moz-transition: all 0.2s linear;
  315. transition: all 0.2s linear;
  316. }
  317.  
  318. .permalinktext:hover{
  319. margin:2px 4px 0px 5px;
  320. webkit-transition: all 0.2s linear;
  321. -webkit-transition: all 0.2s linear;
  322. -moz-transition: all 0.2s linear;
  323. transition: all 0.2s linear;
  324. }
  325.  
  326. .title{
  327. text-align: center;
  328. font-family: arsenalewhite;
  329. text-transform:none;
  330. font-size: 35px;
  331. line-height:12px;
  332. letter-spacing: 0px;
  333. color: {color:Title};
  334. }
  335.  
  336. #infscr-loading{
  337. bottom: -70px;
  338. position: absolute;
  339. left: 50%;
  340. margin-left:-8px;
  341. width:16px;
  342. height:11px;
  343. overflow:hidden;
  344. margin-bottom: 50px;
  345. }
  346.  
  347. #postnotes{
  348. text-align: center;}
  349.  
  350. #postnotes blockquote{
  351. border: 0px;}
  352.  
  353. blockquote{
  354. padding:0px 0px 0px 0px;
  355. margin:0px 0px 0px 0px;
  356. border-left: 1px dotted #555555;
  357. }
  358.  
  359. blockquote p, ul{
  360. margin:0px;
  361. padding:0px;
  362. }
  363.  
  364. a img{border: 0px;}
  365.  
  366.  
  367. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  368.  
  369. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  370. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  371.  
  372. .notes img{width:10px; position:relative; top:3px;}
  373. <--ses-->
  374. small{font-size: 90%;}
  375.  
  376. {CustomCSS}
  377.  
  378. </style>
  379.  
  380. {block:IndexPage}
  381. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  382. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  383.  
  384. <script type="text/javascript">
  385. $(window).load(function () {
  386. var $content = $('#posts');
  387. $content.masonry({itemSelector: '.entry'}),
  388. $content.infinitescroll({
  389. navSelector : 'div#pagination',
  390. nextSelector : 'div#pagination a#nextPage',
  391. itemSelector : '.entry',
  392. loading: {
  393. finishedMsg: '',
  394. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  395. },
  396. bufferPx : 600,
  397. debug : false,
  398. },
  399. // call masonry as a callback.
  400. function( newElements ) {
  401. var $newElems = $( newElements );
  402. $newElems.hide();
  403. // ensure that images load before adding to masonry layout
  404. $newElems.imagesLoaded(function(){
  405. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  406.  
  407.  
  408. });
  409. });
  410. });
  411. </script>
  412.  
  413. {/block:IndexPage}
  414.  
  415.  
  416. <title>{title}</title>
  417.  
  418. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  419. <meta name="viewport" content="width=820" />
  420. </head>
  421.  
  422. <body>
  423. <div class="wrapper">
  424. <div class="header">
  425. </div>
  426. <div id="cage">
  427.  
  428. <div id="sidebar">
  429.  
  430. <div id="blogtitle">{text:Blog Title}</div>
  431.  
  432.  
  433. <div id="desc">{Description}</div>
  434. <div id="derp"></div>
  435. <a href="/"><img src="{image:sidebar}" style="height:350px; width:275px; background:transparent;"></a>
  436.  
  437. <div id="linkbar">
  438. <a href="/">Home</a>
  439. <a href="/ask">Ask</a>
  440. <a href="{text:One}">{text:One Title}</a>
  441. <a href="{text:Two}">{text:Two Title}</a>
  442. <a href="{text:Three}">{text:Three Title}</a>
  443. </div>
  444.  
  445.  
  446. </div>
  447.  
  448. <div class="center">
  449. <div id="posts">
  450. {block:Posts}
  451. <div class="entry">
  452.  
  453. {block:Answer}
  454. <div style="min-height:30px; padding: 3px; border: 1px solid #ddd; background: white; color: black; padding:4px; box-shadow: 1px 1px 1px #ddd;">
  455. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  456. <askk>{Asker}</askk>: {Question}</div>
  457. <div style="padding:3px; text-align:left;"></div>
  458. {Answer}
  459. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  460. {/block:Answer}
  461.  
  462. {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>
  463. {/block:Text}
  464.  
  465. {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}
  466.  
  467. {block:Photo}
  468. {block:IndexPage}
  469. <div class="permados">
  470. <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank"> Reblog </a></div>
  471. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=200px></a>{LinkCloseTag}</center>
  472. {/block:IndexPage}
  473. {block:PermalinkPage}
  474. {LinkOpenTag}
  475. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=270px/>
  476. {LinkCloseTag}
  477. {/block:PermalinkPage}
  478. {/block:Photo}
  479.  
  480. {block:Photoset}
  481. {block:IndexPage}
  482. <center>
  483. {Photoset-250}</center>
  484. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  485. {/block:IndexPage}
  486. {block:PermalinkPage}
  487. <center>
  488. {Photoset-500}</center>
  489. {/block:PermalinkPage}
  490. {/block:Photoset}
  491.  
  492. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  493. <ul class="chat">
  494. {block:Lines}
  495. <li class="user_{UserNumber}">
  496. {block:Label}
  497. <span class="label">{Label}</span>
  498. {/block:Label}
  499.  
  500. {Line}
  501. </li>
  502. {/block:Lines}
  503. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>
  504. {/block:Chat}
  505.  
  506. {block:Audio}
  507. <div style="width:300px; height:30px;">
  508. {AudioPlayerBlack}
  509. </div>
  510. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>{/block:IndexPage}
  511. {/block:Audio}
  512.  
  513. {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}
  514. </center></span>
  515. <br></div>
  516. {/block:Posts}
  517. </div></div>
  518.  
  519. {block:IndexPage}
  520. {block:Pagination}
  521. <div id="pagination">
  522. {block:NextPage}
  523. <a id="nextPage" href="{NextPage}"></a>
  524. {/block:NextPage}
  525. {block:PreviousPage}
  526. <a href="{PreviousPage}"></a>
  527. {/block:PreviousPage}
  528. </div>
  529. {/block:Pagination}
  530. {/block:IndexPage}
  531.  
  532.  
  533. <div style="position:fixed; bottom: 1px; left:3px;">
  534. <a href="http://iusedtobeher.tumblr.com/">C</a>
  535. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement