Don't like ads? PRO users don't see any ads ;-)
Guest

affectingyou-theme08 I'm Chuck Bass

By: JoyRachel on Nov 15th, 2011  |  syntax: None  |  size: 22.20 KB  |  hits: 20,970  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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="#000000" />
  115. <meta name="color:text" content="#FFFFFF" />
  116. <meta name="color:linkhover" content="#5D5E69" />
  117. <meta name="color:link" content="#F5F5F5" />
  118. <meta name="color:entry" content="#303030" />
  119. <meta name="color:bold" content="#B8B8B8" />
  120. <meta name="color:sbar" content="#303030" />
  121. <meta name="color:sidebar" content="#303030" />
  122. <meta name="color:sidebarlinks" content="#FFFFFF" />
  123. <meta name="color:bgsidebarlinks" content="#000000" />
  124. <meta name="color:sidebarlinkshover" content="#000000" />
  125. <meta name="color:backsidebarlinks" content="#FFFFFF" />
  126. <meta name="color:bgfrase1" content="#000000" />
  127. <meta name="color:bgfrase2" content="#787D83" />
  128.  
  129. <meta name="if:Enable endless scrolling" content="0"/>
  130. <meta name="if:Show tags" content="1"/>
  131. <meta name="if:Show userpic" content="1"/>
  132. <meta name="if:Show sidebar image" content="1"/>
  133. <meta name="if:Show post author" content="1"/>
  134.  
  135. <meta name="image:sidebar1" content="http://static.tumblr.com/jrxhs0w/aQTluq1wb/1.jpg"/>
  136. <meta name="image:sidebar2" content="http://static.tumblr.com/jrxhs0w/FHEluq24p/2.jpg"/>
  137. <meta name="image:sidebar3" content="http://static.tumblr.com/jrxhs0w/x9rluq255/3.jpg"/>
  138. <meta name="image:sidebar4" content="http://static.tumblr.com/jrxhs0w/TODluq25l/4.jpg"/>
  139. <meta name="image:sidebar5" content="http://static.tumblr.com/jrxhs0w/yu5luq261/5.jpg"/>
  140. <meta name="image:sidebar6" content="http://static.tumblr.com/jrxhs0w/hBpluq26g/6.jpg"/>
  141. <meta name="image:background" content=""/>
  142.  
  143. <meta name="text:titulo" content="Mude no appearance" />
  144. <meta name="text:subtitulo" content="Mude no appearance" />
  145. <meta name="text:frase1" content="Mude no appearance" />
  146. <meta name="text:frase2" content="Mude no appearance" />
  147. <meta name="text:Link1" content="www.tumblr.com/" />
  148. <meta name="text:Link1 Title" content="link1" />
  149. <meta name="text:Link2" content="www.tumblr.com/" />
  150. <meta name="text:Link2 Title" content="link2" />
  151. <meta name="text:Link3" content="www.tumblr.com/" />
  152. <meta name="text:Link3 Title" content="link3" />
  153. <meta name="text:Link4" content="www.tumblr.com/" />
  154. <meta name="text:Link4 Title" content="link4" />
  155. <meta name="text:Link5" content="www.tumblr.com/" />
  156. <meta name="text:Link5 Title" content="link5" />
  157. <meta name="text:Link6" content="www.tumblr.com/" />
  158. <meta name="text:Link6 Title" content="link6" />
  159.  
  160.  
  161. <title>{Title}</title>
  162. <link rel="shortcut icon" href="{Favicon}">
  163. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  164. {block:Description}
  165. <meta name="description" content="{MetaDescription}" />
  166. {/block:Description}
  167.  
  168.  
  169.  
  170. <style type="text/css">
  171.  
  172. body {
  173. background-color: {color:background};
  174. color:{color:text};
  175. font-family: verdana;
  176. font-size: 11px;
  177. text-align: center;
  178. line-height:120%;
  179. margin:0;
  180. padding:0;
  181. background-image:url('{image:background}');
  182. background-attachment: fixed
  183. }
  184.  
  185. a, a:link, a:active, a:visited {
  186. color:{color:link};
  187. text-transform: none;
  188. text-decoration: none
  189. }
  190.  
  191. a:hover {
  192. background-color:{color:linkhover};
  193. padding: 1px 0 1px 0;
  194. text-decoration: none
  195. }
  196.  
  197. img a{border:0px;}
  198. img a:hover{border:0px;}
  199.  
  200. b{text-transform: block; color:{color:bold}}
  201. i{text-transform: italic; color:{color:text}}
  202. p{margin:2px 0 2px 0}
  203. blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  204.  
  205.  
  206. #px {
  207. top: 75%;
  208. margin-left: 0px;
  209. width: 70px;
  210. position: fixed;
  211. padding: 1px;
  212. }
  213.  
  214. .plink {
  215. font-size: 50px;
  216. font-family: {font:title};
  217. padding: 5px;
  218. }
  219.  
  220. .plink a{
  221. color: {color:text};
  222. background-color: transparent;
  223. }
  224.  
  225. .plink a:hover {
  226. color: {color:left};
  227. background-color: transparent;
  228. }
  229.  
  230. #sidebar {
  231. width: 340px;
  232. left: 565px;
  233. margin-top:10px;
  234. padding: 5px;
  235. background-color: {color:sbar};
  236. text-align: center;
  237. position: fixed
  238. }
  239.  
  240.  
  241. #linkbar {
  242. position: fixed;
  243. background-color: {color:entry};
  244. width: 150px;
  245. height: auto;
  246. position: absolute;
  247. left: 10px;
  248. margin-top: 20px;
  249. padding: 5px;
  250. position: fixed;
  251. }
  252.  
  253. #title {
  254. font-size: 32px;
  255. text-align: center;
  256. margin-left: 0px;
  257. text-transform: none;
  258. line-height:15px;
  259. padding:10px;
  260. font-family: georgia;
  261. color: (color:sidebartext);
  262. background-color: {color:background};
  263. }
  264.  
  265. #subtitle {
  266. margin-left: 0px;
  267. font-size: 9px;
  268. line-height:0px;
  269. text-align: center;
  270. text-transform: none;
  271. color: #9e9e9e;
  272. background-color: {color:background};
  273. padding:0px;
  274. font-family: verdana;
  275. margin-top: -1px;
  276. }
  277.  
  278. #subtitle {
  279. margin-left: 0px;
  280. font-size: 9px;
  281. line-height:15px;
  282. text-align: center;
  283. text-transform: lowercase;
  284. letter-spacing: 2px;
  285. }
  286.  
  287. #frase1 {
  288. position: left;
  289. margin-left: 0px;
  290. top: 185px;
  291. width: 339px;
  292. height: 23px;
  293. background-color:{color:bgfrase1};
  294. text-align: center;
  295. position: fixed;
  296. }
  297.  
  298. #frasea1 {
  299. color:#ffffff;
  300. width: 339px;
  301. margin-top: 5px;
  302. font-size: 9px;
  303. font-family: verdana;
  304. text-align: center;
  305. letter-spacing: 3px;
  306. font-style: bold;
  307. margin-bottom: 5px;
  308. opacity: 0.8;
  309. }
  310.  
  311. #frase2 {
  312. position: right;
  313. margin-left: 0px;
  314. top: 210px;
  315. width: 339px;
  316. height: 23px;
  317. background-color: {color:bgfrase2};
  318. text-align: center;
  319. position: fixed;
  320. }
  321.  
  322. #frasea2 {
  323. color:#ffffff;
  324. width: 339px;
  325. margin-top: 5px;
  326. font-size: 9px;
  327. font-family: verdana;
  328. text-align: center;
  329. letter-spacing: 3px;
  330. font-style: bold;
  331. margin-bottom: 5px;
  332. }
  333.  
  334. .sidebarpic img{
  335. color: #f3f3f3;
  336. max-width: 240px;
  337. text-align:center;
  338. margin-top: 2px;
  339. margin-left: 0px;
  340. border: 4px solid
  341. }
  342.  
  343. .sidebartext{
  344. clear: both;
  345. text-align: justify;
  346. background-color: transparent;
  347. opacity: 0.8;
  348. filter:alpha (opacity=80);
  349. margin: 0px 0px 0px 0px;
  350. padding: 2px;
  351. font-family: verdana;
  352. font-size: 9px;
  353. }
  354. .sidebartext a{font-size:10px;}
  355. .sidebartext a:hover{font-size:10px}
  356.  
  357. ::-webkit-scrollbar{width:8px;height:8px;}
  358. ::-webkit-scrollbar-button:start:decrement
  359. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  360. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  361. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
  362. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
  363. .userpic{
  364. float: left;
  365. margin: 0px 4px 2px 0;
  366. width:48px;
  367. height:auto
  368. }
  369.  
  370. .sidebarnavigation {
  371. float: right;
  372. width: 90px;
  373. text-align:center;
  374. margin: 20px 0 10px 0;
  375. }
  376.  
  377. .sidebarnavigation a{
  378. width: 75px;
  379. font-size: 10px;
  380. font-family: verdana;
  381. text-transform: lowercase;
  382. display: block;
  383. list-style: none;
  384. text-decoration: none;
  385. color: {color: text};
  386. background-color: {color:background};
  387. opacity: 0.8;
  388. filter:alpha (opacity=80);
  389. padding: 3px 0 3px 10px;
  390. margin:0 0px 1px 0;
  391. }
  392.  
  393. .sidebarnavigation a:hover{
  394. width: 70px;
  395. font-size: 10px;
  396. font-family: verdana;
  397. text-transform: lowercase;
  398. display: block;
  399. list-style: none;
  400. text-decoration: none;
  401. color:{color:text};
  402. background-color: {color:linkhover};
  403. padding: 3px 0 3px 15px;
  404. margin:0 0 1px 0
  405. }
  406.  
  407. .sideimg {width: auto}
  408.  
  409. .sideimg img {width: 340px; height: auto; margin-bottom: 2px; }
  410.  
  411. .simage {text-align: center;}
  412.  
  413. .simage img {display: inline; max-height:135px;
  414. width: auto; text-align: center;}
  415.  
  416. .credit{
  417. clear: both;
  418. font-size: 9px;
  419. font-family: verdana;
  420. text-align: center;
  421. color:{color:text};
  422. margin-top: 5px
  423. }
  424. .credit a{
  425. text-decoration: none;
  426. color:{color:sidebartext}
  427. }
  428. .credit a:hover{
  429. color:{color:linkbackground};
  430. background-color: transparent
  431. }
  432.  
  433. #sidebar3 {
  434.   position:fixed;
  435.   margin-left: 20px;
  436.   top: 376px;
  437.   padding: 5px;
  438.   width: 220px;
  439.   height: auto;
  440.   color: {color:text};
  441.   color-link: {color:link};}
  442.  
  443. .sidebarpages{
  444. margin: 5px 0 0 0; text-align: center;}
  445. .sidebarpages a{text-decoration: none;color:{color:sidebartext}}
  446. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  447.  
  448. .iimage2 {padding: 0px;}
  449. .iimage2 img {display: inline; max-width:100px; height: auto; text-align:center; margin-bottom: 2px; border: 1px solid {color:background}}
  450. .cred {text-align: center;}
  451.  
  452.  
  453. .spic img{max-width: 150px; text-align:center; margin-top: 2px}
  454. #simag {margin-bottom:2px; margin-top:2px}
  455.  
  456. #simag img {border: 6px solid #FFFFFF;max-width: 200px; height: auto; text-align:center}
  457.  
  458. #simg {margin-bottom:2px; margin-top:2px}
  459.  
  460. #simg img {max-width: 100px; height: auto; text-align:center}
  461.  
  462. #slinks {
  463. text-align:center;
  464. margin: 0px 0 0px 0;
  465. margin-left: 30px;
  466. width: 100px;
  467. position: fixed;
  468. top: 0px;
  469. display: line;
  470. }
  471.  
  472. .slinks a{
  473. font-size: 11px;
  474. font-family: verdana;
  475. text-transform: none;
  476. display: block;
  477. list-style: none;
  478. text-decoration: lowercase;
  479. color: #ffffff;
  480. background-color: #666666;
  481. opacity: 1.0;
  482. filter:alpha (opacity=100);
  483. padding: 0px 0 1px 10px;
  484. margin:0 0px 2px 0;
  485. letter-spacing: 2px;
  486. }
  487.  
  488. .slinks a:hover{
  489. font-size: 9px;
  490. font-family: verdana;
  491. text-transform: lowercase;
  492. display: block;
  493. list-style: none;
  494. text-decoration: none;
  495. color:#000000;
  496. background-color: #FAFAFA;
  497. padding: 1px 0 1px 1px;
  498. margin:0 0 1px 0;
  499. letter-spacing: 5px;
  500. text-align:center;
  501. }
  502.  
  503. #nav {background-color: transparent; display:inline;}
  504.  
  505. #nav a {
  506. display:block;
  507. background-color: {color:bgsidebarlinks};
  508. font:9px verdana;
  509. text-transform: lowercase;
  510. color:{color:sidebarlinks};
  511. margin-bottom:3px;
  512. line-height: 20px;
  513. text-decoration: none;
  514. letter-spacing: 2px;
  515. padding:5px;
  516. }
  517.  
  518. #nav a:hover {
  519. letter-spacing: 4px;
  520. background-color: {color:backsidebarlinks};
  521. color:{color:sidebarlinkshover};
  522. }
  523.  
  524. #sidebarlinks {
  525. margin-left: 340px;
  526. padding: 0px 0 0px 0;
  527. text-align: center;
  528. }
  529.  
  530. .sidebarlinks a{
  531. color: {color:sidebarlinks};
  532. background-color: {color:bgsidebarlinks};
  533. display: block;
  534. font-size: 9px;
  535. text-align: center;
  536. margin-bottom:1px;
  537. width: 70px;
  538. line-height: 12px;
  539. text-decoration: none;
  540. padding: 2px 0 2px 0;
  541. -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; letter-spacing: 2px;}
  542.  
  543.  
  544. .sidebarlinks a:hover{
  545. background-color: {color:backsidebarlinks};
  546. color: {color:sidebarlinkshover};
  547. font-size: 9px;
  548. padding: 2px 0 2px 0;
  549. -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; letter-spacing: 2px;}
  550.  
  551.  
  552. #boxs {
  553.  height:auto;
  554.  background-color: {color:sidebar};
  555.  margin-top: 2px;
  556.  padding:4px;
  557.  font-family: verdana;
  558.  font-size:9px;}
  559.  
  560.  
  561. #iconbar {
  562. width: 86px;
  563. position: fixed;
  564. left: 1050px;
  565. top: 125px;
  566. }
  567.  
  568. #icon {
  569. text-align: center;
  570. width: 100px;
  571. display: block;
  572. padding: 8px;
  573. }
  574.  
  575. #container {
  576. background-color:transparent;
  577. width: 465px;
  578. position: absolute;
  579. top: 0px;
  580. left: 8px;
  581. padding-bottom: 80px
  582. }
  583.  
  584. #entries {margin: -5px 0 10px 0}
  585.  
  586. #entry {
  587. width: 500px;
  588. background-color:{color:entry};
  589. text-align: justify;
  590. padding: 20px;
  591. margin: 0px 0 5px 0
  592. }
  593.  
  594. .image{text-align: center; margin: 0 0 5px 0}
  595. .image img{border: 0px; margin: 0; padding: 0}
  596.  
  597. #ask_form{width: 500px}
  598.  
  599. .search_result{font-size: 12px; text-align: center}
  600.  
  601. .source{display:none}
  602.  
  603. h1{
  604. font-family: georgia;
  605. font-size:20px;
  606. letter-spacing: -1px;
  607. line-height: 20px;
  608. text-transform: none;
  609. font-weight: normal;
  610. margin: 0 0 5px 0;
  611. text-align: center
  612. }
  613.  
  614. h1 a{
  615. font-size:20px;
  616. letter-spacing: -1px;
  617. line-height: 20px;
  618. text-transform: none;
  619. font-weight: normal;
  620. margin: 0 0 5px 0;
  621. text-decoration: none;
  622. text-align: center
  623. }
  624.  
  625. .qqmarks{
  626. font-size: 80px;
  627. font-weight: bold;
  628. line-height: 80px;
  629. opacity: 0.2;
  630. filter:alpha (opacity=20)
  631. }
  632.  
  633. .qquote{
  634. font-family: georgia;
  635. font-size: 20px;
  636. letter-spacing: -1px;
  637. line-height: 20px;
  638. text-transform: none;
  639. margin-top: -70px;
  640. margin-left: 45px
  641. }
  642.  
  643. .qsource{
  644. margin: 5px 15px 0 0;
  645. text-align: right}
  646.  
  647. .chat{
  648. line-height: 12px;
  649. list-style: none
  650. }
  651.  
  652. .chat ul {
  653. line-height: 15px;
  654. list-style: none;
  655. padding: 0px;
  656. line-height: 20px;
  657. }
  658.  
  659. .person1 {
  660. background-color: {color:link};
  661. color: {color:background}
  662. }
  663. .person1 .label {
  664. font-weight: bold;
  665. padding: 0px;
  666. margin-left: 5px;
  667. color: {color: text}
  668. }
  669. .person2 {
  670. background-color: {color:background};
  671. color: {color: text}
  672. }
  673. .person2 .label {
  674. font-weight: bold;
  675. padding: 0px;
  676. margin-left: 5px;
  677. color: {color: text}
  678. }
  679.  
  680. .audioimage{
  681. float:left;
  682. text-align: center;
  683. margin: 0 10px 5px 0;
  684. width: 205px;
  685. border: 15px solid {color:background};
  686. }
  687. .audioimage img{
  688. max-width: 205px;
  689. height: auto;
  690. margin: 0 0 2px 0
  691. }
  692. .playcount {font-style: italic}
  693.  
  694.  
  695. .asker {
  696. width: 480px;
  697. background-color: {color:background};
  698. color:{color:text};
  699. padding: 10px
  700. }
  701. .asker img{
  702. float: left;
  703. margin: 0px 4px 2px 0
  704. }
  705. .asker a{
  706. font-size: 20px;
  707. color:{color:link};
  708. text-transform: lowercase;
  709. line-height: 27px;
  710. padding: 0; margin: 0;
  711. font-family: georgia;
  712. }
  713. .asker a:hover{
  714. font-size: 20px;
  715. color:{color:link};
  716. text-transform: lowercase;
  717. line-height:27px;
  718. padding: 0;
  719. margin: 0;
  720. font-family: georgia;
  721. }
  722. .answer {padding: 5px 0 0 0}
  723.  
  724. #cap {
  725. padding: 2px 0 0 0;
  726. width: 500px;
  727. margin: 0 0 0 5px
  728. }
  729.  
  730. .info {
  731. margin-top: 10px;
  732. border-left: 0px solid {color:sidebarlinks};
  733. padding: 5px;
  734. background-color: {color:background};
  735. text-align: center;
  736. font-size: 9px;
  737. font-family: verdana;
  738. text-transform: lowercase;
  739. }
  740.  
  741. .info a {font-size: 9px;}
  742.  
  743. .info2 {
  744. padding: 2px;
  745. border-bottom: 1px dotted {color:background};
  746. text-align: right;
  747. }
  748. .tags {
  749. color: {color:text};
  750. font-size: 9px;
  751. font-family: verdana;
  752. display: inline;
  753. list-style: none;
  754. text-transform: none;
  755. }
  756. .tags a {
  757. font-size: 9px;
  758. color: {color:text};
  759. display: inline;
  760. list-style: none;
  761. text-transform: none;
  762. }
  763.  
  764. #nts {
  765. width: 500px;
  766. margin-left: 95px;
  767. padding: 10px;
  768. margin-top: 5px;
  769. font-size: 10px;
  770. text-align: left
  771. }
  772.  
  773. #nts img{display: none; border:0px}
  774.  
  775. #clear{
  776. clear: both;
  777. width: 50px;
  778. height: 0px;
  779. background-color: transparent
  780. }
  781.  
  782. #prevnextlinks{
  783. text-align: center;
  784. width: 500px;
  785. background-color:{color:entry};
  786. padding: 7px 20px 7px 20px;
  787. margin: 0 0 2px 0;
  788. font-size: 10px
  789. }
  790.  
  791. #notes {
  792. width: 500px;
  793. margin: 0px;
  794. margin-left: 0px;
  795. padding: 5px;
  796. text-align: left
  797. }
  798.  
  799. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  800. ol.notes li {margin: 0px; padding: 2px;}
  801.  
  802. #notes img{border:0px}
  803. #notes a{font-size: 10px}
  804.  
  805. #tumblr_controls{position: fixed!important}
  806. ::-webkit-scrollbar{width:8px;height:8px;}
  807.  
  808. ::-webkit-scrollbar-button:start:decrement
  809.  
  810. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  811.  
  812. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  813.  
  814. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  815.  
  816. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  817.  
  818. {CustomCSS}
  819.  
  820. </style>
  821.  
  822. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  823.  
  824. </head>
  825.  
  826.  
  827. <body>
  828.  
  829.  
  830. <div id="container">
  831.  
  832. <div id="entries">
  833. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  834. <script type="text/javascript"
  835.  
  836. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  837.  
  838.  
  839. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  840.  
  841. {block:Posts}
  842.  
  843. <div id="entry">
  844. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  845.  
  846. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  847. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  848.  
  849. {block:Photoset}{Photoset-500}
  850. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  851. {/block:Photoset}
  852.  
  853. {block:Quote}
  854. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  855. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  856. {/block:Quote}
  857.  
  858. {block:Link}
  859. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  860. {block:Description}{Description}{/block:Description}
  861. {/block:Link}
  862.  
  863. {block:Chat}
  864. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  865. <div class="chat"><ul>{block:Lines}
  866. <li class="person{UserNumber}">{block:Label}
  867. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  868. {/block:Chat}
  869.  
  870. {block:Audio}
  871. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  872. {AudioPlayerWhite}
  873. <div class="playcount">{PlayCountWithLabel}</div>
  874. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  875. {/block:Audio}
  876.  
  877. {block:Video}{Video-500}
  878. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  879.  
  880. {block:Answer}
  881. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  882. <div class="answer">{Answer}</div>
  883. <br>
  884. {/block:Answer}
  885.  
  886. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  887. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  888. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  889. {/block:ContentSource}</div>
  890.  
  891.  
  892. <div id="clear"></div>
  893.  
  894. <div class="info">
  895. {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>
  896. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  897. </div></div>
  898. {/block:Posts}
  899. {block:PostNotes}
  900. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  901. {/block:PostNotes}
  902.  
  903.  
  904. </div>
  905. </div>
  906.  
  907.  
  908. <div id="sidebar">
  909.  
  910. <div id="title">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
  911. <div id="subtitle">{block:ifsubtitulo}{text:subtitulo}{/block:ifsubtitulo}</div>
  912.  
  913. <div class="sidebarpic"><p><left>
  914. </div>
  915. <div style="border: 1px (000, 000, 000); padding: 5px; overflow: auto; color: {color:text}; width: 330px; text-align: justify; font-family: verdana; height: 100; font-size:10px; line-height: 100%; background-color: {color:sbar}">
  916.  
  917. <div class="sidebartext">{block:Description}{Description}{/block:Description}
  918. </div></div>
  919.  
  920. <div id="frase1">
  921.  
  922. <div id="frasea1"><center>{block:iffrase1}{text:frase1}{/block:iffrase1}</center></div></div>
  923.  
  924. <div id="frase2">
  925.  
  926. <div id="frasea2"><center>{block:iffrase2}{text:frase2}{/block:iffrase2}</center></div></div>
  927.  
  928. <br><br><br><br><div id="boxs">
  929. <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"><marquee direction="left" 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></div></pre>
  930.  
  931. <div id="nav">
  932. <div class="sidebarlinks">
  933. <div class="slinks"><br>
  934. <table class="nlinks">
  935. <tr>
  936. <td>
  937. <a href="/">home</a>
  938. {block:ifLink3}<a href="{text:Link3}" div id="nav">{text:Link3 Title}</a>{/block:ifLink3}
  939.  
  940. </td><td>
  941. <a href="/ask">ask me</a>
  942. {block:ifLink4}<a href="{text:Link4}" div id="nav">{text:Link4 Title}</a>{/block:ifLink4}
  943. </td><td>
  944. {block:ifLink1}<a href="{text:Link1}" div id="nav">{text:Link1 Title}</a>{/block:ifLink1}
  945. {block:ifLink5}<a href="{text:Link5}" div id="nav">{text:Link5 Title}</a>{/block:ifLink5}
  946. </td><td>
  947. {block:ifLink2}<a href="{text:Link2}" div id="nav">{text:Link2 Title}</a>{/block:ifLink2}
  948. {block:ifLink6}<a href="{text:Link6}" div id="nav">{text:Link6 Title}</a>{/block:ifLink6}
  949.  
  950. </table></div></div></div>
  951. </div>
  952.  
  953. <pre><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: {color:text}; background-color: {color:sbar}; width: 332px; 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 alguns detalhes originais de <a href="memorias-agridoces.tumblr.com">memorias agridoces</a> e <a href="deslocado.tumblr.com">deslocado</a></pre>
  954.  
  955. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  956. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  957.  
  958.  
  959. </form></div>{/block:IfShowSearch}
  960.  
  961. {block:Pagination}<div class="sidebarpages">
  962. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  963.  
  964. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  965. </div> {/block:Pagination}
  966. </div></div></div>
  967. </div>
  968.  
  969.  
  970.  
  971.  
  972. </div></div>
  973. <br><br><br><br><br><br><br><br><br><br><div id="simag">
  974.  
  975. </div></div>
  976.  
  977.  
  978. </div>
  979.  
  980.  
  981. </body>
  982. </html>
  983.