Advertisement
0fficialvanessa

"Same Mistakes" Theme Two.

Mar 9th, 2013
1,896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 KB | None | 0 0
  1. <!----
  2. theme by Jade! Don't remove credit, (mxrandakerr)
  3. --->
  4. <html lang="en">
  5. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. <!--
  11.  
  12. // Disable Right Click Script
  13.  
  14. function IE(e)
  15. {
  16. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  17. {
  18. return false;
  19. }
  20. }
  21. function NS(e)
  22. {
  23. if (document.layers || (document.getElementById && !document.all))
  24. {
  25. if (e.which == "2" || e.which == "3")
  26. {
  27. return false;
  28. }
  29. }
  30. }
  31. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  32.  
  33. //-->
  34. </script>
  35.  
  36.  
  37. <script type="text/javascript"
  38. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  39.  
  40. <!--DEFAULT VARIABLES-->
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  42. <meta name="color:background" content="#fff"/>
  43. <meta name="color:sidebar" content="#eee"/>
  44. <meta name="color:link" content="#777"/>
  45. <meta name="color:text" content="#777"/>
  46. <meta name="color:title" content="#333"/>
  47. <meta name="color:hover" content="#fff"/>
  48. <meta name="color:border" content="#eee"/>
  49. <meta name="image:sidebar" content="1"/>
  50. <meta name="image:background" content="1"/>
  51. <meta name="image:musictab" content="1"/>
  52. <meta name="text:Music Code" content=""/>
  53. <meta name="text:Link One" content="/"/>
  54. <meta name="text:Link One Title" content="One"/>
  55. <meta name="text:Link Two" content="/"/>
  56. <meta name="text:Link Two Title" content="Two"/>
  57. <meta name="text:Link Three" content="/"/>
  58. <meta name="text:Link Three Title" content="Three"/>
  59. <meta name="text:Link Four" content="/"/>
  60. <meta name="text:Link Four Title" content="Four"/>
  61. <meta name="if:Music Player" content="1"/>
  62. <meta name="if:Font1" content="1"/>
  63. <meta name="if:Font2" content="1"/>
  64. <meta name="if:ItalicLinks" content="1"/>
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  71.  
  72. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  73.  
  74. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  75.  
  76. #player {
  77. left:5px; /* margin from left */
  78. top:-45px;
  79. position:fixed;
  80. -webkit-transition: all .5s ease-in-out;
  81. -moz-transition: all .5s ease-in-out;
  82. -o-transition: all .5s ease-in-out;
  83. z-index:999;
  84. }
  85.  
  86. #player:hover {top:-10px;}
  87.  
  88. #music {
  89. width:200px;
  90. padding:20px 0 10px 0;
  91. background:#fff; /* music player background color */
  92. border-bottom-right-radius: 5px;
  93. -moz-border-radius-bottomright: 5px;
  94. -webkit-border-bottom-right-radius: 5px;
  95. z-index: 9999;
  96. }
  97.  
  98. #tab {
  99. width: 50px;
  100. height: 35px;
  101. padding-top:5px;
  102. background-color:{color:background};
  103. background-image:url({image:musictab});
  104. background-repeat:no-repeat;
  105. background-position:center;
  106. border-bottom-left-radius: 5px;
  107. -moz-border-radius-bottomleft: 5px;
  108. -webkit-border-bottom-left-radius: 5px;
  109. border-bottom-right-radius: 5px;
  110. -moz-border-radius-bottomright: 5px;
  111. -webkit-border-bottom-right-radius: 5px;
  112. }
  113.  
  114. p {
  115. margin:0px;
  116. margin-top:0px;
  117. }
  118.  
  119.  
  120. body {
  121. padding: 0px;
  122. margin: 0px;
  123. color:{color:text};
  124. {block:ifFont1}
  125. font-family: dixel;
  126. line-height:6px;
  127. font-size:8px;
  128. {/block:ifFont1}
  129. {block:ifFont2}
  130. font-family:Cambria;
  131. font-size:10px;
  132. line-height:9px;
  133. {/block:ifFont2}
  134. background-color: {color:Background};
  135. background-image:url({image:Background});
  136. background-attachment: fixed;
  137. background-repeat: repeat;
  138. }
  139.  
  140.  
  141. a:link, a:active, a:visited{
  142. text-decoration: none;
  143. -webkit-transition: color 0.3s ease-out;
  144. -moz-transition: color 0.3s ease-out;
  145. transition: color 0.3s ease-out;
  146. color:{color:link};
  147. }
  148.  
  149. a:hover {
  150. text-decoration:line-through;
  151. font-style:;
  152. color: {color:Hover};
  153. }
  154.  
  155. div#center{
  156. margin:auto;
  157. position:relative;
  158. width:1000px;
  159. background-color:;
  160. overflow:auto;
  161. overflow-y:hidden;
  162. }
  163.  
  164. .entry {
  165. float:left;
  166. padding:2px;
  167. display: block;
  168. border:2px solid {color:border};
  169. margin:3px;
  170. overflow:hidden;
  171. width:480px;
  172. {block:PermalinkPage}
  173. width:490px;
  174. text-align:left;
  175. line-height:10px;
  176. {/block:PermalinkPage}
  177. background:{color:background};
  178. }
  179.  
  180. .entry .perma{
  181. width:480px;
  182. height:20px;
  183. margin-left:0px;
  184. position: absolute;
  185. line-height: 16px;
  186. overflow:hidden;
  187. text-align:center;
  188. top:270px;
  189. background:{color:background};
  190. word-spacing:2px;
  191. letter-spacing:1px;
  192. opacity:0;
  193. -webkit-transition: all .7s ease;
  194. -moz-transition: all .7s ease;
  195. -o-transition: all .7s ease;
  196. transition: all .7s ease;
  197. }
  198.  
  199. .entry:hover .perma{
  200. overflow:visible;
  201. opacity:1;
  202. }
  203.  
  204. #posts {
  205. width:500px;
  206. margin-top:1px;
  207. z-index:99;
  208. margin-left:700px;
  209. right:auto;
  210. background:transparent;
  211. margin-right:auto;
  212. position:relative;
  213. overflow-y: hidden;
  214. }
  215.  
  216. #sidebar{
  217. position:fixed !important;
  218. width:250px;
  219. background:white;
  220. height:auto;
  221. margin-top:150px;
  222. margin-left:100px;
  223. text-align:center;
  224. }
  225.  
  226. #sidebarimg{
  227. margin-bottom:2px;
  228. padding:2px;
  229. position:right;
  230. }
  231.  
  232. #sidebarimg img{
  233. width:250px;
  234. height:auto;
  235. border: 1px solid {color:border};
  236. }
  237.  
  238. #links{
  239. word-spacing:2px;
  240. {block:ifItalicLinks}
  241. font-style:italic;
  242. {/block:ifItalicLinks}
  243. font-style:none;
  244. background-color:{color:sidebar};
  245. margin-left:3px;
  246. width:250px;
  247. }
  248.  
  249. #description{
  250. word-spacing:1px;
  251. margin-bottom:2px;
  252. margin-left:3px;
  253. {block:ifFont1}
  254. font-family: dixel;
  255. line-height:7px;
  256. font-size:8px;
  257. {/block:ifFont1}
  258. {block:ifFont2}
  259. font-family:Cambria;
  260. font-size:10px;
  261. line-height:9px;
  262. {/block:ifFont2}
  263. background-color:{color:sidebar};
  264. text-align:center;
  265. width:250px;
  266. max-height:40px;
  267. }
  268.  
  269.  
  270. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  271. @font-face { font-family: "cedarville"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  272.  
  273.  
  274. .title{
  275. line-height: 18px;
  276. color:{color:Title};
  277. font-weight: normal;
  278. font-family:"cedarville";
  279. font-size:20px;
  280. }
  281.  
  282. .permalink{
  283. text-transform: normal;
  284. display: block;
  285. text-align: right;
  286. text-decoration: none;
  287. }
  288.  
  289. #infscr-loading{
  290. bottom: -70px;
  291. position: absolute;
  292. left: 50%;
  293. margin-left:-8px;
  294. width:16px;
  295. height:11px;
  296. overflow:hidden;
  297. margin-bottom: 50px;
  298. }
  299.  
  300. #postnotes{
  301. text-align: justify;}
  302.  
  303. #postnotes blockquote{
  304. border: 0px;}
  305.  
  306. blockquote{
  307. padding:0px 0px 2px 5px;
  308. margin:0px 0px 2px 10px;
  309. border-left: 1px dotted #555555;
  310. }
  311.  
  312. blockquote p, ul{
  313. margin:0px;
  314. padding:0px;
  315. }
  316.  
  317. ::-webkit-scrollbar {
  318. height:auto;
  319. width:10px;
  320. background-color: transparent;
  321. border-radius:200px;
  322. }
  323.  
  324. ::-webkit-scrollbar-thumb:vertical {
  325. background-color: {color:link};
  326. height:auto;
  327. border: 1px solid #ddd;
  328. border-radius:200px;
  329. }
  330.  
  331. a img{border: 0px;}
  332.  
  333.  
  334. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  335.  
  336. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  337. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  338.  
  339. .notes img{width:10px; position:relative; top:3px;}
  340. <--ses-->
  341. small{font-size: 90%;}
  342.  
  343. {CustomCSS}
  344.  
  345. </style>
  346.  
  347. {block:IndexPage}
  348. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  349. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  350.  
  351. <script type="text/javascript">
  352. $(window).load(function(){
  353. var $wall = $('#posts');
  354. $wall.imagesLoaded(function(){
  355. $wall.masonry({
  356. itemSelector: '.entry, .entry_photo',
  357. isAnimated : false
  358. });
  359. });
  360.  
  361. $wall.infinitescroll({
  362. navSelector : '#pagination',
  363. nextSelector : '#pagination a',
  364. itemSelector : '.entry, .entry_photo',
  365. bufferPx : 2000,
  366. debug : false,
  367. errorCallback: function() {
  368. $('#infscr-loading').fadeOut('normal');
  369. }},
  370. function( newElements ) {
  371. var $newElems = $( newElements );
  372. $newElems.hide();
  373. $newElems.imagesLoaded(function(){
  374. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  375. });
  376. }); $('#posts').show(500);
  377. });
  378. </script>
  379.  
  380.  
  381. {/block:IndexPage}
  382.  
  383.  
  384. <title>{title}</title>
  385.  
  386. <link rel="shortcut icon" href="{Favicon}" />
  387. <meta name="viewport" content="width=960" />
  388. </head>
  389.  
  390. <body>
  391. <BODY onselectstart="return false;" ondragstart="return false;">
  392. <div class="wrapper">
  393. <div class="header">
  394. </div>
  395.  
  396. <div id="cage">
  397. <div id="center">
  398.  
  399. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  400. <div id="sidebar">
  401. <div id="links">
  402. <a title="{text:Link One Title}" href="{text:Link One}">{text:Link One Title}</a> - <a title="{text:Link Two Title}" href="{text:Link Two}">{text:Link Two Title}</a> - <a title="{text:Link Three Title}" href="{text:Link Three}">{text:Link Three Title}</a> - <a title="{text:Link Four Title}" href="{text:Link Four}">{text:Link Four Title}</a></div>
  403. <div id="sidebarimg"><img src="{image:Sidebar}"/></div>
  404. <div id="description">{Description}</div>
  405. </div></div></div></div></div>
  406. <!------------------------------------->
  407.  
  408.  
  409. <div class="left">
  410. <div id="posts">
  411. {block:Posts}
  412. <div class="entry">
  413.  
  414. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  415.  
  416. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  417. {/block:Text}
  418.  
  419. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  420.  
  421. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  422.  
  423. {block:Photo}
  424. {block:IndexPage}
  425. <center>
  426. <div class="perma">
  427. <a href="{ReblogURL}" target="_blank"> Reblog </a> - <a href="{Permalink}">{notecountwithlabel}</a> </div>
  428.  
  429. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  430. {/block:IndexPage}
  431. {block:PermalinkPage}
  432. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  433.  
  434. {LinkCloseTag}
  435. {/block:PermalinkPage}
  436. {/block:Photo}
  437.  
  438. {block:Photoset}
  439. {block:IndexPage}
  440. <center>
  441.  
  442. <div class="perma">
  443. <a href="{ReblogURL}" target="_blank"> Reblog </a> </div>
  444.  
  445. {Photoset-250}</center>
  446. {/block:IndexPage}
  447. {block:PermalinkPage}
  448. <center>
  449. {Photoset-500}</center>
  450. {/block:PermalinkPage}
  451. {/block:Photoset}
  452.  
  453. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  454.  
  455. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  456.  
  457. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  458. <ul class="chat">
  459. {block:Lines}
  460. <li class="user_{UserNumber}">
  461. {block:Label}
  462. <span class="label">{Label}</span>
  463. {/block:Label}
  464.  
  465. {Line}
  466. </li>
  467. {/block:Lines}
  468. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  469. {/block:Chat}
  470.  
  471. {block:Audio}
  472. <div style="width:200px; height:30px;">
  473. {AudioPlayerBlack}
  474. </div>
  475. {block:IndexPage}<span class="permalink">
  476. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  477. </span>{/block:IndexPage}
  478. {/block:Audio}
  479.  
  480. {block:Video}
  481. {block:IndexPage}
  482. <center>
  483. <div class="perma">
  484. <a href="{ReblogURL}" target="_blank"> Reblog </a> </div>
  485. {Video-250}</center>
  486. {/block:IndexPage}
  487. {block:PermalinkPage}
  488. <center>
  489. {Video-400}</center>
  490. {/block:PermalinkPage}
  491. {block:Video}
  492.  
  493.  
  494. {block:PostNotes}<div align="middle">{caption}</div>
  495. <center>
  496.  
  497. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  498.  
  499. {block:HasTags}
  500. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  501. {block:RebloggedFrom}
  502. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  503. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  504.  
  505. {/block:RebloggedFrom}
  506. </center></span>
  507. <br>
  508. <div id="postnotes">{PostNotes}</div><br>
  509.  
  510. <center>{block:ContentSource}
  511. <br><a href="{SourceURL}">
  512. {lang:Source}:
  513. {block:SourceLogo}
  514. <img src="{BlackLogoURL}" width="{LogoWidth}"
  515. height="{LogoHeight}" alt="{SourceTitle}" />
  516. {/block:SourceLogo}
  517. {block:NoSourceLogo}
  518. {SourceLink}
  519. {/block:NoSourceLogo}
  520. </a>
  521. {/block:ContentSource}</center>
  522.  
  523. {/block:PostNotes}
  524. </div>
  525. {/block:Posts}
  526. </div></div>
  527.  
  528. {block:IndexPage}
  529. {block:Pagination}
  530. <div id="pagination">
  531. {block:NextPage}
  532. <a id="nextPage" href="{NextPage}"></a>
  533. {/block:NextPage}
  534. {block:PreviousPage}
  535. <a href="{PreviousPage}"></a>
  536. {/block:PreviousPage}
  537. </div>
  538. {/block:Pagination}
  539. {/block:IndexPage}
  540. </body>
  541. {block:ifMusicPlayer}
  542. <div id="player">
  543. <div id="music"> {text:Music Code} </div>
  544. <div id="tab"></div></div>{/block:ifMusicPlayer}
  545. <div style="position:fixed;bottom:2px;left:2px;font-family:cedarville;font-size:10px;"><a title="Theme Done By;" href="http://mxrandakerr.tumblr.com/">Credit</a></div>
  546. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement