Advertisement
pistachi-o

theme03

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