Advertisement
Alliecatisallama

Theme #15 - Shukaku

Feb 28th, 2013
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME #15 - SHUKAKU by FERNANDOSSPECTACLES/ALLIECATISALLAMA FOR ALL YOUR GAARA FEELS.
  4.  
  5. PLEASE DO NOT STEAL MY CODE AND/OR USE IT AS A BASE. ALSO DO NOT REMOVE THE CAT. THE CAT STAYS. IT IS A LINK BACK TO MY BLOG.-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#ffffff">
  14. <meta name="color:link" content="#e6e4e4">
  15. <meta name="color:hover" content="#9a9a9a">
  16. <meta name="color:sbtext" content="#9a9a9a">
  17. <meta name="color:sbimgbg" content="#9a9a9a">
  18. <meta name="color:sbbg" content="#ffffff">
  19. <meta name="color:infobg" content="#fcfcfc">
  20. <meta name="color:text" content="#9a9a9a">
  21. <meta name="color:tags" content="#ededed">
  22. <meta name="color:scrollbar" content="#252525">
  23.  
  24. <meta name="image:Sidebar1" content="">
  25. <meta name="image:Sidebar2" content="">
  26. <meta name="image:Sidebar3" content="">
  27. <meta name="image:Sidebar4" content="">
  28.  
  29. <meta name="text:link 1" content="link">
  30. <meta name="text:link 1 url" content="/">
  31. <meta name="text:link 2" content="link">
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 3" content="link">
  34. <meta name="text:link 3 url" content="/">
  35. <meta name="text:link 4" content="link">
  36. <meta name="text:link 4 url" content="/">
  37. <meta name="text:link 5" content="link">
  38. <meta name="text:link 5 url" content="/">
  39. <meta name="text:link 6" content="link">
  40. <meta name="text:link 6 url" content="/">
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47.  
  48. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Parisienne">
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. a {
  54. color:{color:link};
  55. text-decoration:none;
  56. -moz-transition-duration:0.5s;
  57. -webkit-transition-duration:0.5s;
  58. -o-transition-duration:0.5s;
  59. }
  60.  
  61. a:hover {
  62. color:{color:hover};
  63. }
  64.  
  65. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  66. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  67. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  68.  
  69.  
  70. body {
  71. background-color:{color:bg};
  72. }
  73.  
  74.  
  75. h1 {
  76. font-family:calibri;
  77. font-size:10px;
  78. text-align:center;
  79. font-weight:normal;
  80. font-style:normal;
  81. line-height:120%;
  82. letter-spacing:1px;
  83. text-transform:uppercase;
  84. color:{color:text};
  85. }
  86.  
  87. h2 {
  88. font-family:cambria;
  89. font-size:15px;
  90. text-align:center;
  91. font-weight:normal;
  92. line-height:120%;
  93. font-style:italic;
  94. letter-spacing:-0.5px;
  95. color:{color:text};
  96. }
  97.  
  98. h3 {
  99. font-family:cambria;
  100. font-size:15px;
  101. text-align:left;
  102. font-weight:normal;
  103. line-height:50%;
  104. font-style:italic;
  105. letter-spacing:-0.5px;
  106. color:{color:text};
  107. }
  108.  
  109. h4 {
  110. font-family:cambria;
  111. font-size:10px;
  112. text-align:center;
  113. font-weight:normal;
  114. font-style:normal;
  115. line-height:120%;
  116. letter-spacing:1px;
  117. color:{color:link};
  118. }
  119.  
  120. h5 {
  121. text-decoration:underline;
  122. font-family:cambria;
  123. font-size:15px;
  124. text-align:left;
  125. font-weight:normal;
  126. line-height:120%;
  127. font-style:italic;
  128. letter-spacing:-0.5px;
  129. color:{color:text};
  130. }
  131.  
  132. blockquote {
  133. border-left:2px solid {color:text};
  134. padding-left:5px;
  135. margin:5px;
  136. }
  137.  
  138.  
  139. #theme {
  140. width:850px;
  141. text-align: center;
  142. margin: 0 auto 0px auto;
  143. }
  144.  
  145.  
  146.  
  147. #sb {
  148. font-family:calibri;
  149. position:fixed;
  150. text-align:left;
  151. font-size:8px;
  152. height:100%;
  153. width:331px;
  154. text-transform:uppercase;
  155. color:{color:sbtext};
  156. background-color:{color:bg};
  157. bottom:0;
  158. }
  159.  
  160.  
  161. #sb:hover .sbar{
  162. margin-left:0px;
  163. opacity:1;
  164. -moz-transition-duration:1s;
  165. -webkit-transition-duration:1s;
  166. -o-transition-duration:1s;
  167. }
  168.  
  169.  
  170.  
  171. #sb img {
  172. margin-left:159px;
  173. margin-top:200px;
  174. position:fixed;
  175. width:150px;
  176. height:160px;
  177. z-index:9999999;
  178. background-color:{color:sbimgbg};
  179. }
  180.  
  181. div.rotator {
  182. position: relative;
  183. height: 160px;
  184. width:150px;
  185. margin-left:-40px;
  186. }
  187.  
  188. div.rotator ul li.show {
  189. z-index: 500;
  190. }
  191.  
  192. div.rotator ul li {
  193. position: absolute;
  194. list-style: none;
  195. }
  196.  
  197. .sbar {
  198. opacity:0;
  199. position:fixed;
  200. margin:0px;
  201. margin-top:40px;
  202. margin-left:150px;
  203. font-family:calibri;
  204. font-size:8px;
  205. text-transform:uppercase;
  206. width:125px;
  207. height:100px;
  208. letter-spacing:0px;
  209. color:{color:sbtext};
  210. padding:9px;
  211. -moz-transition-duration:1s;
  212. -webkit-transition-duration:1s;
  213. -o-transition-duration:1s;
  214. }
  215.  
  216. .desc {
  217. background-color:{color:infobg};
  218. width:100px;
  219. text-align:justify;
  220. height:100px;
  221. padding:20px;
  222. z-index:-4;
  223. }
  224.  
  225. .pagi {
  226. width:170px;
  227. margin-top:180px;
  228. margin-left:157px;
  229. position:fixed;
  230. text-align:center;
  231. font-family:cambria;
  232. font-size:9px;
  233. letter-spacing:3px;
  234. text-transform:uppercase;
  235. font-style:normal;
  236. z-index:10000;
  237. color:{color:text};
  238. }
  239.  
  240. .pagi a {
  241. color:{color:text};
  242. }
  243.  
  244. #linky {
  245. font-family:calibri;
  246. font-size:8px;
  247. letter-spacing:0px;
  248. text-transform:uppercase;
  249. width:150px;
  250. margin-left:-140px;
  251. margin-top:-140px;
  252. text-align:center;
  253. line-height:160%;
  254. -moz-transition-duration:0.4s;
  255. -webkit-transition-duration:0.4s;
  256. -o-transition-duration:0.4s;
  257. }
  258.  
  259. #linky a{
  260. display:inline-block;
  261. width:100px;
  262. text-align:center;
  263. padding: 2px 5px 2px 5px;
  264. margin-bottom:2px;
  265. color:{color:text};
  266. background-color:{color:infobg};
  267. -moz-transition-duration:0.4s;
  268. -webkit-transition-duration:0.4s;
  269. -o-transition-duration:0.4s;
  270. }
  271.  
  272. #linky a:hover{
  273. color:{color:infobg};
  274. background-color:{color:text};
  275. -moz-transition-duration:0.4s;
  276. -webkit-transition-duration:0.4s;
  277. -o-transition-duration:0.4s;
  278. }
  279.  
  280. #postscontainer {
  281. margin-left:350px;
  282. float:left;
  283. margin-top:75px;
  284. text-align:justify;
  285. font-family:calibri;
  286. color:{color:text};
  287. margin-bottom: 2%;
  288. }
  289.  
  290. #posts {
  291. width:500px;
  292. margin-top:50px;
  293. text-align:justify;
  294. font-size:11px;
  295. line-height:90%;
  296. letter-spacing:0.5px;
  297. color:{color:text};
  298. padding-bottom:15px;
  299. }
  300.  
  301. .caption {
  302. width:500px;
  303. text-align:justify;
  304. line-height:120%;
  305. }
  306.  
  307. .askav{
  308. padding:10px;
  309. width:64px;
  310. height:64px;
  311. z-index:2;
  312. border-radius:100px;
  313. }
  314.  
  315. .ask {
  316. text-align:left;
  317. color:{color:text};
  318. background-color:{color:infobg};
  319. overflow: hidden;
  320. float: center;
  321. margin-top: 5px;
  322. margin-left: 5px;
  323. }
  324.  
  325. .answer {
  326. text-align:center;
  327. padding:10px 30px 10px 30px;
  328. color:{color:text};
  329. }
  330.  
  331. .audio {
  332. width:500px;
  333. height:100px;
  334. }
  335. .player {
  336. position:absolute;
  337. margin-left:20px;
  338. overflow:hidden;
  339. width:30px;
  340. padding: 0px 35px 0px;
  341. height:30px;
  342. margin-top:35px;
  343. opacity:0.7;
  344. overflow:hidden;
  345. background-color:{color:infobg};
  346. }
  347.  
  348. .audioinfo {
  349. background-color:{color:infobg};
  350. padding:45px;
  351. height:10px;
  352. text-align:center;
  353. }
  354.  
  355. #postinfo {
  356. width:492px;
  357. font-family:cambria;
  358. letter-spacing:0px;
  359. font-size: 8px;
  360. line-height:120%;
  361. color:{color:link};
  362. text-align:center;
  363. letter-spacing:1px;
  364. padding:3px;
  365. border-top: 5px solid {color:infobg};
  366. -moz-transition-duration:0.5s;
  367. -webkit-transition-duration:0.5s;
  368. -o-transition-duration:0.5s;
  369. }
  370.  
  371. .notecount {
  372. width:150px;
  373. margin-left:350px;
  374. margin-top:-10px;
  375. position:absolute;
  376. text-align:right;
  377. }
  378.  
  379. .note {
  380. padding:0px 20px 0px 20px;
  381. background-color:{color:bg};
  382. text-transform:uppercase;
  383. font-family:calibri;
  384. letter-spacing:0px;
  385. font-size: 9px;
  386. text-align:left;
  387. line-height:120%;
  388. color:{color:link};
  389. }
  390.  
  391. .note li {
  392. list-style-type:none;
  393. padding:5px 25px 5px 25px;
  394. text-align:left;
  395. margin-left:-40px;
  396. }
  397.  
  398. .tags {
  399. font-style:normal;
  400. color:{color:tags};
  401. font-family:calibri;
  402. text-transform:uppercase;
  403. letter-spacing:1px;
  404. font-size: 8px;
  405. text-align:center;
  406. padding:5px;
  407. padding-top:3px;
  408. }
  409.  
  410. .tags a {
  411. opacity:1;
  412. padding:1px;
  413. margin:0px 5px 0px;
  414. -moz-transition-duration:0.5s;
  415. -webkit-transition-duration:0.5s;
  416. -o-transition-duration:0.5s;
  417. }
  418.  
  419. .tags a:hover {
  420. opacity:0.5;
  421. -moz-transition-duration:0.5s;
  422. -webkit-transition-duration:0.5s;
  423. -o-transition-duration:0.5s;
  424. }
  425.  
  426. ul.chat, .chat ol, .chat li {
  427. list-style:none;
  428. margin:0px;
  429. padding:2px;
  430. }
  431.  
  432. .label {
  433. font-weight:bold;
  434. background-color:{color:infobg};
  435. margin-right:5px;
  436. }
  437.  
  438. #themecred {
  439. position: fixed;
  440. bottom: 0px;
  441. right: 0px;
  442. font-family: Arial;
  443. font-size: 8px;
  444. text-transform: uppercase;
  445. text-align: right;
  446. letter-spacing: 1px;
  447. }
  448.  
  449. iframe#tumblr_controls {
  450. top: 0% !important;
  451. right:0% !important;
  452. opacity:0.3;
  453. position: fixed !important;
  454. filter:alpha(opacity=30);
  455. -webkit-transition: all 0.7s ease;
  456. -moz-transition: all 0.7s ease;
  457. -o-transition: all 0.7s ease;
  458. }
  459. iframe#tumblr_controls:hover{
  460. top: 0% !important;
  461. right:0% !important;
  462. opacity:0.8;
  463. position: fixed !important;
  464. filter:alpha(opacity=80);
  465. -webkit-transition: all 0.7s ease;
  466. -moz-transition: all 0.7s ease;
  467. -o-transition: all 0.7s ease;
  468. }
  469.  
  470. </style>
  471. {block:IfSidebar2Image}
  472. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  473. <script type="text/javascript">
  474. function theRotator() {
  475. //Set the opacity of all images to 0
  476. $('div.rotator ul li').css({opacity: 0.0});
  477.  
  478. //Get the first image and display it (gets set to full opacity)
  479. $('div.rotator ul li:first').css({opacity: 1.0});
  480.  
  481. //Call the rotator function to run the slideshow, 6000 = change to next image after 6 seconds
  482.  
  483. setInterval('rotate()',6000);
  484.  
  485. }
  486.  
  487. function rotate() {
  488. //Get the first image
  489. var current = ($('div.rotator ul li.show')? $('div.rotator ul li.show') : $('div.rotator ul li:first'));
  490.  
  491. if ( current.length == 0 ) current = $('div.rotator ul li:first');
  492.  
  493. //Get next image, when it reaches the end, rotate it back to the first image
  494. var next = ((current.next().length) ? ((current.next().hasClass('show')) ? $('div.rotator ul li:first') :current.next()) : $('div.rotator ul li:first'));
  495.  
  496. //Un-comment the 3 lines below to get the images in random order
  497.  
  498. //var sibs = current.siblings();
  499. //var rndNum = Math.floor(Math.random() * sibs.length );
  500. //var next = $( sibs[ rndNum ] );
  501.  
  502.  
  503. //Set the fade in effect for the next image, the show class has higher z-index
  504. next.css({opacity: 0.0})
  505. .addClass('show')
  506. .animate({opacity: 1.0}, 1000);
  507.  
  508. //Hide the current image
  509. current.animate({opacity: 0.0}, 1000)
  510. .removeClass('show');
  511.  
  512. };
  513.  
  514.  
  515.  
  516. $(document).ready(function() {
  517. //Load the slideshow
  518. theRotator();
  519. $('div.rotator').fadeIn(1000);
  520. $('div.rotator ul li').fadeIn(1000); // tweek for IE
  521. });
  522. </script>{/block:IfSidebar2Image}
  523.  
  524. <script>
  525. $(document).ready(function() {
  526. //
  527. //When you click on a link with class of poplight and the href starts with a #
  528. $('a.poplight[href^=#]').click(function() {
  529. var popID = $(this).attr('rel'); //Get Popup Name
  530. var popURL = $(this).attr('href'); //Get Popup href to define size
  531. //Pull Query & Variables from href URL
  532. var query= popURL.split('?');
  533. var dim= query[1].split('&');
  534. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  535. //Fade in the Popup and add close button
  536. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://s5.postimage.org/ypgcl25pv/close.png" class="btn_close" title="Close Window" alt="Close" style="background-color: {color:Top Background}; padding: 2px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;" /></a>');
  537. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  538. var popMargTop = ($('#' + popID).height() + 80) / 2;
  539. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  540. //Apply Margin to Popup
  541. $('#' + popID).css({
  542. 'margin-top' : -popMargTop,
  543. 'margin-left' : -popMargLeft
  544. });
  545. //Fade in Background
  546. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  547. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  548. return false;
  549. });
  550. //Close Popups and Fade Layer
  551. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  552. $('#fade , .popup_block').fadeOut(function() {
  553. $('#fade, a.close').remove(); //fade them both out
  554. });
  555. return false;
  556. });
  557. });
  558. </script>
  559. </head>
  560. <body>
  561.  
  562. <div id="theme">
  563.  
  564. {block:Pagination}
  565. <div class="pagi">
  566. {block:PreviousPage}
  567. <a href="{PreviousPage}">&laquo;</a>
  568. {/block:PreviousPage}
  569. <small>{CurrentPage} of {TotalPages}</small>
  570. {block:NextPage}
  571. <a href="{NextPage}">&raquo;</a>
  572. {/block:NextPage}
  573. </div>
  574. {/block:Pagination}
  575. <div id="box">
  576. </div>
  577. <div id="sb">
  578. <div class="rotator"><ul>
  579. <li class="show"><img src="{image:Sidebar1}"/></li>
  580. {block:IfSidebar2Image}<li><img src="{image:Sidebar2}" /></li>{/block:IfSidebar2Image}
  581. {block:IfSidebar3Image}<li><img src="{image:Sidebar3}" /></li>{/block:IfSidebar3Image}
  582. {block:IfSidebar4Image}<li><img src="{image:Sidebar4}" /></li>{/block:IfSidebar4Image}
  583. </ul></div>
  584. <div class="sbar">
  585. <div class="desc">
  586. {Description}
  587. </div>
  588. <div id="linky">
  589. <a href="/">home</a>
  590. <a href="/ask">ask</a>
  591. <a href="{text:link 1 url}">{text:link 1}</a>
  592. <a href="{text:link 2 url}">{text:link 2}</a>
  593. <a href="{text:link 3 url}">{text:link 3}</a>
  594. <a href="{text:link 4 url}">{text:link 4}</a>
  595. <a href="{text:link 5 url}">{text:link 5}</a>
  596. <a href="{text:link 6 url}">{text:link 6}</a>
  597. </div>
  598. </div>
  599. </div>
  600.  
  601.  
  602. <div id="postscontainer">
  603.  
  604.  
  605. {block:Posts}
  606. <div id="posts">
  607.  
  608. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  609.  
  610. {block:Quote}<h2>“{Quote}”</h2><h1>— {Source}</h1>{/block:Quote}
  611.  
  612. {block:Link}<a href="{URL}"><h5>{Name}</h5></a>
  613. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  614.  
  615. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  616.  
  617. {block:Photoset}<center>{Photoset-500}</center>
  618. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  619.  
  620. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  621.  
  622. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  623.  
  624. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-96}" width="96px" height="96px" align="left" style="margin-right:10px;"/><h3>{asker}</h3></a><center><h4> {Question}</h4></center></div><div class="answer"><h4>{Answer}</h4></div>{/block:answer}
  625.  
  626. {block:Audio}
  627. <div class="player">{AudioPlayer}</div>{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  628. <div class="audioinfo">{block:TrackName}<b>{TrackName}</b> {/block:TrackName}{block:Artist}- {Artist} {/block:Artist}</div>
  629. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  630.  
  631.  
  632. <div id="postinfo">
  633. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} / <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  634. {block:ContentSource} > <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  635. </div>
  636. <div class="tags">
  637. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  638. <div class="note">
  639. {block:PostNotes}{PostNotes}{/block:PostNotes}
  640. </div>
  641. {/block:Posts}
  642.  
  643.  
  644. </div>
  645.  
  646. <div id="themecred"></a><a href="http://fernandosspectacles.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  647. </div>
  648. </body>
  649. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement