Advertisement
pistachi-o

theme12

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