JoyRachel

affectingyou-theme06 Believe in me

Nov 13th, 2011
44,598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.10 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 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:sidebar" content="#F5F5F5" />
  121. <meta name="color:bgsidebarlinks" content="#000000" />
  122. <meta name="color:links" content="656B7E" />
  123. <meta name="color:entry" content="#F5F5F5" />
  124. <meta name="color:bold" content="656B7E" />
  125. <meta name="color:bgfrase1" content="#000000" />
  126. <meta name="color:bgfrase2" content="#656B7E" />
  127.  
  128. <meta name="if:Enable endless scrolling" content="0"/>
  129. <meta name="if:Show tags" content="1"/>
  130. <meta name="if:Show userpic" content="1"/>
  131. <meta name="if:Show sidebar image" content="1"/>
  132. <meta name="if:Show post author" content="1"/>
  133.  
  134. <meta name="image:sidebar1" content="http://static.tumblr.com/jrxhs0w/EDnluly76/1.jpg"/>
  135. <meta name="image:sidebar2" content="http://static.tumblr.com/jrxhs0w/PgNluly78/2.jpg"/>
  136. <meta name="image:sidebar3" content="http://static.tumblr.com/jrxhs0w/f1vluly7a/3.jpg"/>
  137. <meta name="image:sidebar4" content="http://static.tumblr.com/jrxhs0w/fN7luly7e/7.jpg"/>
  138. <meta name="image:sidebar5" content="http://static.tumblr.com/jrxhs0w/GvLluly7g/8.jpg"/>
  139. <meta name="image:sidebar6" content="http://static.tumblr.com/jrxhs0w/2I0luly7l/9.jpg"/>
  140. <meta name="image:background" content=""/>
  141.  
  142. <meta name="text:titulo" content="mude no appearance" />
  143. <meta name="text:subtitulo" content="" />
  144. <meta name="text:frase1" content="mude no appearance" />
  145. <meta name="text:frase2" content="mude no appearance" />
  146. <meta name="text:Link1" content="http://www.tumblr.com" />
  147. <meta name="text:Link1 Title" content="link1" />
  148. <meta name="text:Link2" content="http://www.tumblr.com" />
  149. <meta name="text:Link2 Title" content="link2" />
  150. <meta name="text:Link3" content="http://www.tumblr.com" />
  151. <meta name="text:Link3 Title" content="link3" />
  152. <meta name="text:Link4" content="http://www.tumblr.com" />
  153. <meta name="text:Link4 Title" content="link4" />
  154. <meta name="text:Link5" content="http://www.tumblr.com" />
  155. <meta name="text:Link5 Title" content="link5" />
  156.  
  157.  
  158. <title>{Title}</title>
  159. <link rel="shortcut icon" href="{Favicon}">
  160. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  161. {block:Description}
  162. <meta name="description" content="{MetaDescription}" />
  163. {/block:Description}
  164.  
  165.  
  166.  
  167. <style type="text/css">
  168.  
  169. body {
  170. color:#252525;
  171. background-color: {color:background};
  172. background-image:url('{image:background}');
  173. color:{color:text};
  174. font-family: verdana;
  175. font-size: 11px;
  176. text-align: center;
  177. background-attachment: fixed;
  178. background-position: bottom right;
  179. line-height:110%;
  180. text-align:justify
  181. }
  182.  
  183. a:link, a:active, a:visited {
  184. color: {color:links};
  185. text-decoration:none;
  186. }
  187.  
  188. a:hover {
  189. color: #DDDDDD;
  190. -webkit-transition-duration: 0.8s;
  191. -moz-transition-duration: 0.8s;
  192. }
  193.  
  194. .spic img{
  195. max-width: 150px;
  196. text-align:center;
  197. margin-top: 2px
  198. }
  199.  
  200. .sideimg {width: auto}
  201.  
  202. .sideimg img {width: 310px; height: auto; margin-bottom: 2px; }
  203.  
  204. .simage {text-align: center; height: 169px;}
  205.  
  206. .simage img {display: inline; max-height:180px;
  207. width: auto; text-align: center;}
  208.  
  209. #sidebar {
  210. width:395px;
  211. height: 346px;
  212. margin-left:10px;
  213. margin-top:210px;
  214. position:fixed;
  215. overflow:hidden;
  216. background-color: {color:sidebar};
  217. border-left:0px solid;
  218. border-right:0px solid;
  219. padding:3px
  220. }
  221.  
  222. #sideimages {
  223. width:475px;
  224. height: 190px;
  225. margin-left:10px;
  226. margin-top:0px;
  227. position:fixed;
  228. overflow:hidden;
  229. background-color: {color:sidebar};
  230. border-left:0px solid;
  231. border-right:0px solid;
  232. padding:3px
  233. }
  234.  
  235. #box1 {
  236. height:auto;
  237. background-color: {color:background};
  238. margin-top: 0px;
  239. padding:0px;
  240. font-family: verdana;
  241. font-size:2px;}
  242.  
  243. #box2 {
  244. height:auto;
  245. background-color: {color:sidebar};
  246. margin-top: 2px;
  247. padding:4px;
  248. font-family: verdana;
  249. font-size:9px;}
  250.  
  251.  
  252. #title {
  253. font-size: 30px;
  254. text-align: center;
  255. margin-left: 0px;
  256. text-transform: none;
  257. line-height:20px;
  258. padding:10px;
  259. font-family: georgia;
  260. color: (color:sidebartext);
  261. background-color: #ffffff;
  262. }
  263.  
  264. #subtitle {
  265. margin-left: 0px;
  266. font-size: 9px;
  267. line-height:15px;
  268. text-align: center;
  269. text-transform: none;
  270. color: #9e9e9e;
  271. background-color: #ffffff;
  272. padding:0px;
  273. font-family: verdana;
  274. margin-top: -1px;
  275. }
  276.  
  277. #subtitle {
  278. margin-left: 0px;
  279. font-size: 9px;
  280. line-height:15px;
  281. text-align: center;
  282. text-transform: lowercase;
  283. letter-spacing: 2px;
  284. }
  285.  
  286. #sidelinks {
  287. position: fixed;
  288. float: center;
  289. margin-top: 200px;
  290. margin-left: 420px;
  291. width: 45px;
  292. text-align: justify;
  293. font-size: 9px;
  294. background-color: {color: background};
  295. color: #FFFFFF;
  296. font-family: verdana;
  297. padding: 10px;}
  298.  
  299.  
  300. .sidel {
  301. margin-top: 0px;
  302. text-align: center;
  303. }
  304.  
  305. .sidel a {
  306. display: block;
  307. font-family: verdana;
  308. font-size: 9px;
  309. text-align: center;
  310. margin-bottom: 3px;
  311. height: 20px;
  312. width: 50px;
  313. background-color: {color:bgsidebarlinks};
  314. color:#FFFFFF;
  315. text-decoration: none;
  316. text-transform: lowercase;
  317. padding: 20px 5px 2px 5px;
  318. -webkit-transition: all 0.3s ease-out;
  319. -moz-transition: all 0.3s ease-out;
  320. }
  321.  
  322. .sidel a:hover{
  323. text-align: right;
  324. letter-spacing: 3px;
  325. background-color: #FFFFFF;
  326. color:#000000;
  327. }
  328.  
  329. .transp {opacity: 1}
  330.  
  331. .transp2 {opacity: 0.7}
  332.  
  333. .transp3 {opacity: 0.5}
  334.  
  335. .transp4 {opacity: 0.3}
  336.  
  337. .sidebarpages {
  338. margin: 330px 0 0 0;
  339. text-align: center;
  340. }
  341.  
  342. .sidebarpages a {
  343. text-decoration: none;
  344. color: #000000
  345. }
  346.  
  347. .sidebarpages a:hover {
  348. color:{color: #666666};
  349. background-color: transparent
  350. }
  351.  
  352. #creditos {
  353. width: 393px;
  354. float: center;
  355. font-size: 9px;
  356. text-align: center;
  357. color:#252525;
  358. margin-top: 5px;
  359. margin-left: 0px;
  360. position: fixed;
  361. }
  362.  
  363. #creditos a {color:#5F1F2B;}
  364.  
  365. #frase1 {
  366. position: left;
  367. margin-left: 0px;
  368. top: 222px;
  369. width: 393px;
  370. height: 25px;
  371. background-color:{color:bgfrase1};
  372. text-align: center;
  373. position: fixed;
  374. }
  375.  
  376. #frasea1 {
  377. color:#ffffff;
  378. width: 393px;
  379. margin-top: 5px;
  380. font-size: 9px;
  381. font-family: verdana;
  382. text-align: center;
  383. letter-spacing: 5px;
  384. margin-bottom: 5px;
  385. opacity: 0.8;
  386. }
  387.  
  388. #frase2 {
  389. position: right;
  390. margin-left: 0px;
  391. top: 250px;
  392. width: 393px;
  393. height: 25px;
  394. background-color: {color:bgfrase2};
  395. text-align: center;
  396. position: fixed;
  397. }
  398.  
  399. #frasea2 {
  400. color:#ffffff;
  401. width: 393px;
  402. margin-top: 5px;
  403. font-size: 9px;
  404. font-family: verdana;
  405. text-align: center;
  406. letter-spacing: 5px;
  407. margin-bottom: 5px;
  408. }
  409.  
  410. #icon {
  411. text-align: center;
  412. width: 100px;
  413. display: block;
  414. padding: 8px;
  415. }
  416.  
  417. #container {
  418. background-color:transparent;
  419. width: 465px;
  420. position: absolute;
  421. top: 0px;
  422. left: 510px;
  423. padding-bottom: 80px
  424. }
  425.  
  426. #entries {margin: -5px 0 10px 0}
  427.  
  428. #entry {
  429. width: 500px;
  430. background-color:{color:entry};
  431. text-align: justify;
  432. padding: 20px;
  433. margin: 0px 0 5px 0
  434. }
  435.  
  436. .image{text-align: center; margin: 0 0 5px 0}
  437. .image img{border: 0px; margin: 0; padding: 0}
  438.  
  439. #ask_form{width: 500px}
  440.  
  441. .search_result{font-size: 12px; text-align: center}
  442.  
  443. .source{display:none}
  444.  
  445. h1{
  446. font-family: georgia;
  447. font-size:20px;
  448. letter-spacing: -1px;
  449. line-height: 20px;
  450. text-transform: none;
  451. font-weight: normal;
  452. margin: 0 0 5px 0;
  453. text-align: center
  454. }
  455.  
  456. h1 a{
  457. font-size:20px;
  458. letter-spacing: -1px;
  459. line-height: 20px;
  460. text-transform: none;
  461. font-weight: normal;
  462. margin: 0 0 5px 0;
  463. text-decoration: none;
  464. text-align: center
  465. }
  466.  
  467. .qqmarks{
  468. font-size: 80px;
  469. font-weight: bold;
  470. line-height: 80px;
  471. opacity: 0.2;
  472. filter:alpha (opacity=20)
  473. }
  474.  
  475. .qquote{
  476. font-family: georgia;
  477. font-size: 20px;
  478. letter-spacing: -1px;
  479. line-height: 20px;
  480. text-transform: none;
  481. margin-top: -70px;
  482. margin-left: 45px
  483. }
  484.  
  485. .qsource{
  486. margin: 5px 15px 0 0;
  487. text-align: right}
  488.  
  489. .chat{
  490. line-height: 12px;
  491. list-style: none
  492. }
  493.  
  494. .chat ul {
  495. line-height: 15px;
  496. list-style: none;
  497. padding: 0px;
  498. line-height: 20px;
  499. }
  500.  
  501. .person1 {
  502. background-color: {color:link};
  503. color: {color:background}
  504. }
  505. .person1 .label {
  506. font-weight: bold;
  507. padding: 0px;
  508. margin-left: 5px;
  509. color: {color: text}
  510. }
  511. .person2 {
  512. background-color: {color:background};
  513. color: {color: text}
  514. }
  515. .person2 .label {
  516. font-weight: bold;
  517. padding: 0px;
  518. margin-left: 5px;
  519. color: {color: text}
  520. }
  521.  
  522. .audioimage{
  523. float:left;
  524. text-align: center;
  525. margin: 0 10px 5px 0;
  526. width: 205px;
  527. border: 15px solid {color:background};
  528. }
  529. .audioimage img{
  530. max-width: 205px;
  531. height: auto;
  532. margin: 0 0 2px 0
  533. }
  534. .playcount {font-style: italic}
  535.  
  536.  
  537. .asker {
  538. width: 480px;
  539. background-color: {color:background};
  540. color:{color:text};
  541. padding: 10px
  542. }
  543. .asker img{
  544. float: left;
  545. margin: 0px 4px 2px 0
  546. }
  547. .asker a{
  548. font-size: 20px;
  549. color:{color:link};
  550. text-transform: lowercase;
  551. line-height: 27px;
  552. padding: 0; margin: 0;
  553. font-family: georgia;
  554. }
  555. .asker a:hover{
  556. font-size: 20px;
  557. color:{color:link};
  558. text-transform: lowercase;
  559. line-height:27px;
  560. padding: 0;
  561. margin: 0;
  562. font-family: georgia;
  563. }
  564. .answer {padding: 5px 0 0 0}
  565.  
  566. #cap {
  567. padding: 2px 0 0 0;
  568. width: 500px;
  569. margin: 0 0 0 5px
  570. }
  571.  
  572. .info {
  573. margin-top: 10px;
  574. border-left: 0px solid {color:sidebarlinks};
  575. padding: 5px;
  576. background-color: {color:background};
  577. text-align: center;
  578. font-size: 9px;
  579. font-family: verdana;
  580. text-transform: lowercase;
  581. }
  582.  
  583. .info a {font-size: 9px;}
  584.  
  585. .info2 {
  586. padding: 2px;
  587. border-bottom: 1px dotted {color:background};
  588. text-align: right;
  589. }
  590. .tags {
  591. color: {color:text};
  592. font-size: 9px;
  593. font-family: verdana;
  594. display: inline;
  595. list-style: none;
  596. text-transform: none;
  597. }
  598. .tags a {
  599. font-size: 9px;
  600. color: {color:text};
  601. display: inline;
  602. list-style: none;
  603. text-transform: none;
  604. }
  605.  
  606. #nts {
  607. width: 500px;
  608. margin-left: 95px;
  609. padding: 10px;
  610. margin-top: 5px;
  611. font-size: 10px;
  612. text-align: left
  613. }
  614.  
  615. #nts img{display: none; border:0px}
  616.  
  617. #clear{
  618. clear: both;
  619. width: 50px;
  620. height: 0px;
  621. background-color: transparent
  622. }
  623.  
  624. #prevnextlinks{
  625. text-align: center;
  626. width: 500px;
  627. background-color:{color:entry};
  628. padding: 7px 20px 7px 20px;
  629. margin: 0 0 2px 0;
  630. font-size: 10px
  631. }
  632.  
  633. #notes {
  634. width: 500px;
  635. margin: 0px;
  636. margin-left: 0px;
  637. padding: 5px;
  638. text-align: left
  639. }
  640.  
  641. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  642. ol.notes li {margin: 0px; padding: 2px;}
  643.  
  644. #notes img{border:0px}
  645. #notes a{font-size: 10px}
  646.  
  647. #tumblr_controls{position: fixed!important}
  648. ::-webkit-scrollbar{width:8px;height:8px;}
  649.  
  650. ::-webkit-scrollbar-button:start:decrement
  651.  
  652. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  653.  
  654. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  655.  
  656. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  657.  
  658. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  659.  
  660. {CustomCSS}
  661.  
  662. </style>
  663.  
  664. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  665.  
  666. <script>
  667.  
  668. var mensagem=" FRASE QUE VOCÊ QUISER PRA BLOCK O TECLADO";
  669.  
  670. function bloqueio()
  671.  
  672. {alert(mensagem);}
  673.  
  674. document.onkeydown=bloqueio;
  675.  
  676. </script>
  677.  
  678.  
  679. <script language="javascript">
  680.  
  681. var mensagem="opa, fugiu";
  682.  
  683. function clickIE() {if (document.all) {(mensagem);return false;}}
  684.  
  685. function clickNS(e) {if
  686.  
  687. (document.layers||(document.getElementById&&!document.all)) {
  688.  
  689. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  690.  
  691. if (document.layers)
  692.  
  693. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  694.  
  695. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  696.  
  697. document.oncontextmenu=new Function("return false")
  698.  
  699. </script>
  700.  
  701. <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/>
  702.  
  703. </head>
  704.  
  705.  
  706. <body>
  707.  
  708.  
  709. <div id="container">
  710.  
  711. <div id="entries">
  712. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  713. <script type="text/javascript"
  714.  
  715. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  716.  
  717.  
  718. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  719.  
  720. {block:Posts}
  721.  
  722. <div id="entry">
  723. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  724.  
  725. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  726. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  727.  
  728. {block:Photoset}{Photoset-500}
  729. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  730. {/block:Photoset}
  731.  
  732. {block:Quote}
  733. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  734. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  735. {/block:Quote}
  736.  
  737. {block:Link}
  738. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  739. {block:Description}{Description}{/block:Description}
  740. {/block:Link}
  741.  
  742. {block:Chat}
  743. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  744. <div class="chat"><ul>{block:Lines}
  745. <li class="person{UserNumber}">{block:Label}
  746. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  747. {/block:Chat}
  748.  
  749. {block:Audio}
  750. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  751. {AudioPlayerWhite}
  752. <div class="playcount">{PlayCountWithLabel}</div>
  753. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  754. {/block:Audio}
  755.  
  756. {block:Video}{Video-500}
  757. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  758.  
  759. {block:Answer}
  760. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  761. <div class="answer">{Answer}</div>
  762. <br>
  763. {/block:Answer}
  764.  
  765. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  766. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  767. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  768. {/block:ContentSource}</div>
  769.  
  770.  
  771. <div id="clear"></div>
  772.  
  773. <div class="info">
  774. {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>
  775. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  776. </div></div>
  777. {/block:Posts}
  778. {block:PostNotes}
  779. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  780. {/block:PostNotes}
  781.  
  782.  
  783. </div>
  784. </div>
  785.  
  786.  
  787. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  788.  
  789.  
  790.  
  791. <div id="sidelinks"><div class="sidel">
  792.  
  793. <div class="transp1"><div class="sidel">
  794. <a href="/">home</a></div></div>
  795.  
  796. <div class="transp2"><div class="sidel">
  797. <a href="/ask">ask box</a></div></div>
  798.  
  799. <div class="transp3"><div class="sidel">
  800. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}</div></div>
  801.  
  802. <div class="transp4"><div class="sidel">
  803. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}</div></div>
  804.  
  805. <div class="transp3"><div class="sidel">
  806. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}</div></div>
  807.  
  808. <div class="transp2"><div class="sidel">
  809. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}</div></div>
  810.  
  811. <div class="transp1"><div class="sidel">
  812. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}</div></div></div></div>
  813.  
  814.  
  815. <div id="sideimages">
  816. <div id="box1">
  817. <pre><div style="border: 0px; solid rbg(000, 000, 000); margin-right: 1px; padding: 3px; margin-bottom: 1px; overflow: auto; height: 100; backgroud-color: rbg(000, 000, 000);"><div class="simage"><marquee direction="right" scrollamount="3" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><img src="{image:sidebar1}" width= "200px;"><img src="{image:sidebar2}" width= "200px;"><img src="{image:sidebar3}" width= "200px;"><img src="{image:sidebar4}" width= "200px;"><img src="{image:sidebar5}" width= "200px;"><img src="{image:sidebar6}" width= "200px;"></marquee></div>
  818. </div></pre>
  819. </div></div>
  820.  
  821. <div id="sidebar">
  822.  
  823. <div id="frase1"><div id="frasea1"><center>{block:iffrase1}{text:frase1}{/block:iffrase1}</center></div></div>
  824.  
  825. <div id="frase2">
  826.  
  827. <div id="frasea2"><center>{block:iffrase2}{text:frase2}{/block:iffrase2}</center></div></div>
  828.  
  829. <br><br><br><br><br><div style="border: 1px (230, 230, 250); overflow: auto; color: #000000; background-color: #FFFFFF; width: 382px; text-align: justify; font-family: verdana; height: 130px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">{block:Description}{Description}{/block:Description} </div>
  830.  
  831. <br>
  832.  
  833.  
  834. <div id="title">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
  835. <div id="subtitle">{block:ifsubtitulo}{text:subtitulo}{/block:ifsubtitulo}</div>
  836.  
  837. <br>
  838. <pre><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: #f5f5f5; width: 410px; text-align: justify; font-family: verdana; height: 10px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">theme por <a href="http://affectingyou.tumblr.com"><b>affectingyou</b></a>, com detalhes de <a href="http://im-mutable.tumblr.com"><b>im-mutable</b> e <a href="http://deslocado.tumblr.com"><b>deslocado</b></a></pre>
  839.  
  840. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  841. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  842.  
  843.  
  844. </form></div>{/block:IfShowSearch}
  845.  
  846. <center>{block:Pagination}
  847. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  848.  
  849. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  850. </div> {/block:Pagination}</center>
  851. </div></div></div>
  852. </div>
  853.  
  854. </div>
  855.  
  856. </div>
  857.  
  858.  
  859. </div></div></div></div>
  860.  
  861. </body>
  862. </html>
Advertisement
Add Comment
Please, Sign In to add comment