Advertisement
Themes_Mandrakescry

Theme Naruto - Light

Dec 12th, 2013
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.91 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-------------------------------------------
  5. Theme by Clara
  6. http://mandrakescry.tumblr.com/
  7. DON'T REMOVE THE CREDITS
  8. -------------------------------------------->
  9.  
  10. <head>
  11.  
  12. <meta name="color:background" content="#ffffff">
  13. <meta name="color:link" content="#cf8563">
  14. <meta name="color:hover" content="#afa9a9">
  15. <meta name="color:text" content="#b8b6b1">
  16. <meta name="color:title" content="#d67143">
  17. <meta name="color:tags" content="#d3d3d3">
  18. <meta name="color:desc" content="#857d7d">
  19. <meta name="color:lines" content="#e7b9a4">
  20. <meta name="color:title bg" content="#e9e6db">
  21. <meta name="color:post bg" content="#e9e6db">
  22. <meta name="color:title border" content="#e7b9a4">
  23. <meta name="color:post bg" content="#000000">
  24. <meta name="color:post links" content="#928f8f">
  25. <meta name="color:info" content="#313231">
  26. <meta name="color:title" content="#0a0a0a">
  27. <meta name="color:sidebar text" content="#a8a6a6">
  28. <meta name="color:tags" content="#dddddd">
  29. <meta name="color:scrollbar" content="#e7b9a4">
  30. <meta name="color:border" content="#313231">
  31. <meta name="color:nav" content="#313231">
  32. <meta name="color:nav link" content="#313231">
  33. <meta name="color:sidebar title" content="#b8b6b1">
  34. <meta name="color:questionbg" content="#dea88f" />
  35. <meta name="color:question" content="#000000" />
  36.  
  37. <meta name="text:titulo" content="thats my ninja way!" />
  38. <meta name="image:background" content="http://static.tumblr.com/xkrznpq/UAlmxjje4/cubes.png"/>
  39. <meta name="image:sidebar" content="http://static.tumblr.com/xkrznpq/WnHmxjjct/naruto-1.gif"/>
  40.  
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="link 1" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="link 2" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="link 3" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="link 4" />
  49. <meta name="text:Link5" content="/" />
  50. <meta name="text:Link5 Title" content="link 5" />
  51.  
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  54. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <link rel="shortcut icon" href="{Favicon}" />
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  60. <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=Oxygen+Mono' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Stint+Ultra+Expanded' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  65. <script type="text/javascript"
  66. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  67. <link href='http://fonts.googleapis.com/css?family=Crete+Round' rel='stylesheet' type='text/css'>
  68.  
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  71. <script>
  72. (function($){
  73. $(document).ready(function(){
  74. $("a[title]").style_my_tooltips({
  75. tip_follows_cursor:true,
  76. tip_delay_time:90,
  77. tip_fade_speed:600,
  78. attribute:"title"
  79. });
  80. });
  81. })(jQuery);
  82. </script>
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. #s-m-t-tooltip{
  88. max-width:250px;
  89. z-index:999999;
  90. margin-top:-5px;
  91. margin-left:-40px;
  92. padding:2px 2px;
  93. border-radius:3px;
  94. text-transform:uppercase;
  95. border:1px solid {color:sidebar title};
  96. background:{color:nav};
  97. color:{color:sidebar title};
  98. font-family:trebuchet ms;
  99. font-size:8px;
  100. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  101.  
  102.  
  103. a {
  104. color:{color:link};
  105. text-decoration:none;
  106. -moz-transition-duration:0.5s;
  107. -webkit-transition-duration:0.5s;
  108. -o-transition-duration:0.5s;
  109. }
  110.  
  111. a:hover {
  112. color:{color:hover};
  113. text-decoration:none;
  114. -moz-transition-duration:0.5s;
  115. -webkit-transition-duration:0.5s;
  116. -o-transition-duration:0.5s;
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb:vertical {
  120. height:12px;
  121. border:2px solid {color:background};
  122. background-color:{color:scrollbar};
  123. }
  124. ::-webkit-scrollbar-thumb:horizontal {
  125. background-color:{color:background};
  126. }
  127. ::-webkit-scrollbar {
  128. width:11px;
  129. height:7px;
  130. border:5px solid {color:background};
  131. background-color:{color:scrollbar};
  132. }
  133.  
  134. body {
  135. background-color:{color:background};
  136. font-family:'calibri';
  137. font-weight:normal;
  138. background-color: {color:Background};
  139. background-image: url('{image:Background}');
  140. background-attachment: fixed;
  141. background-position: left top;
  142. background-repeat: repeat;
  143. }
  144.  
  145.  
  146.  
  147.  
  148. h1 {
  149. font-weight:normal;
  150. font-size:10px;
  151. text-align:center;
  152. font-style:normal;
  153. line-height:80%;
  154. letter-spacing:1px;
  155. text-transform:uppercase;
  156. color:{color:text};
  157. }
  158.  
  159. h2 {
  160. font-size:18px;
  161. text-align:left;
  162. line-height:100%;
  163. letter-spacing:-0.5px;
  164. font-family: vernada;
  165. color:{color:title};
  166. font-weight:normal;
  167. padding:5px;
  168. padding-bottom:2px;
  169. }
  170.  
  171.  
  172. blockquote {
  173. border-left:2px solid {color:text};
  174. padding-left:5px;
  175. margin:5px;
  176. }
  177.  
  178.  
  179.  
  180. #sb{
  181. margin-top:210px;
  182. margin-left:150px;
  183. position:fixed;
  184. z-index: 11;
  185. }
  186.  
  187. #bloc{
  188. overflow:hidden;
  189. width:195px;
  190. z-index: 11;
  191. }
  192.  
  193. .transition{
  194. -webkit-transition: opacity 0.7s linear;
  195. -webkit-transition: all 0.7s ease-in-out;
  196. -moz-transition: all 0.7s ease-in-out;
  197. -o-transition: all 0.7s ease-in-out;
  198. z-index: 11;
  199. }
  200.  
  201. #picture{
  202. width:201px;
  203. height:201px;
  204. position:relative;
  205. z-index:99;
  206. z-index: 11;
  207. }
  208.  
  209. #picture:hover{
  210. width:250px;
  211. height:225px;}
  212.  
  213. #left
  214. {float:left;
  215. overflow:hidden;
  216. width:101px;
  217. position:relative;
  218. z-index:99}
  219.  
  220. #right{
  221. float:right;
  222. overflow:hidden;
  223. width:100px;
  224. position:relative;
  225. z-index:99;
  226. z-index: 11;
  227. }
  228.  
  229.  
  230. #picture:hover #left{
  231. margin-left:-45px;
  232. z-index: 11;
  233. }
  234.  
  235. #picture:hover #right {
  236. margin-right:10px;
  237. z-index: 11;
  238. }
  239.  
  240. #art img{
  241. width:100px;
  242. position:absolute;
  243. margin-top:-100px;
  244. z-index: 11;
  245. }
  246.  
  247. #dessc {
  248. position:fixed;
  249. width: 80px;
  250. height:165px;
  251. font-size:11px;
  252. font-family:calibri;
  253. padding: 2px;
  254. text-align: center;
  255. color: {color:desc};
  256. background-color:{color:title bg};
  257. margin-top: 217px;
  258. margin-left:206px;
  259. overflow:hidden;
  260. moz-transition: all 0.6s ease-in-out;
  261. -o-transition: all 0.6s ease-in-out;
  262. -ms-transition: all 0.6s ease-in-out;
  263. transition: all 0.6s ease-in-out;
  264. border:1px solid {color:title border};
  265. padding: 2px;
  266. }
  267.  
  268.  
  269. #links {
  270. z-index:999999999999999;
  271. position: fixed;
  272. width:182px;
  273. margin-left:150px;
  274. margin-top:395px;
  275. padding: 2px;
  276. text-align:center;
  277. background-color:{color:title bg};
  278. border:1px solid {color:title border};
  279. padding: 5px;
  280. }
  281.  
  282. #links a {
  283. float: center;
  284. display: inline-block;
  285. letter-spacing:2px;
  286. font-size:8px;
  287. font-family: 'Fondamento', cursive;
  288. margin-left:5px;
  289. color:{color:nav link};
  290. text-transform: uppercase;
  291. text-align:center;
  292. text-decoration: none;
  293. -webkit-transition: all .5s ease-out;
  294. -moz-transition: all .5s ease-out;
  295. }
  296.  
  297. #links a:hover {
  298. -webkit-transition: all 0.9s ease-out;
  299. opacity:0.8;
  300. color:{color:link};
  301. font-weight: 'Fondamento', cursive;
  302. -webkit-transition: all 0.9s ease-out;
  303. text-decoration:line-through;
  304. }
  305.  
  306.  
  307. .stitle {
  308. text-align: center;
  309. font-family:Georgia;
  310. font-style:italic;
  311. font-size: 13px;
  312. font-style: none;
  313. color: {color:sidebar title};
  314. background-color:{color:title bg};
  315. margin-left:150px;
  316. margin-top:186px;
  317. text-transform: none;
  318. position:fixed;
  319. -webkit-transition: all 0.4s ease-out;
  320. -moz-transition: all 0.4s ease-out;
  321. width:182px;
  322. height:auto;
  323. line-height:12px;
  324. background:;
  325. border:1px solid {color:title border};
  326. padding: 5px;}
  327.  
  328. #stuffcontainer {
  329. float:left;
  330. margin-left:520px;
  331. margin-top:-1px;
  332. text-align:justify;
  333. color:{color:text};
  334. }
  335.  
  336. .pagination {
  337. font-size:10px;
  338. position: fixed;
  339. float: left;
  340. margin-left: 150px;
  341. margin-top: 450px;
  342. text-transform:uppercase;
  343. letter-spacing:3px;
  344. font-style:normal;
  345. text-align:center;
  346. color: {color:Link};
  347. padding: 5px;
  348. }
  349.  
  350. .pagination a {
  351. background-color:{color:title bg};
  352. color: {color:Link};
  353. padding: 5px;
  354. font-size:10px;
  355. border-left: 2px solid {color:title border};
  356. border-right: 2px solid {color:title border};
  357. }
  358.  
  359. .pagination a:hover {
  360. background-color:{color:title border};
  361. padding: 5px;
  362. color: {color:title bg};
  363. border-left: 2px solid {color:bg};
  364. border-right: 2px solid {color:bg};
  365. }
  366.  
  367. #line1 {
  368. width: 5px;
  369. height: 110%;
  370. background-color: {color:lines};
  371. margin-left: 275px;
  372. margin-top:-50px;
  373. position: fixed;
  374. }
  375.  
  376. #line2 {
  377. width: 5px;
  378. height: 110%;
  379. background-color: {color:lines};
  380. margin-left: 255px;
  381. margin-top:-50px;
  382. position: fixed;
  383. }
  384.  
  385. #line3 {
  386. width: 5px;
  387. height: 110%;
  388. background-color: {color:lines};
  389. margin-left: 235px;
  390. margin-top:-50px;
  391. position: fixed;
  392. }
  393.  
  394. #line4 {
  395. width: 5px;
  396. height: 110%;
  397. background-color: {color:lines};
  398. margin-left: 215px;
  399. margin-top:-50px;
  400. position: fixed;
  401. }
  402.  
  403.  
  404. #stuffcontainer {
  405. float:left;
  406. margin-left:550px;
  407. margin-top:-10px;
  408. text-align:justify;
  409. color:{color:text};
  410. margin-bottom: 35px;
  411.  
  412. }
  413.  
  414.  
  415. #stuff {
  416. width:500px;
  417. margin-top:45px;
  418. text-align:justify;
  419. font-size:11px;
  420. line-height:90%;
  421. letter-spacing:0x;
  422. color:{color:text};
  423. background:{color:background};
  424. padding:5px;
  425. border: 3px solid {color:title border};
  426. }
  427.  
  428. .caption {
  429. width:500px;
  430. text-align:justify;
  431. line-height:120%;
  432. }
  433.  
  434. #question {
  435. margin-bottom:3px;
  436. padding:11px;
  437. font-style:normal;
  438. font-size:10px;
  439. text-align:left;
  440. background-color:{color:questionbg};
  441. color:{color:question};
  442. -moz-border-radius:5px;
  443. -webkit-border-radius:5px;
  444. }
  445.  
  446. #answer {
  447. padding:5px;
  448. font-style:normal;
  449. text-align:left;
  450. color:{color:text};
  451. }
  452.  
  453. .audio {
  454. width:500px;
  455. padding-bottom:10px;
  456. background-color:{color:infobg};
  457. }
  458.  
  459. .albumart {
  460. float:left;
  461. padding:0px 10px 10px 0px;
  462. }
  463.  
  464. .albumart img {
  465. width:45px;
  466. height:45px;
  467. }
  468.  
  469. .playercontainer {
  470. text-align:left;
  471. padding:10px;
  472. background-color:#ffffff;
  473. width:480px;
  474. }
  475.  
  476. .audioinfo {
  477. padding:10px;
  478. color:{color:text};
  479. }
  480.  
  481. #postinfo {
  482. width:490px;
  483. padding:5px;
  484. font-size:8px;
  485. color:{color:link};
  486. text-transform:uppercase;
  487. font-style:normal;
  488. letter-spacing:2px;
  489. text-align:left;
  490. -moz-transition-duration:0.5s;
  491. -webkit-transition-duration:0.5s;
  492. -o-transition-duration:0.5s;
  493. background:{color:info};
  494. border-top:1px solid {color:title border};
  495. border-bottom:1px solid {color:title border};
  496. }
  497.  
  498. #postinfo a {
  499. color:{color:post links};
  500. text-align:center;
  501. letter-spacing:1px;
  502. font-style:normal;
  503. }
  504.  
  505. #postinfo a:hover {
  506. color:{color:hover};
  507. }
  508.  
  509. .note {
  510. text-transform:uppercase;
  511. font-style:normal;
  512. letter-spacing:0px;
  513. font-size: 9px;
  514. text-align:left;
  515. line-height:90%;
  516. margin-left:-40px;
  517. }
  518.  
  519. .note li {
  520. list-style-type:none;
  521. padding:10px 25px 10px 25px;
  522. text-align:left;
  523. margin:0px;
  524. -moz-transition-duration:0.5s;
  525. -webkit-transition-duration:0.5s;
  526. -o-transition-duration:0.5s;
  527. }
  528.  
  529. .tags {
  530. font-style:normal;
  531. width:500px;
  532. text-transform:uppercase;
  533. font-style:normal;
  534. color:{color:tags};
  535. letter-spacing:2px;
  536. line-height:120%;
  537. font-size:8px;
  538. text-align:left;
  539. padding:2px;
  540. -moz-transition-duration:0.5s;
  541. -webkit-transition-duration:0.5s;
  542. -o-transition-duration:0.5s;
  543. }
  544.  
  545. .tags a {
  546. color:{color:tags};
  547. letter-spacing:1px;
  548. padding:1px;
  549. }
  550.  
  551. .tags a:hover {
  552. color:{color:link};
  553. }
  554.  
  555. ul.chat, .chat ol, .chat li {
  556. list-style:none;
  557. margin:0px;
  558. padding:2px;
  559. }
  560.  
  561. .label {
  562. text-decoration:underline;
  563. font-weight:700;
  564. background-color:{color:infobg};
  565. margin-right:5px;
  566. }
  567.  
  568. #credit{
  569. position:fixed;
  570. bottom:15px;
  571. opacity:1;
  572. z-index:1;
  573. right:-68px;
  574. -webkit-transition: all 0.3s linear;
  575. -moz-transition: all 0.3s linear;
  576. -o-transition: all 0.3s linear;
  577. -ms-transition: all 0.3s linear;
  578. -webkit-filter: grayscale(100%);
  579. -moz-filter: grayscale(100%);
  580. -ms-filter: grayscale(100%);
  581. -o-filter: grayscale(100%);
  582. }
  583.  
  584. #credit a {
  585. color:{color:link};
  586. text-transform:uppercase;
  587. font-size:10px;
  588.  
  589. }
  590.  
  591. #credit a:hover{
  592. margin-right:80px;
  593. color:{color:link hover};
  594. }
  595.  
  596.  
  597. {CustomCSS}
  598. </style>
  599.  
  600. </head>
  601.  
  602. <body>
  603.  
  604. <div id="line1"></div>
  605. <div id="line2"></div>
  606. <div id="line3"></div>
  607. <div id="line4"></div>
  608.  
  609.  
  610.  
  611. <div class="stitle">{text:titulo}</div>
  612.  
  613. <div id="sb">
  614. <div id="bloc">
  615. <div id="picture" class="transition">
  616. <div id="left" class="transition">
  617. <img width="193px" src="{image:sidebar}">
  618. </div>
  619.  
  620.  
  621. <div id="right" class="transition">
  622. <img width="193px" style="margin-left:-100px;" src="{image:sidebar}">
  623. </div>
  624. </div>
  625. </div></div></div>
  626.  
  627. <div id="dessc">{description}</div>
  628. <div id="links">
  629. <a href="/">home</a>
  630. <a href="/ask">ask</a>
  631. <a href="{text:Link1}">{text:Link1 Title}</a>
  632. <a href="{text:Link2}">{text:Link2 Title}</a>
  633. <a href="{text:Link3}">{text:Link3 Title}</a>
  634. <a href="{text:Link4}">{text:Link4 Title}</a>
  635. <a href="{text:Link5}">{text:Link5 Title}</a>
  636. </div>
  637.  
  638. <div class="pagination">
  639. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a><br><br>
  640. {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  641. {/block:Pagination}
  642. </div>
  643.  
  644. <div id="stuffcontainer">
  645.  
  646. {block:Posts}
  647.  
  648. <div id="stuff">
  649.  
  650. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  651.  
  652. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  653.  
  654. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  655. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  656.  
  657. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  658.  
  659. {block:Photoset}<center>{Photoset-500}</center>
  660. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  661.  
  662. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  663.  
  664. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  665.  
  666. {block:Answer}
  667. <div id="question"><img src="{AskerPortraitURL-24}" width="24px" align="left" style="margin-right:10px; -moz-border-radius:3px; -webkit-border-radius:3px;" />{Asker} asked: <br />{Question}</div>
  668. <div id="answer">{Answer}</div>{/block:Answer}
  669.  
  670. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  671. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  672. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  673. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  674. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  675.  
  676. <p>
  677.  
  678. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  679. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  680. {block:HasTags}
  681. <div class="tags">
  682. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  683. {/block:HasTags}
  684. <div class="note">
  685. {block:PostNotes}{PostNotes}{/block:PostNotes}
  686. </div>
  687. </div>
  688. {/block:Posts}
  689.  
  690.  
  691. </div>
  692.  
  693. <div id="credit">
  694. <a href="http://adf.ly/WipQG"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" style="width:20px; heigt:20px; margin-bottom:-5px;">mandrakescry</a></div>
  695.  
  696. </body>
  697.  
  698.  
  699. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement