Advertisement
pistachi-o

theme08

Jul 5th, 2012
7,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.05 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: 11px;
  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: 555px;
  130. padding: 5px 5px 110px 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: -150px;
  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: 150px;
  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. width: 230px;
  214. padding: 5px 10px;
  215. font-family: 'PT Sans Narrow', sans-serif;
  216. font-size: 10px;
  217. color: {color:text};
  218. text-align: justify;
  219. margin: 0px 0px 30px 0px;
  220. text-transform: uppercase;
  221. }
  222.  
  223. #pagination {
  224. width: 230px;
  225. margin-top: 5px;
  226. padding: 5px 10px 2px 10px;
  227. color: {color:title};
  228. font-family: 'PT Sans', sans-serif;
  229. font-size: 20px;
  230. letter-spacing: 3px;
  231. line-height: 100%;
  232. text-align: right;
  233. text-transform: uppercase;
  234. border-top: 2px solid #FFF;
  235. color: {color:background};
  236. }
  237.  
  238. #navbar {
  239. position: fixed;
  240. background: {color:navbar};
  241. border-top: 3px solid {color:border};
  242. width: 100%;
  243. height: 40px;
  244. left: 0;
  245. bottom: 0;
  246. text-align: center;
  247. -webkit-transition: all 0.6s ease-in-out;
  248. -moz-transition: all 0.6s ease-in-out;
  249. -o-transition: all 0.6s ease-in-out;
  250. -ms-transition: all 0.6s ease-in-out;
  251. transition: all 0.6s ease-in-out;
  252. z-index: 1000;
  253. }
  254.  
  255. #navcover {
  256. width: 250px;
  257. height: 10px;
  258. margin-top: -3px;
  259. margin-left: 558px;
  260. background: {color:navbar};
  261. padding: 0px 5px;
  262. position: absolute;
  263. z-index: 2000;
  264. }
  265.  
  266. #navlinks {
  267. width: 800px; 
  268. height: 40px;
  269. margin: 0 auto;
  270. text-align: center; 
  271. position: relative;
  272. }
  273.  
  274. .navigation {
  275. float: left;
  276. margin-left: 15px;
  277. text-align: left;
  278. display: inline-block;
  279. opacity: 1;
  280. }
  281.  
  282. .navigation a {
  283. display: inline-block;
  284. background: {color:navbar};
  285. color: {color:link};
  286. width: 100px;
  287. height: 20px;
  288. line-height: 100%;
  289. font-family: 'PT Sans Narrow', sans-serif;
  290. font-size: 15px;
  291. text-align: center;
  292. letter-spacing: 1px;
  293. text-transform: uppercase;
  294. padding: 12px 0px;
  295. }
  296.  
  297. .navigation a:hover {
  298. background: {color:background};
  299. }
  300.  
  301. #entries {
  302. position: relative;
  303. width: 520px;
  304. padding: 10px 10px 50px;
  305. float: left;
  306. z-index: 2;
  307. }
  308.  
  309. #posts {
  310. width: 500px;
  311. padding: 10px 10px 0px 10px;
  312. background-color: {color:post};
  313. font-family: 'PT Sans', sans-serif;
  314. text-align: justify;
  315. position: relative;
  316. margin-bottom: 38px;
  317. border: 4px solid {color:entry};
  318. }
  319.  
  320. {block:IfTaggedUnder}
  321. .info {
  322. width: 500px;
  323. height: auto;
  324. margin-left: -14px;
  325. padding: 4px 14px;
  326. background: {color:border};
  327. text-align: center;
  328. text-transform: uppercase;
  329. letter-spacing: 1px;
  330. font-family: 'PT Sans Narrow', sans-serif;
  331. font-size: 9px;
  332. position: absolute;
  333. opacity: 1;
  334. z-index: 100;
  335. }
  336.  
  337. #posts .info {
  338. display: block;
  339. opacity: 0;
  340. transition: all 1s ease-in-out;
  341. -webkit-transition: all 1s ease-in-out;
  342. -moz-transition: all 1s ease-in-out;
  343. -o-transition: all 1s ease-in-out;
  344. }
  345.  
  346. #posts:hover .info {
  347. display: block;
  348. opacity: 1;
  349. margin-top: 6px;
  350. transition: all 1s ease-in-out;
  351. -webkit-transition: all 1s ease-in-out;
  352. -moz-transition: all 1s ease-in-out;
  353. -o-transition: all 1s ease-in-out;
  354. }
  355. {/block:IfTaggedUnder}
  356.  
  357.  
  358. {block:IfTaggedSide}
  359. .info {
  360. width: 200px;
  361. height: auto;
  362. top: 0;
  363. margin-left: -200px;
  364. background: transparent;
  365. text-align: right;
  366. text-transform: uppercase;
  367. letter-spacing: 1px;
  368. font-family: 'PT Sans Narrow', sans-serif;
  369. font-size: 9px;
  370. position: absolute;
  371. opacity: 1;
  372. z-index: 100;
  373. }
  374.  
  375. #posts .info {
  376. display: block;
  377. opacity: 0;
  378. transition: all 1s ease-in-out;
  379. -webkit-transition: all 1s ease-in-out;
  380. -moz-transition: all 1s ease-in-out;
  381. -o-transition: all 1s ease-in-out;
  382. }
  383.  
  384. #posts:hover .info {
  385. display: block;
  386. opacity: 1;
  387. margin-left: -225px;
  388. transition: all 1s ease-in-out;
  389. -webkit-transition: all 1s ease-in-out;
  390. -moz-transition: all 1s ease-in-out;
  391. -o-transition: all 1s ease-in-out;
  392. }
  393. {/block:IfTaggedSide}
  394.  
  395.  
  396. #header {
  397. font-family: 'PT Sans Narrow', sans-serif;
  398. font-size: 11px;
  399. letter-spacing: 1px;
  400. margin-left: -10px;
  401. margin-top: 15px;
  402. text-transform: uppercase;
  403. width: 500px;
  404. padding: 4px 10px 3px 10px;
  405. height: auto;
  406. background-color: {color:entry};
  407. overflow: hidden;
  408. text-align: center;
  409. }
  410.  
  411. #header a {
  412. font-family: 'PT Sans Narrow', sans-serif;
  413. font-size: 10px;
  414. text-transform: uppercase;
  415. height: auto;
  416. text-align: center;
  417. letter-spacing: 0px;
  418. }
  419.  
  420. h1 {
  421. color: {color:link hover};
  422. font-family: 'PT Sans Narrow', sans-serif;
  423. font-size: 20px;
  424. line-height: 95%;
  425. font-weight: normal;
  426. text-transform: uppercase;
  427. text-align: center;
  428. margin-top: 5px;
  429. }
  430.  
  431. h2 {
  432. color: {color:link};
  433. font-family: {font:body};
  434. font-size: 15px;
  435. line-height: 15px;
  436. font-weight: normal;
  437. font-family: 'PT Sans Narrow', sans-serif;
  438. text-transform: uppercase;
  439. text-align: center;
  440. }
  441.  
  442. blockquote {
  443. border-left: 3px solid {color:border};
  444. padding: 0px 3px;
  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: 3px;
  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: 500px;
  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-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  581. {block:Photoset}<center>{Photoset-500}</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-500}{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