Advertisement
Guest User

isd theme

a guest
Nov 25th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.58 KB | None | 0 0
  1. <!--theme4 what paradise by kahniss
  2. DON'T remove credit
  3. Don'T use as your onw
  4. DON'T use as base code-->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#ffffff">
  14. <meta name="color:navibg" content="#986d73">
  15. <meta name="color:navifont" content="#ffffff">
  16. <meta name="color:navibghover" content="#fff9fa">
  17. <meta name="color:navifonthover" content="#4e4e4e">
  18. <meta name="color:containerbg" content="#fff5f7">
  19. <meta name="color:stuffbg" content="#f4f4f4">
  20. <meta name="color:datebuttonbg" content="#e7ced1">
  21. <meta name="color:datebuttonbghover" content="#d7d4d4">
  22. <meta name="color:datebuttonfont" content="#b197ad">
  23. <meta name="color:datebuttonfonthover" content="#ffffff">
  24. <meta name="color:link" content="#7b7b7b">
  25. <meta name="color:hover" content="#1c1c1c">
  26. <meta name="color:text" content="#4e4e4e">
  27. <meta name="color:scrollbar" content="#eeeeee">
  28. <meta name="color:boxbg" content="#f4f4f4">
  29. <meta name="color:boxtext" content="#8b8b8b">
  30. <meta name="color:boxtextaccent" content="#9b5a63">
  31. <meta name="color:boximageaccent" content="#9b5a63">
  32. <meta name="color:boximageaccenthover" content="#60343a">
  33. <meta name="color:officiallinksbg" content="#d3b8bb">
  34. <meta name="color:officiallinksbghover" content="#986f76">
  35.  
  36.  
  37. <meta name="image:header" content=""/>
  38.  
  39.  
  40. <meta name="text:link1" content="">
  41. <meta name="text:link1 url" content="/">
  42. <meta name="text:link2" content="">
  43. <meta name="text:link2 url" content="/">
  44. <meta name="text:link3" content="">
  45. <meta name="text:link3 url" content="/">
  46. <meta name="text:link4" content="">
  47. <meta name="text:link4 url" content="/">
  48. <meta name="text:link5" content="">
  49. <meta name="text:link5 url" content="/">
  50. <meta name="text:link6" content="">
  51. <meta name="text:link6 url" content="/">
  52.  
  53.  
  54. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  55. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  56. <link rel="shortcut icon" href="{Favicon}" />
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  58.  
  59.  
  60.  
  61. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  62.  
  63.  
  64. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  65. <script type='text/javascript'> $(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); </script>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. a {
  71. color:{color:link};
  72. text-decoration:none;
  73. -moz-transition-duration:0.5s;
  74. -webkit-transition-duration:0.5s;
  75. -o-transition-duration:0.5s;
  76. }
  77.  
  78. a:hover {
  79. color:{color:hover};
  80. text-decoration:none;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. }
  85.  
  86.  
  87. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  88. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  89. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  90.  
  91. body {
  92. background-color:{color:bg};
  93. margin: 0px;
  94. font-family: Arial, Helvetica,sans-serif;;
  95. font-size: 11px;
  96. }
  97.  
  98. h1 {
  99. font-weight:normal;
  100. font-size:11px;
  101. text-align:center;
  102. font-style:normal;
  103. line-height:80%;
  104. letter-spacing:1px;
  105. color:#2d2d2d;
  106. text-align:left;
  107. }
  108.  
  109. h2 {
  110. padding:10px;
  111. color:#ffffff;
  112. background-color:#1f1d1b;
  113. font-size:14px;
  114. letter-spacing:0px;
  115. line-height:140%;
  116. text-align:left;
  117. text-align:justify;
  118. }
  119.  
  120.  
  121.  
  122. blockquote {
  123. padding:0px;
  124. padding-left:10px;
  125. margin:5px;
  126. background-color:auto;
  127. }
  128.  
  129. #theme {
  130. background-color: transparent;
  131. width:900px;
  132. margin: 0 auto -12px auto;
  133. text-align: center;
  134. }
  135.  
  136. /*/ HEADER /*/
  137.  
  138. #header{
  139. width:880px;
  140. height:500px;
  141. overflow:hidden;
  142. position:relative;
  143. margin-top:0px;
  144. left:-18px;
  145. }
  146.  
  147.  
  148.  
  149.  
  150. /*/ CONTAINER /*/
  151.  
  152. .containerbg{
  153. padding:20px;
  154. margin-left:-36px;
  155. margin-top:35px;
  156. background:{color:stuffbg};
  157. padding-top:10px;
  158. width: 510px;
  159. z-index:-1000;
  160. }
  161.  
  162.  
  163. /*/ POSTS /*/
  164.  
  165. #stuffcontainer {
  166. float:left;
  167. margin-left:-257px;
  168. margin-top:-120px;
  169. text-align:justify;
  170. color:{color:stuffbg};
  171. margin-bottom: 0px;
  172. }
  173.  
  174.  
  175. #stuff {
  176. width:500px;
  177. margin-top:-10px;
  178. padding-bottom:0px;
  179. text-align:justify;
  180. font-size:11px;
  181. letter-spacing:0x;
  182. background-color:{color:stuffbg};
  183. padding: 15px;
  184.  
  185. color:{color:text};
  186. }
  187.  
  188.  
  189. /*/ NOTES /*/
  190.  
  191.  
  192. #not {
  193. font-weight: bold;
  194. width:500px;
  195. padding:0px;
  196. margin-top:10px;
  197. text-align:left;
  198. text-transform: capitalize;
  199. }
  200.  
  201. #not a {
  202. text-transform:uppercase;
  203. font-family:arial;
  204. font-size:9px;
  205. letter-spacing:0px;
  206. text-align:left;
  207. padding:8px;
  208. margin-right:5px;
  209. display:inline-block;
  210. background-color:{color:datebuttonbg};
  211. color:{color:datebuttonfont};
  212. }
  213.  
  214. #not a:hover {
  215. background-color:{color:datebuttonbghover};
  216. color:{color:datebuttonfonthover};
  217. }
  218.  
  219. #nots {
  220. text-transform:uppercase;
  221. margin-top:-25px;
  222. width:400px;
  223. font-family:arial;
  224. font-size:9px;
  225. margin-left:90px;
  226. text-align:left;
  227. }
  228.  
  229. #nots a {
  230. background-color:transparent;
  231. text-transform:uppercase;
  232. font-family:arial;
  233. font-size:9px;
  234. margin-left:0px;
  235. text-align:left;
  236. padding:0px;
  237. }
  238.  
  239. #nots a:hover {
  240. background-color:transparent;
  241. }
  242.  
  243.  
  244. /*/ TAGS /*/
  245.  
  246.  
  247. .tags {
  248. margin-top:4px;
  249. padding-top:0px;
  250. font-family: arial;
  251. font-size: 10px;
  252. text-align:left;
  253. letter-spacing:0px;
  254. width:490px;
  255. background-color:#f7f7f7;
  256. padding:6px;
  257. }
  258.  
  259.  
  260. .tags a:hover {
  261. text-decoration:underline;
  262. }
  263.  
  264.  
  265. ol.notes {
  266. padding:0px;
  267. margin:0px -10px;
  268. font-family:arial;
  269. font-size: 9px;
  270. width: 500px;
  271. list-style-type:none;
  272. background-color:transparent;
  273. }
  274. ol.notes li.note {
  275. padding: 10px;
  276. }
  277. ol.notes li.note img.avatar {
  278. vertical-align:-4px;
  279. border-radius:100%;
  280. margin-right:10px;
  281. width:16px;
  282. height:16px;
  283. }
  284. ol.notes li.note span.action {
  285. font-weight:normal;
  286. }
  287. ol.notes li.note .answer_content {
  288. font-weight:normal;
  289. }
  290. ol.notes li.note blockquote {
  291. padding:9px 6px 9px 6px;
  292. margin:10px 0px 0px 25px;
  293. }
  294.  
  295.  
  296.  
  297. /*/ OTHER /*/
  298.  
  299. .caption {
  300. width:500px;
  301. text-align:auto
  302. line-height:120%;
  303. }
  304.  
  305. .ask {
  306. padding:10px;
  307. border-radius:5px;
  308. text-align:left;
  309. color:{color:text};
  310. background-color:#f7f7f7;
  311. border:1px solid #fafafa;
  312. }
  313.  
  314. .asker {
  315. text-transform:uppercase;
  316. margin-left:0px;
  317. margin-top:3px;
  318. font-family: calibri;
  319. font-size:8px;
  320. color:{color:link};
  321. }
  322.  
  323. .question {
  324. text-transform:uppercase;
  325. width:420px;
  326. font-family: calibri;
  327. text-align:left;
  328. font-size:10px;
  329. padding:10px;
  330. margin-left:40px;
  331. margin-top:-40px;
  332. background-color:#fff;
  333. color:{color:text};
  334. }
  335.  
  336. .answer {
  337. text-align:left;
  338. padding:10px;
  339. color:{color:text};
  340. }
  341.  
  342. .audio {
  343. width:500px;
  344. padding-bottom:10px;
  345. background-color:{color:infobg};
  346. }
  347.  
  348. .albumart {
  349. float:left;
  350. padding:0px 10px 10px 0px;
  351. }
  352.  
  353. .albumart img {
  354. width:45px;
  355. height:45px;
  356. }
  357.  
  358. .playercontainer {
  359. text-align:left;
  360. padding:10px;
  361. background-color:#ffffff;
  362. width:480px;
  363. }
  364.  
  365. .audioinfo {
  366. padding:10px;
  367. color:{color:text};
  368. }
  369.  
  370. ul.chat, .chat ol, .chat li {
  371. list-style:none;
  372. margin:0px;
  373. padding:2px;
  374. }
  375.  
  376. .label {
  377. text-decoration:underline;
  378. font-weight:700;
  379. background-color:{color:infobg};
  380. margin-right:5px;
  381. }
  382.  
  383.  
  384. /*/ BOXES /*/
  385.  
  386.  
  387. #sidebar{
  388. margin-left:600px;
  389. }
  390.  
  391. #boxes {
  392. width: 280px;
  393. margin-left:-613px;
  394. margin-top:-84px;
  395. position: absolute;
  396. text-decoration: none;
  397. text-align:center;
  398. text-align:justify;
  399. }
  400.  
  401. .boxtext {
  402. background: {color:boxbg};
  403. width: 290px;
  404. margin-top:-5px;
  405. text-align: justify;
  406. font-family: arial;
  407. font-size: 11px;
  408. padding-left: 0px;
  409. padding:15px;
  410. padding-top:20px;
  411. padding-bottom:20px;
  412. color:{color:boxtext};
  413. }
  414.  
  415.  
  416. /*/ MEMBERS /*/
  417.  
  418. .m {
  419. width:300px;
  420. margin-left:0px;
  421. line-height: 17px;
  422. }
  423.  
  424. .m a {
  425. padding-right:1px;
  426. }
  427.  
  428. .m img {
  429. margin: 0px;
  430. padding: 2px;
  431. border-radius: 2px;
  432. border: 1px solid {color:boximageaccent};
  433. width:40px;
  434. }
  435.  
  436. .m img:hover {
  437. margin: 0px;
  438. padding: 2px;
  439. -moz-border-radius: 3px;
  440. border-radius: 2px;
  441. border: {color:boximageaccenthover} 1px solid;
  442. }
  443.  
  444.  
  445. /*/ PROJECTS /*/
  446.  
  447. .projects {
  448. margin-top:-55px;
  449. margin-left:0px;
  450. width: 300px;
  451. font-family: arial;
  452. font-size: 11px;
  453. line-height: 17px;
  454. padding: 0px;
  455. text-align: justify;
  456. }
  457.  
  458.  
  459. .projects img {
  460. margin: 0px;
  461. padding: 0px;
  462. border-radius: 0px;
  463. border: 3px solid {color:boximageaccent};
  464. }
  465.  
  466. .projects img:hover {
  467. margin: 0px;
  468. padding: 0px;
  469. -moz-border-radius: 3px;
  470. border-radius: 2px;
  471. border: 3px solid {color:boximageaccenthover};
  472. }
  473.  
  474.  
  475. .project {
  476. margin-top:0px;
  477. font-family: arial;
  478. text-transform: capitalize;
  479. font-size: 10px;
  480. letter-spacing: -1px;
  481. }
  482.  
  483.  
  484. /*/ OFFICIAL LINKS /*/
  485.  
  486.  
  487. .officiallinks {
  488. margin-left:-40px;
  489. }
  490.  
  491. .officiallinks a {
  492. font-family: arial;
  493. font-size:10px;
  494. background: none repeat scroll 0% 0% {color:officiallinksbg};
  495. padding: 8px;
  496. display: block;
  497. width: 270px;
  498. text-align: left;
  499. color: {color:officiallinksfontg};
  500. margin-bottom:4px;
  501. }
  502.  
  503. .officiallinks a:hover {
  504. background: none repeat scroll 0% 0% {color:officiallinksbghover};
  505. padding: 8px;
  506. display: block;
  507. width: 270px;
  508. text-align: left;
  509. color: {color:officiallinksfonthover};
  510. text-decoration:underline;
  511. margin-bottom:4px;
  512. }
  513.  
  514.  
  515. /*/ AFFILIATES /*/
  516.  
  517.  
  518. .affiliates {
  519. width: 290px;
  520. }
  521.  
  522. .affiliates img {
  523. width: 85px;
  524. height: 100px;
  525. margin: 2px;
  526. padding: 0px;
  527. border-radius: 2px;
  528. border-bottom: 3px solid {color:boximageaccent};
  529. }
  530.  
  531. .affiliates img:hover {
  532. margin: 2px;
  533. padding: 0px;
  534. -moz-border-radius: 3px;
  535. border-radius: 2px;
  536. border-bottom: 3px solid {color:boximageaccenthover};
  537. }
  538.  
  539.  
  540. /*/ PAGINATION /*/
  541.  
  542. #pagi {
  543. padding:15px;
  544. width:500px;
  545. text-align:center;
  546. margin-bottom:30px;
  547. font-family:arial;
  548. font-size:12px;
  549. letter-spacing:4px;
  550. text-transform:uppercase;
  551. font-style:italic;
  552. z-index:100;
  553. background-color:{color:stuffbg};
  554. }
  555.  
  556.  
  557. #pagi a:hover {
  558. color:{color:hover}
  559. }
  560.  
  561.  
  562.  
  563.  
  564. {CustomCSS}
  565.  
  566. </style></head>
  567.  
  568. <body>
  569. <div id="theme">
  570. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  571.  
  572. <div id="header"><img id="Image-Maps-Com-image-maps-2014-11-23-080443" src="http://www.image-maps.com/m/private/0/uao6lh6okdcjqhs0tv11e8lkn6_bamn.jpg" border="0" width="870" height="500" orgWidth="870" orgHeight="500" usemap="#image-maps-2014-11-23-080443" alt="" />
  573. <map name="image-maps-2014-05-29-210720" id="ImageMapsCom-image-maps-2014-05-29-210720">
  574. <area alt="" title="" href="http://iansomerhalderdaily.tumblr.com/" shape="rect" coords="460,230,527,280" style="outline:none;" target="_self" />
  575.  
  576. <area alt="" title="" href="http://iansomerhalderdaily.tumblr.com/ask" shape="rect" coords="556,224,660,274" style="outline:none;" target="_self" />
  577. <area alt="" title="" href="http://iansomerhalderdaily.tumblr.com/navigation" shape="rect" coords="700,227,839,267" style="outline:none;" target="_self" />
  578. <area alt="" title="" href="http://iansomerhalderdaily.tumblr.com/about" shape="rect" coords="596,269,735,309" style="outline:none;" target="_self" />
  579. <area alt="" title="" href="http://iansomerhalderdaily.tumblr.com/creations" shape="rect" coords="731,273,870,313" style="outline:none;" target="_self" />
  580. <area shape="rect" coords="868,498,870,500" alt="Image Map" style="outline:none;" title="Image Map" href="http://www.image-maps.com/index.php?aff=mapped_users_3864" />
  581. </map>
  582. </a></div>
  583.  
  584. <br><br><br><br><br><br>
  585. <div id="sidebar">
  586. <div id="boxes">
  587. <img src="http://static.tumblr.com/9uaonc4/RlLn6cztb/untitled-2.png"/>
  588. <div class="boxtext">
  589. {Description}
  590. </div>
  591.  
  592.  
  593.  
  594.  
  595. <img src="http://static.tumblr.com/9uaonc4/Knvn6czuh/tweets.png"/>
  596. <div class="boxtext"><a class="twitter-timeline" width="300" heigh="310" href="https://twitter.com/iansomerhalder" data-widget-id="449215630701375489">Tweets by @iansomerhalder</a>
  597. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605. <img src="http://static.tumblr.com/9uaonc4/PVsn6czvk/projects.png"/>
  606. <div class="boxtext">
  607. <img align="left" style="margin-left: -15px; margin-bottom:10px;" src="http://static.tumblr.com/9uaonc4/db2n6d1ea/mv5bmja4mjaxnty1ov5bml5banbnxkftztcwnjk3mdiwna__.png"></img>
  608. <font color="{color:boxtextaccent}"><strong>THE VAMPIRE DIARIES</strong></font><br>
  609. <b>Role: </b> Damon Salvatore <br>
  610. <b>Release date: </b> 2009 - present<br>
  611. <b>Status:</b> Season 6 shooting starts in July.</font><br><br>
  612. A high school girl is torn between two vampire brothers.
  613. <br>
  614. <br>
  615.  
  616. <img align="left" style="margin-left: -15px; margin-bottom:10px;" src="http://static.tumblr.com/9uaonc4/6Urn6d1dq/mv5bnjg1mjeznzy5nl5bml5banbnxkftztgwndazmti2mte_.png"></img>
  617. <br><br>
  618. <font color="{color:boxtextaccent}"><strong>THE ANOMALY</strong></font><br>
  619. <b>Role: </b> Harkin Langham <br>
  620. <b>Release date: </b> 2014<br>
  621. <b>Status: </b> Finished.</font><br><br>
  622. A former soldier is taken captive and awakens in the back of a van where he learns that he only has a few moments to figure out how he got there.
  623. <br>
  624. </div>
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633. <img src="http://static.tumblr.com/9uaonc4/QzSn6czx6/links.png"/>
  634. <div class="boxtext">
  635. <ul class="officiallinks">
  636. <a href="https://www.facebook.com/iansomerhalderofficial" target="_blank">• facebook.com - Official Facebook profile</a>
  637. <a href="http://instagram.com/iansomerhalder" target="_blank">• instagram.com - Official Instagram account</a>
  638. <a href="http://twitter.com/iansomerhalder" target="_blank">• twitter.com - Official Twitter account</a>
  639. <a href="http://www.imdb.com/name/nm0813812/" target="_blank">• IMDb.com - Official IMDb site</a>
  640. </div>
  641.  
  642.  
  643. <img src="http://static.tumblr.com/9uaonc4/1ZTn74ifg/untitled-1.png"/>
  644. <div class="boxtext">
  645. <div class="affiliates">
  646. <a href="http://dailypaulwesley.tumblr.com/"><img src="http://static.tumblr.com/9uaonc4/dTbn74iol/paul-wesley-season-5-promo-pic.png" />
  647. <a href="http://fuckyeah-sarahpaulson.tumblr.com/"><img src="http://static.tumblr.com/9uaonc4/fN2n7db2w/sarah-paulson-joined-sea-straight-strands.png" />
  648. <a href="http://dailyandrewgarfield.tumblr.com/"><img src="http://static.tumblr.com/9uaonc4/2hYn7okkp/garfield.png" /></a>
  649.  
  650. <br><a href="http://dailyninadobreva.tumblr.com/"><img src="http://static.tumblr.com/9uaonc4/WMqn7okmy/nina-dobrev-08-hd-wallpaper.png" /></a>
  651.  
  652. <a href="http://phobetonkin.tumblr.com/"><img src="http://static.tumblr.com/9uaonc4/kQEn7zpib/phoebe_tonkin_2012_cropped.png" /></a>
  653.  
  654. <a href="http://iansomerhalderdaily.tumblr.com/affiliatesubmit"><img src="http://static.tumblr.com/9uaonc4/IZwn74ixu/omfg.png" /></a>
  655.  
  656. <p><a href="http://iansomerhalderdaily.tumblr.com/affiliatesubmit"><center><font size="3">Become an affiliate to this blog!</font></a></center>
  657. </div></div>
  658.  
  659.  
  660.  
  661. <img src="http://static.tumblr.com/9uaonc4/ivDn6czzc/members.png"/>
  662. <div class="boxtext">
  663. {block:GroupMembers}
  664. <table style="margin-top:0px;">
  665. {block:GroupMember}
  666. <tr>
  667. <td style="width:40px;">
  668. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="border:solid 3px {color:boximageaccent};">
  669. </td>
  670. <td style="width:290px; height:auto;">
  671. <div id="m" style="margin-top:10px;">
  672. <a href="{GroupMemberURL}">{GroupMemberName}</a></div>
  673. <div id="m" style="margin-top:-10px;">
  674. <br>{GroupMemberTitle}</br></div>
  675. </td>
  676. </tr>
  677. {/block:GroupMember}
  678. </table>
  679. {/block:GroupMembers}
  680. </div>
  681.  
  682.  
  683. <img src="http://static.tumblr.com/9uaonc4/eZan6d00f/about.png"/>
  684. <div class="boxtext">
  685. <div style="text-align:justify;">
  686. <b><font color="{color:boxtextaccent}">Celebrity: </font></b> Ian Somerhalder </font><br>
  687. <b><font color="{color:boxtextaccent}">Established:</font></b> March 8th 2014 <br>
  688. <b><font color="{color:boxtextaccent}">Currently Online: </font></b> <script language="JavaScript">
  689. var ref = (''+document.referrer+'');
  690. var w_h = window.screen.width + " x " + window.screen.height;
  691. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4026598&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  692. </script> <br>
  693. <b><font color="{color:boxtextaccent}">Admins:</font></b> <a href="http://robertdowneyjrs.tumblr.com">Emily</a>&<a href="http://iansomerhaldervevo.tumblr.com">Marta</a><br><br>
  694. None of the people running this blog know Ian Somerhalder personally, nor are associated with him in any way. This is simply a fan blog dedicated to bringing you the latest news and updates on the actor. None of the pictures and/or videos posted on this blog were taken by us unless stated otherwise. </a>
  695. </div></div>
  696.  
  697. <img src="http://static.tumblr.com/9uaonc4/W2Jn6enu3/insta.png"/>
  698. <div class="boxtext">
  699. <!-- SnapWidget -->
  700. <iframe src="http://snapwidget.com/sc/?u=aWFuc29tZXJoYWxkZXJ8aW58MTQwfDN8M3x8bm98NXxub25lfHx5ZXM=&v=30514" title="Instagram Widget" allowTransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:300px; height:140px"></iframe>
  701. </div></div>
  702.  
  703.  
  704.  
  705. <div id="stuffcontainer">
  706. <div class="containerbg">
  707. {block:Posts}
  708.  
  709. <div id="stuff">
  710. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  711.  
  712. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  713.  
  714. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  715. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  716.  
  717. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  718.  
  719. {block:Photoset}<center>{Photoset-500}</center>
  720. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  721.  
  722. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  723.  
  724. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  725.  
  726. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-30}" style=" padding:5px;background:#fffff;"/><div class="question">{Question}<div class="asker">{Asker}</div></div></div><div class="answer">{Answer}</div>{/block:answer}
  727.  
  728.  
  729. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  730. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  731. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  732. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  733. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  734.  
  735.  
  736. <div class="tags">
  737.  
  738.  
  739. {block:RebloggedFrom}
  740. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  741. {/block:RebloggedFrom}</a>
  742. {block:ContentSource}
  743. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  744. {/block:ContentSource}
  745. Filed Under:
  746. {block:HasTags}{block:Tags}
  747. <a href="{TagURL}">{Tag}</a>,
  748. {/block:Tags}
  749. {/block:HasTags}
  750.  
  751. <br>{block:PermalinkPage}
  752. {block:ContentSource}
  753. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  754. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  755. {/block:SourceLogo}
  756. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  757. {/block:ContentSource}
  758. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}
  759. {/block:PermalinkPage}
  760. </div>
  761.  
  762.  
  763. <div id="perm">
  764. <div id="not">
  765. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year}
  766. </a>
  767. {/block:Date}
  768.  
  769. <div id="nots">
  770. Posted by: {block:GroupMembers} <a href="{PostAuthorURL}">{PostAuthorName}</a>{/block:GroupMembers} <br>
  771.  
  772. Note count: {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</a>
  773.  
  774.  
  775. </div> </div></div>
  776. <br>
  777.  
  778. </div>
  779.  
  780. {/block:Date}
  781.  
  782.  
  783.  
  784.  
  785. <p>
  786. {block:PostNotes}
  787. <div style="margin-left:15px;">
  788. {PostNotes}{/block:PostNotes}
  789.  
  790.  
  791. {/block:Posts}
  792.  
  793.  
  794.  
  795. <div id="pagi">
  796. {block:IndexPage}
  797. <div id="pagination">
  798. {block:Pagination}
  799. {block:JumpPagination length="5"}
  800. {block:CurrentPage}
  801. <span class="current_page">{PageNumber}</span>
  802. {/block:CurrentPage}
  803. {block:JumpPage}
  804. <a class="jump_page" href="{URL}">{PageNumber}</a>
  805. {/block:JumpPage}
  806. {/block:JumpPagination}
  807. {/block:Pagination}
  808. </div>
  809. {/block:IndexPage}
  810. </div>
  811. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:2px; font-family: calibri; right:2px;">
  812. <a href="http://www.kahniss.tumblr.com/">THEME</a></div>
  813. </div>
  814.  
  815. </div>
  816.  
  817. </div>
  818. </div>
  819.  
  820. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement