Advertisement
pistachi-o

theme 011

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