Advertisement
pistachi-o

theme16

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