JoyRachel

affectingyou-theme01 Just Love

Nov 4th, 2011
28,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.45 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 01 by 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="#F6F6F6" />
  119. <meta name="color:text" content="#666666" />
  120. <meta name="color:linkhover" content="#FFB28E" />
  121. <meta name="color:link" content="#666666" />
  122. <meta name="color:entry" content="#ECEBEB" />
  123. <meta name="color:bold" content="#666666" />
  124. <meta name="color:sbar" content="#666666" />
  125. <meta name="color:sidebar" content="#666666" />
  126.  
  127. <meta name="if:Enable endless scrolling" content="0"/>
  128. <meta name="if:Show tags" content="1"/>
  129. <meta name="if:Show userpic" content="1"/>
  130. <meta name="if:Show sidebar image" content="1"/>
  131. <meta name="if:Show post author" content="1"/>
  132.  
  133. <meta name="image:sidebar" content=""/>
  134. <meta name="image:background" content=""/>
  135. <meta name="image:sidebar1" content=""/>
  136. <meta name="image:sidebar2" content=""/>
  137. <meta name="image:sidebar3" content=""/>
  138. <meta name="image:sidebar4" content=""/>
  139. <meta name="image:sidebar5" content=""/>
  140. <meta name="image:sidebar6" content=""/>
  141.  
  142. <meta name="text:titulo" 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:Link10" content="" />
  162. <meta name="text:Link10 Title" content="" />
  163.  
  164.  
  165. <title>{Title}</title>
  166. <link rel="shortcut icon" href="{Favicon}">
  167. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  168. {block:Description}
  169. <meta name="description" content="{MetaDescription}" />
  170. {/block:Description}
  171.  
  172.  
  173.  
  174. <style type="text/css">
  175.  
  176. body {
  177. background-color: {color:background};
  178. color:{color:text};
  179. font-family: verdana;
  180. font-size: 11px;
  181. text-align:center;
  182. line-height:120%;
  183. margin:0;
  184. padding:0;
  185. background-image:url('{image:background}');
  186. background-attachment: fixed
  187. }
  188.  
  189. a, a:link, a:active, a:visited {
  190. color:{color:link};text-transform: lowercase; 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.  
  201. img a:hover{border:0px;}
  202.  
  203. b{text-transform: block; color:{color:bold}}
  204.  
  205. i{text-transform: italic; color:{color:text}}
  206.  
  207. p{margin:2px 0 2px 0}
  208.  
  209. blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  210.  
  211.  
  212. #px {
  213. top: 75%;
  214. margin-left: 0px;
  215. width: 70px;
  216. position: fixed;
  217. padding: 1px;
  218. }
  219.  
  220. .plink {
  221. font-size: 50px;
  222. font-family: {font:title};
  223. padding: 5px;
  224. }
  225.  
  226. .plink a{
  227. color: {color:text};
  228. background-color: transparent;
  229. }
  230.  
  231. .plink a:hover {
  232. color: {color:left};
  233. background-color: transparent;
  234. }
  235.  
  236.  
  237. #sidebar {
  238. width: 200px;
  239. height: 1000px;
  240. top: 0px;
  241. left: 40px;
  242. padding: 5px;
  243. background-color: {color:sidebar};
  244. text-align: center;
  245. position: fixed
  246. }
  247.  
  248. #sbar {
  249. width: 250px;
  250. height: 1000px;
  251. top: 0px;
  252. left: 140px;
  253. padding: 5px;
  254. background-color: {color:background};
  255. text-align: center;
  256. position: fixed
  257. }
  258.  
  259. .leftttitle{margin-bottom: 10px}
  260.  
  261. .titulo {
  262. float: center;
  263. font-size: 39px;
  264. text-align: center;
  265. margin-left: 0px;
  266. text-transform: none;
  267. line-height:15px;
  268. padding:10px;
  269. font-family: georgia;
  270. color: (color:sidebartext);
  271. background-color: #ffffff;
  272. }
  273.  
  274. .titulo a, a:hover {
  275. color: #494949;
  276. text-decoration: none;
  277. }
  278.  
  279.  
  280. .sidebarpic img {
  281. color: #f3f3f3;
  282. max-width: 240px;
  283. text-align:center;
  284. margin-top: 2px;
  285. margin-left: 0px;
  286. border: 4px solid
  287. }
  288.  
  289. .sidebartext {
  290. clear: both;
  291. text-align: justify;
  292. background-color: {color:sidebar};
  293. opacity: 0.8;
  294. filter:alpha (opacity=80);
  295. margin: 0px 2px 2px 2px;
  296. padding: 2px;
  297. font-family: verdana;
  298. font-size: 10px;
  299. }
  300.  
  301. .sidebartext a{font-size:10px;}
  302.  
  303. .sidebartext a:hover{font-size:10px}
  304.  
  305. .userpic {
  306. float: left;
  307. margin: 0px 4px 2px 0;
  308. width:48px;
  309. height:auto
  310. }
  311.  
  312. .sidebarnavigation {
  313. float: right;
  314. width: 90px;
  315. text-align:center;
  316. margin: 20px 0 10px 0;
  317. }
  318.  
  319. .sidebarnavigation a {
  320. width: 75px;
  321. font-size: 10px;
  322. font-family: verdana;
  323. text-transform: lowercase;
  324. display: block;
  325. list-style: none;
  326. text-decoration: none;
  327. color: {color: text};
  328. background-color: {color:background};
  329. opacity: 0.8;
  330. filter:alpha (opacity=80);
  331. padding: 3px 0 3px 10px;
  332. margin:0 0px 1px 0;
  333. }
  334.  
  335. .sidebarnavigation a:hover {
  336. width: 70px;
  337. font-size: 10px;
  338. font-family: verdana;
  339. text-transform: lowercase;
  340. display: block;
  341. list-style: none; text-decoration: none;
  342. color:{color:text};
  343. background-color: {color:linkhover};
  344. padding: 3px 0 3px 15px;
  345. margin:0 0 1px 0
  346. }
  347.  
  348.  
  349. .credit {
  350. clear: both;
  351. font-size: 9px;
  352. font-family:
  353. verdana;
  354. text-align: center;
  355. color:{color:text};
  356. margin-top: 5px
  357. }
  358.  
  359. .credit a {
  360. text-decoration: none;
  361. color:{color:sidebartext}
  362. }
  363.  
  364. .credit a:hover {
  365. color:{color:linkbackground};
  366. background-color: transparent
  367. }
  368.  
  369.  
  370. .sidebarpages {
  371. margin: 5px 0 0 0;
  372. text-align: center;
  373. }
  374.  
  375. .sidebarpages a {
  376. text-decoration: none;
  377. color:{color:sidebartext}
  378. }
  379. .sidebarpages a:hover {
  380. color:{color:linkbackground};
  381. background-color: transparent
  382. }
  383.  
  384.  
  385. .iimage2 {
  386. padding: 0px;
  387. }
  388.  
  389. .iimage2 img {
  390. display: inline;
  391. max-width:100px;
  392. height: auto;
  393. text-align:center;
  394. margin-bottom: 2px;
  395. border: 1px solid {color:background}
  396. }
  397.  
  398. .cred {text-align: center;}
  399.  
  400. #sbar2 {
  401. width: 50px;
  402. height: 1000px;
  403. top: 0px;
  404. left: 0px;
  405. padding: 5px;
  406. background-color:{color:sbar};
  407. text-align: center;
  408. position: fixed}
  409.  
  410. .imgimage2 {
  411. float: left; padding: 0px;
  412. }
  413.  
  414. .imgimage2 img {
  415. display: inline;
  416. margin-right:3px;
  417. max-width:80px;
  418. height: auto;
  419. text-align:center;
  420. margin-bottom: 2px;
  421. }
  422.  
  423.  
  424. .ttle {
  425. text-align: center;
  426. font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
  427. text-transform: lowercase;
  428. font-size: 30px;
  429. color: #777777;
  430. }
  431.  
  432. .ttle a {
  433. font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
  434. font-style: italic;
  435. font-size: 21px;
  436. color: #FFFFFF;
  437. background-color: transparent;
  438. }
  439.  
  440. .ttle a:hover {
  441. font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
  442. font-style: italic;
  443. font-size: 22px;
  444. color: #FFFFFF;
  445. background-color: transparent;
  446. }
  447.  
  448.  
  449. #sbar4 {
  450. width: 20px;
  451. height: 1000px;
  452. top: 20px;
  453. left: 190px;
  454. padding: 5px;
  455. background-color:{color:sbar};
  456. text-align: center;
  457. position: fixed
  458. }
  459.  
  460. .imgimage2 {
  461. float: right;
  462. padding: 0px;
  463. }
  464.  
  465. .imgimage2 img {
  466. display: inline;
  467. margin-right:3px;
  468. max-width:80px;
  469. height: auto;
  470. text-align:center;
  471. margin-bottom: 2px;
  472. }
  473.  
  474.  
  475. #sid {
  476. position: fixed;
  477. margin-left:0px;
  478. margin-top:200px;
  479. width: 170px;
  480. height: 50px;
  481. text-align: center;
  482. background-color: #fafafa;
  483. padding: 10px;
  484. background-attachment: fixed;
  485. -webkit-transform: rotate(0deg); background-image:url(”);
  486. }
  487.  
  488.  
  489. .ttle {
  490. text-align: center;
  491. font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
  492. text-transform: lowercase;
  493. font-size: 30px;
  494. color: #777777;
  495. }
  496.  
  497. .ttle a {
  498. font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
  499. font-style: italic;
  500. font-size: 10px;
  501. color: #FFFFFF;
  502. background-color: transparent;
  503. }
  504.  
  505. .ttle a:hover {
  506. font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
  507. font-style: italic;
  508. font-size: 22px;
  509. color: #FFFFFF;
  510. background-color: transparent;
  511. }
  512.  
  513. #sbar3 {
  514. width: 210px;
  515. height: 1000px;
  516. top: 20px;
  517. left: 257px;
  518. padding: 5px;
  519. background-color:{color:sidebar};
  520. text-align: center;
  521. position: fixed
  522. }
  523.  
  524. .spic img {
  525. max-width: 150px;
  526. text-align:center;
  527. margin-top: 2px
  528. }
  529.  
  530. #simag {
  531. margin-bottom:2px;
  532. margin-top:2px
  533. }
  534.  
  535. #simag img {
  536. border: 6px solid #FFFFFF;
  537. max-width: 200px;
  538. height: auto;
  539. text-align:center
  540. }
  541.  
  542. #simg {
  543. margin-bottom:2px;
  544. margin-top:2px
  545. }
  546.  
  547. #simg img {
  548. max-width: 100px;
  549. height: auto;
  550. text-align:center
  551. }
  552.  
  553. #slinks {
  554. text-align:center;
  555. margin: 250px 0 0px 0;
  556. margin-left: 5px;
  557. width: 190px;
  558. position: fixed;
  559. top: 0px;
  560. display: line;
  561. }
  562.  
  563. .slinks a{
  564. font-size: 9px;
  565. font-family: verdana;
  566. text-transform: lowercase;
  567. display: block;
  568. list-style: none;
  569. text-decoration: none;
  570. color: #ffffff;
  571. background-color: #000000;
  572. opacity: 0.8;
  573. filter:alpha (opacity=80);
  574. padding: 0px 0 1px 10px;
  575. margin:0 0px 2px 0;
  576. letter-spacing: 2px;
  577. }
  578.  
  579. .slinks a:hover{
  580. font-size: 9px;
  581. font-family: verdana;
  582. text-transform: lowercase;
  583. display: block;
  584. list-style: none;
  585. text-decoration: none;
  586. color:#000000;
  587. background-color: #FAFAFA;
  588. padding: 1px 0 1px 15px;
  589. margin:0 0 1px 0;
  590. letter-spacing: 3px;
  591. text-align:left;
  592. }
  593.  
  594.  
  595. .nav {
  596. background-color: transparent;
  597. }
  598.  
  599. .nav a {
  600. display:block;
  601. background-color:{color:back link};
  602. font:9px verdana;
  603. text-transform: lowercase;
  604. color:{color:sidebarlinks};
  605. margin-bottom:1px;
  606. text-decoration: none;
  607. letter-spacing: 2px;
  608. padding:3px;
  609. width: 90px;
  610. float:center;
  611. text-align:center;
  612. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  613. }
  614.  
  615. .nav a:hover {
  616. background-color: {color:back link hover};
  617. color:{color:sidebarlinks hover};
  618. text-align:center;
  619. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  620. }
  621.  
  622. .nav2 {
  623. background-color: transparent;
  624. margin-right: 3px;
  625. float: center;
  626. }
  627.  
  628. .nav2 a {
  629. display:block;
  630. background-color:{color:back link};
  631. font:9px verdana;
  632. text-transform: lowercase;
  633. color:{color:sidebarlinks};
  634. margin-bottom:1px;
  635. text-decoration: none;
  636. letter-spacing: 2px;
  637. padding: 3px;
  638. text-align:center;
  639. width: 90px;
  640. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  641. float: center;
  642. }
  643. .nav2 a:hover {
  644. background-color: {color:back link hover};
  645. color:{color:sidebarlinks hover};
  646. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  647. text-align:center; }
  648.  
  649.  
  650. #boxs {
  651. height:auto;
  652. background-color: {color:sidebar};
  653. margin-top: 2px;
  654. padding:4px;
  655. font-family: verdana;
  656. font-size:9px;}
  657.  
  658. #boxss {
  659. height:auto;
  660. background-color: {color:sidebar};
  661. margin-top: 2px;
  662. padding:4px;
  663. font-family: verdana;
  664. font-size:9px;}
  665.  
  666. #boxsss {
  667. height:auto;
  668. background-color: {color:sidebar};
  669. margin-top: 2px;
  670. padding:4px;
  671. font-family: verdana;
  672. font-size:9px;}
  673.  
  674. #iconbar {
  675. width: 86px;
  676. position: fixed;
  677. left: 1050px;
  678. top: 125px;
  679. }
  680.  
  681. #icon {
  682. text-align: center;
  683. width: 100px;
  684. display: block;
  685. padding: 8px;
  686. }
  687.  
  688. #container {
  689. background-color:transparent;
  690. width: 465px;
  691. position: absolute;
  692. top: 0px;
  693. left: 485px;
  694. padding-bottom: 80px
  695. }
  696.  
  697. #entries {
  698. margin: -5px 0 10px 0
  699. }
  700.  
  701. #entry {
  702. width: 500px;
  703. background-color:{color:entry};
  704. text-align: justify;
  705. padding: 20px;
  706. margin: 0px 0 5px 0
  707. }
  708.  
  709. .image{
  710. text-align: center;
  711. margin: 0 0 5px 0
  712. }
  713.  
  714. .image img{
  715. border: 0px;
  716. margin: 0; padding: 0
  717. }
  718.  
  719. #ask_form{width: 500px}
  720.  
  721. .search_result{font-size: 12px; text-align: center}
  722.  
  723. .source{display:none}
  724.  
  725. h1{
  726. font-family: georgia;
  727. font-size:20px;
  728. letter-spacing: -1px;
  729. line-height: 20px;
  730. text-transform: none;
  731. font-weight: normal;
  732. margin: 0 0 5px 0;
  733. text-align: center
  734. }
  735.  
  736. h1 a{
  737. font-size:20px;
  738. letter-spacing: -1px;
  739. line-height: 20px;
  740. text-transform: none;
  741. font-weight: normal;
  742. margin: 0 0 5px 0;
  743. text-decoration: none;
  744. text-align: center
  745. }
  746.  
  747. .qqmarks{
  748. font-size: 140px;
  749. font-weight: italic;
  750. line-height: 80px;
  751. opacity: 0.2;
  752. filter:alpha; (opacity=0)
  753. }
  754.  
  755. .qquote{
  756. font-family: georgia;
  757. font-size: 22px;
  758. letter-spacing: -1px;
  759. line-height: 20px;
  760. text-transform: none;
  761. margin-top: -70px;
  762. margin-left: 45px;
  763. }
  764.  
  765. .qsource{
  766. margin: 5px 15px 0 0;
  767. text-align: right
  768. }
  769.  
  770. .chat{
  771. line-height: 12px;
  772. list-style: none
  773. }
  774. .chat ul {
  775. line-height: 15px;
  776. list-style: none;
  777. padding: 0px;
  778. line-height: 20px;
  779. }
  780. .person1
  781. {background-color: {color:link};
  782. color: {color:background}
  783. }
  784. .person1 .label {
  785. font-weight: bold;
  786. padding: 0px;
  787. margin-left: 5px;
  788. color: {color: text}
  789. }
  790. .person2 {
  791. background-color: {color:background};
  792. color: {color: text}
  793. }
  794. .person2 .label {
  795. font-weight: bold;
  796. padding: 0px;
  797. margin-left: 5px;
  798. color: {color: text}
  799. }
  800.  
  801. .audioimage{
  802. float:left;
  803. text-align: center;
  804. margin: 0 10px 5px 0;
  805. width: 205px;
  806. border: 15px solid {color:background};
  807. }
  808.  
  809. .audioimage img{
  810. max-width: 205px;
  811. height: auto;
  812. margin: 0 0 2px 0
  813. }
  814. .playcount {
  815. font-style: italic
  816. }
  817.  
  818. .asker {
  819. width: 480px;
  820. background-color: {color:background};
  821. color:{color:text};
  822. padding: 10px
  823. }
  824.  
  825. .asker img{
  826. float: left;
  827. margin: 0px 4px 2px 0
  828. }
  829.  
  830. .asker a{
  831. font-size: 20px;
  832. color:{color:link};
  833. text-transform: lowercase;
  834. line-height: 27px;
  835. padding: 0;
  836. margin: 0;
  837. font-family: georgia;
  838. }
  839.  
  840. .asker a:hover{
  841. font-size: 20px;
  842. color:{color:link};
  843. text-transform: lowercase;
  844. line-height:27px;
  845. padding: 0;
  846. margin: 0;
  847. font-family: georgia;
  848. }
  849. .answer {
  850. padding: 5px 0 0 0
  851. }
  852.  
  853. #cap {
  854. padding: 2px 0 0 0;
  855. width: 500px;
  856. margin: 0 0 0 5px
  857. }
  858.  
  859. .info {
  860. margin-top: 10px;
  861. border-left: 0px solid {color:sidebarlinks};
  862. padding: 5px;
  863. background-color: {color:background};
  864. text-align: center;
  865. font-size: 9px;
  866. font-family: verdana;
  867. text-transform: lowercase;
  868. }
  869. .info a {
  870. font-size: 9px;
  871. }
  872.  
  873. .info2 {
  874. padding: 2px;
  875. border-bottom: 1px dotted {color:background};
  876. text-align: right;
  877. }
  878.  
  879. .tags {
  880. color: {color:text};
  881. font-size: 9px;
  882. font-family: verdana;
  883. display: inline;
  884. list-style: none;
  885. text-transform: none;
  886. }
  887.  
  888. .tags a {
  889. font-size: 9px;
  890. color: {color:text};
  891. display: inline;
  892. list-style: none;
  893. text-transform: none;
  894. }
  895.  
  896. #nts {
  897. width: 500px;
  898. margin-left: 95px;
  899. padding: 10px;
  900. margin-top: 5px;
  901. font-size: 10px;
  902. text-align: left
  903. }
  904.  
  905. #nts img{
  906. display: none; border:0px
  907. }
  908.  
  909. #clear{
  910. clear: both;
  911. width: 50px;
  912. height: 0px;
  913. background-color: transparent
  914. }
  915.  
  916. #prevnextlinks{
  917. text-align: center;
  918. width: 500px;
  919. background-color:{color:entry};
  920. padding: 7px 20px 7px 20px;
  921. margin: 0 0 2px 0;
  922. font-size: 10px
  923. }
  924.  
  925. #notes {
  926. width: 500px;
  927. margin: 0px;
  928. margin-left: 0px;
  929. padding: 5px;
  930. text-align: left
  931. }
  932.  
  933. ol.notes {
  934. list-style: none;
  935. margin: 0 20px 0 10px;
  936. padding: 0px
  937. }
  938. ol.notes li {
  939. margin: 0px;
  940. padding: 2px;
  941. }
  942.  
  943. #notes img{
  944. border:0px
  945. }
  946.  
  947. #notes a{
  948. font-size: 10px
  949. }
  950.  
  951. #tumblr_controls{position: fixed!important}
  952. ::-webkit-scrollbar{width:8px;height:8px;}
  953.  
  954. ::-webkit-scrollbar-button:start:decrement
  955.  
  956. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  957.  
  958. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  959.  
  960. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  961.  
  962. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  963. {CustomCSS}
  964.  
  965. </style>
  966.  
  967. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  968.  
  969. </head>
  970.  
  971.  
  972. <body>
  973.  
  974.  
  975. <div id="container">
  976.  
  977. <div id="entries">
  978. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  979. <script type="text/javascript"
  980.  
  981. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  982.  
  983.  
  984. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  985.  
  986. {block:Posts}
  987.  
  988. <div id="entry">
  989. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  990.  
  991. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  992. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  993.  
  994. {block:Photoset}{Photoset-500}
  995. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  996. {/block:Photoset}
  997.  
  998. {block:Quote}
  999. <b class="qqmarks">“</b><div class="qquote"><i>{Quote}</i></div>
  1000. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  1001. {/block:Quote}
  1002.  
  1003. {block:Link}
  1004. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1005. {block:Description}{Description}{/block:Description}
  1006. {/block:Link}
  1007.  
  1008. {block:Chat}
  1009. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1010. <div class="chat"><ul>{block:Lines}
  1011. <li class="person{UserNumber}">{block:Label}
  1012. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1013. {/block:Chat}
  1014.  
  1015. {block:Audio}
  1016. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1017. {AudioPlayerWhite}
  1018. <div class="playcount">{PlayCountWithLabel}</div>
  1019. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1020. {/block:Audio}
  1021.  
  1022. {block:Video}{Video-500}
  1023. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1024.  
  1025. {block:Answer}
  1026. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  1027. <div class="answer">{Answer}</div>
  1028. <br>
  1029. {/block:Answer}
  1030.  
  1031. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1032. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1033. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1034. {/block:ContentSource}</div>
  1035.  
  1036.  
  1037. <div id="clear"></div>
  1038.  
  1039. <div class="info">
  1040. {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>
  1041. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  1042. </div></div>
  1043. {/block:Posts}
  1044. {block:PostNotes}
  1045. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  1046. {/block:PostNotes}
  1047.  
  1048.  
  1049. </div>
  1050. </div>
  1051.  
  1052.  
  1053. <div id="sidebar">
  1054.  
  1055. <div class="sidebartext"><div style="border: 1px solid rgb(230, 230, 250); overflow: auto; color: none; background-color: #ffffff; text-align: normal; width: 185px; font-family: georgia; height: 350px; padding: 2px 3px 5px 3px; letter-spacing: 0px; font-size:10px; line-height: 100%"><div id="stext">{block:Description}{Description}{/block:Description}</div></div>
  1056. <br><br>
  1057.  
  1058. <div class="lefttitle"><div class="titulo">{text:titulo}</b> </center></div>
  1059. <div class="sidebarpic"><p><left>
  1060. </div>
  1061.  
  1062. <pre><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: #f5f5f5; width: 180px; 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 alguns detalhes originais de <a href="elasocurtejackdaniels.tumblr.com">elasocurtejackdaniel's</a></pre>
  1063.  
  1064. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  1065. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  1066.  
  1067.  
  1068. </form></div>{/block:IfShowSearch}
  1069.  
  1070.  
  1071. {block:Pagination}<div class="sidebarpages">
  1072. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  1073.  
  1074. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  1075. </div> {/block:Pagination}
  1076. </div></div></div>
  1077. </div>
  1078.  
  1079.  
  1080. <div id="sbar3">
  1081. <div id="boxs">
  1082. <pre>
  1083. <div style="border: 0px (230, 230, 230); padding: 1px; overflow: scroll; background-color: (255, 250, 250); letter-spacing: 0px; opacity:0.9; height:400px; width: auto; margin-top:-10px;"><img src="{image:sidebar1}" width= "185px;"><br><img src="{image:sidebar2}" width= "185px;"><br><img src="{image:sidebar3}" width= "185px;"><br><img src="{image:sidebar4}" width= "185px;"><br><img src="{image:sidebar5}" width= "185px;"><br><img src="{image:sidebar6}" width= "185px;">
  1084. </div></pre>
  1085.  
  1086. <table class="slinks">{blockubmissionsEnabled}
  1087. <tr>
  1088. <td>
  1089. <small>
  1090. <div class="nav">
  1091. <a href="/">home</a>
  1092. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  1093. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  1094. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  1095. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  1096. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  1097. </div>
  1098. </td><td>
  1099. <div class="nav2">
  1100. <a href="/ask">ask</a>
  1101. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  1102. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  1103. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  1104. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  1105. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a> {/block:ifLink10}</div>
  1106.  
  1107.  
  1108. </small>
  1109. </table>
  1110.  
  1111.  
  1112. </div></div>
  1113. <br><br><br><br><br><br><br><br><br><br>
  1114.  
  1115. </div></div>
  1116.  
  1117.  
  1118. </div>
  1119.  
  1120.  
  1121. </body>
  1122. </html>
Advertisement
Add Comment
Please, Sign In to add comment