Advertisement
pistachi-o

theme05

May 7th, 2012
2,993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 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. <!-- theme 005 -->
  4. <!-- made by pistachi-o (nutty-themes @ tumblr) -->
  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" />
  13. <meta name="color:sidebar" content="#DDEECC" />
  14. <meta name="color:entry" content="#FDF9F1" />
  15. <meta name="color:text" content="#696866" />
  16. <meta name="color:link" content="#AAAA55" />
  17. <meta name="color:link hover" content="#667766" />
  18. <meta name="color:border" content="#DDDD66" />
  19. <meta name="color:title" content="#BBCCAA" />
  20. <meta name="color:navone" content="#213540" />
  21. <meta name="color:navtwo" content="#f36324" />
  22. <meta name="color:navthree" content="#3cb5a2" />
  23. <meta name="color:navfour" content="#0c486c" />
  24. <meta name="color:navfive" content="#eb9605" />
  25. <meta name="color:navsix" content="#fe4e50" />
  26. <meta name="color:navseven" content="#3c81b5" />
  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. <meta name="if:Side Img" content="1"/>
  44. <meta name="if:Styled Scrollbar" content="1"/>
  45. <meta name="if:Sidepic Border" content="1"/>
  46. <meta name="if:Sidepic Hover Below" content="0"/>
  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. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  55.  
  56. <script type="text/javascript">
  57. WebFontConfig = {
  58. google: { families: [ 'Droid+Serif::latin' ] }
  59. };
  60. (function() {
  61. var wf = document.createElement('script');
  62. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  63. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  64. wf.type = 'text/javascript';
  65. wf.async = 'true';
  66. var s = document.getElementsByTagName('script')[0];
  67. s.parentNode.insertBefore(wf, s);
  68. })(); </script>
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. {block:IfStyledScrollbar}
  74. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:background};}
  75. ::-webkit-scrollbar-thumb:vertical {background:#FFF;}
  76. ::-webkit-scrollbar-thumb:horizontal {background:#FFF;}
  77. ::-webkit-scrollbar-thumb {background:{color:border};}
  78. ::-webkit-scrollbar-track-piece {background:{color:background}; width:4px;}
  79. {/block:IfStyledScrollbar}
  80.  
  81. body {
  82. background-color: {color:background};
  83. background-image: url('{image:Background}');
  84. background-attachment: fixed;
  85. background-repeat: repeat;
  86. font-family: "droid";
  87. font-family: {font:body};
  88. font-size:10px;
  89. text-align: justify;
  90. line-height:95%;
  91. }
  92.  
  93. a:link, a:active, a:visited {
  94. color: {color:link};
  95. text-decoration: none;
  96. }
  97.  
  98. a:hover{
  99. color:{color:link hover};
  100. }
  101.  
  102. #side1 {
  103. background: transparent;
  104. width: 57px;
  105. height: 110%;
  106. margin-left: -10px;
  107. margin-top: -20px;
  108. position: fixed;
  109. }
  110.  
  111. .pagination {
  112. top: 80%;
  113. margin-left: -10px;
  114. position: fixed;
  115. display: block;
  116. }
  117.  
  118. .pagination a {
  119. display: block;
  120. background: #213540;
  121. padding: 15px 17px 18px 30px;
  122. margin-top: 2px;
  123. font-family: 'LeagueGothicRegular';
  124. text-align: center;
  125. color: #FFF;
  126. font-size: 38px;
  127. -moz-border-radius-topright: 10px;
  128. -moz-border-radius-bottomright: 10px;
  129. -webkit-border-radius: 0px 10px 10px 0px;
  130. border-radius: 0px 10px 10px 0px;
  131. }
  132.  
  133. .pagination a:hover {
  134. color: {link hover};
  135. }
  136.  
  137. ul#navigation {
  138. position: fixed;
  139. margin: 0px;
  140. padding: 0px;
  141. top: 15%;
  142. {block:IfSidepicHoverBelow}top: 10%; {/block:IfSidepicHoverBelow}
  143. left: 0px;
  144. list-style: none;
  145. z-index: 100;
  146. }
  147.  
  148. ul#navigation li {
  149. width: 100px;
  150. margin: 0px;
  151. }
  152.  
  153. ul#navigation li a {
  154. display: block;
  155. margin: 0px 0px 0px -130px;
  156. padding: 20px 18px 15px 17px;
  157. width: 145px;
  158. height: 15px;
  159. font-family: 'LeagueGothicRegular';
  160. text-align: right;
  161. color: #FFF;
  162. font-size: 28px;
  163. font-style: none;
  164. opacity: 1;
  165. -moz-border-radius-topright: 10px;
  166. -moz-border-radius-bottomright: 10px;
  167. -webkit-border-radius: 0px 10px 10px 0px;
  168. border-radius: 0px 10px 10px 0px;
  169. transition: all 0.7s ease-in-out;
  170. -webkit-transition: all 0.7s ease-in-out;
  171. -moz-transition: all 0.7s ease-in-out;
  172. -o-transition: all 0.7s ease-in-out;
  173. }
  174.  
  175. ul#navigation .one {background-color: {color:navone}}
  176. ul#navigation .two {background-color: {color:navtwo}}
  177. ul#navigation .three {background-color: {color:navthree}}
  178. ul#navigation .four {background-color: {color:navfour}}
  179. ul#navigation .five {background-color: {color:navfive}}
  180. ul#navigation .six {background-color: {color:navsix}}
  181. ul#navigation .seven {background-color: {color:navseven}}
  182.  
  183. ul#navigation li a:hover {
  184. margin-left: -5px;
  185. }
  186.  
  187. .info {
  188. width: 100px;
  189. text-align: left;
  190. display: inline;
  191. padding-right: 18px;
  192. font-size: 18px;
  193. }
  194.  
  195. #side2 {
  196. background: transparent;
  197. width: 320px;
  198. margin-top: 15%;
  199. {block:IfSidepicHoverBelow}margin-top: 10%; {/block:IfSidepicHoverBelow}
  200. margin-left: 70px;
  201. position: fixed;
  202. }
  203.  
  204. .view {
  205. width: 310px;
  206. height: 310px;
  207. {block:IfSidepicHoverBelow}height: 620px; {/block:IfSidepicHoverBelow}
  208. overflow: hidden;
  209. position: relative;
  210. text-align: center;
  211. background: transparent;
  212. -webkit-border-radius: 170px;
  213. border-radius: 170px;
  214. }
  215.  
  216. .view .mask,.view .content {
  217. width: 280px;
  218. height: 280px;
  219. top: 0;
  220. left: 0;
  221. position: absolute;
  222. overflow: hidden;
  223. -webkit-border-radius: 160px;
  224. border-radius: 160px;
  225. }
  226.  
  227. .view img {
  228. width: 300px;
  229. height: 300px;
  230. display: block;
  231. position: relative;
  232. -webkit-border-radius: 170px;
  233. border-radius: 170px;
  234. z-index: 3;
  235. }
  236.  
  237. .view a.title {
  238. display: block;
  239. width: 100%;
  240. padding: 10px;
  241. color: {color:title};
  242. font-family: 'RiotSquadRegular', Arial, sans-serif;
  243. text-transform: uppercase;
  244. font-size: 14px;
  245. line-height: 100%;
  246. color: {color:border};
  247. }
  248.  
  249. .view-style img {
  250. -webkit-transition: all 0.6s ease-in-out;
  251. -moz-transition: all 0.6s ease-in-out;
  252. -o-transition: all 0.6s ease-in-out;
  253. -ms-transition: all 0.6s ease-in-out;
  254. transition: all 0.6s ease-in-out;
  255. }
  256.  
  257. .view-style .mask {
  258. background-color: {color:background};
  259. {block:IfSidepicBorder}padding: 5px;
  260. border: 8px solid {color:border};{/block:IfSidepicBorder}
  261. -webkit-transform: translateX(0px);
  262. -moz-transform: translateX(0px);
  263. -o-transform: translateX(0px);
  264. -ms-transform: translateX(0px);
  265. transform: translateX(0px);
  266. filter: alpha(opacity=100);
  267. opacity: 1;
  268. -webkit-transition: all 0.6s ease-in-out;
  269. -moz-transition: all 0.6s ease-in-out;
  270. -o-transition: all 0.6s ease-in-out;
  271. -ms-transition: all 0.6s ease-in-out;
  272. transition: all 0.6s ease-in-out;
  273. }
  274.  
  275. .view-style:hover .mask {
  276. -webkit-transform: translateX(0px);
  277. -moz-transform: translateX(0px);
  278. -o-transform: translateX(0px);
  279. -ms-transform: translateX(0px);
  280. transform: translateX(0px);
  281. }
  282.  
  283. .view-style:hover img {
  284. -webkit-transform: translateX(310px);
  285. -moz-transform: translateX(310px);
  286. -o-transform: translateX(310px);
  287. -ms-transform: translateX(310px);
  288. transform: translateX(310px);
  289. }
  290.  
  291. {block:IfSidepicHoverBelow}
  292. .view-style:hover img {
  293. -webkit-transform: translateY(320px);
  294. -moz-transform: translateY(320px);
  295. -o-transform: translateY(320px);
  296. -ms-transform: translateY(320px);
  297. transform: translateY(320px);
  298. }
  299. {/block:IfSidepicHoverBelow}
  300.  
  301. .desc {
  302. width: 250px;
  303. padding: 75px 15px 5px 15px;
  304. display: block;
  305. position: relative;
  306. font-family: 'Droid Serif', serif;
  307. color: {color:text};
  308. text-align: justify;
  309. opacity: 1;
  310. }
  311.  
  312. #entries {
  313. width: 500px;
  314. margin-top: 20px;
  315. margin-left: 400px;
  316. }
  317.  
  318. #posts {
  319. width: 500px;
  320. background-color: {color:entry};
  321. font-family: 'Droid Serif', Arial, serif;
  322. text-align: justify;
  323. padding: 10px;
  324. overflow: hidden;
  325. }
  326.  
  327. #header {
  328. width: 500px;
  329. padding: 5px 10px 0px 10px;
  330. height: auto;
  331. background-color: {color:entry};
  332. overflow: hidden;
  333. font-family: 'Droid Serif', Arial, serif;
  334. font-size: 9px;
  335. font-style: none;
  336. text-transform: uppercase;
  337. text-align: center;
  338. }
  339.  
  340. #footer {
  341. width: 420px;
  342. position: relative;
  343. padding: 2px 50px 2px 50px;
  344. background-color: {color:entry};
  345. -moz-border-radius-bottomright: 90px;
  346. -webkit-border-radius: 0px 0px 90px 0px;
  347. border-radius: 0px 0px 90px 0px;
  348. text-transform: uppercase;
  349. z-index: 3;
  350. }
  351.  
  352. .tags {
  353. width: 420px;
  354. border-top: 1px solid {color:border};
  355. background-color: transparent;
  356. font-family: {font:notes};
  357. font-size: 8px;
  358. font-style: none;
  359. letter-spacing: 1px;
  360. text-align: left;
  361. text-transform: uppercase;
  362. padding-top: 3px;
  363. padding-bottom: 5px;
  364. }
  365.  
  366. h1 {
  367. color: {color:link hover};
  368. font-family: {font:body};
  369. font-size: 15px;
  370. line-height: 15px;
  371. font-weight: normal;
  372. text-transform:l owercase;
  373. text-align: left;
  374. font-style: italic;
  375. }
  376.  
  377. h2 {
  378. color: {color:link};
  379. font-family: {font:body};
  380. font-size: 15px;
  381. line-height: 15px;
  382. font-weight: normal;
  383. text-transform: lowercase;
  384. text-align: left;
  385. font-style: italic;
  386. }
  387.  
  388. blockquote {
  389. border-left: 3px solid {color:border};
  390. padding-left: 5px;
  391. }
  392.  
  393. blockquote i {
  394. color: {color:text};
  395. }
  396.  
  397. .question {
  398. background: {color:notes};
  399. margin: 10px;
  400. padding: 5px;
  401. -moz-border-radius-topright: 15px;
  402. -moz-border-radius-topleft: 15px;
  403. -moz-border-radius-bottomright: 15px;
  404. -moz-border-radius-bottomleft: 15px;
  405. -webkit-border-radius: 15px 15px 15px 15px;
  406. border-radius: 15px 15px 15px 15px;
  407. }
  408.  
  409. .ask {
  410. background: {color:notes};
  411. margin: 10px;
  412. padding: 5px;
  413. -moz-border-radius-topright: 15px;
  414. -moz-border-radius-topleft: 15px;
  415. -moz-border-radius-bottomright: 15px;
  416. -moz-border-radius-bottomleft: 15px;
  417. -webkit-border-radius: 15px 15px 15px 15px;
  418. border-radius: 15px 15px 15px 15px;
  419. font-size: 10px;
  420. color: {color:body};
  421. margin-bottom: 2px;
  422. padding: 10px;
  423. }
  424.  
  425. .asker {
  426. text-transform: lowercase;
  427. padding-bottom: 2px;
  428. font-size: 11px;
  429. }
  430.  
  431. .answer {
  432. padding: 4px;
  433. margin-left: 10px;
  434. }
  435.  
  436. b, strong{
  437. color: {color:link hover};
  438. }
  439.  
  440. i, em {
  441. color: {color:link};
  442. }
  443.  
  444. p {
  445. margin-top: 3px;
  446. margin-bottom: 3px;
  447. }
  448.  
  449. img a {
  450. border: none;
  451. width: 100%;
  452. }
  453.  
  454. .audio {background-color:black; display:block;}
  455.  
  456. .user_1 .label {color:{color:link}; font-weight:bold}
  457. .user_2 .label {color:{color:link hover}; font-weight:bold}
  458. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  459.  
  460. .notes img{width:10px; position:relative; top:1px;}
  461. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  462. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  463.  
  464. .credits {
  465. position: fixed;
  466. padding: 5px;
  467. bottom: 5px;
  468. left: 0;
  469. margin-left: 5px;
  470. z-index: 1000;
  471. text-transform: uppercase;
  472. font-size: 8px;
  473. }
  474.  
  475. @font-face {
  476. font-family: 'LeagueGothicRegular';
  477. src: url('http://static.tumblr.com/whx9ghv/0Rwm0ogri/league_gothic-webfont.eot');
  478. src: url('http://static.tumblr.com/whx9ghv/0Rwm0ogri/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
  479. url('http://static.tumblr.com/whx9ghv/KbMm0ogst/league_gothic-webfont.woff') format('woff'),
  480. url('http://static.tumblr.com/whx9ghv/WPym0ogsj/league_gothic-webfont.ttf') format('truetype'),
  481. url('http://static.tumblr.com/whx9ghv/8Ptm0ogrp/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
  482. font-weight: normal;
  483. font-style: normal;
  484. }
  485.  
  486. .ending {
  487. max-width: 500px;
  488. text-align: left;
  489. padding: 10px;
  490. text-decoration: none;
  491. line-height: 180%;
  492. }
  493.  
  494. .ending a {
  495. text-transform: uppercase;
  496. font-family: 'Share', cursive;
  497. font-size: 10px;
  498. }
  499.  
  500. .ending img {
  501. width: 12px;
  502. height: 12px;
  503. border: 2px solid {color:tags};
  504. }
  505.  
  506.  
  507.  
  508. </style>
  509. <style type="text/css">{CustomCSS}</style>
  510. </head>
  511.  
  512.  
  513. <body>
  514. <div class="credits"><a href="http://nutty-themes.tumblr.com/" target="_blank">THEME BY PISTACHI-O</a></div>
  515.  
  516.  
  517. <div id="side2">
  518. <div class="view view-style">
  519. {block:IfSideImg}<center><img src="{image:sidebar}"></center>{/block:IfSideImg}
  520. <div class="mask">
  521. <div class="desc">{block:Description}{Description}{/block:Description}</div>
  522. </div></div>
  523. </div>
  524.  
  525. <div id="side1">
  526. <ul id="navigation">
  527. <li><a class="one" href="/"><div class="info">Home</div> 01</a></li>
  528. <li><a class="two" href="/ask"><div class="info">Ask</div> 02</a></li>
  529. <li><a class="three" href="/archive"><div class="info">Archive</div> 03</a></li>
  530. {block:ifLink1}<li><a class="four" href="{text:Link1}"><div class="info">{text:Link1 Title}</div> 04</a></li>{/block:ifLink1}
  531. {block:ifLink2}<li><a class="five" href="{text:Link2}"><div class="info">{text:Link2 Title}</div> 05</a></li>{/block:ifLink2}
  532. {block:ifLink3}<li><a class="six" href="{text:Link3}"><div class="info">{text:Link3 Title}</div> 06</a></li>{/block:ifLink3}
  533. {block:ifLink4}<li><a class="seven" href="{text:Link4}"><div class="info">{text:Link4 Title}</div> 07</a></li>{/block:ifLink4}
  534. </ul>
  535.  
  536. <div class="pagination">
  537. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  538.  
  539. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  540. </div>
  541. </div>
  542.  
  543. <div id="entries">
  544. {block:Posts}
  545.  
  546. <div id="header">
  547. {block:Date}POSTED <a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a> {/block:Date}{block:NoteCount} WITH <a href="{Permalink}">{NoteCount}</a> NOTES {/block:NoteCount}</div>
  548.  
  549. <div id="posts">
  550. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  551. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  552. {block:Text}{Body}{/block:Text}
  553.  
  554. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  555. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  556.  
  557. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  558. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  559.  
  560. {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}
  561.  
  562. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  563.  
  564. {block:Answer}
  565. <div class="ask"><div class="asker"><i>{Asker}</i> asked: {Question}</div></div>
  566. <div class="answer">{Answer}</div>
  567. {/block:Answer}
  568.  
  569. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  570. </div>
  571.  
  572. <div id="footer">
  573. {block:RebloggedFrom}<br> VIA: <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} / SOURCE: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  574. <div class="tags">{block:HasTags}<b>TAGS:</b>
  575. {block:Tags}#<a href="{TagURL}" target="_blank">{Tag} </a>{/block:Tags}<br>{/block:HasTags}</div>
  576. </div>
  577.  
  578. <br><br>
  579. {/block:Posts}
  580. {block:PostNotes}
  581. <div class="ending">{PostNotes}</div>
  582. {/block:PostNotes}
  583.  
  584. </div>
  585.  
  586.  
  587.  
  588. </body>
  589. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement