Advertisement
kahniss

Free the animal

Aug 26th, 2014
9,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.27 KB | None | 0 0
  1.  
  2. <!--theme7 FREE THE ANIMAL by kahniss
  3. DON'T remove credit
  4. Don'T use as your onw
  5. DON'T use as base code-->
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13.  
  14. <meta name="color:bg" content="#ffffff">
  15. <meta name="color:navibg" content="#bad8eb">
  16. <meta name="color:navifont" content="#ffffff">
  17. <meta name="color:naviborderhover" content="#ffffff">
  18. <meta name="color:containerbg" content="#f7f7f7">
  19. <meta name="color:stuffbg" content="#ffffff">
  20. <meta name="color:link" content="#aaaaaa">
  21. <meta name="color:hover" content="#000000">
  22. <meta name="color:text" content="#aaaaaa">
  23. <meta name="color:scrollbar" content="#eeeeee">
  24. <meta name="color:boxbg" content="#ffffff">
  25. <meta name="color:boxtitlefont" content="#a9cce2">
  26. <meta name="color:boxtext" content="#8b8b8b">
  27. <meta name="color:boxtextaccent" content="#97c5e0">
  28. <meta name="color:boximageaccent" content="#bad8eb">
  29. <meta name="color:boximageaccenthover" content="#529ecc">
  30. <meta name="color:officiallinksbg" content="#cadeea">
  31.  
  32.  
  33. <meta name="image:header" content=""/>
  34. <meta name="image:sidebar" content=""/>
  35.  
  36.  
  37. <meta name="text:link1" content="">
  38. <meta name="text:link1 url" content="/">
  39. <meta name="text:link2" content="">
  40. <meta name="text:link2 url" content="/">
  41. <meta name="text:link3" content="">
  42. <meta name="text:link3 url" content="/">
  43. <meta name="text:link4" content="">
  44. <meta name="text:link4 url" content="/">
  45. <meta name="text:link5" content="">
  46. <meta name="text:link5 url" content="/">
  47. <meta name="text:link6" content="">
  48. <meta name="text:link6 url" content="/">
  49.  
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  52. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <link rel="shortcut icon" href="{Favicon}" />
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  55.  
  56.  
  57.  
  58. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  59.  
  60.  
  61. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  62. <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>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. a {
  68. color:{color:link};
  69. text-decoration:none;
  70. -moz-transition-duration:0.5s;
  71. -webkit-transition-duration:0.5s;
  72. -o-transition-duration:0.5s;
  73. }
  74.  
  75. a:hover {
  76. color:{color:hover};
  77. text-decoration:none;
  78. -moz-transition-duration:0.5s;
  79. -webkit-transition-duration:0.5s;
  80. -o-transition-duration:0.5s;
  81. }
  82.  
  83.  
  84. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  85. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  86. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  87.  
  88. body {
  89. margin-left:10px;
  90. background: {color:bg};
  91. margin: 0px;
  92. font-family: Arial, Helvetica,sans-serif;;
  93. font-size: 11px;
  94. }
  95.  
  96. h1 {
  97. font-weight:normal;
  98. font-size:11px;
  99. text-align:center;
  100. font-style:normal;
  101. line-height:80%;
  102. letter-spacing:1px;
  103. color:#2d2d2d;
  104. text-align:left;
  105. }
  106.  
  107. h2 {
  108. padding:10px;
  109. color:#ffffff;
  110. background-color:#1f1d1b;
  111. font-size:14px;
  112. letter-spacing:0px;
  113. line-height:140%;
  114. text-align:left;
  115. text-align:justify;
  116. }
  117.  
  118.  
  119.  
  120. blockquote {
  121. padding:0px;
  122. padding-left:10px;
  123. margin:5px;
  124. background-color:#ffffff;
  125. }
  126.  
  127. #theme {
  128. background-color: transparent;
  129. width:900px;
  130. margin: 0 auto -0px auto;
  131. text-align: center;
  132. }
  133.  
  134. /*/ HEADER /*/
  135.  
  136. #header{
  137. width:1000px;
  138. height:450px;
  139. overflow:hidden;
  140. position:relative;
  141. margin-top:0px;
  142. left:-50px;
  143. }
  144.  
  145.  
  146.  
  147. /*/ NAVIGATION /*/
  148.  
  149.  
  150. #navigation {
  151. padding:10px;
  152. margin-left:-50px;
  153. width:980px;
  154. background-color:{color:navibg};
  155. }
  156.  
  157. #navigation a {
  158. padding:10px;
  159. font-family: arial;
  160. font-size: 12px;
  161. color:{color:navifont};
  162. background-color:{color:navibg};
  163. -moz-transition-duration:0.5s;
  164. -webkit-transition-duration:0.5s;
  165. -o-transition-duration:0.5s;
  166. }
  167.  
  168. #navigation a:hover {
  169. border-bottom: 3px solid {color:naviborderhover};
  170. padding-bottom: 2px;
  171. -moz-transition-duration:0.5s;
  172. -webkit-transition-duration:0.5s;
  173. -o-transition-duration:0.5s;
  174. }
  175.  
  176.  
  177. /*/ CONTAINER /*/
  178.  
  179. #containerbg{
  180. z-index:-1000;
  181. width: 1000px;
  182. background-color: {color:containerbg};
  183. margin: -50px -50px;
  184. margin-top: 0px;
  185. height:400%;
  186. }
  187.  
  188.  
  189. /*/ POSTS /*/
  190.  
  191. #stuffcontainer {
  192. margin-left:380px;
  193. margin-top:-385px;
  194. text-align:justify;
  195. color:{color:text};
  196. margin-bottom: 35px;
  197. }
  198.  
  199.  
  200. #stuff {
  201. width:500px;
  202. margin-top:80px;
  203. padding-bottom:0px;
  204. text-align:justify;
  205. font-size:11px;
  206. background-color:{color:stuffbg};
  207. padding: 15px;
  208. color:{color:text};
  209. border-top: 1px solid #efefef;
  210. border-left: 1px solid #efefef;
  211. border-right: 1px solid #efefef;
  212. border-bottom: 1px solid #efefef;
  213. }
  214.  
  215.  
  216. /*/ NOTES /*/
  217.  
  218. .notes {
  219. margin-top:4px;
  220. padding-top:0px;
  221. font-family: calibri;
  222. font-size: 10px;
  223. text-align:center;
  224. text-transform:uppercase;
  225. letter-spacing:0px;
  226. width:490px;
  227. padding-bottom:5px;
  228. border-bottom: 1px solid #efefef;
  229. }
  230.  
  231.  
  232. .notes a:hover {
  233. text-decoration:underline;
  234. }
  235.  
  236.  
  237. .note {
  238. background-color:{color:stuffbg};
  239. font-family: arial;
  240. font-style:normal;
  241. letter-spacing:0px;
  242. font-size: 9px;
  243. width:505px;
  244. text-align:left;
  245. line-height:100%;
  246. margin-left:0px;
  247. }
  248.  
  249. .note li {
  250. list-style-type:none;
  251. padding:10px;
  252. text-align:left;
  253. margin:0px;
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257. }
  258.  
  259. /*/ TAGS /*/
  260.  
  261. .tags {
  262. margin-top:4px;
  263. padding-top:0px;
  264. font-family: calibri;
  265. font-size: 10px;
  266. text-align:center;
  267. text-transform:uppercase;
  268. letter-spacing:0px;
  269. width:490px;
  270. padding-top:2px;
  271. }
  272.  
  273.  
  274. .tags a:hover {
  275. text-decoration:underline;
  276. }
  277.  
  278.  
  279. ol.notes {
  280. padding:0px;
  281. margin:0px -10px;
  282. font-family:arial;
  283. font-size: 9px;
  284. width: 530px;
  285. list-style-type:none;
  286. background-color:transparent;
  287. }
  288. ol.notes li.note {
  289. padding: 10px;
  290. }
  291. ol.notes li.note img.avatar {
  292. vertical-align:-4px;
  293. border-radius:100%;
  294. margin-right:10px;
  295. width:16px;
  296. height:16px;
  297. }
  298. ol.notes li.note span.action {
  299. font-weight:normal;
  300. }
  301. ol.notes li.note .answer_content {
  302. font-weight:normal;
  303. }
  304. ol.notes li.note blockquote {
  305. padding:9px 6px 9px 6px;
  306. margin:10px 0px 0px 25px;
  307. }
  308.  
  309.  
  310. /*/ OTHER /*/
  311.  
  312. .caption {
  313. width:500px;
  314. text-align:justify;
  315. line-height:120%;
  316. }
  317.  
  318. .ask {
  319. padding:10px;
  320. border-radius:5px;
  321. text-align:left;
  322. color:{color:text};
  323. background-color:#f7f7f7;
  324. border:1px solid #fafafa;
  325. }
  326.  
  327. .asker {
  328. text-transform:uppercase;
  329. margin-left:0px;
  330. margin-top:3px;
  331. font-family: calibri;
  332. font-size:8px;
  333. color:{color:link};
  334. }
  335.  
  336. .question {
  337. text-transform:uppercase;
  338. width:420px;
  339. font-family: calibri;
  340. text-align:left;
  341. font-size:10px;
  342. padding:10px;
  343. margin-left:40px;
  344. margin-top:-40px;
  345. background-color:#fff;
  346. color:{color:text};
  347. }
  348.  
  349. .answer {
  350. text-align:left;
  351. padding:10px;
  352. color:{color:text};
  353. }
  354.  
  355. .audio {
  356. width:500px;
  357. padding-bottom:10px;
  358. background-color:{color:infobg};
  359. }
  360.  
  361. .albumart {
  362. float:left;
  363. padding:0px 10px 10px 0px;
  364. }
  365.  
  366. .albumart img {
  367. width:45px;
  368. height:45px;
  369. }
  370.  
  371. .playercontainer {
  372. text-align:left;
  373. padding:10px;
  374. background-color:#ffffff;
  375. width:480px;
  376. }
  377.  
  378. .audioinfo {
  379. padding:10px;
  380. color:{color:text};
  381. }
  382.  
  383. ul.chat, .chat ol, .chat li {
  384. list-style:none;
  385. margin:0px;
  386. padding:2px;
  387. }
  388.  
  389. .label {
  390. text-decoration:underline;
  391. font-weight:700;
  392. background-color:{color:infobg};
  393. margin-right:5px;
  394. }
  395.  
  396.  
  397. /*/ REBLOG, NOTES, VIA & SOURCE BUTTON /*/
  398.  
  399. .not {
  400. width:500px;
  401. padding:0px;
  402. margin-top:10px;
  403. text-align:left;
  404. }
  405.  
  406. .not a {
  407. font-family:arial;
  408. font-size:9px;
  409. letter-spacing:0px;
  410. text-align:left;
  411. padding:5px;
  412. margin-right:5px;
  413. display:inline-block;
  414. background-color:#f0f0f0;
  415. color:#636363;
  416. }
  417.  
  418. .not a:hover {
  419. background-color:{color:notesbuttonbghover};
  420. color:{color:notesbuttonfonthover};
  421. }
  422.  
  423.  
  424.  
  425. /*/ BOXES /*/
  426.  
  427.  
  428. #sidebar{
  429. margin-left:50px;
  430. }
  431.  
  432. .sidebarimg {
  433. width: 350px;
  434. margin-left:-10px;
  435. padding-bottom:40px;
  436. }
  437.  
  438. #boxes {
  439. width: 300px;
  440. height: 100%;
  441. margin-left:-10px;
  442. position: absolute;
  443. text-decoration: none;
  444. text-align:center;
  445. text-align:justify;
  446. background: transparent;
  447. }
  448.  
  449. .boxtext {
  450. background: {color:boxbg};
  451. width: 330px;
  452. margin-top:-28px;
  453. text-align: justify;
  454. font-family: arial;
  455. font-size: 10px;
  456. padding-left: 0px;
  457. padding:10px;
  458. padding-top:20px;
  459. padding-bottom:20px;
  460. color:{color:boxtext};
  461. border-top: 1px solid #efefef;
  462. border-left: 1px solid #efefef;
  463. border-right: 1px solid #efefef;
  464. border-bottom: 1px solid #efefef;
  465. }
  466.  
  467.  
  468.  
  469. .boxtitle {
  470. width:340px;
  471. height:auto;
  472. padding-bottom:0px;
  473. font-family:Khand;
  474. text-transform:uppercase;
  475. font-weight: bold;
  476. font-size:22px;
  477. text-align:left;
  478. background-color: transparent;
  479. color:{color:boxtitlefont};
  480. }
  481.  
  482.  
  483.  
  484.  
  485. /*/ PROJECTS /*/
  486.  
  487. .projects {
  488. margin-top:-55px;
  489. margin-left:0px;
  490. width: 330px;
  491. font-family: arial;
  492. font-size: 11px;
  493. line-height: 17px;
  494. padding: 0px;
  495. text-align: justify;
  496. }
  497.  
  498.  
  499. .projects img {
  500. margin: 0px;
  501. padding: 0px;
  502. border-radius: 50px;
  503. border: 1px solid {color:boximageaccent};
  504. }
  505.  
  506. .projects img:hover {
  507. margin: 0px;
  508. padding: 0px;
  509. border-radius: 50px;
  510. border: {color:boximageaccenthover} 1px solid;
  511. }
  512.  
  513.  
  514. .project {
  515. margin-top:0px;
  516. font-family: arial;
  517. text-transform: capitalize;
  518. font-size: 10px;
  519. letter-spacing: -1px;
  520. }
  521.  
  522.  
  523.  
  524. /*/ OFFICIAL LINKS /*/
  525.  
  526.  
  527. .officiallinks {
  528. margin-left:-40px;
  529. }
  530.  
  531. .officiallinks a {
  532. font-family: arial;
  533. font-size:10px;
  534. background: none repeat scroll 0% 0% {color:officiallinksbg};
  535. padding: 5px;
  536. display: block;
  537. width: 320px;
  538. text-align: left;
  539. color: {color:officiallinksfontg};
  540. margin-bottom:4px;
  541. }
  542.  
  543. .officiallinks a:hover {
  544. padding: 5px;
  545. padding-left:50px;
  546. display: block;
  547. width: 275px;
  548. text-align: left;
  549. text-decoration:underline;
  550. margin-bottom:4px;
  551. }
  552.  
  553.  
  554.  
  555. /*/ AFFILIATES /*/
  556.  
  557.  
  558. .affiliates {
  559. width: 330px;
  560. margin-left:0px;
  561. text-align: justify;
  562. }
  563.  
  564. .affiliates img {
  565. width: 45px;
  566. height: 60px;
  567. margin: 2px;
  568. padding: 0px;
  569. border-radius: 2px;
  570. border-bottom: 3px solid {color:boximageaccent};
  571. }
  572.  
  573. .affiliates img:hover {
  574. margin: 2px;
  575. padding: 0px;
  576. -moz-border-radius: 3px;
  577. border-radius: 2px;
  578. border-bottom: 3px solid {color:boximageaccenthover};
  579. }
  580.  
  581.  
  582.  
  583. /*/ MEMBERS /*/
  584.  
  585. .m {
  586. width:300px;
  587. margin-left:0px;
  588. line-height: 17px;
  589. }
  590.  
  591. .m a {
  592. padding-right:1px;
  593. }
  594.  
  595. .m img {
  596. margin: 0px;
  597. padding: 2px;
  598. border: 1px solid {color:boximageaccent};
  599. width:40px;
  600. }
  601.  
  602. .m img:hover {
  603. margin: 0px;
  604. padding: 2px;
  605. -moz-border-radius: 3px;
  606. border-radius: 2px;
  607. border: {color:boximageaccenthover} 1px solid;
  608. }
  609.  
  610.  
  611. /*/ PAGINATION /*/
  612.  
  613. #pagi {
  614. padding:15px;
  615. width:500px;
  616. text-align:center;
  617. margin-bottom:30px;
  618. font-family:arial;
  619. font-size:12px;
  620. letter-spacing:4px;
  621. text-transform:uppercase;
  622. font-style:italic;
  623. z-index:100;
  624. background-color:{color:stuffbg};
  625. }
  626.  
  627.  
  628. #pagi a:hover {
  629. color:{color:hover}
  630. }
  631.  
  632.  
  633. .slide {
  634. margin-top:-198px;
  635. margin-left:0px;
  636. }
  637.  
  638. .twi {
  639. width:296px;
  640. height: 10px;
  641. margin-top:-200px;
  642. margin-left:671px;
  643. }
  644.  
  645.  
  646. {CustomCSS}
  647.  
  648. </style></head>
  649.  
  650. <body>
  651. <div id="theme">
  652. <link href='http://fonts.googleapis.com/css?family=Khand:400,700' rel='stylesheet' type='text/css'>
  653.  
  654. <div id="header"> <img src="http://static.tumblr.com/svlsesh/59dnaxgw7/676876.gif" /></a></div>
  655. <div id="navigation">
  656. <a href="{text:link1 url}">{text:link1}</a>
  657. {/block:IfLink1}
  658. {block:IfLink2}
  659. <a href="{text:link2 url}">{text:link2}</a>
  660. {/block:IfLink2}
  661. {block:IfLink3}
  662. <a href="{text:link3 url}">{text:link3}</a>
  663. {/block:IfLink3}
  664. <a href="{text:link4 url}">{text:link4}</a>
  665. {/block:IfLink4}
  666. <a href="{text:link5 url}">{text:link5}</a>
  667. {/block:IfLink5}
  668. <a href="{text:link6 url}">{text:link6}</a>
  669. {/block:IfLink6}
  670. <a href="http://www.kahniss.tumblr.com/">Theme</a>
  671. </div>
  672. <div id="containerbg">
  673.  
  674. <br><br><br><br>
  675. <div id="sidebar">
  676. <div class="sidebarimg">
  677. <img src="{image:sidebar}"></a>
  678. </div>
  679. <div id="boxes">
  680. <div class="boxtitle">#1 Welcome message</div><br><br>
  681. <div class="boxtext">
  682. {Description}
  683. </div>
  684. <br><br><br>
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692. <div class="boxtitle">#2 Projects</div><br><br>
  693. <div class="boxtext">
  694. <div class="projects">
  695.  
  696. <div class="project"></div>
  697. <br><br><br>
  698. <img align="left" style="padding: 2px; margin-right:5px;" src="http://static.tumblr.com/svlsesh/Jidnaxe6l/07.jpg"></img>
  699. <br>
  700. <font color="{color:boxtextaccent}"><strong>X-MEN DAYS OF FUTURE PAST (2014)</strong></font><br>
  701. <b>Role: </b> Raven / Mystique <br>
  702. <b>Release date: </b> 2014<br>
  703. <b>Status:</b> Post-production</font>
  704. <br>
  705. <br>
  706. <br>
  707.  
  708.  
  709. <img align="left" style="padding: 2px; margin-right:5px;" src="http://static.tumblr.com/svlsesh/mjnnaxe6z/01__1_.jpg"></img>
  710. <br>
  711. <font color="{color:boxtextaccent}"><strong>SERENA (2014)</strong></font><br>
  712. <b>Role: </b> Serena <br>
  713. <b>Release date: </b> 2014<br>
  714. <b>Status: </b> Completed</font>
  715. <br>
  716. <br>
  717. <br>
  718.  
  719.  
  720.  
  721. <img align="left" style="padding: 2px; margin-right:5px;" src="http://static.tumblr.com/svlsesh/m9Enaxe7f/01.jpg"></img>
  722. <br>
  723. <font color="{color:boxtextaccent}"><strong>MOCKINGJAY PART 1 (2014)</strong></font><br>
  724. <b>Role: </b> Katniss Everdeen<br>
  725. <b>Release date: </b> 2014</a> <br>
  726. <b>Status: </b> Post-production</a>
  727. <br>
  728. <br>
  729. <br>
  730.  
  731.  
  732. <img align="left" style="padding: 2px; margin-right:5px;" src="http://static.tumblr.com/svlsesh/cwlnaxanq/proj.jpg"></img>
  733. <br>
  734. <font color="{color:boxtextaccent}"><strong>MOCKINGJAY PART 2 (2015)</strong></font><br>
  735. <b>Role: </b> Katniss Everdeen<br>
  736. <b>Release date: </b> 2015</a> <br>
  737. <b>Status: </b> Post-production</a>
  738. <br>
  739.  
  740.  
  741. <br></div></div><br><br><br>
  742.  
  743.  
  744.  
  745.  
  746.  
  747. <div class="boxtitle">#3 Extra box</div><br><br>
  748. <div class="boxtext">
  749. You can put there anything you want, like calendar box, latest tweets widget etc.
  750. </div>
  751. <br><br><br>
  752.  
  753.  
  754.  
  755.  
  756.  
  757. <div class="boxtitle">#4 Official links</div><br><br>
  758. <div class="boxtext">
  759. <ul class="officiallinks">
  760. <a href="http://www.kahniss.tumblr.com/" target="_blank">• JennifersLawrence.com - Official Site</a>
  761.  
  762. <a href="http://www.kahniss.tumblr.com/" target="_blank">• Facebook.com - Official Facebook account</a>
  763. <a href="http://www.kahniss.tumblr.com/" target="_blank">• IMDb.com - Official IMDb profile</a>
  764. </div><br><br><br>
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774. <div class="boxtitle">#5 Affiliates</div><br><br>
  775. <div class="boxtext">
  776. <div class="affiliates">
  777. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  778. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  779. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  780. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  781. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  782. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  783. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  784. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  785. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  786. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  787. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  788. <a href="http://www.kahniss.tumblr.com/"><img src="http://static.tumblr.com/svlsesh/zBjnaxekv/af.jpg" />
  789.  
  790.  
  791. <select onChange="location.href=this.options[this.selectedIndex].value;" style="margin-top:5px; margin-left: 70px; width: 150px; font-family:arial; font-size:11px;"></a></a>
  792. <option value="/">More affiliates</option>
  793. <option value="#">.......................................</option>
  794. <option value="/ask">BLOG URL #1!</option>
  795. <option value="/ask">BLOG URL #2!</option>
  796. <option value="/ask">BLOG URL #3!</option>
  797. <option value="/ask">BLOG URL #4!</option>
  798.  
  799. </select></a>
  800. </div></div><br><br><br>
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811. <div class="boxtitle">#6 Team of Blog</div><br><br>
  812. <div class="boxtext">
  813. {block:GroupMembers}
  814. <table style="margin-top:0px;">
  815. {block:GroupMember}
  816. <tr>
  817. <td style="width:40px;">
  818. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="border:solid 3px {color:boximageaccent};">
  819. </td>
  820. <td style="width:290px; height:auto;">
  821. <div id="m" style="margin-top:10px;">
  822. <a href="{GroupMemberURL}">{GroupMemberName}</a></div>
  823. <div id="m" style="margin-top:-10px;">
  824. <br>{GroupMemberTitle}</br></div>
  825. </td>
  826. </tr>
  827. {/block:GroupMember}
  828. </table>
  829. {/block:GroupMembers}</a></div><br><br><br>
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840. <div class="boxtitle">#7 Site info</div><br><br>
  841. <div class="boxtext">
  842. <div style="text-align:justify;">
  843. <b><font color="{color:boxtextaccent}">About: </font></b> Jennifer Lawrence </font><br>
  844. <b><font color="{color:boxtextaccent}">Established:</font></b> May 2014 <br>
  845. <b><font color="{color:boxtextaccent}">Theme:</font></b> <a href="http://www.kahniss.tumblr.com/">Caroline</a> <br>
  846. <b><font color="{color:boxtextaccent}">Currently Online: </font></b> <script language="JavaScript">
  847. var ref = (''+document.referrer+'');
  848. var w_h = window.screen.width + " x " + window.screen.height;
  849. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4142852&e1=User&e2=Users&r=' + ref + '&wh=' + w_h + '"><\/script>');
  850. </script> <br>
  851. <b><font color="{color:boxtextaccent}">Hits:</font></b> <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2560573&name=Hits"></script>
  852. <br><br>
  853. Our site claims no credit for any images posted on this site unless stated otherwise. Images and information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which image and it will be promptly removed. </a>
  854. </div></div></div><br><br><br>
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864. <div id="stuffcontainer">
  865.  
  866. {block:Posts}
  867.  
  868. <div id="stuff">
  869. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  870.  
  871. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  872.  
  873. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  874. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  875.  
  876. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  877.  
  878. {block:Photoset}<center>{Photoset-500}</center>
  879. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  880.  
  881. {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}
  882.  
  883. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  884.  
  885. {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}
  886.  
  887.  
  888. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  889. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  890. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  891. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  892. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  893.  
  894.  
  895. <div id="perma">
  896. <div class="perma">
  897. <div class="notes">
  898. <div style="margin-left:0px; padding:2px;">
  899. {block:Date}Posted by
  900. {block:GroupMembers} <a href="{PostAuthorURL}">{PostAuthorName}</a>{/block:GroupMembers} on
  901. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} with {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</a>
  902.  
  903. {block:RebloggedFrom}
  904. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  905. {/block:RebloggedFrom}</a>
  906. {block:ContentSource}
  907. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  908. {/block:ContentSource}
  909.  
  910. {block:ContentSource}
  911. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  912. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  913. {/block:SourceLogo}
  914. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  915. {/block:ContentSource}
  916. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}
  917. {/block:PermalinkPage}
  918. </div></div>
  919. <div class="tags">
  920. <div style="margin-left:0px; padding:2px;">
  921. Tagged with
  922. {block:HasTags}{block:Tags}
  923. <a href="{TagURL}">{Tag}</a>,
  924. {/block:Tags}
  925. {/block:HasTags}
  926. </div></div>
  927. </div></div></div>
  928. {/block:Date}
  929.  
  930.  
  931.  
  932. <div class="note">
  933. <p>
  934. {block:PostNotes}
  935. <div style="margin-left:15px;">
  936. {PostNotes}{/block:PostNotes}
  937. </div>
  938.  
  939. {/block:Posts}
  940.  
  941.  
  942.  
  943. <div id="pagi">
  944. {block:IndexPage}
  945. <div id="pagination">
  946. {block:Pagination}
  947. {block:JumpPagination length="5"}
  948. {block:CurrentPage}
  949. <span class="current_page">{PageNumber}</span>
  950. {/block:CurrentPage}
  951. {block:JumpPage}
  952. <a class="jump_page" href="{URL}">{PageNumber}</a>
  953. {/block:JumpPage}
  954. {/block:JumpPagination}
  955. {/block:Pagination}
  956. </div>
  957. {/block:IndexPage}
  958. </div>
  959. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:2px; font-family: calibri; right:2px;">
  960. <a href="http://www.kahniss.tumblr.com/">THEME</a></div>
  961. </div>
  962.  
  963. </div>
  964.  
  965. </div>
  966. </div>
  967.  
  968. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement