Advertisement
Guest User

Shintaro theme code 2

a guest
Feb 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.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.  
  3. <!--
  4. theme 008 by pistachi-o.tumblr.com
  5. please don't remove the credit and claim it as your own
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="color:background" content="#f5edaf" />
  13. <meta name="color:sidebar" content="#fbbd5a" />
  14. <meta name="color:navbar" content="#fbbd5a" />
  15. <meta name="color:entry" content="#fcd077" />
  16. <meta name="color:post" content="#FFFFFF" />
  17. <meta name="color:text" content="#0a0a0a" />
  18. <meta name="color:link" content="#362c35" />
  19. <meta name="color:link hover" content="#f49440" />
  20. <meta name="color:border" content="#f49440" />
  21. <meta name="color:title" content="#362c35" />
  22. <meta name="color:sidebar link" content="#f5edaf" />
  23.  
  24.  
  25. <meta name="font:title" content="georgia" />
  26. <meta name="font:body" content="arial" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content=""/>
  30.  
  31. <meta name="text:Link1" content="" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="" />
  34. <meta name="text:Link2 Title" content="" />
  35. <meta name="text:Link3" content="" />
  36. <meta name="text:Link3 Title" content="" />
  37. <meta name="text:Link4" content="" />
  38. <meta name="text:Link4 Title" content="" />
  39. <meta name="text:Link5" content="" />
  40. <meta name="text:Link5 Title" content="" />
  41. <meta name="text:Link6" content="" />
  42. <meta name="text:Link6 Title" content="" />
  43.  
  44. <meta name="if:Tagged Under" content="1"/>
  45. <meta name="if:Tagged Side" content="0"/>
  46.  
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  55. <script type="text/javascript">
  56. WebFontConfig = {
  57. google: { families: [ 'PT+Sans+Narrow::latin' ] }
  58. };
  59. (function() {
  60. var wf = document.createElement('script');
  61. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  62. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  63. wf.type = 'text/javascript';
  64. wf.async = 'true';
  65. var s = document.getElementsByTagName('script')[0];
  66. s.parentNode.insertBefore(wf, s);
  67. })(); </script>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
  70. <script type="text/javascript">
  71. WebFontConfig = {
  72. google: { families: [ 'PT+Sans::latin' ] }
  73. };
  74. (function() {
  75. var wf = document.createElement('script');
  76. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  77. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  78. wf.type = 'text/javascript';
  79. wf.async = 'true';
  80. var s = document.getElementsByTagName('script')[0];
  81. s.parentNode.insertBefore(wf, s);
  82. })(); </script>
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:background};}
  88. ::-webkit-scrollbar-thumb:vertical {background:#000;}
  89. ::-webkit-scrollbar-thumb:horizontal {background:transparent}
  90. ::-webkit-scrollbar-thumb {background:{color:border};}
  91. ::-webkit-scrollbar-track-piece {background:{color:background}; width:4px;}
  92.  
  93.  
  94. body {
  95. background-color: {color:background};
  96. background-image: url('{image:background}');
  97. background-attachment: fixed;
  98. background-repeat: repeat;
  99. font-family: 'PT Sans', sans-serif;
  100. font-size: 12px;
  101. color: {color:text};
  102. text-align: justify;
  103. line-height: 95%;
  104. }
  105.  
  106. a:link, a:active, a:visited {
  107. color: {color:link};
  108. text-decoration: none;
  109. }
  110.  
  111. a:hover {
  112. color:{color:link hover};
  113. }
  114.  
  115. #container {
  116. width: 800px;
  117. margin: 0 auto;
  118. padding: 10px;
  119. text-align: center;
  120. }
  121.  
  122. #sidebar {
  123. position: fixed;
  124. width: 250px;
  125. height: auto;
  126. background: {color:sidebar};
  127. border: 3px solid {color:border};
  128. bottom: 0;
  129. margin-left: 650px;
  130. padding: 5px 5px 40px 5px;
  131. -moz-border-radius-topright: 20px;
  132. -moz-border-radius-topbottom: 20px;
  133. -webkit-border-radius: 20px 20px 0px 0px;
  134. border-radius: 20px 20px 0px 0px;
  135. z-index: 2;
  136. }
  137.  
  138. .linky {
  139. width: 250px;
  140. margin-top: 10px;
  141. text-align: left;
  142. display: block;
  143. position: absolute;
  144. opacity: 1;
  145. }
  146.  
  147. .linky a {
  148. display: block;
  149. background: {color:sidebar link};
  150. text-decoration: none;
  151. font-family: 'PT Sans Narrow', sans-serif;
  152. font-size: 9px;
  153. letter-spacing: 1px;
  154. font-weight: normal;
  155. text-transform: uppercase;
  156. text-align: center;
  157. padding: 4px 5px;
  158. margin-top: 2px;
  159. border: 1px solid {color:link hover};
  160. }
  161.  
  162. .linky a:hover {
  163. color: {color:link};
  164. }
  165.  
  166. #sidebar .linky {
  167. display: block;
  168. opacity: 0;
  169. transition: all 1s ease-in-out;
  170. -webkit-transition: all 1s ease-in-out;
  171. -moz-transition: all 1s ease-in-out;
  172. -o-transition: all 1s ease-in-out;
  173. }
  174.  
  175. #sidebar:hover .linky {
  176. display: block;
  177. opacity: 1;
  178. margin-top: -115px;
  179. transition: all 1s ease-in-out;
  180. -webkit-transition: all 1s ease-in-out;
  181. -moz-transition: all 1s ease-in-out;
  182. -o-transition: all 1s ease-in-out;
  183. }
  184.  
  185. #sidebar:hover img {
  186. margin-bottom: 120px;
  187. }
  188.  
  189. #sidebar img {
  190. width: 250px;
  191. margin-top: 5px;
  192. text-align: center;
  193. transition: all 1s ease-in-out;
  194. -webkit-transition: all 1s ease-in-out;
  195. -moz-transition: all 1s ease-in-out;
  196. -o-transition: all 1s ease-in-out;
  197. }
  198.  
  199. #title {
  200. width: 240px;
  201. margin-top: 5px;
  202. padding: 5px;
  203. color: {color:title};
  204. font-size: 18px;
  205. font-weight: bold;
  206. font-family: 'PT Sans Narrow', sans-serif;
  207. text-transform: uppercase;
  208. text-align: center;
  209. line-height: 100%;
  210. }
  211.  
  212. .desc {
  213. font-family: 'PT Sans Narrow', sans-serif;
  214. margin-top: 10px;
  215. font-size: 18px;
  216. color: {color:text};
  217. text-align: justify;
  218. line-height: 16px;
  219. }
  220.  
  221. #pagination {
  222. width: 230px;
  223. margin-top: 50px;
  224. padding: 5px 10px 2px 10px;
  225. color: {color:title};
  226. font-family: 'PT Sans', sans-serif;
  227. font-size: 20px;
  228. letter-spacing: 2px;
  229. line-height: 100%;
  230. text-align: right;
  231. text-transform: uppercase;
  232. border-top: 2px solid #FFF;
  233. color: {color:background};
  234. }
  235.  
  236. #navbar {
  237. position: fixed;
  238. background: {color:navbar};
  239. border-top: 3px solid {color:border};
  240. width: 100%;
  241. height: 40px;
  242. left: 0;
  243. bottom: 0;
  244. text-align: center;
  245. -webkit-transition: all 0.6s ease-in-out;
  246. -moz-transition: all 0.6s ease-in-out;
  247. -o-transition: all 0.6s ease-in-out;
  248. -ms-transition: all 0.6s ease-in-out;
  249. transition: all 0.6s ease-in-out;
  250. z-index: 1000;
  251. }
  252.  
  253. #navcover {
  254. width: 250px;
  255. height: 10px;
  256. margin-top: -3px;
  257. margin-left: 653px;
  258. background: {color:navbar};
  259. padding: 0px 5px;
  260. position: absolute;
  261. z-index: 2000;
  262. }
  263.  
  264. #navlinks {
  265. width: 800px;
  266. height: 40px;
  267. margin: 0 auto;
  268. text-align: center;
  269. position: relative;
  270. }
  271.  
  272. .navigation {
  273. float: left;
  274. margin-left: 15px;
  275. text-align: left;
  276. display: inline-block;
  277. opacity: 1;
  278. }
  279.  
  280. .navigation a {
  281. display: inline-block;
  282. background: {color:navbar};
  283. color: #eaeaea;
  284. width: 100px;
  285. height: 20px;
  286. line-height: 100%;
  287. font-family: 'PT Sans Narrow', sans-serif;
  288. font-size: 15px;
  289. text-align: center;
  290. letter-spacing: 1px;
  291. text-transform: uppercase;
  292. padding: 12px 0px;
  293. }
  294.  
  295. .navigation a:hover {
  296. background: {color:background};
  297. }
  298.  
  299. #entries {
  300. position: relative;
  301. width: 400px;
  302. padding: 10px 10px 30px;
  303. float: left;
  304. z-index: 2;
  305. }
  306.  
  307. #posts {
  308. width: 400px;
  309. padding: 10px 10px 0px 10px;
  310. background-color: {color:post};
  311. font-family: 'PT Sans', sans-serif;
  312. font-size: 13px;
  313. text-align: left;
  314. position: relative;
  315. margin-bottom: 38px;
  316. border: 4px solid {color:entry};
  317. }
  318.  
  319. {block:IfTaggedUnder}
  320. .info {
  321. width: 400px;
  322. height: auto;
  323. margin-left: -14px;
  324. padding: 4px 14px;
  325. background: {color:border};
  326. text-align: center;
  327. text-transform: uppercase;
  328. letter-spacing: 1px;
  329. font-family: 'PT Sans Narrow', sans-serif;
  330. font-size: 9px;
  331. position: absolute;
  332. opacity: 1;
  333. z-index: 100;
  334. }
  335.  
  336. #posts .info {
  337. display: block;
  338. opacity: 0;
  339. transition: all 1s ease-in-out;
  340. -webkit-transition: all 1s ease-in-out;
  341. -moz-transition: all 1s ease-in-out;
  342. -o-transition: all 1s ease-in-out;
  343. }
  344.  
  345. #posts:hover .info {
  346. display: block;
  347. opacity: 1;
  348. margin-top: 6px;
  349. transition: all 1s ease-in-out;
  350. -webkit-transition: all 1s ease-in-out;
  351. -moz-transition: all 1s ease-in-out;
  352. -o-transition: all 1s ease-in-out;
  353. }
  354. {/block:IfTaggedUnder}
  355.  
  356.  
  357. {block:IfTaggedSide}
  358. .info {
  359. width: 200px;
  360. height: auto;
  361. top: 0;
  362. margin-left: -200px;
  363. background: transparent;
  364. text-align: right;
  365. text-transform: uppercase;
  366. letter-spacing: 1px;
  367. font-family: 'PT Sans Narrow', sans-serif;
  368. font-size: 9px;
  369. position: absolute;
  370. opacity: 1;
  371. z-index: 100;
  372. }
  373.  
  374. #posts .info {
  375. display: block;
  376. opacity: 0;
  377. transition: all 1s ease-in-out;
  378. -webkit-transition: all 1s ease-in-out;
  379. -moz-transition: all 1s ease-in-out;
  380. -o-transition: all 1s ease-in-out;
  381. }
  382.  
  383. #posts:hover .info {
  384. display: block;
  385. opacity: 1;
  386. margin-left: -225px;
  387. transition: all 1s ease-in-out;
  388. -webkit-transition: all 1s ease-in-out;
  389. -moz-transition: all 1s ease-in-out;
  390. -o-transition: all 1s ease-in-out;
  391. }
  392. {/block:IfTaggedSide}
  393.  
  394.  
  395. #header {
  396. font-family: 'PT Sans Narrow', sans-serif;
  397. font-size: 11px;
  398. letter-spacing: 1px;
  399. margin-left: -10px;
  400. margin-top: 15px;
  401. text-transform: uppercase;
  402. width: 400px;
  403. padding: 4px 10px 3px 10px;
  404. height: auto;
  405. background-color: {color:entry};
  406. overflow: hidden;
  407. text-align: center;
  408. }
  409.  
  410. #header a {
  411. font-family: 'PT Sans Narrow', sans-serif;
  412. font-size: 10px;
  413. text-transform: uppercase;
  414. height: auto;
  415. text-align: center;
  416. letter-spacing: 0px;
  417. }
  418.  
  419. h1 {
  420. color: {color:link hover};
  421. font-family: 'PT Sans Narrow', sans-serif;
  422. font-size: 20px;
  423. line-height: 95%;
  424. font-weight: normal;
  425. text-transform: uppercase;
  426. text-align: center;
  427. margin-top: 5px;
  428. }
  429.  
  430. h2 {
  431. color: {color:link};
  432. font-family: {font:body};
  433. font-size: 15px;
  434. line-height: 15px;
  435. font-weight: normal;
  436. font-family: 'PT Sans Narrow', sans-serif;
  437. text-transform: uppercase;
  438. text-align: center;
  439. }
  440.  
  441. blockquote {
  442. border-left: 3px solid {color:border};
  443. padding: 0px 3px;
  444. margin-left: 0px;
  445. }
  446.  
  447. blockquote i {
  448. color: {color:text};
  449. }
  450.  
  451.  
  452. .ask {
  453. margin: 10px;
  454. border-bottom: 2px solid {color:border};
  455. padding: 5px 0px;
  456. font-size: 10px;
  457. padding: 10px;
  458. }
  459.  
  460. .asker {
  461. text-transform: lowercase;
  462. padding-bottom: 2px;
  463. font-size: 11px;
  464. }
  465.  
  466. .answer {
  467. padding: 4px;
  468. margin-left: 10px;
  469. }
  470.  
  471. b, strong{
  472. color: {color:link hover};
  473. }
  474.  
  475. i, em {
  476. color: {color:link};
  477. }
  478.  
  479. p {
  480. margin-top: 3px;
  481. margin-bottom: 6px;
  482. }
  483.  
  484. img a {
  485. border: none;
  486. width: 100%;
  487. }
  488.  
  489. .audio {background-color:black; display:block;}
  490.  
  491. .user_1 .label {color:{color:link}; font-weight:bold}
  492. .user_2 .label {color:{color:link hover}; font-weight:bold}
  493. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  494.  
  495. .notes img{width:10px; position:relative; top:1px;}
  496. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  497.  
  498. .credits {
  499. position: fixed;
  500. padding: 5px;
  501. bottom: 5px;
  502. left: 0;
  503. color:{color:text};
  504. z-index: 100;
  505. text-transform: uppercase;
  506. font-size: 8px;
  507. }
  508.  
  509. .ending {
  510. max-width: 400px;
  511. text-align: left;
  512. padding: 10px;
  513. text-decoration: none;
  514. line-height: 180%;
  515. }
  516.  
  517. .ending a {
  518. text-transform: uppercase;
  519. font-size: 10px;
  520. }
  521.  
  522. .ending img {
  523. width: 12px;
  524. height: 12px;
  525. border: 2px solid {color:tags};
  526. }
  527.  
  528.  
  529.  
  530. </style>
  531. <style type="text/css">{CustomCSS}</style>
  532. </head>
  533.  
  534.  
  535. <body>
  536. <div class="credits"><a href="http://nutty-themes.tumblr.com/" target="_blank">THEME BY PISTACHI-O</a></div>
  537.  
  538.  
  539. <div id="container">
  540. <div id="sidebar">
  541. <a href="/"><div id="title">{Title}</div></a>
  542. <img src="{image:sidebar}">
  543.  
  544. <div class="linky">
  545. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  546. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  547. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  548. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  549. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  550. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  551. </div>
  552.  
  553. <div class="desc">
  554. {block:Description}{Description}{/block:Description}</div>
  555.  
  556. <div id="pagination">
  557. {block:Pagination}
  558. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  559. {block:JumpPagination length="5"}
  560. {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}
  561. {block:JumpPage}<a class="otherpage" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  562. {/block:JumpPagination}
  563. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  564. {/block:Pagination}
  565. </div>
  566. </div>
  567.  
  568.  
  569. <div id="entries">
  570. {block:Posts}
  571.  
  572. <div id="posts">
  573. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  574. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  575. {block:Text}{Body}{/block:Text}
  576.  
  577. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  578. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  579.  
  580. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  581. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  582.  
  583. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  584.  
  585. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  586.  
  587. {block:Answer}
  588. <div class="ask"><div class="asker"><i>{Asker}</i> asked: {Question}</div></div>
  589. <div class="answer">{Answer}</div>
  590. {/block:Answer}
  591.  
  592. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  593.  
  594. <div id="header">
  595. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a> • {/block:NoteCount}
  596. {block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>{/block:Date}
  597. {block:RebloggedFrom} • <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}{block:ContentSource} • <a href="{SourceURL}">SOURCE</a>{/block:ContentSource} • <a href="{ReblogURL}">Reblog</a>
  598.  
  599. {block:IfTaggedUnder}
  600. {block:HasTags}<div class="info">{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  601. {/block:HasTags}
  602. {/block:IfTaggedUnder}
  603.  
  604. {block:IfTaggedSide}
  605. {block:HasTags}<div class="info">{block:Tags}#<a href="{TagURL}">{Tag} </a><br>{/block:Tags}</div>
  606. {/block:HasTags}
  607. {/block:IfTaggedSide}
  608. </div>
  609.  
  610. </div>
  611. {/block:Posts}
  612. {block:PostNotes}<div class="ending">{PostNotes}</div>{/block:PostNotes}
  613.  
  614. </div>
  615. </div>
  616.  
  617. <div id="navbar">
  618. <div id="navlinks">
  619. <div id="navcover"></div>
  620. <div class="navigation">
  621. <a href="/">index</a>
  622. <a href="/ask">ask</a>
  623. <a href="/archive">archive</a>
  624. <a href="/submit">submit</a>
  625. <a href="http://nutty-themes.tumblr.com/">theme</a>
  626. </div>
  627.  
  628.  
  629. </body>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement