Advertisement
pistachi-o

theme14

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