JoyRachel

affectingyou-theme04 Crazier

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