Advertisement
pistachi-o

Theme 001 (V.2)

Jan 21st, 2012
1,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.60 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 001 (updated) -->
  5. <!-- made by pistachi-o (nutty-themes @ tumblr) -->
  6. <!-- pop-up credits to anthagio -->
  7. <!-- please don't remove the credit and claim it as your own -->
  8.  
  9.  
  10. <html>
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:Background" content="#F5F5F5" />
  15. <meta name="color:Border" content="#EBBC6A" />
  16. <meta name="color:Entry" content="#FDF9F1" />
  17. <meta name="color:Link" content="#C52626" />
  18. <meta name="color:Link Hover" content="#542437" />
  19. <meta name="color:Navlinks" content="#F0E6D5" />
  20. <meta name="color:Notes" content="#F8F1E4" />
  21. <meta name="color:Sidebar" content="#F0E6D5" />
  22. <meta name="color:Tags" content="#F8F1E4" />
  23. <meta name="color:Text" content="#0a0a0a" />
  24. <meta name="color:Title" content="#542437" />
  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:Drop Down" content="1"/>
  41. <meta name="if:Side Img" content="1"/>
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48.  
  49. <script type="text/javascript" src="http://static.tumblr.com/3driglx/Prqlv4lo5/jquery.js"></script>
  50. <script src="http://static.tumblr.com/3driglx/FO0lxha3v/jquery.fancybox.pack.js"></script>
  51. <script type="text/javascript">$(document).ready(function(){$(".ask_popup").fancybox({maxWidth: 500, maxHeight: 200, fitToView: false, width: '70%', closeBtn: false, autoSize: false, closeClick: true, padding: 10, openEffect: 'none', closeEffect: 'none'});});</script>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  54. <link rel="stylesheet" href="http://static.tumblr.com/3driglx/soalxjbnt/movies.css" type="text/css">
  55. <link rel="stylesheet" href="http://static.tumblr.com/3driglx/Vt6lxicju/fancybox.css" type="text/css">
  56.  
  57. <style type="text/css">
  58.  
  59. body,div,dl,dt,dd,pre,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}
  60.  
  61. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:Background};}
  62. ::-webkit-scrollbar-thumb:vertical {background:{color:Border};}
  63. ::-webkit-scrollbar-thumb:horizontal {background:{color:Border}}
  64. ::-webkit-scrollbar-thumb {background:{color:Border};}
  65.  
  66. body {
  67. background-color: {color:Background};
  68. background-image: url('{image:Background}');
  69. background-attachment: fixed;
  70. background-repeat: repeat;
  71. font-family: 'Arial', sans-serif;
  72. font-size: 12px;
  73. text-align: justify;
  74. color: {color:Text};
  75. line-height: 100%;
  76. }
  77.  
  78. a:link, a:active, a:visited {
  79. color: {color:Link};
  80. text-decoration: none;
  81. }
  82.  
  83. a:hover {
  84. color: {color:Link Hover};
  85. text-decoration: none;
  86. }
  87.  
  88. b, strong{
  89. color: {color:Border};
  90. }
  91.  
  92. i, em {
  93. color: {color:Link};
  94. }
  95.  
  96. p {
  97. margin: 3px 0px;
  98. }
  99.  
  100. h1 {
  101. color: {color:Link};
  102. font-size: 20px;
  103. line-height: 95%;
  104. font-weight: normal;
  105. text-transform: uppercase;
  106. text-align: left;
  107. margin-top: 0px;
  108. }
  109.  
  110. h2 {
  111. color: {color:Link};
  112. font-size: 15px;
  113. line-height: 15px;
  114. font-weight: normal;
  115. text-transform: uppercase;
  116. text-align: center;
  117. padding-bottom: 5px;
  118. }
  119.  
  120. blockquote {
  121. border-left: 3px solid {color:Border};
  122. padding: 1px 3px;
  123. }
  124.  
  125. blockquote i {
  126. color: {color:Text};
  127. }
  128.  
  129. blockquote img {
  130. max-width: 480px;
  131. }
  132.  
  133. blockquote blockquote {
  134. margin-left: 8px;
  135. margin-top: 0px;
  136. margin-bottom: 0px;
  137. border-left: 3px solid {color:Border};
  138. padding: 1px 3px;
  139. }
  140.  
  141.  
  142. #navbar {
  143. background-color: transparent;
  144. width: 200px;
  145. height: 100%;
  146. padding: 20px;
  147. top: 0;
  148. left: 0;
  149. position: fixed;
  150. }
  151.  
  152. #navigation {
  153. postition: relative;
  154. }
  155.  
  156. #navigation a {
  157. display: inline-block;
  158. background-color: {color:Navlinks};
  159. color: {color:Link};
  160. font-size: 10px;
  161. text-transform: uppercase;
  162. text-align: center;
  163. transition: all 0.4s ease-out;
  164. -webkit-transition: all 0.4s ease-out;
  165. -moz-transition: all 0.4s ease-out;
  166. -o-transition-transition: all 0.4s ease-out;
  167. width: 60px;
  168. padding: 25px 0px;
  169. margin: 1px;
  170. }
  171.  
  172. #navigation a:hover {
  173. background: {color:Border};
  174. }
  175.  
  176. #navigation img {
  177. position: absolute;
  178. display: inline-block;
  179. border: 3px solid {color:Navlinks};
  180. transition: all 0.4s ease-out;
  181. -webkit-transition: all 0.4s ease-out;
  182. -moz-transition: all 0.4s ease-out;
  183. -o-transition-transition: all 0.4s ease-out;
  184. width: 54px;
  185. height: 54px;
  186. margin: 1px;
  187. padding: 0px;
  188. }
  189.  
  190. #morelinks {
  191. color: {color:Link Hover};
  192. font-size: 12px;
  193. text-transform: lowercase;
  194. text-align: center;
  195. width: 185px;
  196. margin: 8px 0px;
  197. }
  198.  
  199. .sidelinks {
  200. margin-top: 8px;
  201. background-color: transparent;
  202. }
  203.  
  204. .sidelinks a {
  205. display: block;
  206. width: 165px;
  207. padding: 5px 10px;
  208. margin: 2px 0px;
  209. background-color: {color:Navlinks};
  210. letter-spacing: 1px;
  211. font-size: 10px;
  212. text-transform: lowercase;
  213. text-align: center;
  214. }
  215.  
  216. .sidelinks a:hover {
  217. background-color: {color:Border};
  218. }
  219.  
  220. #morelinks .sidelinks {
  221. opacity: 0;
  222. margin-top: -108px;
  223. transition: all 2s ease-in-out;
  224. -webkit-transition: all 2s ease-in-out;
  225. -moz-transition: all 2s ease-in-out;
  226. -o-transition: all 2s ease-in-out;
  227. }
  228.  
  229. #morelinks:hover .sidelinks {
  230. opacity: 1;
  231. margin-top: 8px;
  232. transition: all 1s ease-in-out;
  233. -webkit-transition: all 1s ease-in-out;
  234. -moz-transition: all 1s ease-in-out;
  235. -o-transition: all 1s ease-in-out;
  236. }
  237.  
  238. #entries {
  239. width: 520px;
  240. padding: 10px;
  241. margin: 10px 0px 10px 220px;
  242. position: relative;
  243. }
  244.  
  245. #posts {
  246. background-color: {color:Entry};
  247. width: 500px;
  248. padding: 10px;
  249. position: relative;
  250. }
  251.  
  252. #tagged {
  253. background: {color:Tags};
  254. border-top: 1px solid {color:Border};
  255. width: 500px;
  256. padding: 5px 10px;
  257. font-size: 9px;
  258. text-align: left;
  259. text-transform: uppercase;
  260. margin-bottom: 15px;
  261. }
  262.  
  263. .noted {
  264. position: absolute;
  265. top: 0;
  266. margin-left: 510px;
  267. }
  268.  
  269. .noted a {
  270. width: 50px;
  271. font-size: 10px;
  272. color: #FFF;
  273. background: {color:Border};
  274. display: block;
  275. font-style: italic;
  276. margin: 2px 0px;
  277. padding: 2px 20px;
  278. line-height: 150%;
  279. }
  280.  
  281. .noted a:hover {
  282. color: #FFF;
  283. padding-left: 40px;
  284. }
  285.  
  286. #sidebar {
  287. margin-left: 880px;
  288. margin-top: 20%;
  289. background-color: transparent;
  290. width: 250px;
  291. height: auto;
  292. position: fixed;
  293. z-index: 1000;
  294. }
  295.  
  296. #sideimg {
  297. margin-bottom: 10px;
  298. }
  299.  
  300. #sideimg img {
  301. max-width: 250px;
  302. }
  303.  
  304. .title {
  305. text-align: center;
  306. font-style: italic;
  307. font-size: 12px;
  308. color: {color:Link Hover};
  309. margin: 5px 0px;
  310. }
  311.  
  312. #desc {
  313. background-color: {color:Sidebar};
  314. border-top: 1px dotted {color:Border};
  315. border-bottom: 1px dotted {color:Border};
  316. width: 240px;
  317. font-size: 10px;
  318. text-align: justify;
  319. margin-top: 2px;
  320. padding: 5px;
  321. }
  322.  
  323. #pagination {
  324. text-align: center;
  325. position: right;
  326. height: 100%
  327. padding: 15px;
  328. }
  329.  
  330. .pagenumbers {
  331. font-size: 9px;
  332. margin-top: -10px;
  333. margin-bottom: 5px;
  334. padding-top: 5px;
  335. padding-bottom: 2px;
  336. padding-left: 3px;
  337. padding-right: 3px;
  338. text-align: center;
  339. }
  340.  
  341. .pagenumbers a {
  342. color: {color:link};
  343. font-family: {font:body};
  344. font-size: 24pt;
  345. letter-spacing: 1px;
  346. text-decoration: none;
  347. padding-top: 5px;
  348. }
  349.  
  350. .pagenumbers a:hover {
  351. color: {color:link hover};
  352. }
  353.  
  354. .fancybox-outer, .fancybox-inner {
  355. background: {color:entry};
  356. color: {color:text};
  357. }
  358.  
  359. .fancybox-outer b, .fancybox-inner b {color: #ff1122;} /* Popup window section title color */
  360.  
  361. .question {
  362. font-size: 10px;
  363. font-weight: bold;
  364. padding: 10px;
  365. }
  366.  
  367. .ask {
  368. font-size: 10px;
  369. background-color: {color:entry};
  370. color: {color:body};
  371. margin-bottom: 2px;
  372. padding: 7px;
  373. }
  374.  
  375. .asker {
  376. text-transform: lowercase;
  377. padding-bottom: 2px;
  378. font-size: 11px;
  379. }
  380.  
  381. .answer {
  382. padding: 4px;
  383. }
  384.  
  385. .audio {background-color:black; display:block;}
  386.  
  387. .user_1 .label {color:{color:link}; font-weight:bold}
  388. .user_2 .label {color:{color:link hover}; font-weight:bold}
  389.  
  390.  
  391. ul.chat, .chat ol, .chat li {
  392. list-style: none;
  393. margin: 0px;
  394. padding: 0px;
  395. }
  396.  
  397. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  398.  
  399. ol.notes, .notes li {
  400. list-style:none;
  401. margin: 0px;
  402. padding: 0px;
  403. }
  404.  
  405. .ending {
  406. max-width: 500px;
  407. text-align: left;
  408. padding: 10px;
  409. text-decoration: none;
  410. line-height: 180%;
  411. }
  412.  
  413. .ending a {
  414. text-transform: uppercase;
  415. font-family: 'Share', 'Arial', san-serif;
  416. font-size: 10px;
  417. }
  418.  
  419. .ending img {
  420. width: 12px;
  421. height: 12px;
  422. border: 2px solid {color:Tags};
  423. }
  424.  
  425. </style>
  426. <style type="text/css">{CustomCSS}</style>
  427. </head>
  428.  
  429. <body>
  430. <div id="sidebar">
  431. <div class="title">{Title}</div>
  432. {block:IfSideImg}<div id="sideimg"><img src="{image:sidebar}"></div>
  433. {/block:IfSideImg}
  434. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  435.  
  436. <div id="pagination">
  437. {block:Pagination}<div class="pagenumbers"><br>
  438. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}<br>
  439. Page {CurrentPage} of {TotalPages} </div>
  440. {/block:Pagination}</div>
  441. </div>
  442.  
  443. <div id="navbar">
  444. <div id="navigation">
  445. <img src="{PortraitURL-96}"><a href="/">HOME</a><a href="/">HOME</a><a href="/ask">ASK</a><a href="/submit">SUBMIT</a><a href="/archive">ARCHIVE</a><a href="http://pistachi-o.tumblr.com/tagged/theme">THEME</a>{block:IfNotDropDown}{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}{/block:IfNotDropDown}
  446. </div>
  447.  
  448. {block:IfDropDown}
  449. <div id="morelinks">more links
  450. <div class="sidelinks">
  451. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  452. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  453. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  454. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  455. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  456. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  457. </div>
  458. </div>
  459. {/block:IfDropDown}
  460. </div>
  461.  
  462. <div id="entries">
  463. {block:Posts}
  464. <div id="posts">
  465.  
  466. <div class="noted">
  467. {block:Date}<a href="{Permalink}" style="background-color: {color:Border};">{DayOfMonth} {ShortMonth}, {ShortYear}</a>{/block:Date}
  468. <a href="{Permalink}" style="background-color: {color:Link Hover};">{NoteCount}</a>
  469. </div>
  470.  
  471. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  472. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  473. {block:Text}{Body}{/block:Text}
  474.  
  475. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  476. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  477.  
  478. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  479. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  480.  
  481. {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}
  482.  
  483. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  484.  
  485. {block:Answer}<div class="postalign">
  486. <div class="ask"><div class="asker"><i>{Asker}</i> asked: {Question}</div></div>
  487. <div class="answer">{Answer}</div>
  488. </div>{/block:Answer}
  489.  
  490. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  491. </div>
  492.  
  493. <div id="tagged">
  494. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}{block:ContentSource} / <a href="{SourceURL}">SOURCE</a>{/block:ContentSource} {block:HasTags}Tagged: {block:Tags} #<a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}
  495. </div>
  496.  
  497. {/block:Posts}
  498. {block:PostNotes}<div class="ending">{PostNotes}</div>{/block:PostNotes}
  499. </div>
  500.  
  501.  
  502. </body>
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement