Advertisement
harreyeh

theme blog theme v1

Mar 20th, 2014
1,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.34 KB | None | 0 0
  1. <head>
  2. <title>{title}</title>
  3.  
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <!---
  6.  
  7. ᴛʜᴇᴍᴇ ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  8. please don't take off the credit it's really small!!!!
  9.  
  10.  
  11. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  12. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  13. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  14. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  15. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  16. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  17. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  18. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  19. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  20. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  21. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  22. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  23.  
  24.  
  25. hardziam.tumblr.com // themesbyzsu.tumblr.com
  26.  
  27. --->
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  30. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  31. <meta name="color:Link" content="#bdb8b8">
  32. <meta name="color:Link Hover" content="#222">
  33.  
  34. <meta name="text:Blog URL" content="put your blog url here!!!" />
  35. <meta name="text:Link1" content="link" />
  36. <meta name="text:Link1 URL" content="/" />
  37. <meta name="text:Link2" content="link" />
  38. <meta name="text:Link2 URL" content="/" />
  39. <meta name="text:Link3" content="link" />
  40. <meta name="text:Link3 URL" content="/" />
  41. <meta name="text:Link4" content="link" />
  42. <meta name="text:Link4 URL" content="/" />
  43. <meta name="text:Link5" content="link" />
  44. <meta name="text:Link5 URL" content="/" />
  45.  
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar {background-color:#fff; height:3px; width:3px; opacity:0.5;}
  49. ::-webkit-scrollbar-thumb:vertical {background-color:#eee; height:40px;opacity:0.5;}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:#eee; opacity:0.5; height:8px!important}
  51.  
  52.  
  53. div#qTip {
  54. text-align: center;
  55. text-transform: lowercase;
  56. letter-spacing: 0px;
  57. background: #000000;
  58. display: none;
  59. font-style: italic;
  60. font-family: times;
  61. max-width: 350px;
  62. min-width:50px;
  63. position: absolute;
  64. z-index: 9999;
  65. color: white;
  66. font-size: 9px;
  67. padding: 4px;
  68. line-height: 10px;
  69. margin: -5px 0 0 10px;
  70. border-radius: 2px;
  71. letter-spacing: 1px;
  72. }
  73.  
  74.  
  75. body {
  76. padding: 0;
  77. margin:auto;
  78. position:absolute;
  79. font-size:10px;
  80. font-family: 'Lato' sans-serif;
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. color:{color:Link};
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;
  90. }
  91.  
  92. a:hover {
  93. color:{color:Link Hover}; /*change link hover color */
  94. -webkit-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. -o-transition: all 0.5s ease-in-out;
  97. }
  98.  
  99. pre{
  100. width:250px;
  101. text-align:left;
  102. overflow:auto;
  103. background:#f8f8f8;
  104. }
  105.  
  106. #cont {
  107. width:700px;
  108. height:600px;
  109. background:white;
  110. position:fixed;
  111. left:100px;
  112. }
  113.  
  114. #info {
  115. background:#fff;
  116. padding:5px 10px 5px 10px;
  117. color:#ddd;
  118. width:310px;
  119. text-align:center;
  120. margin-bottom:-6px;
  121. margin-left:-20px;
  122. z-index:100000;
  123. }
  124.  
  125. .line {
  126. background:#ddd;
  127. margin-top:5px;
  128. height:1px;
  129. width:310px;
  130. margin-bottom:-7px;
  131. }
  132.  
  133. .date{
  134. background:white;
  135. margin-left:40px;
  136. width:85px;
  137. }
  138.  
  139. .tags{
  140. display:none;
  141. }
  142.  
  143. #posts {
  144. width:320px;
  145. padding:10px;
  146. height:95%;
  147. left:801px;
  148. text-align:center;
  149. top:0px;
  150. position:fixed;
  151. padding-top:20px;
  152. overflow:auto;
  153. border:solid black;
  154. border-width:0px 0px 0px 1px;
  155. background:white;
  156. }
  157.  
  158. #post{
  159. width:300px;
  160. padding:5px;
  161. text-align:left;
  162. font-size:10px;
  163. margin-bottom:30px;
  164. }
  165.  
  166. #post img{
  167. max-width:250px;
  168. }
  169.  
  170. #profiles {
  171. width:100%;
  172. height:100%;
  173. }
  174.  
  175. .dudes {
  176. height:140px;
  177. margin-top:80px;
  178. margin-bottom:-58px;
  179. padding-bottom:3px;
  180. overflow-x:auto;
  181. overflow-y:hidden;
  182. }
  183.  
  184. .dudes::-webkit-scrollbar{background-color:#f1f1f1; height:3px; width:3px; opacity:0.5;}
  185. .dudes::-webkit-scrollbar-thumb{background-color:#333; height:40px;opacity:0.5;}
  186. .dudes::-webkit-scrollbar-thumb:horizontal {background-color:#333; opacity:0.5; height:8px!important}
  187.  
  188. .dude {
  189. width:200px;
  190. height:130px;
  191. overflow:hidden;
  192. background-color:#fff;
  193. padding-right:10px;
  194. position:relative;
  195. -webkit-transition-duration:.8s;
  196. -moz-transition-duration:.8s;
  197. -o-transition-duration:.8s;
  198. -ms-transition-duration:.8s;
  199. }
  200.  
  201. .header {
  202. color:#333;
  203. font-family:Lato;
  204. text-transform:uppercase;
  205. letter-spacing:2px;
  206. padding:10px;
  207. text-align:center;
  208. }
  209.  
  210. #questions{
  211. width:700px;
  212. height:200px;
  213. border-top:1px solid black;
  214. position:fixed;
  215. bottom:30px;
  216. }
  217.  
  218.  
  219. #header {
  220. color:#333;
  221. font-family:Lato;
  222. text-transform:uppercase;
  223. letter-spacing:2px;
  224. padding:10px;
  225. text-align:center;
  226. position:absolute;
  227. width:680px;
  228. background:white;
  229. z-index:1000000000;
  230. top:0px;
  231. border-bottom:1px solid black;
  232. }
  233. #header a{
  234. color:#333;
  235. font-weight:bold;
  236. display:inline-block;
  237. font-style:none;
  238. font-size:9px;
  239. padding:3px;
  240. letter-spacing:2px;
  241. border:1px solid white;
  242. }
  243.  
  244. #header a:hover{
  245. border:1px solid #333;
  246. }
  247.  
  248. .icon {
  249. width:200px;
  250. height:150px;
  251. z-index:1;
  252. overflow:hidden;
  253. margin-left:0px;
  254. -webkit-transition-duration:.8s;
  255. -moz-transition-duration:.8s;
  256. -o-transition-duration:.8s;
  257. -ms-transition-duration:.8s;
  258. }
  259.  
  260. .icon img {
  261. width:200px;
  262. height:130px;
  263. z-index:-999;
  264. -webkit-transition-duration:.8s;
  265.  
  266. }
  267.  
  268. td {
  269. width:150px;
  270. -webkit-transition-duration:.4s;
  271. -moz-transition-duration:.4s;
  272. -o-transition-duration:.4s;
  273. -ms-transition-duration:.4s;
  274.  
  275. }
  276.  
  277.  
  278. .name {
  279. width:200px;
  280. margin-left:0px;
  281. font-size:9px;
  282. font-family:Lato;
  283. text-transform:uppercase;
  284. text-align:center;
  285. letter-spacing:5px;
  286. position:absolute;
  287. margin-top:0px;
  288. color:white;
  289. -webkit-transition-duration:.7s;
  290. -moz-transition-duration:.7s;
  291. -o-transition-duration:.7s;
  292. -ms-transition-duration:.7s;
  293. }
  294.  
  295. .name a {
  296. display:block;
  297. color:black;
  298. font-weight:bold;
  299. padding:5px 10px 5px 10px;
  300. border-bottom:3px solid rgba(0,0,0,0.4);
  301. background-color:rgba(255,255,255,0.8);
  302. width:180px;
  303. }
  304.  
  305.  
  306. td:hover .icon img {
  307. z-index:-999;
  308. }
  309.  
  310.  
  311. td:hover .name {
  312. margin-top:-150px;
  313. }
  314.  
  315. .description {
  316. background:white;
  317. color:#222;
  318. display:block;
  319. width:185px;
  320. min-height:110px;
  321. position:absolute;
  322. text-align:center;
  323. margin-top:30px;
  324. text-transform:uppercase;
  325. padding:10px;
  326. font-family:'Lato' sans-serif;
  327. font-size:9px;
  328. letter-spacing:1px;
  329. margin-left:-5px;
  330. -webkit-transition-duration:.7s;
  331. -moz-transition-duration:.7s;
  332. -o-transition-duration:.7s;
  333. -ms-transition-duration:.7s;
  334.  
  335. }
  336.  
  337. .description a{
  338. color:#000;
  339. border-bottom:1px solid white;
  340. -webkit-transition-duration:.8s;
  341. -moz-transition-duration:.8s;
  342. -o-transition-duration:.8s;
  343. -ms-transition-duration:.8s;
  344. }
  345.  
  346. .description a:hover{
  347. color:black;
  348. border-bottom:1px solid black;
  349. -webkit-transition-duration:.4s;
  350. -moz-transition-duration:.4s;
  351. -o-transition-duration:.4s;
  352. -ms-transition-duration:.4s;
  353. }
  354.  
  355. td:hover .description {
  356. margin-top:-120px;
  357. }
  358.  
  359. .etc {
  360. border-bottom:1px solid #eee;
  361. margin-bottom:15px;
  362. }
  363. .etc a{
  364. display:inline-block;
  365. width:10px;
  366. height:10px;
  367. background:#ddd;
  368. overflow:hidden;
  369. margin-bottom:-6px;
  370. }
  371.  
  372. .etc a:first-child{
  373. background:#333; border:1px solid #333;
  374. }
  375. .etc a:nth-of-type(2n+0) {BACKGROUND-COLOR: #aaa; border:1px solid #aaa}
  376. .etc a:nth-of-type(3n+0) {BACKGROUND-COLOR: #ccc; border:1px solid #ccc}
  377. .etc a:nth-of-type(4n+0) {BACKGROUND-COLOR: #eee; border:1px solid #eee}
  378.  
  379. .etc a:hover{
  380. background:white;
  381. }
  382.  
  383. blockquote {
  384. margin-left:10px;
  385. border-left:2px solid #eee;
  386. padding-left:5px;
  387. }
  388.  
  389. #credit a{
  390. position:fixed;
  391. right:3px;
  392. bottom:3px;
  393. padding:4px;
  394. width:15px;
  395. text-transform:none;
  396. font-family: 'Lato' sans-serif;
  397. font-weight:none;
  398. letter-spacing:1px;
  399. font-size:9px;
  400. border:1px solid;
  401. outline:3px solid white;
  402. opacity:1;
  403. border-color:#bbb;
  404. background: #fff;
  405. -moz-transition-duration:1s;
  406. -webkit-transition-duration:1s;
  407. -o-transition-duration:1s;
  408. }
  409.  
  410. #credit span{
  411. position:fixed;
  412. bottom:4px;
  413. height:9px;
  414. color:white;
  415. padding:5px;
  416. line-height:9px;
  417. right:-90px;
  418. background:black;
  419. text-transform:uppercase;
  420. letter-spacing:2px;
  421. font-weight:300;
  422. -moz-transition-duration:1s;
  423. -webkit-transition-duration:1s;
  424. -o-transition-duration:1s;
  425. }
  426.  
  427. #credit:hover span{
  428. right:30px;
  429. -moz-transition-duration:1s;
  430. -webkit-transition-duration:1s;
  431. -o-transition-duration:1s;
  432. }
  433. #credit a:hover {
  434. opacity:1;
  435. width:15px;
  436. border-color:black;
  437. color:black;
  438. -moz-transition-duration:0.5s;
  439. -webkit-transition-duration:0.5s;
  440. -o-transition-duration:0.5s;
  441. }
  442.  
  443.  
  444. ol.notes {
  445. padding: 0px;
  446. margin: 25px 30px;
  447. list-style-type: none;
  448. text-align:center;
  449. position: relative;
  450. z-index: 2;
  451. text-transform: uppercase;
  452. font-size: 9px;
  453. letter-spacing:1px;
  454. clear:both;}
  455.  
  456. ol.notes a {color: ;}
  457.  
  458. ol.notes li.note {padding: 10px;}
  459.  
  460. ol.notes li.note img.avatar {
  461. vertical-align: -4px;
  462. margin-right: 10px;
  463. width: 16px;
  464. height: 16px;}
  465.  
  466. ol.notes li.note span.action {font-weight: normal;}
  467.  
  468. ol.notes li.note .answer_content {font-weight: normal;}
  469.  
  470. ol.notes li.note blockquote {
  471. border-color: #eee;
  472. padding: 4px 10px;
  473. margin: 10px 0px 0px 25px;}
  474.  
  475. ol.notes li.note blockquote a {text-decoration: none;}
  476.  
  477. </style>
  478.  
  479.  
  480. <body>
  481. <div id="cont">
  482.  
  483. <div id="posts">
  484. {block:Posts}
  485. <div id="post">
  486.  
  487. <div class="etc">
  488. <a href="{ReblogURL}" title="reblog"></a>
  489. {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}"></a>{/block:NoteCount}
  490. {block:RebloggedFrom}
  491. <a href="{ReblogParentURL}" title="via"></a>
  492. {block:ContentSource} <a href="{SourceURL}" title="source"></a>{block:ContentSource}{/block:RebloggedFrom}
  493. </div>
  494.  
  495. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  496.  
  497. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  498.  
  499. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  500. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  501.  
  502. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  503. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  504.  
  505. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  506. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  507.  
  508. {block:Answer}
  509. <div id="question" style="background:#eee; padding:5px;">
  510. <div class="q">{Question} - {Asker}</div>
  511. </div>
  512.  
  513. <div id="answer">
  514. {Answer}
  515. </div>
  516. {/block:Answer}
  517.  
  518.  
  519.  
  520. {block:Audio}
  521.  
  522. {block:AlbumArt}
  523.  
  524. <div id="audio">
  525. <div class="album_art">
  526. <img width="100px" style="float:right" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - ckName}{/block:TrackName}" style="margin-bottom:10px;" />
  527. {/block:AlbumArt}
  528.  
  529.  
  530.  
  531.  
  532. <div class="audio">
  533.  
  534. <div class="meta">
  535. <div class="player" style="float:right; width:25px; overflow:hidden; background:#eee; margin-bottom:-10px; border:10px solid #eee">{AudioPlayerWhite}</div>
  536.  
  537. <font style="font-weight:bold; letter-spacing:1px; font-size:12px; text-transform:uppercase;">{block:TrackName}{TrackName}{/block:TrackName}</font><br>
  538.  
  539. {block:Artist}{Artist}{/block:Artist}<br>
  540. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  541.  
  542. </div> </div>
  543. </div>
  544. <div id="caption">
  545. {Caption}
  546. </div>
  547. </div>
  548. {/block:Audio}
  549.  
  550.  
  551.  
  552. <div id="info">
  553. <div class="line"></div>
  554. <div class="date">
  555. <a href="{Permalink}" title="{TimeAgo}"><span style="text-transform:uppercase; letter-spacing:1px;">{ShortDayOfWeek} {DayOfMonthWithZero} {Year}</span></a> </a>{/block:Date}
  556. </div>
  557. <div class="tags">
  558.  
  559. {block:HasTags} {block:Tags}<a href="{TagURL}">{Tag};</a> {/block:Tags}{/block:HasTags}</div></div></div><br>
  560. {/block:Posts}
  561.  
  562. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} //
  563. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  564.  
  565. {block:PostNotes}
  566. {NoteCountWithLabel}
  567. {PostNotes-16}
  568. {/block:PostNotes}
  569.  
  570.  
  571. </div>
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579. <!---------
  580.  
  581.  
  582.  
  583.  
  584. HELLO!
  585. PUT YOUR THEMES BELOW THIS BIT HERE!!!!!!
  586.  
  587.  
  588.  
  589.  
  590.  
  591. ---------->
  592.  
  593.  
  594. <div id="header"><img src="{PortraitURL-40}" style="float:left"><big><big>{title}</big><br>
  595. <a href="{text:Link1 URL}">{text:Link1}</a>
  596. <a href="{text:Link2 URL}">{text:Link2}</a>
  597. <a href="{text:Link3 URL}">{text:Link3}</a>
  598. <a href="{text:Link4 URL}">{text:Link4}</a>
  599. <a href="{text:Link5 URL}">{text:Link5}</a>
  600. </big>
  601. </div>
  602.  
  603. <div class="dudes">
  604. <div id="profiles">
  605. <table align="center" style="margin-top:0px;">
  606. <tr>
  607. <td>
  608. <div class="header" style="width:100px;">themes<br><span style="font-style:italic;text-transform:none;font-size:7px;letter-spacing:2px;">
  609. here you can write a little description of your themes
  610. </span></div>
  611.  
  612. </td>
  613.  
  614.  
  615. <td>
  616. <div class="dude">
  617. <div class="icon"><img src="THEME IMAGE URL"></div>
  618. <div class="name">
  619. <a href="/">- THEME NAME -<br>
  620. <small><small>short subtitle</small></small></a>
  621. </div>
  622.  
  623.  
  624. <div class="description">
  625. theme description
  626. <p>
  627. <a href="PREVIEW URL">preview</a> - <a href="CODE/POST URL">info</a>
  628. </p>
  629. </div>
  630. </div>
  631. </td>
  632.  
  633. <!------- PUT YOUR NEXT THEMES UNDER THIS. make sure that they DO NOT TOUCH the </tr></table></div></div>!!!!!!!!!
  634.  
  635.  
  636. copy this template for each new theme. If the theme is new, add in this:
  637.  
  638. <font style="color:red; font-weight:bold; font-style:italic">New!</font>
  639.  
  640.  
  641. <td>
  642. <div class="dude">
  643. <div class="icon"><img src="THEME IMAGE URL"></div>
  644. <div class="name">
  645. <a href="/">- THEME NAME -<br>
  646. <small><small>short subtitle</small></small></a>
  647. </div>
  648.  
  649.  
  650. <div class="description">
  651. theme description <p>
  652. <a href="PREVIEW URL">preview</a> - <a href="CODE/POST URL">info</a>
  653. </p>
  654. </div>
  655. </div>
  656. </td>
  657.  
  658.  
  659.  
  660. --------->
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668. </tr>
  669. </table>
  670. </div>
  671. </div>
  672.  
  673.  
  674. <div class="dudes">
  675. <div id="profiles">
  676. <table align="center"style="margin-top:-10px;">
  677. <tr>
  678. <td>
  679. <div class="header" style="width:100px">pages<br><span style="font-style:italic;text-transform:none;font-size:7px;letter-spacing:2px;">
  680. here you can write a little description of your pages or other codes. if you don't have pages, you could put theme recs here.
  681. </span></div>
  682. <br>
  683. <br>
  684. </td>
  685.  
  686. <td>
  687. <div class="dude">
  688. <div class="icon"><img src="THEME IMAGE URL"></div>
  689. <div class="name">
  690. <a href="/">- THEME NAME -<br>
  691. <small><small>short subtitle</small></small></a>
  692. </div>
  693.  
  694.  
  695. <div class="description">
  696. theme description
  697. <p>
  698. <a href="PREVIEW URL">preview</a> - <a href="CODE/POST URL">info</a>
  699. </p>
  700. </div>
  701. </div>
  702. </td>
  703.  
  704. <!------- PUT YOUR NEXT THEMES UNDER THIS. make sure that they DO NOT TOUCH the </tr></table></div></div>!!!!!!!!!
  705.  
  706.  
  707. copy this template for each new theme. If the theme is new, add in this:
  708.  
  709. <font style="color:red; font-weight:bold; font-style:italic">New!</font>
  710.  
  711.  
  712. <td>
  713. <div class="dude">
  714. <div class="icon"><img src="THEME IMAGE URL"></div>
  715. <div class="name">
  716. <a href="/">- THEME NAME -<br>
  717. <small><small>short subtitle</small></small></a>
  718. </div>
  719.  
  720.  
  721. <div class="description">
  722. theme description <p>
  723. <a href="PREVIEW URL">preview</a> - <a href="CODE/POST URL">info</a>
  724. </p>
  725. </div>
  726. </div>
  727. </td>
  728.  
  729.  
  730.  
  731. --------->
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741. </tr>
  742. </table>
  743. <br><br>
  744. <div id="questions">
  745. <div class="header">questions?</div>
  746.  
  747. <iframe style="margin-left:10px" frameborder="0" height="190px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{text:Blog URL}.tumblr.com" width="95%"></iframe>
  748. </div>
  749. </div>
  750.  
  751.  
  752.  
  753. <div id="credit">
  754. <span>theme credit</span>
  755. <a href="http://hardziam.tumblr.com">HZ</a></div>
  756. </body>
  757. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement