Advertisement
pistachi-o

theme07

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