Advertisement
Guest User

caradelevain theme eight

a guest
Sep 2nd, 2013
2,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.34 KB | None | 0 0
  1. <!--
  2. THEME EIGHT BY CARADELEVAIN
  3. DON'T REMOVE THE CREDIT OR YOU WILL BE REPORTED
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN"
  8.  
  9. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12.  
  13. <script type="text/javascript">
  14. <!--
  15.  
  16. // Disable Right Click Script
  17.  
  18. function IE(e)
  19. {
  20. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button
  21.  
  22. == "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
  38.  
  39. Function("return false");
  40.  
  41. //-->
  42. </script>
  43.  
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47.  
  48. <script type="text/javascript">
  49. $(document).ready(function(){
  50. $(".links_body").hide();
  51. $(".links_head").click(function(){
  52. $(this).next(".links_body").slideToggle('fast');
  53. }); }); </script>
  54. <style type="text/css">
  55. .links_list { margin:0px; padding:0px; width:180px;}
  56. .links_head { padding-top:2px; padding-bottom:2px; cursor:pointer; position:relative;
  57.  
  58. margin:1px; text-align:center;}
  59. .links_body { padding:2px; text-align:left; color: #fff; display:none;}
  60. </style>
  61.  
  62. <!--DEFAULT VARIABLES-->
  63. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  64. <meta name="color:link" content="#777"/>
  65. <meta name="color:text" content="#777"/>
  66. <meta name="color:title" content="#333"/>
  67. <meta name="color:hover" content="#fff"/>
  68. <meta name="image:sidebar" content="1"/>
  69. <meta name="text:Link One" content="/"/>
  70. <meta name="text:Link One Title" content="One"/>
  71. <meta name="text:Link Two" content="/"/>
  72. <meta name="text:Link Two Title" content="two"/>
  73. <meta name="text:Link Three" content="/"/>
  74. <meta name="text:Link Three Title" content="three"/>
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Raleway:100&v1' rel='stylesheet'
  77.  
  78. type='text/css'>
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition:
  85.  
  86. opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  87.  
  88. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  89.  
  90. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-
  91.  
  92. transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  93.  
  94. p {
  95. margin:0px;
  96. margin-top:0px;
  97. }
  98.  
  99.  
  100. body {
  101. padding: 0px;
  102. margin: 0px;
  103. color:{color:text};
  104. font-family: consolas;
  105. font-size:10px;
  106. background-color: #eee;
  107. background-image:url({image:Background});
  108. background-attachment: fixed;
  109. background-repeat: repeat;
  110. }
  111.  
  112.  
  113. a:link, a:active, a:visited{
  114. text-decoration: none;
  115. -webkit-transition: color 0.3s ease-out;
  116. -moz-transition: color 0.3s ease-out;
  117. transition: color 0.3s ease-out;
  118. color:{color:link};
  119. }
  120.  
  121. a:hover {
  122. text-decoration: none;
  123. font-style:;
  124. color: {color:Hover};
  125. }
  126.  
  127. div#center{
  128. margin:auto;
  129. position:relative;
  130. width:1000px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135.  
  136.  
  137. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  138. .entry {
  139. float:left;
  140. display: block;
  141. margin:5px;
  142. overflow:hidden;
  143. opacity:.7;
  144. padding:11px;
  145. border:1px solid #ddd;
  146. width:220px;
  147. {block:PermalinkPage}
  148. width:450px;
  149. text-align:left;
  150. margin-left:20px;
  151. line-height:10px;
  152. {/block:PermalinkPage}
  153. background:#eee;
  154. background-image:URL();
  155. }
  156.  
  157. .entry:hover {
  158. opacity:1.0;
  159. }
  160.  
  161.  
  162. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  163. .entry .perma{
  164. width:auto;
  165. height:10px;
  166. border-radius:100px;
  167. margin-left:10px;
  168. padding:5px;
  169. position: absolute;
  170. line-height: 10px;
  171. font-family:calibri;
  172. font-style:italic;
  173. overflow:hidden;
  174. text-align:center;
  175. top:30px;
  176. background:white;
  177. font-size:12px;
  178. word-spacing:2px;
  179. letter-spacing:1px;
  180. opacity: 0.0;
  181. -webkit-transition: all .7s ease;
  182. -moz-transition: all .7s ease;
  183. -o-transition: all .7s ease;
  184. transition: all .7s ease;
  185.  
  186. }
  187.  
  188. .entry:hover .perma{
  189. overflow:visible;
  190. opacity:0.9;
  191. }
  192.  
  193. .bubble {
  194. align:right;
  195. background-color: #fff;
  196. color: {color:text};
  197. margin:7px 0px 5px 66px;
  198. border:1px solid #eee;
  199. padding:10px;
  200. position: relative;
  201. -moz-border-radius:5px;
  202. -webkit-border-radius:5px;
  203. border-radius:5px;
  204. font-family:consolas;
  205. }
  206. .bubble p {
  207. margin:1px 0px;
  208. }
  209. .bubble span {
  210. display:block;
  211. position:absolute;
  212. width:1px;
  213. height:1px;
  214. font-size: 0;
  215. line-height: 1px;
  216. left:-12px;
  217. top:10px;
  218. border-top:7px solid transparent;
  219. border-bottom:7px solid transparent;
  220. border-right:10px solid #eee;
  221. }
  222.  
  223. .askborder {
  224. float: left;
  225. margin: 1px 2px 0 0;
  226. padding: 2px;
  227. background: #eee;
  228. border-radius:360px;
  229. }
  230.  
  231. #answerr{
  232. font-family:consolas;
  233. font-size:12px;
  234. text-align:center;
  235. }
  236.  
  237.  
  238.  
  239. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  240. #posts {
  241. width:510px;
  242. margin-top:1px;
  243. z-index:99;
  244. padding:11px;
  245. margin-left:319px;
  246. right:auto;
  247. border-left:1px solid #ddd;
  248. border-right:1px solid #ddd;
  249. background:white;
  250. margin-right:auto;
  251. position:relative;
  252. overflow-y: hidden;
  253. }
  254.  
  255. @font-face { font-family:"kg the fighter"; src: url
  256.  
  257. ('http://static.tumblr.com/xrelj2p/8yzmgx89b/kgthefighter.ttf');}
  258.  
  259. #swg{
  260. font-family:kg the fighter;
  261. font-size:30px;
  262. z-index:9999;
  263. margin-left:-10px;
  264. color:white;
  265. position:fixed;
  266. margin-top:-52px;
  267. text-shadow: -1px 0 #ddd, 0 1px #ddd, 1px 0 #ddd, 0 -1px #ddd;
  268. }
  269.  
  270.  
  271. /*CUSTOMIZE SIDEBAR HERE*/
  272. #sidebar{
  273. position:fixed !important;
  274. width:170px;
  275. background:white;
  276. height:110%;
  277. margin-top:0px;
  278. padding:11px;
  279. border:1px solid #ddd;
  280. margin-left:55px;
  281. text-align:center;
  282. }
  283.  
  284. #desc{
  285. font-size:10px;
  286. font-family:consolas;
  287. line-height:12px;
  288. }
  289.  
  290. #megan{
  291. position:fixed;
  292. margin-top:95px;
  293. font-family:Raleway;
  294. font-size:20px;
  295. margin-left:0px;
  296. }
  297.  
  298.  
  299. #audioplayer {
  300. width:30px;
  301. height:30px;
  302. overflow:hidden;
  303. position:absolute;
  304. margin-top:38px;
  305. margin-bottom:45px;
  306. margin-left:38px;
  307. opacity: 0.7;
  308. filter:alpha(opacity=70);
  309. -moz-opacity: 0.7;
  310. -khtml-opacity: 0.7;
  311. }
  312.  
  313. #audititle{
  314. position:absolute;
  315. width:150px;
  316. font-family:consolas;
  317. text-transform:uppercase;
  318. line-height:15px;
  319. font-size:14px;
  320. margin-top:-100px;
  321. margin-left:110px;
  322. }
  323.  
  324. #links{
  325. font-family:consolas;
  326. font-size:10px;
  327. text-transform:uppercase;
  328. padding-top:3px;
  329. font-style:italic;
  330. }
  331.  
  332. #img{
  333. margin-top:120px;
  334. }
  335.  
  336.  
  337. #plays{
  338. position:absolute;
  339. width:150px;
  340. font-family:consolas;
  341. line-height:15px;
  342. font-size:12px;
  343. margin-top:-35px;
  344. margin-left:110px;
  345. }
  346.  
  347.  
  348. #reblogandlike{
  349. position:absolute;
  350. width:150px;
  351. font-family:consolas;
  352. line-height:15px;
  353. font-size:12px;
  354. margin-top:-25px;
  355. margin-left:110px;
  356. }
  357.  
  358. #reblogandlike:hover{
  359. color: #ddd;
  360. }
  361.  
  362. #artist{
  363. position:absolute;
  364. width:100px;
  365. font-family:consolas;
  366. font-size:12px;
  367. margin-left:110px;
  368. margin-top:-65px;
  369. }
  370.  
  371. #jay{
  372. width:220px;
  373. height:13px;
  374. background-color:#fff;
  375. padding:2px;
  376. color:#ddd;
  377. font-style:italic;
  378. text-transform:uppercase;
  379. margin-top:10px;
  380. }
  381.  
  382. @font-face { font-family: "dixel"; src: url
  383.  
  384. ('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  385.  
  386.  
  387. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  388. .title{
  389. line-height: 12px;
  390. color:{color:Title};
  391. font-weight: normal;
  392. }
  393.  
  394.  
  395. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  396. .permalink{
  397. text-transform: normal;
  398. display: block;
  399. text-align: center;
  400. background:#fff;
  401. padding-top:4px;
  402. font-size:10px;
  403. margin-top:5px;
  404. text-transform:uppercase;
  405. text-decoration: none;
  406. }
  407.  
  408.  
  409. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  410. #infscr-loading{
  411. bottom: -70px;
  412. position: absolute;
  413. left: 50%;
  414. margin-left:-8px;
  415. width:16px;
  416. height:11px;
  417. overflow:hidden;
  418. margin-bottom: 50px;
  419. }
  420.  
  421. #postnotes{
  422. text-align: justify;}
  423.  
  424. #postnotes blockquote{
  425. border: 0px;}
  426.  
  427. blockquote{
  428. padding:0px 0px 2px 5px;
  429. margin:0px 0px 2px 10px;
  430. border-left: 1px dotted #555555;
  431. }
  432.  
  433. blockquote p, ul{
  434. margin:0px;
  435. padding:0px;
  436. }
  437.  
  438. a img{border: 0px;}
  439.  
  440.  
  441. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  442.  
  443. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  444. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  445.  
  446. .notes img{width:10px; position:relative; top:3px;}
  447. <--ses-->
  448. small{font-size: 90%;}
  449.  
  450. {CustomCSS}
  451.  
  452. </style>
  453.  
  454. {block:IndexPage}
  455. <script type="text/javascript"
  456.  
  457. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  458. <script type="text/javascript"
  459.  
  460. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  461.  
  462. <script type="text/javascript">
  463. $(window).load(function(){
  464. var $wall = $('#posts');
  465. $wall.imagesLoaded(function(){
  466. $wall.masonry({
  467. itemSelector: '.entry, .entry_photo',
  468. isAnimated : false
  469. });
  470. });
  471.  
  472. $wall.infinitescroll({
  473. navSelector : '#pagination',
  474. nextSelector : '#pagination a',
  475. itemSelector : '.entry, .entry_photo',
  476. bufferPx : 2000,
  477. debug : false,
  478. errorCallback: function() {
  479. $('#infscr-loading').fadeOut('normal');
  480. }},
  481. function( newElements ) {
  482. var $newElems = $( newElements );
  483. $newElems.hide();
  484. $newElems.imagesLoaded(function(){
  485. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn
  486.  
  487. ('slow');} );
  488. });
  489. }); $('#posts').show(500);
  490. });
  491. </script>
  492.  
  493.  
  494. {/block:IndexPage}
  495.  
  496.  
  497. <title>{title}</title>
  498.  
  499. <link rel="shortcut icon" href="{Favicon}" />
  500. <meta name="viewport" content="width=820" />
  501. </head>
  502.  
  503. <body>
  504. <BODY onselectstart="return false;" ondragstart="return false;">
  505. <div class="wrapper">
  506. <div class="header">
  507. </div>
  508.  
  509. <div id="cage">
  510. <div id="center">
  511.  
  512. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  513. <div id="sidebar">
  514. <div id="megan">{Title}</div>
  515. <center>
  516. <div id="img"><a href="/"><img src="{image:sidebar}" width=100%></a></a>
  517. <div id="swag">{description}</div>
  518. <div id="links"> <a href="{text:Link One}">{text:Link One Title}</a> - <a href="{Text:Link Two}">{text:Link Two Title}</a> - <a
  519.  
  520. href="{text:Link Three}">{text:Link Three Title} - <a href="http://caradelevain.tumblr.com">credit</a></div>
  521. </center>
  522. </div>
  523. <!------------------------------------->
  524.  
  525.  
  526. <div class="left">
  527. <div id="posts">
  528. {block:Posts}
  529. <div class="entry">
  530.  
  531. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">
  532.  
  533. {Body}</span><p align=right><span class="permalink"><a
  534.  
  535. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{TimeAgo}</a> - <a
  536.  
  537. href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  538. {/block:Text}
  539.  
  540. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">
  541.  
  542. {Description}</div>{/block:Description} <p align=right><span
  543.  
  544. class="permalink"><a href="{Permalink}">{TimeAgo}</a> - <a href="{Permalink}">
  545.  
  546. {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  547.  
  548. {block:Photo}
  549. {block:IndexPage}
  550. <center>
  551. <div class="perma">
  552. <a href="{ReblogURL}" target="_blank"> reblog </a>- <a href="{Permalink}">
  553.  
  554. {notecountwithlabel}</a> </div>
  555.  
  556. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}"
  557.  
  558. alt="{PhotoAlt}" width="100%"/></a></div>
  559. {/block:IndexPage}
  560. {block:PermalinkPage}
  561. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo"
  562.  
  563. src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  564.  
  565. {LinkCloseTag}
  566. {/block:PermalinkPage}
  567. {/block:Photo}
  568.  
  569. {block:Photoset}
  570. {block:IndexPage}
  571. <center>
  572.  
  573. <div class="perma">
  574. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  575.  
  576. {Photoset-250}</center>
  577. {/block:IndexPage}
  578. {block:PermalinkPage}
  579. <center>
  580. {Photoset-500}</center>
  581. {/block:PermalinkPage}
  582. {/block:Photoset}
  583.  
  584. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>
  585.  
  586. {/block:Source}<br><p align=right><span class="permalink"><a
  587.  
  588. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  589.  
  590. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  591. <ul class="chat">
  592. {block:Lines}
  593. <li class="user_{UserNumber}">
  594. {block:Label}
  595. <span class="label">{Label}</span>
  596. {/block:Label}
  597.  
  598. {Line}
  599. </li>
  600. {/block:Lines}
  601. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a
  602.  
  603. href="{Permalink}">
  604. {/block:Chat}
  605.  
  606. {block:Audio}
  607. <div id= "audioplayer">{AudioPlayerWhite}</div>
  608. {block:AlbumArt}
  609. <img src="{AlbumArtURL}" width="100">
  610. {/block:AlbumArt}
  611. <div id="audititle">{block:TrackName}Track:{TrackName}{/block:TrackName}</div>
  612. <div id="artist">{block:Artist}Artist:{Artist}{/block:Artist}</div>
  613. <div id="plays">Plays:{PlayCount} </div>
  614. <div id="jay"><a href="{ReblogURL}" target="_blank"> reblog </a>-<a href="{Permalink}">
  615.  
  616. {notecountwithlabel}</a></div>
  617.  
  618. {/block:Audio}
  619.  
  620. {block:Video}
  621. {block:IndexPage}
  622. <center>
  623. <div class="perma">
  624. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  625. {Video-250}</center>
  626. {/block:IndexPage}
  627. {block:PermalinkPage}
  628. <center>
  629. {Video-400}</center>
  630. {/block:PermalinkPage}
  631. {block:Video}
  632.  
  633. {block:Answer}
  634. <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div
  635.  
  636. class="bubble"><span></span><div id="askerr">{Asker}</div> asked: {Question}
  637.  
  638. &nbsp;</div><div id="answerr">{Answer}</div>
  639. {/block:Answer}
  640.  
  641.  
  642. {block:PostNotes}<div align="middle">{caption}</div>
  643. <center>
  644.  
  645. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  646.  
  647. {block:HasTags}
  648. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  649. {block:RebloggedFrom}
  650. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  651. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  652.  
  653. {/block:RebloggedFrom}
  654. </center></span>
  655. <br>
  656. <div id="postnotes">{PostNotes}</div><br>
  657.  
  658. <center>{block:ContentSource}
  659. <br><a href="{SourceURL}">
  660. {lang:Source}:
  661. {block:SourceLogo}
  662. <img src="{BlackLogoURL}" width="{LogoWidth}"
  663. height="{LogoHeight}" alt="{SourceTitle}" />
  664. {/block:SourceLogo}
  665. {block:NoSourceLogo}
  666. {SourceLink}
  667. {/block:NoSourceLogo}
  668. </a>
  669. {/block:ContentSource}</center>
  670.  
  671. {/block:PostNotes}
  672. </div>
  673. {/block:Posts}
  674. </div></div>
  675.  
  676. {block:IndexPage}
  677. {block:Pagination}
  678. <div id="pagination">
  679. {block:NextPage}
  680. <a id="nextPage" href="{NextPage}"></a>
  681. {/block:NextPage}
  682. {block:PreviousPage}
  683. <a href="{PreviousPage}"></a>
  684. {/block:PreviousPage}
  685. </div>
  686. {/block:Pagination}
  687. {/block:IndexPage}
  688.  
  689. </body>
  690.  
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement