JoyRachel

affectingyou-theme02 No emotions, just sex!

Nov 4th, 2011
17,113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! Theme 02 por Affecting You | não copie ou disponibilize !>
  6.  
  7. <script type="text/javascript">
  8.  
  9. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  10.  
  11.  
  12. function tb8_makeArray(n){
  13.  
  14. this.length = n;
  15.  
  16. return this.length;
  17.  
  18. }
  19.  
  20.  
  21. tb8_messages = new tb8_makeArray(1);
  22.  
  23.  
  24. tb8_messages[0] = "{Title}";
  25.  
  26.  
  27. tb8_rptType = 'infinite';
  28.  
  29.  
  30. tb8_rptNbr = 5;
  31.  
  32.  
  33. tb8_speed = 100;
  34.  
  35.  
  36. tb8_delay = 2000;
  37.  
  38.  
  39. var tb8_counter=1;
  40.  
  41.  
  42. var tb8_currMsg=0;
  43.  
  44.  
  45. var tb8_tekst ="";
  46.  
  47.  
  48. var tb8_i=0;
  49.  
  50.  
  51. var tb8_TID = null;
  52.  
  53.  
  54. function tb8_pisi(){
  55.  
  56.  
  57. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  58.  
  59.  
  60. document.title = tb8_tekst;
  61.  
  62.  
  63. tb8_sp=tb8_speed;
  64.  
  65.  
  66. tb8_i++;
  67.  
  68.  
  69. if (tb8_i==tb8_messages[tb8_currMsg].length){
  70.  
  71.  
  72. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  73.  
  74.  
  75. }
  76.  
  77.  
  78. if (tb8_currMsg == tb8_messages.length){
  79.  
  80.  
  81. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  82.  
  83.  
  84. clearTimeout(tb8_TID);
  85.  
  86.  
  87. return;
  88.  
  89.  
  90. }
  91.  
  92.  
  93. tb8_counter++;
  94.  
  95.  
  96. tb8_currMsg = 0;
  97.  
  98. }
  99.  
  100.  
  101. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  102.  
  103.  
  104. }
  105.  
  106.  
  107. tb8_pisi()
  108.  
  109.  
  110. </script>
  111.  
  112. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  113.  
  114. <head> <!-- DEFAULT VARIABLES -->
  115.  
  116. <meta name="font:body" content="georgia" />
  117. <meta name="font:title" content="georgia" />
  118. <meta name="color:background" content="#ffffff" />
  119. <meta name="color:text" content="#000000" />
  120. <meta name="color:linkhover" content="#FFB28E" />
  121. <meta name="color:link" content="#C5C5C5" />
  122. <meta name="color:entry" content="#ECEBEB" />
  123. <meta name="color:bold" content="#C5C5C5" />
  124. <meta name="color:sidebar" content="#C5C5C5" />
  125.  
  126. <meta name="if:Enable endless scrolling" content="0"/>
  127. <meta name="if:Show tags" content="1"/>
  128. <meta name="if:Show userpic" content="1"/>
  129. <meta name="if:Show sidebar image" content="1"/>
  130. <meta name="if:Show post author" content="1"/>
  131.  
  132. <meta name="image:sidebar" content=""/>
  133. <meta name="image:background" content=""/>
  134. <meta name="image:sidebar1" content=""/>
  135. <meta name="image:sidebar2" content=""/>
  136. <meta name="image:sidebar4" content=""/>
  137. <meta name="image:sidebar6" content=""/>
  138. <meta name="image:sidebar7" content=""/>
  139. <meta name="image:sidebar8" content=""/>
  140.  
  141. <meta name="text:bltitle" content="" />
  142. <meta name="text:subtitle" content="" />
  143. <meta name="text:Link1" content="" />
  144. <meta name="text:Link1 Title" content="" />
  145. <meta name="text:Link2" content="" />
  146. <meta name="text:Link2 Title" content="" />
  147. <meta name="text:Link3" content="" />
  148. <meta name="text:Link3 Title" content="" />
  149. <meta name="text:Link4" content="" />
  150. <meta name="text:Link4 Title" content="" />
  151. <meta name="text:Link5" content="" />
  152. <meta name="text:Link5 Title" content="" />
  153. <meta name="text:Link6" content="" />
  154. <meta name="text:Link6 Title" content="" />
  155. <meta name="text:Link7" content="" />
  156. <meta name="text:Link7 Title" content="" />
  157. <meta name="text:Link8" content="" />
  158. <meta name="text:Link8 Title" content="" />
  159. <meta name="text:Link9" content="" />
  160. <meta name="text:Link9 Title" content="" />
  161. <meta name="text:subtitle" content="" />
  162.  
  163.  
  164. <title>{Title}</title>
  165. <link rel="shortcut icon" href="{Favicon}">
  166. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  167. {block:Description}
  168. <meta name="description" content="{MetaDescription}" />
  169. {/block:Description}
  170.  
  171.  
  172.  
  173. <style type="text/css">
  174.  
  175. body {
  176. background-color: {color:background};
  177. color:{color:text};
  178. font-family: verdana;
  179. font-size: 11px; text-align: center;
  180. line-height:120%;
  181. margin:0;
  182. padding:0;
  183. background-image:url('{image:background}');
  184. background-attachment: fixed
  185. }
  186.  
  187. a, a:link, a:active, a:visited {
  188. color:{color:link};
  189. text-transform: lowercase;
  190. text-decoration: none
  191. }
  192.  
  193. a:hover {
  194. background-color:{color:linkhover};
  195. padding: 1px 0 1px 0;
  196. text-decoration: none
  197. }
  198.  
  199. img a{border:0px;}
  200. img a:hover{border:0px;}
  201.  
  202. b{text-transform: block; color:{color:bold}}
  203. i{text-transform: italic; color:{color:text}}
  204. p{margin:2px 0 2px 0}
  205.  
  206. blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  207.  
  208.  
  209. #sidebar {
  210. width: 340px;
  211. height: 1000px;
  212. top: 50px;
  213. left: 20px;
  214. padding: 5px;
  215. background-color: {color:sidebar};
  216. text-align: center;
  217. position: fixed
  218. }
  219.  
  220.  
  221. .bltitle {
  222. float: center;
  223. font-size: 30px;
  224. text-align: left;
  225. margin-left: 0px;
  226. text-transform: none;
  227. line-height:20px;
  228. padding:10px;
  229. font-family: georgia;
  230. color: (color:sidebartext);
  231. background-color: #ffffff;
  232. }
  233.  
  234. .bltitle a, a:hover {
  235. color: #494949;
  236. text-decoration: none;
  237. }
  238.  
  239. .blsubtitle {
  240. margin-left: 0px;
  241. font-size: 9px;
  242. line-height:0px;
  243. text-align: center;
  244. text-transform: none;
  245. color: #9e9e9e;
  246. background-color: #ffffff;
  247. padding:0px;
  248. font-family: verdana;
  249. margin-top: -1px;
  250. margin-left: 0px;
  251. font-size: 9px;
  252. line-height:15px;
  253. text-align: center;
  254. text-transform: lowercase;
  255. letter-spacing: 2px;
  256. }
  257.  
  258. .sidebartext {
  259. clear: both;
  260. text-align: justify;
  261. background-color: {color:sidebar};
  262. opacity: 0.8;
  263. filter:alpha (opacity=80);
  264. margin: 0px 0px 0px 0px;
  265. padding: 2px;
  266. font-family: verdana;
  267. font-size: 9px;
  268. }
  269.  
  270. .sidebartext a{font-size:10px;}
  271. .sidebartext a:hover{font-size:10px}
  272.  
  273. .userpic{
  274. float: left;
  275. margin: 0px 4px 2px 0;
  276. width:48px;
  277. height:auto
  278. }
  279.  
  280. .sidebarnavigation {
  281. float: right;
  282. width: 90px;
  283. text-align:center;
  284. margin: 20px 0 10px 0;
  285. }
  286.  
  287. .sidebarnavigation a{
  288. width: 75px;
  289. font-size: 10px;
  290. font-family: verdana;
  291. text-transform: lowercase;
  292. display: block;
  293. list-style: none;
  294. text-decoration: none;
  295. color: {color: text};
  296. background-color: {color:background};
  297. opacity: 0.8;
  298. filter:alpha (opacity=80);
  299. padding: 3px 0 3px 10px;
  300. margin:0 0px 1px 0;
  301. }
  302.  
  303. .sidebarnavigation a:hover{
  304. width: 70px;
  305. font-size: 10px;
  306. font-family: verdana;
  307. text-transform: lowercase;
  308. display: block;list-style: none;
  309. text-decoration: none;
  310. color:{color:text};
  311. background-color: {color:linkhover};
  312. padding: 3px 0 3px 15px;
  313. margin:0 0 1px 0
  314. }
  315.  
  316.  
  317. .credit {
  318. clear: both;
  319. font-size: 9px;
  320. font-family: verdana;
  321. text-align: center;
  322. color:{color:text};
  323. margin-top: 5px
  324. }
  325.  
  326. .credit a{
  327. text-decoration: none;
  328. color:{color:sidebartext}
  329. }
  330.  
  331. .credit a:hover{
  332. color:{color:linkbackground};
  333. background-color: transparent
  334. }
  335.  
  336. .sidebarpages{
  337. margin: 5px 0 0 0;
  338. text-align: center;
  339. }
  340. .sidebarpages a{
  341. text-decoration: none;
  342. color:{color:sidebartext}
  343. }
  344. .sidebarpages a:hover{
  345. color:{color:linkbackground};
  346. background-color: transparent
  347. }
  348.  
  349. .simage {
  350. float: left;
  351. padding: 0px;
  352. }
  353. .simage img {
  354. display: inline;
  355. margin-right:-3px;
  356. height:145px;
  357. width: auto;
  358. text-align:left;
  359. margin-bottom: 1px;
  360. }
  361.  
  362. #slinks {
  363. text-align:center;
  364. margin: 50% 0 0 0;
  365. margin-left: 362px;
  366. width: 110px;
  367. position: fixed;
  368. top: 0px;
  369. display: line;
  370. }
  371.  
  372. .slinks a {
  373. font-size: 9px;
  374. font-family: verdana;
  375. text-transform: lowercase;
  376. display: block;
  377. list-style: none;
  378. text-decoration: none;
  379. color: #ffffff;
  380. background-color: #000000;
  381. opacity: 0.8;
  382. filter:alpha (opacity=80);
  383. padding: 0px 0 1px 10px;
  384. margin:0 0px 2px 0;
  385. letter-spacing: 2px;
  386. }
  387.  
  388. .slinks a:hover{
  389. font-size: 9px;
  390. font-family: verdana;
  391. text-transform: lowercase;
  392. display: block;
  393. list-style: none;
  394. text-decoration: none;
  395. color:#000000;
  396. background-color: #FAFAFA;
  397. padding: 1px 0 1px 15px;
  398. margin:0 0 1px 0;
  399. letter-spacing: 3px;
  400. text-align:left;
  401. }
  402.  
  403.  
  404. #boxs {
  405. height:auto;
  406. background-color: {color:sidebar};
  407. margin-top: 2px;
  408. padding:4px;
  409. font-family: verdana;
  410. font-size:9px;}
  411.  
  412. #boxss {
  413. height:auto;
  414. background-color: {color:sidebar};
  415. margin-top: 2px;
  416. padding:4px;
  417. font-family: verdana;
  418. font-size:9px;}
  419.  
  420. #boxsss {
  421. height:auto;
  422. background-color: {color:sidebar};
  423. margin-top: 2px;
  424. padding:4px;
  425. font-family: verdana;
  426. font-size:9px;}
  427.  
  428.  
  429. #container {
  430. background-color:transparent;
  431. width: 465px;
  432. position: absolute;
  433. top: 0px;
  434. left: 521px;
  435. padding-bottom: 80px
  436. }
  437.  
  438. #entries {
  439. margin: -5px 0 10px 0
  440. }
  441.  
  442. #entry {
  443. width: 500px;
  444. background-color:{color:entry};
  445. text-align: justify;
  446. padding: 20px;
  447. margin: 0px 0 5px 0
  448. }
  449.  
  450. .image{
  451. text-align: center;
  452. margin: 0 0 5px 0
  453. }
  454. .image img{
  455. border: 0px;
  456. margin: 0;
  457. padding: 0
  458. }
  459.  
  460. #ask_form{width: 500px}
  461.  
  462. .search_result{font-size: 12px; text-align: center}
  463.  
  464. .source{display:none}
  465.  
  466. h1{
  467. font-family: georgia;
  468. font-size:20px;
  469. letter-spacing: -1px;
  470. line-height: 20px;
  471. text-transform: none;
  472. font-weight: normal;
  473. margin: 0 0 5px 0;
  474. text-align: center
  475. }
  476.  
  477. h1 a{
  478. font-size:20px;
  479. letter-spacing: -1px;
  480. line-height: 20px;
  481. text-transform: none;
  482. font-weight: normal;
  483. margin: 0 0 5px 0;
  484. text-decoration: none;
  485. text-align: center
  486. }
  487.  
  488. .qqmarks{
  489. font-size: 140px;
  490. font-weight: italic;
  491. line-height: 80px;
  492. opacity: 0.2;
  493. filter:alpha;
  494. (opacity=0)
  495. }
  496.  
  497. .qquote{
  498. font-family: georgia;
  499. font-size: 22px;
  500. letter-spacing: -1px;
  501. line-height: 20px;
  502. text-transform: none;
  503. margin-top: -70px;
  504. margin-left: 45px;
  505. }
  506.  
  507. .qsource{
  508. margin: 5px 15px 0 0;
  509. text-align: right
  510. }
  511.  
  512.  
  513. .chat{
  514. line-height: 12px;
  515. list-style: none
  516. }
  517.  
  518. .chat ul {
  519. line-height: 15px;
  520. list-style: none;
  521. padding: 0px;
  522. line-height: 20px;
  523. }
  524.  
  525. .person1 {
  526. background-color: {color:link};
  527. color: {color:background}
  528. }
  529.  
  530. .person1 .label {
  531. font-weight: bold;
  532. padding: 0px;
  533. margin-left: 5px;
  534. color: {color: text}
  535. }
  536.  
  537. .person2 {
  538. background-color: {color:background};
  539. color: {color: text}
  540. }
  541.  
  542. .person2 .label {
  543. font-weight: bold;
  544. padding: 0px;
  545. margin-left: 5px;
  546. color: {color: text}
  547. }
  548.  
  549.  
  550. .audioimage{
  551. float:left;
  552. text-align: center;
  553. margin: 0 10px 5px 0;
  554. width: 205px;
  555. border: 15px solid {color:background};
  556. }
  557.  
  558. .audioimage img{
  559. max-width: 205px;
  560. height: auto;
  561. margin: 0 0 2px 0
  562. }
  563.  
  564. .playcount {font-style: italic}
  565.  
  566.  
  567. .asker {
  568. width: 480px;
  569. background-color: {color:background};
  570. color:{color:text};
  571. padding: 10px
  572. }
  573.  
  574. .asker img{
  575. float: left;
  576. margin: 0px 4px 2px 0
  577. }
  578.  
  579. .asker a{
  580. font-size: 20px;
  581. color:{color:link};
  582. text-transform: lowercase;
  583. line-height: 27px;
  584. padding: 0;
  585. margin: 0;
  586. font-family: georgia;
  587. }
  588.  
  589. .asker a:hover{
  590. font-size: 20px;
  591. color:{color:link};
  592. text-transform: lowercase;
  593. line-height:27px;
  594. padding: 0;
  595. margin: 0;
  596. font-family: georgia;
  597. }
  598.  
  599. .answer {padding: 5px 0 0 0}
  600.  
  601.  
  602. #cap {
  603. padding: 2px 0 0 0;
  604. width: 500px;
  605. margin: 0 0 0 5px
  606. }
  607.  
  608. .info {
  609. margin-top: 10px;
  610. border-left: 0px solid {color:sidebarlinks};
  611. padding: 5px;
  612. background-color: {color:background};
  613. text-align: center;
  614. font-size: 9px;
  615. font-family: verdana;
  616. text-transform: lowercase;
  617. }
  618.  
  619. .info a {font-size: 9px;}
  620.  
  621. .info2 {
  622. padding: 2px;
  623. border-bottom: 1px dotted {color:background};
  624. text-align: right;
  625. }
  626.  
  627. .tags {
  628. color: {color:text};
  629. font-size: 9px;
  630. font-family: verdana;
  631. display: inline;
  632. list-style: none;
  633. text-transform: none;
  634. }
  635.  
  636. .tags a {
  637. font-size: 9px;
  638. color: {color:text};
  639. display: inline;
  640. list-style: none;
  641. text-transform: none;
  642. }
  643.  
  644.  
  645. #nts {
  646. width: 500px;
  647. margin-left: 95px;
  648. padding: 10px;
  649. margin-top: 5px;
  650. font-size: 10px;
  651. text-align: left
  652. }
  653.  
  654. #nts img{
  655. display: none;
  656. border:0px
  657. }
  658.  
  659.  
  660. #clear{
  661. clear: both;
  662. width: 50px;
  663. height: 0px;
  664. background-color:
  665. transparent
  666. }
  667.  
  668. #prevnextlinks{
  669. text-align: center;
  670. width: 500px;
  671. background-color:{color:entry};
  672. padding: 7px 20px 7px 20px;
  673. margin: 0 0 2px 0;
  674. font-size: 10px
  675. }
  676.  
  677.  
  678. #notes {
  679. width: 500px;
  680. margin: 0px;
  681. margin-left: 0px;
  682. padding: 5px;
  683. text-align: left
  684. }
  685.  
  686. ol.notes {
  687. list-style: none;
  688. margin: 0 20px 0 10px;
  689. padding: 0px
  690. }
  691.  
  692. ol.notes li {margin: 0px; padding: 2px;}
  693.  
  694. #notes img{border:0px}
  695. #notes a{font-size: 10px}
  696.  
  697.  
  698. #tumblr_controls{position: fixed!important}
  699. ::-webkit-scrollbar{width:8px;height:8px;}
  700.  
  701. ::-webkit-scrollbar-button:start:decrement
  702.  
  703. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  704.  
  705. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  706.  
  707. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  708.  
  709. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  710. {CustomCSS}
  711.  
  712. </style>
  713.  
  714. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  715.  
  716. </head>
  717.  
  718.  
  719. <body>
  720.  
  721.  
  722. <div id="container">
  723.  
  724. <div id="entries">
  725. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  726. <script type="text/javascript"
  727.  
  728. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  729.  
  730.  
  731. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  732.  
  733.  
  734.  
  735. {block:Posts}
  736.  
  737. <div id="entry">
  738. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  739.  
  740. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  741. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  742.  
  743. {block:Photoset}{Photoset-500}
  744. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  745. {/block:Photoset}
  746.  
  747. {block:Quote}
  748. <b class="qqmarks">“</b><div class="qquote"><i>{Quote}</i></div>
  749. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  750. {/block:Quote}
  751.  
  752. {block:Link}
  753. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  754. {block:Description}{Description}{/block:Description}
  755. {/block:Link}
  756.  
  757. {block:Chat}
  758. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  759. <div class="chat"><ul>{block:Lines}
  760. <li class="person{UserNumber}">{block:Label}
  761. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  762. {/block:Chat}
  763.  
  764. {block:Audio}
  765. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  766. {AudioPlayerWhite}
  767. <div class="playcount">{PlayCountWithLabel}</div>
  768. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  769. {/block:Audio}
  770.  
  771. {block:Video}{Video-500}
  772. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  773.  
  774. {block:Answer}
  775. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  776. <div class="answer">{Answer}</div>
  777. <br>
  778. {/block:Answer}
  779.  
  780. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  781. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  782. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  783. {/block:ContentSource}</div>
  784.  
  785.  
  786.  
  787. <div id="clear"></div>
  788.  
  789. <div class="info">
  790. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  791. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  792. </div></div>
  793. {/block:Posts}
  794. {block:PostNotes}
  795. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  796. {/block:PostNotes}
  797.  
  798.  
  799.  
  800. </div>
  801. </div>
  802.  
  803.  
  804.  
  805.  
  806. <div id="sidebar">
  807.  
  808. <div class="lefttitle"><div class="bltitle">{text:bltitle}</b> </center></div>{block:IfSubtitle}<div class="blsubtitle">{text:subtitle}</div> {/block:IfSubtitle}</div>
  809. <div class="sidebarpic"><p><left>
  810. </div>
  811.  
  812. <div id="boxss">
  813. <pre><div style="border: 0px; solid rbg(000, 000, 000); margin-right: 1px; padding: 4px; margin-bottom: 1px; overflow: auto; backgroud-color: rbg(000, 000, 000);"><div class="simage"><img src="{image:sidebar1}" width= "200px;"><img src="{image:sidebar2}" width= "200px;"><img src="{image:sidebar4}" width= "200px;"><img src="{image:sidebar6}" width= "200px;"><img src="{image:sidebar7}" width= "200px;"><img src="{image:sidebar8}" width= "200px;"></div></div></pre>
  814.  
  815. <div class="sidebartext">{block:Description}{Description}{/block:Description}
  816.  
  817.  
  818.  
  819. <div id="slinks">
  820. <div class="slinks"><br>{block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>
  821.  
  822. {/block:SubmissionsEnabled} {block:HasPages}{block:Pages}<a
  823.  
  824. href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}<a href="/">home</a> <a href="/ask">ask me</a>
  825. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  826. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  827. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  828. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  829. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  830. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  831. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  832. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  833. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  834.  
  835. </div></div>
  836.  
  837. <center><pre><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: #f5f5f5; width: 230px; text-align: justify; font-family: verdana; height: 25px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">theme por <a href="affectingyou.tumblr.com">affectingyou</a>. base por <a href="memorias-agridoces.tumblr.com">memorias agridoces</a> e detalhes originais de <a href="elasocurtejackdaniels.tumblr.com">elasocurtejackdaniel's</a></pre></center>
  838.  
  839. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  840. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  841.  
  842.  
  843. </form></div>{/block:IfShowSearch}
  844.  
  845.  
  846.  
  847.  
  848. {block:Pagination}<div class="sidebarpages">
  849. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  850.  
  851. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  852. </div> {/block:Pagination}
  853. </div></div></div>
  854. </div>
  855.  
  856.  
  857. </div></div>
  858. <br><br><br><br><br><br><br><br><br><br>
  859.  
  860. </div></div>
  861.  
  862.  
  863.  
  864. </div>
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871. </body>
  872. </html>
Advertisement
Add Comment
Please, Sign In to add comment