Advertisement
pistachi-o

theme06

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