Guest User

DOWNLOAD I HATE YOU WITH ALL MY LOVE

a guest
Jan 30th, 2012
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.17 KB | None | 0 0
  1. <!
  2.  
  3. theme por QUASE-SUA-PRINCESA.tumblr.com. Não copie, seja original!
  4. !>
  5.  
  6. <script type="text/javascript">
  7.  
  8. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  9.  
  10.  
  11. function tb8_makeArray(n){
  12.  
  13. this.length = n;
  14.  
  15. return this.length;
  16.  
  17. }
  18.  
  19.  
  20. tb8_messages = new tb8_makeArray(1);
  21.  
  22.  
  23. tb8_messages[0] = "{Title}";
  24.  
  25.  
  26. tb8_rptType = 'infinite';
  27.  
  28.  
  29. tb8_rptNbr = 5;
  30.  
  31.  
  32. tb8_speed = 100;
  33.  
  34.  
  35. tb8_delay = 2000;
  36.  
  37.  
  38. var tb8_counter=1;
  39.  
  40.  
  41. var tb8_currMsg=0;
  42.  
  43.  
  44. var tb8_tekst ="";
  45.  
  46.  
  47. var tb8_i=0;
  48.  
  49.  
  50. var tb8_TID = null;
  51.  
  52.  
  53. function tb8_pisi(){
  54.  
  55.  
  56. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  57.  
  58.  
  59. document.title = tb8_tekst;
  60.  
  61.  
  62. tb8_sp=tb8_speed;
  63.  
  64.  
  65. tb8_i++;
  66.  
  67.  
  68. if (tb8_i==tb8_messages[tb8_currMsg].length){
  69.  
  70.  
  71. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  72.  
  73.  
  74. }
  75.  
  76.  
  77. if (tb8_currMsg == tb8_messages.length){
  78.  
  79.  
  80. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  81.  
  82.  
  83. clearTimeout(tb8_TID);
  84.  
  85.  
  86. return;
  87.  
  88.  
  89. }
  90.  
  91.  
  92. tb8_counter++;
  93.  
  94.  
  95. tb8_currMsg = 0;
  96.  
  97. }
  98.  
  99.  
  100. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  101.  
  102.  
  103. }
  104.  
  105.  
  106. tb8_pisi()
  107.  
  108.  
  109. </script>
  110.  
  111. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  112.  
  113. <head> <!-- DEFAULT VARIABLES -->
  114.  
  115. <meta name="font:body" content="georgia" />
  116. <meta name="font:title" content="georgia" />
  117. <meta name="color:background" content="#FFFFFF" />
  118. <meta name="color:text" content="#666666" />
  119. <meta name="color:linkhover" content="#FFB28E" />
  120. <meta name="color:link" content="#666666" />
  121. <meta name="color:bglink" content="#666666" />
  122. <meta name="color:entry" content="#F5F5F5" />
  123. <meta name="color:bold" content="#666666" />
  124. <meta name="color:sidebar" content="#F5F5F5" />
  125. <meta name="color:top" content="#F5F5F5" />
  126. <meta name="color:title" content="#F5F5F5" />
  127.  
  128.  
  129.  
  130. <meta name="if:Enable endless scrolling" content="0"/>
  131. <meta name="if:Show tags" content="1"/>
  132. <meta name="if:Show userpic" content="1"/>
  133. <meta name="if:Show sidebar image" content="1"/>
  134. <meta name="if:Show post author" content="1"/>
  135.  
  136. <meta name="image:sidebar" content=""/>
  137. <meta name="image:sidebar2" content=""/>
  138. <meta name="image:background" content=""/>
  139. <meta name="image:backgroundtop" content=""/>
  140.  
  141.  
  142. <meta name="text:titulo" content="mude no appearance" />
  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.  
  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: lowercase;
  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.  
  207. #px {
  208. top: 75%;
  209. margin-left: 0px;
  210. width: 70px;
  211. position: fixed;
  212. padding: 1px;
  213. }
  214.  
  215. .plink {
  216. font-size: 50px;
  217. font-family: {font:title};
  218. padding: 5px;
  219. }
  220.  
  221. .plink a{
  222. color: {color:text};
  223. background-color: transparent;
  224. }
  225.  
  226. .plink a:hover {
  227. color: {color:left};
  228. background-color: transparent;
  229. }
  230.  
  231.  
  232.  
  233.  
  234. #topp {width: 200%; height:60px; margin-top:-1px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:top}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; border-bottom: 10px solid {color:top}; border-top: 11px solid {color:top}; position:fixed;margin-left:-260px;background-image:url('{image:backgroundtop}') }
  235.  
  236. /* NAME, AGE AND CITY AND OTHERS */
  237.  
  238.  
  239.  
  240. .title1 {width: 400px; height: 20px; margin-left: 0px; margin-top: 65px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: {color:title}; letter-spacing: 1px; font-size: 15px; font-family: georgia; color: {color:text}; border-bottom: 1px solid {color:title}; border-top: 1px solid {color:title}; border-right: 2px solid {color:title}; border-left: 2px solid {color:title}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; }
  241.  
  242.  
  243.  
  244. .title1:hover {width: 300px; height: 15px; margin-left: 50px; margin-top: 65px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: {color:title}; letter-spacing: 1px; font-size: 9px; font-family: verdana; color: {color:text}; border-bottom: 1px solid {color:title}; border-top: 1px solid {color:title}; border-right: 2px solid {color:title}; border-left: 2px solid {color:title}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; }
  245.  
  246. #sbar {width: 200px; height: 171px; float: right; left:0px; top:107px; padding: 10px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  247.  
  248.  
  249.  
  250. #sdbard{margin-left: 290px; top: 263px; float: left; background-color: {color:sidebar}; padding: 0px; position: fixed; height: 0px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; width: 380px;}
  251.  
  252. .sidesc{margin: 5px; padding: 5px; text-align: justify; font-size: 9px; font-family: ; border: 0px solid {color:sidebar}; padding: 3px; background-color: {color:sidebar}; color: {color:text}; overflow: auto; height: 200px; width: 160px;}
  253.  
  254. .sidesc a{font-size: 9px; ;}
  255.  
  256.  
  257.  
  258.  
  259.  
  260. #sdpagi{left: 50px; top: 580px; width: 410px; float: left; background-color: {color:sidebar}; position: fixed; height: auto; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  261.  
  262.  
  263.  
  264.  
  265. #sdcre{left: 50px; margin-top: 300px; width: 410px; float: left; background-color: {color:sidebar}; position: fixed; height: 20px; border: 2px solid {color:sidebar}; color: {color:text}}#sdcre a{font-size: 9px;}
  266.  
  267.  
  268.  
  269.  
  270. #stext {text-align:justify; font-family:georgia; font-size:10px; width:250px}
  271.  
  272.  
  273.  
  274. #pagination {font-family:georgia; text-align:center; font-size:10px; letter-spacing:1px}
  275.  
  276.  
  277.  
  278. #linksth {float: left; top: 250px; left: 7px; text-align: center; position: fixed;}
  279.  
  280.  
  281.  
  282. /* FOTOS D */
  283.  
  284.  
  285.  
  286. #thd {position: fixed; float: left; top: 142px; left: 827px;}
  287.  
  288. .thd img{border: 4px solid #EBEBEB; width:53px;}
  289.  
  290. .thd img:hover {border: 4px solid #ECECEC; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity: 0.8;}
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299. /* fotoca */
  300.  
  301. #slideShowContainer{ float: left; margin-top: 45px; margin-left: 50px; height: 210px; width:240px; position: fixed; background-color: {color:sidebar}; }
  302.  
  303.  
  304.  
  305. #slideShow2 {margin-top: -205px; margin-bottom: 5px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  306.  
  307.  
  308.  
  309. #slideShow2 img{width: 230px; height: 200px; margin-left: 0px;}
  310.  
  311. #slideShow2:hover {opacity: 0;}
  312.  
  313.  
  314.  
  315. #slideShow4 {margin-top: 7px; margin-bottom: 5px;}
  316.  
  317. #slideShow4 img{width: 230px; height: 200px; margin-left: 0px;}
  318.  
  319.  
  320.  
  321. #slideShowContainer2{ float: left; margin-top: -5px; margin-left: -5px; height: auto; width:240px; position: fixed; background-color: {color:sidebar}; }
  322.  
  323.  
  324.  
  325. #slideShow21 {margin-top: -134px; margin-bottom: 5px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  326.  
  327.  
  328.  
  329. #slideShow21 img{width: 230px; height: 129px; margin-left: 0px;}
  330.  
  331. #slideShow21:hover {opacity: 0;}
  332.  
  333.  
  334.  
  335. #slideShow41 {margin-top: 5px; margin-bottom: 5px;}
  336.  
  337. #slideShow41 img{width: 230px; height: 129px; margin-left: 0px;}
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. #sbarimg {width: 400px; height: 400px; float: right; left:50px; top:140px; padding: 10px; background-color: {color:sidebar}; text-align: center; position: fixed; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. /* links principais */
  352.  
  353.  
  354.  
  355. .linkp1 {position: fixed; text-align: center; left: 175px; top: 175px;}
  356.  
  357.  
  358.  
  359. .linkp1 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 150px; height: 63px; background-color: {color:bglink}; color:{color:text}; text-decoration: none; padding: 10px 5px 12px 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; line-height: 8px; border-right: 2px solid {color:bglink}; border-left: 2px solid {color:bglink}; border-bottom: 1px solid {color:bglink}; border-top: 1px solid {color:bglink}; text-shadow: 0px; 2px; 2px;}
  360.  
  361.  
  362.  
  363. .linkp1 a:hover{text-align: center; letter-spacing: 1px; background-color: {color:lnikhover}; color:{color:text}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  364.  
  365.  
  366.  
  367.  
  368.  
  369. .linkp2 {position: fixed; text-align: center; left:50px; top: 175px;}
  370.  
  371.  
  372.  
  373. .linkp2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 108px; height: 5px; background-color: {color:bglink}; line-height: 7px; color:{color:text}; text-decoration: none; padding: 10px 5px 12px 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; margin-bottom: 0px; border-right: 2px solid {color:bglink}; border-left: 2px solid {color:bglink}; border-bottom: 1px solid {color:bglink}; border-top: 1px solid {color:bglink}}
  374.  
  375.  
  376.  
  377. .linkp2 a:hover{text-align: center; letter-spacing: 1px; background-color: {color:linkhover}; color:{color:text}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  378.  
  379.  
  380.  
  381.  
  382.  
  383. .linkp3 {text-align: center; position: fixed; left:343px; top: 175px;}
  384.  
  385.  
  386.  
  387. .linkp3 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 115px; height: 5px; background-color: {color:bglink}; color:{color:text}; line-height: 7px; text-decoration: none; padding: 10px 5px 12px 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; margin-bottom: 0px; border-right: 2px solid {color:bglink}; border-left: 2px solid {color:bglink}; border-bottom: 1px solid {color:bglink}; border-top: 1px solid {color:bglink}}
  388.  
  389.  
  390.  
  391.  
  392.  
  393. .linkp3 a:hover{text-align: center; letter-spacing: 1px; background-color: {color:linkhover}; color:{color:text}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  394.  
  395.  
  396.  
  397. .linkp4 {text-align: center; position: fixed; left:807px; top: 453px;}
  398.  
  399.  
  400.  
  401. .linkp4 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 67px; height: 9px; background-color: {color:bglink}; color:{color:text}; line-height: 1; text-decoration: none; padding: 10px 5px 12px 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; border-right: 2px solid {color:bglink}; border-left: 2px solid {color:bglink}; border-bottom: 1px solid {color:bglink}; border-top: 1px solid {color:bglink} }
  402.  
  403.  
  404.  
  405. .linkp4 a:hover{text-align: center; letter-spacing: 1px; background-color: {color:linkhover}; color:{color:text}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  406.  
  407.  
  408.  
  409. .linkp5 {position: fixed; text-align: center; left: 50px; top: 140px;}
  410.  
  411.  
  412.  
  413. .linkp5 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 408px; height: 9px; background-color: {color:bglink}; color:{color:text}; text-decoration: none; padding: 10px 5px 12px 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; line-height: 1; border-right: 2px solid {color:bglink}; border-left: 2px solid {color:bglink}; border-bottom: 1px solid {color:bglink}; border-top: 1px solid {color:bglink}}
  414.  
  415.  
  416.  
  417. .linkp5 a:hover{text-align: center; letter-spacing: 1px; background-color: {color:linkhover}; color:{color:text}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  418.  
  419.  
  420.  
  421. #stitle {width: 0px; height:0; top: 415px; left: 50px;text-align: center; position: fixed; background-color: #trans;}
  422.  
  423.  
  424.  
  425.  
  426.  
  427. /*** Paginação by madlyluv.com ***/
  428.  
  429. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 23px; text-shadow: 0 0px 0px #fff;}
  430.  
  431. #paginacaoml a {background: color: {color:sbar}; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_2; text-decoration: none;}
  432.  
  433. #paginacaoml a:hover {background: {color:background}; border: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color: {color:background} }
  434.  
  435. #paginacaoml span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_5; text-decoration: none;}
  436.  
  437. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  438.  
  439.  
  440.  
  441. #tumblr_controls{position: fixed!important}
  442.  
  443. #tumblr_controls{position: fixed!important}
  444.  
  445. #tumblr_controls{position: fixed!important}
  446.  
  447.  
  448.  
  449. #boxs {
  450. height:auto;
  451. background-color: {color:sidebar};
  452. margin-top: 2px;
  453. padding:4px;
  454. font-family: verdana;
  455. font-size:9px;}
  456.  
  457.  
  458. #iconbar {
  459. width: 86px;
  460. position: fixed;
  461. left: 1050px;
  462. top: 125px;
  463. }
  464.  
  465. #icon {
  466. text-align: center;
  467. width: 100px;
  468. display: block;
  469. padding: 8px;
  470. }
  471.  
  472. #container {
  473. background-color:transparent;
  474. width: 465px;
  475. position: absolute;
  476. top: 100px;
  477. left: 550px;
  478. padding-bottom: 80px
  479. }
  480.  
  481. #entries {margin: -5px 0 10px 0}
  482.  
  483. #entry {
  484. width: 500px;
  485. background-color:{color:entry};
  486. text-align: justify;
  487. padding: 20px;
  488. margin: 0px 0 5px 0
  489. }
  490.  
  491. .image{text-align: center; margin: 0 0 5px 0}
  492. .image img{border: 0px; margin: 0; padding: 0}
  493.  
  494. #ask_form{width: 500px}
  495.  
  496. .search_result{font-size: 12px; text-align: center}
  497.  
  498. .source{display:none}
  499.  
  500. h1{
  501. font-family: georgia;
  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-align: center
  509. }
  510.  
  511. h1 a{
  512. font-size:20px;
  513. letter-spacing: -1px;
  514. line-height: 20px;
  515. text-transform: none;
  516. font-weight: normal;
  517. margin: 0 0 5px 0;
  518. text-decoration: none;
  519. text-align: center
  520. }
  521.  
  522. .qqmarks{
  523. font-size: 80px;
  524. font-weight: bold;
  525. line-height: 80px;
  526. opacity: 0.2;
  527. filter:alpha (opacity=20)
  528. }
  529.  
  530. .qquote{
  531. font-family: {font:title};
  532. font-size: 20px;
  533. letter-spacing: -1px;
  534. line-height: 20px;
  535. text-transform: none;
  536. margin-top: -70px;
  537. margin-left: 45px
  538. }
  539.  
  540. .qsource{
  541. margin: 5px 15px 0 0;
  542. text-align: right
  543. }
  544.  
  545. .chat{
  546. line-height: 12px;
  547. list-style: none
  548. }
  549.  
  550. .chat ul {
  551. line-height: 15px;
  552. list-style: none;
  553. padding: 0px;
  554. line-height: 20px;
  555. }
  556.  
  557. .person1 {
  558. background-color: {color:link};
  559. color: {color:background}
  560. }
  561. .person1 .label {
  562. font-weight: bold;
  563. padding: 0px;
  564. margin-left: 5px;
  565. color: {color: text}
  566. }
  567. .person2 {
  568. background-color: {color:background};
  569. color: {color: text}
  570. }
  571. .person2 .label {
  572. font-weight: bold;
  573. padding: 0px;
  574. margin-left: 5px;
  575. color: {color: text}
  576. }
  577.  
  578. .audioimage{
  579. float:left;
  580. text-align: center;
  581. margin: 0 10px 5px 0;
  582. width: 205px;
  583. border: 15px solid {color:background};
  584. }
  585. .audioimage img{
  586. max-width: 205px;
  587. height: auto;
  588. margin: 0 0 2px 0
  589. }
  590. .playcount {font-style: italic}
  591.  
  592.  
  593. .asker {
  594. width: 480px;
  595. background-color: {color:background};
  596. color:{color:text};
  597. padding: 10px
  598. }
  599. .asker img{
  600. float: left;
  601. margin: 0px 4px 2px 0
  602. }
  603. .asker a{
  604. font-size: 12px;
  605. color:{color:link};
  606. text-transform: lowercase;
  607. line-height: 27px;
  608. padding: 0; margin: 0;
  609. font-family: georgia;
  610. }
  611. .asker a:hover{
  612. font-size: 20px;
  613. color:{color:link};
  614. text-transform: lowercase;
  615. line-height:27px;
  616. padding: 0;
  617. margin: 0;
  618. font-family: georgia;
  619. }
  620. .answer {padding: 5px 0 0 0}
  621.  
  622. #cap {
  623. padding: 2px 0 0 0;
  624. width: 500px;
  625. margin: 0 0 0 5px
  626. }
  627.  
  628. .info {
  629. margin-top: 10px;
  630. border-left: 0px solid {color:sidebarlinks};
  631. padding: 5px;
  632. background-color: {color:background};
  633. text-align: center;
  634. font-size: 9px;
  635. font-family: verdana;
  636. text-transform: lowercase;
  637. }
  638.  
  639. .info a {font-size: 9px;}
  640.  
  641. .info2 {
  642. padding: 2px;
  643. border-bottom: 1px dotted {color:background};
  644. text-align: right;
  645. }
  646. .tags {
  647. color: {color:text};
  648. font-size: 9px;
  649. font-family: verdana;
  650. display: inline;
  651. list-style: none;
  652. text-transform: none;
  653. }
  654. .tags a {
  655. font-size: 9px;
  656. color: {color:text};
  657. display: inline;
  658. list-style: none;
  659. text-transform: none;
  660. }
  661.  
  662. #nts {
  663. width: 500px;
  664. margin-left: 95px;
  665. padding: 10px;
  666. margin-top: 5px;
  667. font-size: 10px;
  668. text-align: left
  669. }
  670.  
  671. #nts img{display: none; border:0px}
  672.  
  673. #clear{
  674. clear: both;
  675. width: 50px;
  676. height: 0px;
  677. background-color: transparent
  678. }
  679.  
  680. #prevnextlinks{
  681. text-align: center;
  682. width: 500px;
  683. background-color:{color:entry};
  684. padding: 7px 20px 7px 20px;
  685. margin: 0 0 2px 0;
  686. font-size: 10px
  687. }
  688.  
  689. #notes {
  690. width: 500px;
  691. margin: 0px;
  692. margin-left: 0px;
  693. padding: 5px;
  694. text-align: left
  695. }
  696.  
  697. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  698. ol.notes li {margin: 0px; padding: 2px;}
  699.  
  700. #notes img{border:0px}
  701. #notes a{font-size: 10px}
  702.  
  703. #tumblr_controls{position: fixed!important}
  704. ::-webkit-scrollbar{width:8px;height:8px;}
  705.  
  706. ::-webkit-scrollbar-button:start:decrement
  707.  
  708. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  709.  
  710. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  711.  
  712. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  713.  
  714. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  715.  
  716. {CustomCSS}
  717.  
  718. </style>
  719.  
  720. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  721.  
  722. </head>
  723.  
  724.  
  725. <body>
  726.  
  727.  
  728.  
  729. <div id="container">
  730.  
  731. <div id="entries">
  732. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  733. <script type="text/javascript"
  734.  
  735. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  736.  
  737.  
  738. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  739.  
  740. {block:Posts}
  741.  
  742. <div id="entry">
  743. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  744.  
  745. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  746. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  747.  
  748. {block:Photoset}{Photoset-500}
  749. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  750. {/block:Photoset}
  751.  
  752. {block:Quote}
  753. <b class="qqmarks">"</b><div class="qquote"><i>{Quote}</i></div>
  754. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  755. {/block:Quote}
  756.  
  757. {block:Link}
  758. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  759. {block:Description}{Description}{/block:Description}
  760. {/block:Link}
  761.  
  762. {block:Chat}
  763. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  764. <div class="chat"><ul>{block:Lines}
  765. <li class="person{UserNumber}">{block:Label}
  766. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  767. {/block:Chat}
  768.  
  769. {block:Audio}
  770. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  771. {AudioPlayerWhite}
  772. <div class="playcount">{PlayCountWithLabel}</div>
  773. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  774. {/block:Audio}
  775.  
  776. {block:Video}{Video-500}
  777. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  778.  
  779. {block:Answer}
  780. <div class="asker">{Asker} sussurrou:<br> <i>{Question}</i></div>
  781. <div class="answer">{Answer}</div>
  782. <br>
  783. {/block:Answer}
  784.  
  785. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  786. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  787. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  788. {/block:ContentSource}</div>
  789.  
  790.  
  791. <div id="clear"></div>
  792.  
  793. <div class="info">
  794. {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 </a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  795. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  796. </div></div>
  797. {/block:Posts}
  798. {block:PostNotes}
  799. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  800. {/block:PostNotes}
  801.  
  802.  
  803. </div>
  804. </div>
  805. <div id="topp"></div>
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812. <div id="sbarimg">
  813.  
  814. <div id="sdpagi">
  815.  
  816. <div id="paginacaoml">
  817.  
  818.  
  819.  
  820. <span class="pagina_atual">1</span>
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828. <a class="jump_page" href="/page/2">2</a>
  829.  
  830.  
  831.  
  832. <a href="/page/&raquo;">&raquo;</a>
  833.  
  834. </div></div>
  835.  
  836.  
  837. </div></div>
  838.  
  839.  
  840.  
  841.  
  842. <div id="sdbard"><div class="sidesc">{description}
  843.  
  844. </div></div>
  845.  
  846. <br>
  847.  
  848. <br>
  849.  
  850. <br>
  851.  
  852. <br>
  853.  
  854. <br><br><br><br><br><br><br><br><br><br><br><br><br>
  855.  
  856.  
  857.  
  858. <div id="sdcre"><pre><div style="margin: -13px 5px 5px 5px; padding: 3px; overflow: auto; line-height: 12px; padding-top: -19px; background-color: {color:background}; font-family: verdana; font-size: 9px;">theme por <b>quase-sua-princesa</b>, base de<b> affectingyou</b>, com sidebar inspirada em <b>relembrado</b>.</div></pre></div>
  859.  
  860.  
  861.  
  862. <div id="linksth">
  863.  
  864.  
  865.  
  866. <div class="linkp5">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a></a>{/block:ifLink1}
  867. </div>
  868.  
  869.  
  870.  
  871.  
  872. <div class="linkp3">
  873.  
  874. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a></a>{/block:ifLink2}
  875.  
  876.  
  877. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a></a>{/block:ifLink3}
  878.  
  879. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a></a>{/block:ifLink4}
  880.  
  881.  
  882. </div>
  883.  
  884.  
  885.  
  886. <div class="linkp2">
  887.  
  888. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a></a>{/block:ifLink5}
  889.  
  890. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a></a>{/block:ifLink6}
  891.  
  892. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a></a>{/block:ifLink7}
  893.  
  894.  
  895. </div>
  896.  
  897.  
  898.  
  899. <div class="linkp1">{block:ifLink8}<a href="{text:Link8}"><br><br><br>{text:Link8 Title}</a></a>{/block:ifLink8}
  900. </div></div>
  901.  
  902.  
  903.  
  904.  
  905. <div id="slideShowContainer">
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913. <div id="slideShow4"><img src="{image:sidebar2}"></div><div id="slideShow2">
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921. <img src="{image:sidebar}"/>
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929. </div></div>
  930.  
  931.  
  932.  
  933.  
  934. <div id="stitle">
  935.  
  936. <div class="title1"><b><i>{text:titulo}</b></i></div></div>
  937.  
  938.  
  939.  
  940.  
  941.  
  942. </div>
  943.  
  944.  
  945. </body>
  946. </html>
Add Comment
Please, Sign In to add comment