Advertisement
Themes_Mandrakescry

Theme Naruto - Dark

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