Advertisement
hxcfairy

White Theme by Abir

Dec 3rd, 2011
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.49 KB | None | 0 0
  1. <html>
  2. <!--
  3.  
  4. White
  5.  
  6. Theme by Abir
  7.  
  8. http://darktide.tumblr.com
  9.  
  10. Do not steal or redistribute
  11.  
  12. Please leave all credit intact
  13.  
  14. Thank you.
  15.  
  16. !-->
  17.  
  18.  
  19.  
  20. <head>
  21.  
  22.  
  23.  
  24. <title>{Title}</title>
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27.  
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29.  
  30. {block:Description}
  31.  
  32. <meta name="description" content="{MetaDescription}" />
  33.  
  34. {/block:Description}
  35.  
  36.  
  37.  
  38. <meta name="color:Background" content="#FFF"/>
  39.  
  40. <meta name="color:Font" content="#777777"/>
  41.  
  42. <meta name="color:Title Header" content="#92d6d6"/>
  43.  
  44. <meta name="color:Second Title Header" content="#d5f2f2"/>
  45.  
  46. <meta name="color:Post Header" content="#000000"/>
  47.  
  48. <meta name="color:Accent" content="#f5f9f8"/>
  49.  
  50. <meta name="color:Link" content="#858585"/>
  51.  
  52. <meta name="color:Link Hover" content="#000000"/>
  53.  
  54. <meta name="color:Link Hover Background" content="#d5f2f2"/>
  55.  
  56. <meta name="font:Body" content="Trebuchet MS"/>
  57.  
  58. <meta name="font:Title Header" content="Arial"/>
  59.  
  60. <meta name="font:Post Header" content="Arial"/>
  61.  
  62. <meta name="image:Background" content=""/>
  63.  
  64. <meta name="image:Sidebar" content=""/>
  65.  
  66. <meta name="if:Show Tags" content="1"/>
  67.  
  68. <meta name="if:Show Archive Link" content="1"/>
  69.  
  70. <meta name="if:Show Random Link" content="0" />
  71.  
  72. <meta name="text:Second Title Header" content="write short" />
  73.  
  74. <meta name="text:Custom Link One Url" content="http://" />
  75.  
  76. <meta name="text:Custom Link One Title" content="link" />
  77.  
  78. <meta name="text:Custom Link Two Url" content="http://" />
  79.  
  80. <meta name="text:Custom Link Two Title" content="link" />
  81.  
  82. <meta name="text:Custom Link Three Url" content="http://" />
  83.  
  84. <meta name="text:Custom Link Three Title" content="link" />
  85.  
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90. body{
  91.  
  92. background-image:url('{image:Background}');
  93.  
  94. font-family:{font:Body};
  95.  
  96. text-align:left;
  97.  
  98. font-size: 9px;
  99.  
  100. color:{color:Font};
  101.  
  102. background-color:{color:Background};
  103.  
  104. background-attachment: fixed;
  105.  
  106. }
  107.  
  108. a{
  109.  
  110. color: {color:link};
  111.  
  112. text-decoration: none;
  113.  
  114. -webkit-transition-duration: .3s;
  115.  
  116. }
  117.  
  118. a:hover{
  119.  
  120. color:{color:Link Hover};
  121.  
  122. text-decoration: none;
  123.  
  124. font-weight:none;
  125.  
  126. }
  127.  
  128. a img{
  129.  
  130. border:0
  131.  
  132. }
  133.  
  134.  
  135.  
  136. #content{
  137.  
  138. margin: auto 140px;
  139.  
  140. width:820px;
  141.  
  142. }
  143.  
  144.  
  145.  
  146. #posts{
  147.  
  148. float:right;
  149.  
  150. width:510px;
  151.  
  152. }
  153.  
  154.  
  155.  
  156. #side{
  157.  
  158. position:fixed;
  159.  
  160. float:left;
  161.  
  162. width: 250px;
  163.  
  164. margin-top:50px;
  165.  
  166. }
  167.  
  168.  
  169.  
  170. .entry{
  171.  
  172. background-color:#fff;
  173.  
  174. padding:5px;
  175.  
  176. margin-top:20px;
  177.  
  178. text-align:justify;
  179.  
  180. overflow:hidden;
  181.  
  182. }
  183.  
  184.  
  185.  
  186. #portrait{
  187.  
  188. position: absolute;
  189.  
  190. background-color:{color:Accent};
  191.  
  192. margin: 5px 0px 0px -85px;
  193.  
  194. padding:5px;
  195.  
  196. }
  197.  
  198. .info{
  199.  
  200. padding:none;
  201.  
  202. text-align:center;
  203.  
  204. padding:length;
  205.  
  206. line-height:12px;
  207.  
  208. }
  209.  
  210.  
  211.  
  212. h1{
  213.  
  214. font:normal 25px {font:Title Header};
  215.  
  216. display:inline-block;
  217.  
  218. color:{color:Title Header};
  219.  
  220. font-style:none;
  221.  
  222. letter-spacing:-2px;
  223.  
  224. text-transform: lowercase;
  225.  
  226. margin:-5px 0px -3px 0px;
  227.  
  228. }
  229.  
  230.  
  231.  
  232. h3{
  233.  
  234. font:normal 25px {font:Title Header};
  235.  
  236. display:inline-block;
  237.  
  238. color:{color:Second Title Header};
  239.  
  240. font-style:none;
  241.  
  242. letter-spacing:-2px;
  243.  
  244. text-transform: lowercase;
  245.  
  246. margin:-5px 0px -13px 0px;
  247.  
  248. }
  249.  
  250.  
  251.  
  252. h2{
  253.  
  254. font:normal 20px {font:Post Header};
  255.  
  256. color:{color:Post Header};
  257.  
  258. letter-spacing: -1px;
  259.  
  260. text-transform: lowercase;
  261.  
  262. text-align: left;
  263.  
  264. margin:-3px 0px -5px 0px;
  265.  
  266. padding: 2px;
  267.  
  268. border-bottom:1px dotted {color:background};
  269.  
  270. }
  271.  
  272.  
  273.  
  274. .links{
  275.  
  276. background-color:{color:Accent};
  277.  
  278. text-align:center;
  279.  
  280. margin-top:5px;
  281.  
  282. margin-bottom:5px;
  283.  
  284. }
  285.  
  286. .links a{
  287.  
  288. background-color:{color:Accent};
  289.  
  290. display:inline-block;
  291.  
  292. font: normal 9px {font:Body};
  293.  
  294. text-transform: uppercase;
  295.  
  296. letter-spacing: 1px;
  297.  
  298. padding:10px 5px 10px 5px;
  299.  
  300. }
  301.  
  302. .links a:hover{
  303.  
  304. background-color:{color:Link Hover Background};
  305.  
  306. }
  307.  
  308.  
  309.  
  310. .permalink{
  311.  
  312. background-color:{color:Accent};
  313.  
  314. display:block;
  315.  
  316. font:normal 8px arial;
  317.  
  318. color:#999;
  319.  
  320. border-left:5px solid {color:Title Header};
  321.  
  322. text-align:left;
  323.  
  324. padding:2px 2px 2px 5px;
  325.  
  326. text-transform: uppercase;
  327.  
  328. letter-spacing:2px;
  329.  
  330. -webkit-transition: all .7s ease-in;
  331.  
  332. -moz-transition: all .7s ease-in;
  333.  
  334. -o-transition: all .7s ease-in;
  335.  
  336. transition: all .7s ease-in;
  337.  
  338. }
  339.  
  340.  
  341.  
  342. .entry:hover .permalink{
  343.  
  344. border-left:15px solid {color:Title Header};
  345.  
  346. -webkit-transition: all .7s ease-out;
  347.  
  348. -moz-transition: all .7s ease-out;
  349.  
  350. -o-transition: all .7s ease-out;
  351.  
  352. transition: all .7s ease-out;
  353.  
  354.  
  355.  
  356. }
  357.  
  358.  
  359.  
  360. [class="entry"]:hover [class="permalink"]{
  361.  
  362. border-left:15px solid {color:Title Header};
  363.  
  364. -webkit-transition: all .7s ease-out;
  365.  
  366. -moz-transition: all .7s ease-out;
  367.  
  368. -o-transition: all .7s ease-out;
  369.  
  370. transition: all .7s ease-out;
  371.  
  372.  
  373.  
  374. }
  375.  
  376.  
  377.  
  378. .tag{
  379.  
  380. display:inline-block;
  381.  
  382. text-align:left;
  383.  
  384. font-size:9px;
  385.  
  386. }
  387.  
  388. ol.notes {
  389.  
  390. float:left;
  391.  
  392. margin-left:-40px;
  393.  
  394. width:510px;
  395.  
  396. text-align:left;
  397.  
  398. list-style-type: none;
  399.  
  400. }
  401.  
  402. ol.notes li.note {
  403.  
  404. background-color:#ffffff;
  405.  
  406. padding: 5px;
  407.  
  408. margin-bottom:1px;
  409.  
  410. text-align:left;
  411.  
  412. }
  413.  
  414. ol.notes li.note img.avatar {
  415.  
  416. vertical-align: -4px;
  417.  
  418. margin-right: 10px;
  419.  
  420. width: 16px;
  421.  
  422. height: 16px;
  423.  
  424. }
  425.  
  426. ol.notes li.note span.action {
  427.  
  428. font-weight: normal;
  429.  
  430. }
  431.  
  432. ol.notes li.note .answer_content {
  433.  
  434. font-weight: normal;
  435.  
  436. }
  437.  
  438.  
  439.  
  440. .pagination{
  441.  
  442. margin-top: 30px;
  443.  
  444. text-align: center;
  445.  
  446. word-spacing: 1px;
  447.  
  448. }
  449.  
  450. .pagination a{
  451.  
  452. background: {color:Accent};
  453.  
  454. padding:1px 5px 1px 5px;
  455.  
  456. color:#000;
  457.  
  458. }
  459.  
  460. .pagination a:hover{
  461.  
  462. background:{color:Link Hover Background};
  463.  
  464. color: #000;
  465.  
  466. }
  467.  
  468.  
  469.  
  470. .footer{
  471.  
  472. background-color:#fff;
  473.  
  474. width:500px;
  475.  
  476. padding:2px 6px 2px 6px;
  477.  
  478. margin-bottom:10px;
  479.  
  480. font:normal 9px {Font:Body};
  481.  
  482. text-transform: uppercase;
  483.  
  484. letter-spacing:1px;
  485.  
  486. text-align: center;
  487.  
  488. color:#000;
  489.  
  490. }
  491.  
  492. .question{
  493.  
  494. background: #f9f9f9;
  495.  
  496. font-size: 10px;
  497.  
  498. font-weight:bold;
  499.  
  500. color: #000;
  501.  
  502. padding: 10px;
  503.  
  504. }
  505.  
  506. .ask{
  507.  
  508. color: #f9f9f9;
  509.  
  510. text-align: center;
  511.  
  512. font-size:25px;
  513.  
  514. margin-top:-15px;
  515.  
  516. }
  517.  
  518. .asker{
  519.  
  520. text-transform: uppercase;
  521.  
  522. text-align: center;
  523.  
  524. margin-top:-5px;
  525.  
  526. padding-bottom:0px;
  527.  
  528. }
  529.  
  530. .answer{
  531.  
  532. margin-top:-5px;
  533.  
  534. }
  535.  
  536.  
  537.  
  538. .chat .line{
  539.  
  540. background-color: #f3f3f3;
  541.  
  542. margin: 0 0 1px;
  543.  
  544. padding: 2px;
  545.  
  546. }
  547.  
  548. .chat .line.odd{
  549.  
  550. background-color: #f9f9f9;
  551.  
  552. }
  553.  
  554.  
  555.  
  556. blockquote{
  557.  
  558. background-color:#f8f8f8;
  559.  
  560. padding:5px;
  561.  
  562. }
  563.  
  564. .quote{
  565.  
  566. font: normal 13px georgia;
  567.  
  568. color: #000;
  569.  
  570. font-style:italic;
  571.  
  572. }
  573.  
  574. .audio{
  575.  
  576. background-color:#e4e4e4;
  577.  
  578. height:55px;
  579.  
  580. overflow:hidden;
  581.  
  582. }
  583.  
  584.  
  585.  
  586. {CustomCSS}
  587.  
  588.  
  589.  
  590. </style>
  591.  
  592.  
  593.  
  594. </head>
  595.  
  596. <body>
  597.  
  598. <div id="content">
  599.  
  600.  
  601.  
  602. <div id="side">
  603.  
  604.  
  605.  
  606.  
  607.  
  608. {block:ifSidebarImage}
  609.  
  610. <img src="{image:Sidebar}" width="250px"/>
  611.  
  612. {/block:ifSidebarImage}
  613.  
  614.  
  615.  
  616. {block:ifnotSidebarImage}<div id="portrait">
  617.  
  618. <img src="{PortraitURL-64}"/>
  619.  
  620. </div> {/block:ifnotSidebarImage}
  621.  
  622.  
  623.  
  624. <div class="links">
  625.  
  626. <a href="/">Home</a>
  627.  
  628.  
  629.  
  630. {block:IfShowArchiveLink}
  631.  
  632. <a href="/faqs">Faqs</a>{/block:IfShowArchiveLink}
  633.  
  634. {block:IfShowRandomLink}
  635.  
  636. <a href="/random">Random</a>{/block:IfShowRandomLink}{block:IfShowRssLink}
  637. {block:AskEnabled}<a href="/ask">Ask</a>{/block:AskEnabled}
  638. <a href="/rss">Rss</a>{/block:IfShowRssLink}
  639.  
  640. <a href="http://Fuckyeahitsjustinanddemi.tumblr.com/askme">Ask</a>
  641.  
  642. </div>
  643.  
  644. <h1>{Title}</h1> <h3>{text:Second Title Header}</h3>
  645.  
  646. <div class="info">
  647.  
  648. {block:Description}
  649.  
  650. {Description}
  651.  
  652. {/block:Description}<br>
  653.  
  654. {block:IfCustomLinkOneTitle}
  655.  
  656. <a href="{text:Custom Link One Url}">{text:Custom Link One Title}</a>
  657.  
  658. ▪{/block:ifCustomLinkOneTitle}
  659.  
  660. {block:ifCustomLinkTwoTitle}
  661.  
  662. <a href="{text:Custom Link Two Url}">{text:Custom Link Two Title}</a>
  663.  
  664. ▪{/block:ifCustomLinkTwoTitle}
  665.  
  666. {block:ifCustomLinkThreeTitle}
  667.  
  668. <a href="{text:Custom Link Three Url}">{text:Custom Link Three Title}</a>
  669.  
  670. {/block:ifCustomLinkThreeTitle}
  671.  
  672. </div>
  673.  
  674.  
  675.  
  676. {block:Pagination}
  677.  
  678. <div class="pagination">
  679.  
  680. {block:PreviousPage}
  681.  
  682. <a href="{PreviousPage}">&larr;</a>
  683.  
  684. {/block:PreviousPage}
  685.  
  686.  
  687.  
  688. {block:NextPage}
  689.  
  690. <a href="{NextPage}">&rarr;</a>
  691.  
  692. {/block:NextPage}
  693.  
  694. </div>
  695.  
  696. {/block:Pagination}
  697.  
  698.  
  699.  
  700. </div><!-- id.side !-->
  701.  
  702. <div id="posts">
  703.  
  704.  
  705.  
  706. {block:Posts}
  707.  
  708. <div class="entry">
  709.  
  710.  
  711.  
  712. {block:Text}
  713.  
  714. {block:Title}
  715.  
  716. <h2>{Title}</h2>
  717.  
  718. {/block:Title}
  719.  
  720. {Body}
  721.  
  722. {/block:Text}
  723.  
  724.  
  725.  
  726. {block:Photo}
  727.  
  728. <a href="{LinkURL}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  729.  
  730. {block:Caption}{Caption}
  731.  
  732. {/block:Caption}
  733.  
  734. {/block:Photo}
  735.  
  736.  
  737.  
  738. {block:Photoset}
  739.  
  740. <a href="{LinkURL}">{Photoset-500}</a>
  741.  
  742. {block:Caption}
  743.  
  744. {Caption}
  745.  
  746. {/block:Caption}
  747.  
  748. {/block:Photoset}
  749.  
  750.  
  751.  
  752. {block:Quote}
  753.  
  754. <div class="quote">❝{Quote}❞</div>
  755.  
  756. {block:Source}
  757.  
  758. <div class="source">-{Source}</div>
  759.  
  760. {/block:Source}
  761.  
  762. {/block:Quote}
  763.  
  764.  
  765.  
  766. {block:Answer}
  767.  
  768. <div class="question">{question}</div>
  769.  
  770. <div class="ask">◥</div>
  771.  
  772. <div class="asker">{asker} </div>
  773.  
  774. <div class="answer">{answer} </div>
  775.  
  776. {/block:Answer}
  777.  
  778.  
  779.  
  780. {block:Link}
  781.  
  782. <h2><a href="{URL}" class="link" {Target}>{Name}</a></h2>
  783.  
  784. {block:Description}
  785.  
  786. {Description}
  787.  
  788. {/block:Description}
  789.  
  790. {/block:Link}
  791.  
  792.  
  793.  
  794. {block:Chat}
  795.  
  796. {block:Title}<h2>{Title}</h2>
  797.  
  798. {/block:Title}
  799.  
  800. <div class="chat">
  801.  
  802. {block:Lines}<div class="chat"><div class="line {Alt}">
  803.  
  804. <div class="{Alt} user_{UserNumber}">
  805.  
  806. {block:Label}
  807.  
  808. <span class="label"><b>{Label}</b></span>
  809.  
  810. {/block:Label}
  811.  
  812. {Line}</div>
  813.  
  814. </div></div>
  815.  
  816. {/block:Lines}
  817.  
  818. </div>
  819.  
  820. {/block:Chat}
  821.  
  822.  
  823.  
  824. {block:Video}
  825.  
  826. {Video-500}
  827.  
  828. {block:Caption}
  829.  
  830. {Caption}
  831.  
  832. {/block:Caption}
  833.  
  834. {/block:Video}
  835.  
  836.  
  837.  
  838. {block:Audio}
  839.  
  840. {block:AlbumArt}
  841.  
  842. <img src="{AlbumArtURL}" width="55px" align="left">
  843.  
  844. {/block:AlbumArt}
  845.  
  846. <div class="audio">
  847.  
  848. {AudioPlayerGrey}</div>
  849.  
  850. {block:Caption}
  851.  
  852. {Caption}
  853.  
  854. {/block:Caption}
  855.  
  856. {/block:Audio}
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864. {block:Date}<div class="permalink">
  865.  
  866. Posted: {block:PermalinkPage}<a href="{Permalink}">{TimeAgo}</a> on: {/block:PermalinkPage}
  867.  
  868. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {ShortYear}</a>
  869.  
  870. {block:NoteCount}
  871.  
  872. With:<a href="{Permalink}"> {NoteCountWithLabel}</a>
  873.  
  874. {/block:NoteCount}
  875.  
  876. {block:ContentSource} Originally from: <a href="{SourceURL}">{SourceLink}</a><br>
  877.  
  878. {/block:ContentSource}
  879.  
  880. </div>
  881.  
  882. {/block:Date}
  883.  
  884.  
  885.  
  886. {block:ifShowTags}{block:IndexPage}{block:HasTags} #{block:Tags}
  887.  
  888. <div class="tag"><a href="{TagURL}">{Tag}</a></div>{/block:Tags}
  889.  
  890. {/block:HasTags}{/block:IndexPage}{block:ifShowTags}
  891.  
  892.  
  893.  
  894. {block:PermalinkPage}{block:HasTags} #{block:Tags}
  895.  
  896. <div class="tag"><a href="{TagURL}">{Tag}</a></div>
  897.  
  898. {/block:Tags}
  899.  
  900. {/block:HasTags}{/block:PermalinkPage}
  901.  
  902.  
  903.  
  904. </div> <!-- div.entry !-->
  905.  
  906.  
  907.  
  908. {/block:Posts}
  909.  
  910.  
  911.  
  912. {block:PostNotes}
  913.  
  914. <ol class="notes">
  915.  
  916. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  917.  
  918. {PostNotes}
  919.  
  920. </ol>
  921.  
  922. {/block:PostNotes}
  923.  
  924. <br>
  925.  
  926.  
  927.  
  928.  
  929.  
  930. </div> <!-- id.posts !-->
  931.  
  932. </div> <!-- id.content !-->
  933.  
  934. </body>
  935. <script type="text/javascript">
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945. //Dustin Supporter
  946.  
  947. function tb8_makeArray(n){
  948.  
  949. this.length = n;
  950.  
  951. return this.length;
  952.  
  953. }
  954.  
  955.  
  956.  
  957. tb8_messages = new tb8_makeArray(1);
  958.  
  959. tb8_messages[0] = "Dustin Supporter";
  960.  
  961. tb8_rptType = 'infinite';
  962.  
  963. tb8_rptNbr = 5;
  964.  
  965. tb8_speed = 100;
  966.  
  967. tb8_delay = 1500;
  968.  
  969. var tb8_counter=1;
  970.  
  971. var tb8_currMsg=0;
  972.  
  973. var tb8_tekst ="";
  974.  
  975. var tb8_i=0;
  976.  
  977. var tb8_TID = null;
  978.  
  979. function tb8_pisi(){
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995. document.title = tb8_tekst;
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003. tb8_sp=tb8_speed;
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011. tb8_i++;
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019. if (tb8_i==tb8_messages[tb8_currMsg].length){
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035. }
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. if (tb8_currMsg == tb8_messages.length){
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059. clearTimeout(tb8_TID);
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067. return;
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075. }
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083. tb8_counter++;
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091. tb8_currMsg = 0;
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099. }
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115. }
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. tb8_pisi()
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155. </script>
  1156. </html>
  1157.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement