Advertisement
pistachi-o

theme13

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