Advertisement
hor4ny

"Je T'aime" theme - Twistedmiracles

Feb 4th, 2013
1,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. <!--
  2. "Je T'aime" theme by TWISTEDMIRACLES.
  3. Keep credit or put it in your FAQ.
  4. IF YOU USE THIS THEME AS A BASECODE OR TAKE ANY OF MY CODING, ask BEFORE posting! Please and thank you.
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <script type="text/javascript">
  16. <!--
  17.  
  18. // Disable Right Click Script
  19.  
  20. function IE(e)
  21. {
  22. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  23. {
  24. return false;
  25. }
  26. }
  27. function NS(e)
  28. {
  29. if (document.layers || (document.getElementById && !document.all))
  30. {
  31. if (e.which == "2" || e.which == "3")
  32. {
  33. return false;
  34. }
  35. }
  36. }
  37. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  38.  
  39. //-->
  40. </script>
  41.  
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45.  
  46. <!-- DEFAULT VARIABLES -->
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  48. <meta name="color:background" content="#fff"/>
  49. <meta name="color:link" content="#777"/>
  50. <meta name="color:text" content="#777"/>
  51. <meta name="color:title" content="#777"/>
  52. <meta name="color:entry" content="#f5f5f5" />
  53. <meta name="color:blogtitle" content="#aaa">
  54. <meta name="color:borders" content="#dddddd"/>
  55. <meta name="color:hover" content="#fff"/>
  56. <meta name="image:sidebar" content=""/>
  57. <meta name="image:background" content="1"/>
  58. <meta name="if:faded sidebar and posts" content="1" />
  59. <meta name="if:show heart" content="1" />
  60. <meta name="text:home link" content="" />
  61. <meta name="text:mail link" content="" />
  62. <meta name="text:folder link" content="" />
  63. <meta name="text:paperclip link" content="" />
  64. <meta name="text:heart link" content="" />
  65. <style type="text/css">
  66.  
  67.  
  68.  
  69. ::-webkit-scrollbar {width: 0px; height: 0px; border:1px solid #ddd; background-color:#fff;}
  70. ::-webkit-scrollbar-thumb { border:1px solid #ddd; background:#eee}
  71.  
  72.  
  73.  
  74. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.8s ease-out;-moz-
  75.  
  76. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  77.  
  78. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all
  79.  
  80. 0.4s ease-out;}
  81.  
  82. p {
  83. margin:0px;
  84. margin-top:0px;
  85. }
  86.  
  87. ::selection {
  88. background: #ffffff;
  89. color: #ffffff;
  90. }
  91.  
  92. ::-moz-selection {
  93. background: #ffffff;
  94. color: #ffffff;
  95. }
  96.  
  97.  
  98. body {
  99. padding: 0px;
  100. margin: 0px;
  101. color:{color:text};
  102. font-family: consolas;
  103. line-height:10px;
  104. font-size:10px;
  105. background-image:url({image:background});
  106. background-color: {color:Background};
  107. background-attachment: fixed;
  108. background-repeat: repeat;
  109. }
  110.  
  111.  
  112. a:link, a:active, a:visited{
  113. text-decoration: none;
  114. -webkit-transition: color 0.3s ease-out;
  115. -moz-transition: color 0.3s ease-out;
  116. transition: color 0.3s ease-out;
  117. color:{color:link};
  118. }
  119.  
  120. a:hover {
  121. text-decoration: none;
  122. font-style:;
  123. text-shadow:0px 0px 2px #000;
  124. color: {color:Hover};
  125. }
  126.  
  127. askname{
  128. font-family:playdate;
  129.  
  130. font-size:20px;
  131. z-index:1;
  132. }
  133.  
  134. div#center{
  135. margin:auto;
  136. width:1000px;
  137. position:relative;
  138. background-color:;
  139. overflow:auto;
  140. overflow-y:hidden;
  141. }
  142.  
  143.  
  144. .entry {
  145. float:left;
  146. display: block;
  147. margin:3px;
  148. padding:10px;
  149. padding-bottom:8px;
  150. overflow:hidden;
  151. width:260px;
  152. {block:iffadedsidebarandposts}
  153. opacity:0.9;
  154. {/block:iffadedsidebarandposts}
  155. {block:PermalinkPage}
  156. width:500px;
  157. text-align:left;
  158. line-height:10px;
  159. {/block:PermalinkPage}
  160. border:1px solid {color:borders};
  161. background-color:#f7f7f7;
  162. background-image:URL();
  163. -webkit-transition: all .7s ease;
  164. -moz-transition: all .7s ease;
  165. -o-transition: all .7s ease;
  166. transition: all .7s ease;
  167. }
  168.  
  169. .entry:hover{
  170. opacity:1;}
  171.  
  172. .entry img{
  173. {block:indexpage}
  174. max-width:260px;
  175. {/block:indexpage}
  176. {block:permalinkpage}
  177. max-width:500px;
  178. {/block:permalinkpage}
  179. }
  180.  
  181. .entry .perma a{
  182. color:;}
  183.  
  184. .entry .perma a:hover {
  185. text-decoration: none;
  186. font-style:;
  187. text-shadow:0px 0px 2px #000;
  188. color: {color:Hover};
  189. }
  190.  
  191. .entry .perma{
  192. width:260px;
  193. height:24px;
  194. margin-left:0px;
  195. position: absolute;
  196. line-height: 24px;
  197. overflow:hidden;
  198. text-align:center;
  199. margin-top:0px;
  200. background:#f7f7f7;
  201. word-spacing:1px;
  202. opacity: 0.0;
  203. -webkit-transition: all .7s ease;
  204. -moz-transition: all .7s ease;
  205. -o-transition: all .7s ease;
  206. transition: all .7s ease;
  207.  
  208. }
  209.  
  210. .entry:hover .perma{
  211. overflow:visible;
  212. opacity:0.9;
  213. margin-top;15px;
  214. }
  215.  
  216.  
  217. #bar2{
  218. width:45px;
  219. background:#f7f7f7;
  220. opacity:0.9;
  221. height:100%;
  222. border-left:1px solid {color:borders};
  223. right:0px;
  224. top:0px;
  225. position:fixed;
  226. }
  227.  
  228. #bar{
  229. width:36px;
  230. background:{color:blogtitle};
  231. opacity:0.9;
  232. height:100%;
  233. top:0px;
  234. right:0px;
  235. position:fixed;
  236. }
  237.  
  238.  
  239. #posts {
  240. width:650px;
  241. margin-top:10px;
  242. z-index:999;
  243. margin-left:310px;
  244. right:auto;
  245. background:transparent;
  246. margin-right:auto;
  247. position:relative;
  248. overflow-y: hidden;
  249. }
  250.  
  251.  
  252. #linkz img{
  253. display:inline-block;
  254. opacity:0.2;
  255. -webkit-transition: all .7s ease;
  256. -moz-transition: all .7s ease;
  257. -o-transition: all .7s ease;
  258. transition: all .7s ease;
  259. }
  260.  
  261. #linkz img:hover{
  262. opacity:0.4;
  263. }
  264.  
  265. #linkz{
  266.  
  267. position:fixed;
  268. width:23px;
  269. padding:4px;
  270. padding-left:6px;
  271. border-radius:0px;
  272. height:159px;
  273. text-align:center;
  274. margin-left:195px;
  275. margin-top:0px;
  276. line-spacing:15px;
  277. overflow:hidden;
  278. line-height:35px;
  279. background:#f7f7f7;
  280. text-align:center;
  281. border-left:1px solid {color:borders};
  282. border-right:5px solid {color:blogtitle};
  283. -webkit-transition: all .7s ease;
  284. -moz-transition: all .7s ease;
  285. -o-transition: all .7s ease;
  286. transition: all .7s ease;
  287. }
  288.  
  289. #desc{
  290. z-index:2;
  291. position:fixed;
  292. width:260px;
  293. {block:iffadedsidebarandposts}
  294. opacity:0.9;
  295. {/block:iffadedsidebarandposts}
  296. padding:7px;
  297. border-radius:0px;
  298. height:auto;
  299. margin-left:-13px;
  300. margin-top:18px;
  301. line-height:9px;
  302. overflow:hidden;
  303. line-height:10px;
  304. background:#f7f7f7;
  305. text-align:center;
  306. border:1px solid {color:borders};
  307. -webkit-transition: all .7s ease;
  308. -moz-transition: all .7s ease;
  309. -o-transition: all .7s ease;
  310. transition: all .7s ease;
  311. }
  312.  
  313.  
  314.  
  315. @font-face { font-family: "sig"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  316.  
  317. #blogtitle{
  318. z-index:99;
  319. width:260px;
  320. padding:12px;
  321. text-align:center;
  322. font-family:sig;
  323. font-size:34px;
  324. color:{color:blogtitle};
  325. text-shadow:1px 1px 0px #fff;
  326. margin-left:18px;
  327. line-height:20px;
  328. text-transform:;
  329. margin-bottom:5px;
  330. position:fixed;
  331. margin-top:114px;
  332.  
  333. }
  334.  
  335. #sidebar{
  336. position:fixed !important;
  337. width:250px;
  338. background:#f7f7f7;
  339. height:auto;
  340. padding:12px;
  341. margin-top:145px;
  342. margin-left:20px;
  343. text-align:center;
  344. line-height:2px;
  345. z-index:2;
  346. {block:iffadedsidebarandposts}
  347. opacity:0.9;
  348. {/block:iffadedsidebarandposts}
  349. border-radius:0px;
  350. border:1px solid {color:borders};
  351. -webkit-transition: all .7s ease;
  352. -moz-transition: all .7s ease;
  353. -o-transition: all .7s ease;
  354. transition: all .7s ease;
  355. }
  356.  
  357. #sidebar:hover{
  358. opacity:1;
  359. }
  360.  
  361. @font-face { font-family: "playdate"; src: url('http://static.tumblr.com/4yxykdm/XVZlrfl3m/playdate_1_.ttf'); }
  362.  
  363. @font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  364.  
  365. .title{
  366. font-family:rw;
  367. font-size: 18px;
  368. line-height: 18px;
  369. color:{color:Title};
  370. letter-spacing: 0px;
  371. font-weight: normal;
  372. padding:0px 0px 0px 0px;
  373. }
  374.  
  375. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  376.  
  377. .permalink{
  378. text-transform: normal;
  379. display: block;
  380. text-align: right;
  381. text-decoration: none;
  382. }
  383.  
  384. #infscr-loading{
  385. bottom: -70px;
  386. position: absolute;
  387. left: 50%;
  388. margin-left:-8px;
  389. width:16px;
  390. height:11px;
  391. overflow:hidden;
  392. margin-bottom: 50px;
  393. }
  394.  
  395. #postnotes{
  396. text-align: justify;}
  397.  
  398. #postnotes blockquote{
  399. border: 0px;}
  400.  
  401. blockquote{
  402. padding:0px 0px 2px 5px;
  403. margin:0px 0px 2px 10px;
  404. border-left: 1px dotted #555555;
  405. }
  406.  
  407. blockquote p, ul{
  408. margin:0px;
  409. padding:0px;
  410. }
  411.  
  412. a img{border: 0px;}
  413.  
  414.  
  415. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  416.  
  417. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  418. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  419.  
  420. .notes img{width:10px; position:relative; top:3px;}
  421. <--ses-->
  422. small{font-size: 90%;}
  423.  
  424. {CustomCSS}
  425.  
  426. </style>
  427.  
  428. {block:IndexPage}
  429. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  430. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  431.  
  432. <script type="text/javascript">
  433. $(window).load(function(){
  434. var $wall = $('#posts');
  435. $wall.imagesLoaded(function(){
  436. $wall.masonry({
  437. itemSelector: '.entry, .entry_photo',
  438. isAnimated : false
  439. });
  440. });
  441.  
  442. $wall.infinitescroll({
  443. navSelector : '#pagination',
  444. nextSelector : '#pagination a',
  445. itemSelector : '.entry, .entry_photo',
  446. bufferPx : 2000,
  447. debug : false,
  448. errorCallback: function() {
  449. $('#infscr-loading').fadeOut('normal');
  450. }},
  451. function( newElements ) {
  452. var $newElems = $( newElements );
  453. $newElems.hide();
  454. $newElems.imagesLoaded(function(){
  455. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  456. });
  457. }); $('#posts').show(500);
  458. });
  459. </script>
  460.  
  461.  
  462. {/block:IndexPage}
  463.  
  464.  
  465. <title>{title}</title>
  466.  
  467. <link rel="shortcut icon" href="{Favicon}" />
  468. <meta name="viewport" content="width=820" />
  469. </head>
  470.  
  471. <body>
  472. <BODY onselectstart="return false;" ondragstart="return false;">
  473. <div class="wrapper">
  474. <div class="header">
  475. </div>
  476.  
  477. <div id="cage">
  478. <div id="center">
  479. {block:ifshowheart}
  480. <a href="/"><div style="-moz-transform: rotate(-10deg); /* FF3.5+ */
  481. -o-transform: rotate(-10deg); /* Opera 10.5 */
  482. -webkit-transform: rotate(-10deg); position:fixed;margin-top:105px;margin-left:-20px;opacity:0.9;z-index:7"><img src="http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/heart2_zpsbed2239e.png" width=120></div></a>{/block:ifshowheart}
  483. <div id="bar2"></div>
  484. <div id="blogtitle">{title}</div><div id="bar"></div>
  485. <div id="sidebar"><center>
  486. <div id="linkz">{block:ifhomelink}<a href="{text:home link}"><img src="http://i39.tinypic.com/343rneq.png" width="15"></a>{/block:ifhomelink}{block:ifmaillink} <a href="{text:mail link}"><img src="http://i42.tinypic.com/wiq5q8.png" width="15"></a>{/block:ifmaillink}{block:ifpapercliplink} <a href="{text:paperclip link}"><img src="http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/48x48/link.png" width="15"></a>{/block:ifpapercliplink}{block:iffolderlink} <a href="{text:folder link}"><img src="http://i40.tinypic.com/344avr4.png" width="15"></a>{/block:iffolderlink}{block:ifheartlink} <a href="{heart link}"><img src="http://i40.tinypic.com/hs04dv.png" width="15"></a>{/block:ifheartlink}</div>
  487. <a href="/"><img src="{image:sidebar}" width="250"></a><center><div id="desc">{description}</div>
  488. </div>
  489.  
  490.  
  491. </center>
  492.  
  493.  
  494. <div class="left">
  495. <div id="posts">
  496. {block:Posts}
  497. <div class="entry">
  498.  
  499. {block:Answer}
  500. <div style="margin-top:2px; margin-bottom:0px;min-height:40px; padding: 4px; background-color:#fefefe;border:1px solid {color:borders};border-radius:2px;">
  501. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3.5px;"/><askname>{asker}</askname>: {Question}</div>
  502. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>{block:indexpage}
  503. <div class="permalink"> <a href="{permalink}">{notecountwithlabel} / {Timeago}</a> </div>{/block:indexpage}
  504. {/block:Answer}
  505.  
  506. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>{block:indexpage}<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a><br>{/block:HasTags}</span></align>{/block:indexpage}
  507. {/block:Text}
  508.  
  509. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} {block:indexpage}<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"></span></align>{/block:indexpage}{/block:Link}
  510.  
  511. {block:Photo}
  512. {block:IndexPage}
  513. <center>
  514. <div class="perma">
  515. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel} </a> </div>
  516. <div class="photo"><a href="{ReblogURL}" target="_blank"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  517. {/block:IndexPage}
  518. {block:PermalinkPage}
  519. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  520.  
  521. {LinkCloseTag}
  522. {/block:PermalinkPage}
  523. {/block:Photo}
  524.  
  525. {block:Photoset}
  526. {block:IndexPage}
  527. <center>
  528.  
  529. {Photoset-250}</center><div class="perma">
  530. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel} </a> </div>
  531. {/block:IndexPage}
  532. {block:PermalinkPage}
  533. <center>
  534. {Photoset-500}</center>
  535. {/block:PermalinkPage}
  536. {/block:Photoset}
  537.  
  538. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  539.  
  540. href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"> </span>{/block:Quote}
  541.  
  542. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  543. <ul class="chat">
  544. {block:Lines}
  545. <li class="user_{UserNumber}">
  546. {block:Label}
  547. <span class="label">{Label}</span>
  548. {/block:Label}
  549.  
  550. {Line}
  551. </li>
  552. {/block:Lines}
  553. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}">
  554. {/block:Chat}
  555.  
  556. {block:Audio}
  557. <div style="width:200px; height:30px;">
  558. {AudioPlayerBlack}
  559. </div>
  560. {block:IndexPage}<span class="permalink">
  561. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"> </a>
  562. </span>{/block:IndexPage}
  563. {/block:Audio}
  564.  
  565. {block:Video}
  566. {block:IndexPage}
  567. <center>
  568. {Video-250}<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"> </a>
  569. </span></center>
  570. {/block:IndexPage}
  571. {block:PermalinkPage}
  572. <center>
  573. {Video-400}</center>
  574. {/block:PermalinkPage}
  575. {block:Video}
  576.  
  577.  
  578. {block:PostNotes}<div align="middle">{caption}</div>
  579. <center>
  580.  
  581. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  582.  
  583. {block:HasTags}
  584. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  585. {block:RebloggedFrom}
  586. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  587. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  588.  
  589. {/block:RebloggedFrom}
  590. </center></span>
  591. <br>
  592. <div id="postnotes">{PostNotes}</div><br>
  593.  
  594. <center>{block:ContentSource}
  595. <br><a href="{SourceURL}">
  596. {lang:Source}:
  597. {block:SourceLogo}
  598. <img src="{BlackLogoURL}" width="{LogoWidth}"
  599. height="{LogoHeight}" alt="{SourceTitle}" />
  600. {/block:SourceLogo}
  601. {block:NoSourceLogo}
  602. {SourceLink}
  603. {/block:NoSourceLogo}
  604. </a>
  605. {/block:ContentSource}</center>
  606.  
  607. {/block:PostNotes}
  608. </div>
  609. {/block:Posts}
  610. </div></div>
  611.  
  612. {block:IndexPage}
  613. {block:Pagination}
  614. <div id="pagination">
  615. {block:NextPage}
  616. <a id="nextPage" href="{NextPage}"></a>
  617. {/block:NextPage}
  618. {block:PreviousPage}
  619. <a href="{PreviousPage}"></a>
  620. {/block:PreviousPage}
  621. </div>
  622. {/block:Pagination}
  623. {/block:IndexPage}
  624. </body>
  625. <div style="border-radius:3px;background:white;padding:5px;border:1px solid #ddd;position:fixed;right:6px;bottom:4px;"><a href="http://twistedmiracles.tumblr.com">T.M</a></div>
  626. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement