Advertisement
Guest User

jade theme

a guest
Jan 26th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.42 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 44 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link5" content="" />
  32. <meta name="text:link5 url" content="/">
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar-thumb{
  38. background-color: {color:scrollbar};
  39. border: 2px solid transparent;
  40. height:auto;
  41. }
  42.  
  43. ::-webkit-scrollbar {
  44. height:auto;
  45. width:6px;
  46. background-color: transparent;
  47. border:5px solid transparent;
  48. }
  49.  
  50.  
  51. iframe#tumblr_controls {
  52. white-space:nowrap;
  53. -webkit-filter: invert(100%);
  54. -moz-filter: invert(100%);
  55. -o-filter: invert(100%);
  56. -ms-filter: invert(100%);
  57. filter: invert(100%);
  58. opacity:.2;transition: .8s ease-in-out;
  59. -webkit-transition: .8s ease-in-out;
  60. -moz-transition: .8s ease-in-out;
  61. -o-transition: .8s ease-in-out;
  62. }
  63.  
  64. h1 {
  65. font-weight:normal;
  66. font-size:13px;
  67. text-align:center;
  68. font-style:normal;
  69. line-height:100%;
  70. letter-spacing:1px;
  71. text-transform:normal;
  72. color:{color:text};
  73. }
  74.  
  75. h2 {
  76. font-size:10px;
  77. text-align:center;
  78. line-height:100%;
  79. letter-spacing:-0.5px;
  80. color:{color:text};
  81. font-weight:bold;
  82. text-transform:uppercase;
  83. padding:5px;
  84. padding-bottom:2px;
  85. }
  86.  
  87.  
  88. blockquote {
  89. border-left:1px solid #ccc;
  90. padding:17px;
  91. margin:10px 2px 0px 10px
  92. background-color:#fafafa;
  93. }
  94.  
  95. body {
  96. background:{color:background};
  97. background-image: url(http://i.imgur.com/DvwvXx7.jpg);
  98. background-repeat: no-repeat;
  99. background-size: center;
  100. background-attachment: fixed;
  101. position: absolute;
  102. margin-left:720px;
  103. color:{color:text};
  104. font-family:trebuchet ms;
  105. font-size:10px;
  106. line-height:100%;
  107. }
  108.  
  109. /* UPDATES TAB BY THEMESBYZSU.TUMBLR.COM! */
  110. #hardziamupdatestab{
  111. position:fixed;
  112. top:390px;
  113. left:1344px;
  114. width:170px;
  115. z-index:100;
  116. font:10px Calibri;}
  117. #hardziamupdatestab a{text-decoration:none;color:black;}
  118.  
  119. .ziam {
  120. display:inline-block;
  121. border:0px solid black;
  122. background:{color:background};
  123. color:white;
  124. text-transform:uppercase;
  125. margin-left:10px;
  126. padding:3px;
  127. -webkit-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. -o-transition: all 0.5s ease-in-out;
  130. }
  131.  
  132. #bonruffians, #hardziam, #feverfires{
  133. margin-bottom:15px;
  134. }
  135.  
  136. #bonruffians:hover .ziam, #hardziam:hover .ziam, #feverfires:hover .ziam{
  137. margin-left:85px;
  138. -webkit-transition: all 0.5s ease-in-out;
  139. -moz-transition: all 0.5s ease-in-out;
  140. -o-transition: all 0.5s ease-in-out;
  141. }
  142.  
  143. #hardziam:hover .ziam:before, #bonruffians:hover .ziam:before, #feverfires:hover .ziam:before{
  144. opacity:1;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. -o-transition: all 0.5s ease-in-out;
  148. }
  149.  
  150. #hardziam:hover .ziam:after, #bonruffians:hover .ziam:after, #feverfires:hover .ziam:after{
  151. width:83px;
  152. -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;
  155. }
  156.  
  157. .ziam:after{
  158. content:'';
  159. position:fixed;
  160. width:0px;
  161. height:1px;
  162. margin-top:-8px;
  163. left:15px;
  164. background:black;
  165. -webkit-transition: all 0.5s ease-in-out;
  166. -moz-transition: all 0.5s ease-in-out;
  167. -o-transition: all 0.5s ease-in-out;
  168. }
  169.  
  170. .ziam:before{
  171. content:'';
  172. position:fixed;
  173. width:8px;
  174. height:8px;
  175. margin-top:1px;
  176. left:10px;
  177. background:black;
  178. opacity:0;
  179. -webkit-transition: all 0.5s ease-in-out;
  180. -moz-transition: all 0.5s ease-in-out;
  181. -o-transition: all 0.5s ease-in-out;
  182. }
  183. .mulan{
  184. height:0px;
  185. width:100px;
  186. opacity:0;
  187. margin-top:-15px;
  188. margin-left:3px;
  189. border-left:1px solid black;
  190. padding:5px;
  191. overflow:hidden;
  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. #hardziam:hover .mulan, #feverfires:hover .mulan, #bonruffians:hover .mulan{
  198. height:130px;
  199. margin-top:-8px;
  200. opacity:1;
  201. -webkit-transition: all 0.5s ease-in-out;
  202. -moz-transition: all 0.5s ease-in-out;
  203. -o-transition: all 0.5s ease-in-out;
  204. transition-delay: 0.5s;
  205. -webkit-transition-delay: 0.5s; /* Safari */
  206. }
  207. #hardziamupdatestab h3{
  208. font:10px Calibri;
  209. color:#333;
  210. padding:2px;
  211. width:120px;
  212. font-weight:bold;
  213. margin:auto;
  214. height:11px;
  215. text-transform:uppercase;
  216. letter-spacing:3px;
  217. }
  218. #hardziamupdatestab h4{
  219. font:10px Calibri;
  220. color:#ae4b33;
  221. padding:2px;
  222. width:150px;
  223. margin:auto;
  224. text-transform:uppercase;
  225. letter-spacing:2px;
  226. }
  227.  
  228. a {
  229. text-decoration:none;
  230. outline:none;
  231. -moz-outline-style:none;
  232. color:{color:link};
  233. -moz-transition-duration:0.5s;
  234. -webkit-transition-duration:0.5s;
  235. -o-transition-duration:0.5s;
  236. }
  237.  
  238. a:hover {
  239. text-decoration:none;
  240. outline:none;
  241. -moz-outline-style:none;
  242. color:{color:link hover};
  243. }
  244.  
  245. img {
  246. border:none;
  247. }
  248.  
  249.  
  250. #post {
  251. width:500px;
  252. padding-bottom:30px;
  253. margin-top:60px;
  254. }
  255.  
  256. #container {margin: auto;
  257. width: 320;
  258.  
  259. }
  260.  
  261. #pcontainer {
  262. width:570px;
  263. height:550px;
  264. padding: 0px;
  265. top:370px;
  266. margin: auto;
  267. position:fixed;
  268. overflow-y:scroll;
  269. overflow-x:hidden;
  270. border:10px solid {color:borders};
  271.  
  272. }
  273.  
  274. #entries {
  275. padding:10px;
  276. width:500px;
  277. margin-left:17px;
  278. margin-top:10px;
  279. margin-bottom:60px;
  280. }
  281.  
  282.  
  283. #theme {
  284. width:500px;
  285. margin:0 auto -12px auto;
  286. }
  287.  
  288. #sidebar {
  289. color:{color:text};
  290. width:100px;
  291. height:auto;
  292. margin-top:90px;
  293. margin-left:165px;
  294. text-align:left;
  295. }
  296.  
  297. #sidebarimage img {
  298. width:100px;
  299. opacity:.9;
  300. margin-top:-10px;
  301. margin-bottom:0px;
  302. margin-left:43px;
  303. }
  304.  
  305. #links {
  306. font-family:'Gabriola';
  307. width:-70px;
  308. margin-top:189px;
  309. margin-left:-486px;
  310. font-size:38px;
  311. text-transform:uppercase;
  312. text-align:center;
  313. line-height:180%;
  314. }
  315.  
  316. #links a{
  317. line-height:180%;
  318. border-bottom:0px solid #fff;
  319. margin-top:4px;
  320. margin-left:13px;
  321. color:{color:link};
  322. text-decoration:none;
  323. -moz-transition-duration:.2s;
  324. -webkit-transition-duration:.2s;
  325. -o-transition-duration:.2s;
  326. }
  327.  
  328. #links a:hover {
  329. color: {color:link hover};
  330. width:60px;
  331. -moz-transition-duration:0.2s;
  332. -webkit-transition-duration:0.2s;
  333. -o-transition-duration:0.2s;
  334. }
  335.  
  336. #description {
  337. width:300px;
  338. font-family:times;
  339. margin-top:-2px;
  340. margin-left:-58px;
  341. text-align:center;
  342. font-size:9px;
  343. color: {color:text};
  344. letter-spacing:0px;
  345. line-height:170%;
  346. -moz-transition-duration:1s;
  347. -webkit-transition-duration:1s;
  348. -o-transition-duration:1s;
  349. }
  350.  
  351. #description a {
  352. color:{color:link};
  353. }
  354.  
  355. #description a:hover {
  356. color:{color:link hover};
  357. }
  358.  
  359. .sidebartitle {
  360. width:300px;
  361. text-align:center;
  362. font-family:'californian fb';
  363. line-height:120%;
  364. margin-left:-58px;
  365. word-spacing:2px;
  366. font-style:italic;
  367. font-size:16px;
  368. margin-top:10px;
  369. color:{color:title};
  370. }
  371.  
  372. #pagination {
  373. font-family:corbel;
  374. width:500px;
  375. font-size:20px;
  376. margin-top:-35px;
  377. margin-left:-8px;
  378. padding-left:5px;
  379. letter-spacing:1px;
  380. text-align:center;
  381. text-transform:uppercase;
  382. }
  383.  
  384. #pagination a {
  385. color:{color:link};
  386. }
  387.  
  388. #info {
  389. font-family:times;
  390. width:500px;
  391. margin-top:8px;
  392. padding-top:4px;
  393. font-size:7px;
  394. border-top:1px solid #ddd;
  395. opacity:0;
  396. color:{color:text};
  397. text-transform:uppercase;
  398. font-style:normal;
  399. text-align:left;
  400. -moz-transition-duration:0.5s;
  401. -webkit-transition-duration:0.5s;
  402. -o-transition-duration:0.5s;
  403. }
  404.  
  405. #info a {
  406. color:{color:link};
  407. }
  408.  
  409. #info a:hover {
  410. color:{color:link hover};
  411. }
  412.  
  413. .tags {
  414. font-family:times;
  415. font-style:normal;
  416. width:500px;
  417. margin-top:4px;
  418. text-transform:normal;
  419. font-style:normal;
  420. line-height:120%;
  421. padding-top:0px;
  422. font-size:9px;
  423. opacity:0;
  424. letter-spacing:1px;
  425. text-align:left;
  426. -moz-transition-duration:0.5s;
  427. -webkit-transition-duration:0.5s;
  428. -o-transition-duration:0.5s;
  429. }
  430. .tags a{
  431. color:{color:link};
  432. -moz-transition-duration:0.2s;
  433. -webkit-transition-duration:0.2s;
  434. -o-transition-duration:0.2s;
  435. }
  436. .tags a:hover{
  437. color:{color:link hover};
  438. -moz-transition-duration:0.2s;
  439. -webkit-transition-duration:0.2s;
  440. -o-transition-duration:0.2s;
  441. }
  442.  
  443. #post:hover #info{
  444. opacity:1;
  445. -moz-transition-duration:1s;
  446. -webkit-transition-duration:1s;
  447. -o-transition-duration:1s;
  448. }
  449. #post:hover .tags{
  450. opacity:1;
  451. -moz-transition-duration:1s;
  452. -webkit-transition-duration:1s;
  453. -o-transition-duration:1s;
  454. }
  455.  
  456. .audio{
  457. background-color:#e5e5e5;
  458. height:65px;
  459. overflow:hidden;
  460. }
  461.  
  462. #ask {
  463. float:left;
  464. color:{color:text};
  465. }
  466.  
  467. #credit {
  468. font-size:9px;
  469. font-family:cambria;
  470. font-style:italic;
  471. letter-spacing:1px;
  472. -moz-transition-duration:0.5s;
  473. -webkit-transition-duration:0.5s;
  474. -o-transition-duration:0.5s;
  475. }
  476.  
  477. #credit a {
  478. background-color:transparent;
  479. padding:5px;
  480. border:1px solid #e9e9e9;
  481. position:fixed;
  482. right:15px;
  483. bottom:10px
  484. }
  485.  
  486. #credit a:hover {
  487. color:#fff;
  488. background-color:#191919;
  489. }
  490.  
  491. {CustomCSS}</style></head><body>
  492.  
  493. <div id="theme">
  494. <div id="container">
  495. <div id="sidebar">
  496.  
  497. <div id="sidebarimage">
  498. <a href="/"><img src="{image:sidebar}"></a></div>
  499.  
  500. <div class="sidebartitle">{text:sidebartitle}</div>
  501.  
  502. <div id="links">
  503. <a href="{text:link1 url}" title="{text:link1}">¤</a><br>
  504. <a href="{text:link2 url}" title="{text:link2}">°.</a><br>
  505. <a href="{text:link3 url}" title="{text:link3}">∴</a><br>
  506. <a href="{text:link4 url}" title="{text:link4}">•</a><br>
  507. <a href="{text:link5 url}" title="{text:link5}">≡</a><br>
  508. </a>
  509.  
  510. </div>
  511.  
  512. <div id="description">{description}</div>
  513.  
  514. </div>
  515.  
  516. <div id="hardziamupdatestab">
  517. <div id="hardziam">
  518. <div class="ziam">updates</div>
  519. <div class="mulan">
  520. <h3>new theme!</h3>
  521. <h4>subtitle:</h4>
  522. here you can write about what's happening in your life
  523. or whatever else you want.
  524. <br><br>
  525. <h4>subtitle:</h4>
  526. put in some <a href="/">links</a>?<br>
  527. <br><br>
  528. </div></div>
  529.  
  530. <div id="bonruffians">
  531. <div class="ziam">friends</div>
  532. <div class="mulan">
  533. <h3>friends</h3>
  534. <h4>networks:</h4>
  535. put in your networks or families or something. remember, ohana means no one gets left behind
  536. <br><br>
  537. <h4>family:</h4>
  538. or <a href="/">forgotten</a>!<br>
  539. </div>
  540. </div>
  541. <div id="feverfires">
  542. <div class="ziam">currently</div>
  543. <div class="mulan">
  544. <h4>watching:</h4>
  545. faking it. top gear. every disney movie ever
  546. <br><br>
  547. <h4>making:</h4>
  548. gifs, gifs and more gifs.
  549. <br><br>
  550. <h3>request</h3>
  551. send in a request!
  552. </div>
  553. </div>
  554. </div>
  555.  
  556. <div id="pcontainer">
  557.  
  558. <div id="entries">{block:Posts}<div id="post">
  559.  
  560. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  561.  
  562. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  563.  
  564. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  565.  
  566. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  567.  
  568. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  569.  
  570. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  571.  
  572. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  573.  
  574. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  575.  
  576. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  577.  
  578. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  579. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#d588a6>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  580.  
  581. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  582. </div>
  583.  
  584.  
  585. {block:HasTags}
  586. <div class="tags">
  587. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  588. {/block:HasTags}
  589. <div class="postnote">
  590. {block:PostNotes}{PostNotes}{/block:PostNotes}
  591. </div>
  592. </div>
  593. {/block:Posts}
  594.  
  595. <div id="pagination">
  596. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">→</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  597.  
  598. </div>
  599. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  600.  
  601. </body>
  602.  
  603. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement