Advertisement
kelishid

Theme 17 late-to-write (postado 27/11)

Dec 27th, 2011
7,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.52 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 # LATE-TO-WRITE, NÃO RETIRE OS CRÉDITOS!>
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head> <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="font:body" content="georgia" />
  13. <meta name="font:title" content="georgia" />
  14. <meta name="color:background" content="#FFFFFF" />
  15. <meta name="color:text" content="#000000" />
  16. <meta name="color:sidebar" content="#F5F5F5" />
  17. <meta name="color:sbar" content="#F0F0F0" />
  18. <meta name="color:sbar3" content="#F0F0F0" />
  19. <meta name="color:sbar4" content="#F0F0F0" />
  20. <meta name="color:sbar5" content="#BEBEBE" />
  21. <meta name="color:sbar6" content="#F0F0F0" />
  22. <meta name="color:cima" content="#F0F0F0" />
  23. <meta name="color:slinks" content="#000000" />
  24. <meta name="color:slinks txt" content="#ffffff" />
  25. <meta name="color:slinks hover" content="#ffffff" />
  26. <meta name="color:slinks txt hover" content="#000000" />
  27. <meta name="color:links" content="#778899" />
  28. <meta name="color:menu" content="#778899" />
  29. <meta name="color:entry" content="#F5F5F5" />
  30. <meta name="color:bold" content="#778899" />
  31. <meta name="color:sidebarlinks" content="#000000" />
  32.  
  33.  
  34. <meta name="if:Enable endless scrolling" content="0"/>
  35. <meta name="if:Show tags" content="1"/>
  36. <meta name="if:Show userpic" content="1"/>
  37. <meta name="if:Show sidebar image" content="1"/>
  38. <meta name="if:Show post author" content="1"/>
  39.  
  40. <meta name="image:background" content=""/>
  41. <meta name="image:topo" content=""/>
  42. <meta name="image:fundolinks" content=""/>
  43. <meta name="image:sidebar1" content=""/>
  44. <meta name="image:sbar1" content=""/>
  45. <meta name="image:sbar2" content=""/>
  46. <meta name="image:sbar3" content=""/>
  47. <meta name="image:sbar4" content=""/>
  48. <meta name="image:sbar5" content=""/>
  49. <meta name="image:sbar6" content=""/>
  50. <meta name="image:sbar7" content=""/>
  51. <meta name="image:sbar8" content=""/>
  52.  
  53.  
  54. <meta name="text:titulo" content="Escreva alguma coisa aqui"/>
  55. <meta name="text:titulo2" content=" E aqui"/>
  56. <meta name="text:frasefoto" content="Escreva na usa foto"/>
  57. <meta name="text:frase1" content="E aqui tambem, uahsua"/>
  58.  
  59. <meta name="text:Link1" content="http://www.tumblr.com" />
  60. <meta name="text:Link1 Title" content="link1" />
  61. <meta name="text:Link2" content="http://www.tumblr.com" />
  62. <meta name="text:Link2 Title" content="link2" />
  63. <meta name="text:Link3" content="http://www.tumblr.com" />
  64. <meta name="text:Link3 Title" content="link3" />
  65. <meta name="text:Link4" content="http://www.tumblr.com" />
  66. <meta name="text:Link4 Title" content="link4" />
  67. <meta name="text:Link5" content="http://www.tumblr.com" />
  68. <meta name="text:Link5 Title" content="link5" />
  69. <meta name="text:Link6" content="http://www.tumblr.com" />
  70. <meta name="text:Link6 Title" content="link6" />
  71. <meta name="text:Link7" content="http://www.tumblr.com" />
  72. <meta name="text:Link7 Title" content="link7" />
  73.  
  74. <title>{Title}</title>
  75. <link rel="shortcut icon" href="{Favicon}">
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  77. {block:Description}
  78. <meta name="description" content="{MetaDescription}" />
  79. {/block:Description}
  80.  
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85. body {
  86. color:#252525;
  87. background-color: {color:background};
  88. background-image:url('{image:background}');
  89. color:{color:text};
  90. font-family: verdana;
  91. font-size: 11px;
  92. text-align: center;
  93. background-attachment: fixed;
  94. background-position: bottom right;
  95. line-height:110%;
  96. text-align:justify
  97. }
  98.  
  99. a:link, a:active, a:visited {
  100. color: {color:links};
  101. text-decoration:none;
  102. }
  103.  
  104. a:hover {
  105. color: #DDDDDD;
  106. -webkit-transition-duration: 0.8s;
  107. -moz-transition-duration: 0.8s;
  108. }
  109.  
  110. .spic img{
  111. max-width: 150px;
  112. text-align:center;
  113. margin-top: 2px
  114. }
  115.  
  116. .sideimg {width: auto}
  117.  
  118. .sideimg img {width: 310px; height: auto; margin-bottom: 2px; }
  119.  
  120. .simage {text-align: center; height: 169px;}
  121.  
  122. .simage img {display: inline; max-height:180px;
  123. width: auto; text-align: center;}
  124.  
  125.  
  126. #sideimages {
  127. width:475px;
  128. height: 190px;
  129. margin-left:10px;
  130. margin-top:115px;
  131. position:fixed;
  132. overflow:hidden;
  133. background-color: {color:sidebar};
  134. border-left:0px solid;
  135. border-right:0px solid;
  136. padding:3px
  137. }
  138.  
  139. #box1 {
  140. height:auto;
  141. background-color: {color:background};
  142. margin-top: 0px;
  143. padding:0px;
  144. font-family: verdana;
  145. font-size:2px;}
  146.  
  147. #box2 {
  148. height:auto;
  149. background-color: {color:sidebar};
  150. margin-top: 2px;
  151. padding:4px;
  152. font-family: verdana;
  153. font-size:9px;}
  154.  
  155.  
  156. #title {
  157. font-size: 30px;
  158. text-align: center;
  159. margin-left: 0px;
  160. margin-left: -10px
  161. text-transform: none;
  162. line-height:20px;
  163. padding:10px;
  164. font-family: georgia;
  165. color: (color:sidebartext);
  166. background-color: #ffffff;
  167. }
  168.  
  169. #subtitle {
  170. margin-left: 0px;
  171. font-size: 9px;
  172. line-height:15px;
  173. text-align: center;
  174. text-transform: none;
  175. color: #9e9e9e;
  176. background-color: #ffffff;
  177. padding:0px;
  178. font-family: verdana;
  179. margin-top: -1px;
  180. }
  181.  
  182. #subtitle {
  183. margin-left: 0px;
  184. font-size: 9px;
  185. line-height:15px;
  186. text-align: center;
  187. text-transform: lowercase;
  188. letter-spacing: 2px;
  189.  
  190. }
  191.  
  192.  
  193.  
  194. /*** Paginação by madlyluv.com ***/
  195. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  196. #paginacaoml a {background: #cor_1; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_2; text-decoration: none;}
  197. #paginacaoml a:hover {background: #cor_3; border: none;}
  198. #paginacaoml span.pagina_atual {background: #cor_4; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_5; text-decoration: none;}
  199. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  200. #tumblr_controls{position: fixed!important}
  201. ::-webkit-scrollbar{width:8px;height:8px;}
  202.  
  203. ::-webkit-scrollbar-button:start:decrement
  204.  
  205. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  206.  
  207. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  208.  
  209. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  210.  
  211. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  212.  
  213.  
  214.  
  215. #sbarpage {width:169px; height: 15px; margin-left: 580px; margin-top: 400px; position:fixed; overflow:hidden; background-color: {color:sbar}; border:0px solid; border-right:0px solid; padding:3px}
  216.  
  217. #sbar {width:170px; height: 220px; margin-left: 757px; margin-top: 196px; position:fixed; overflow:hidden; background-color: {color:sbar}; border:0px solid; border-right:0px solid; padding:3px}
  218.  
  219. #sbar2 {width:170px; height: 193px; margin-left: 580px; margin-top: 196px; position:fixed; overflow:hidden; background-color: {color:sbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  220.  
  221. #sbar3 {width:453px; height: 44px; margin-left: 580px; margin-top: 430px; position:fixed; overflow:hidden; border: 1px solid #696969; background-color: {color:sbar3}; border-left:0px solid; border-right:0px solid; padding:3px}
  222.  
  223. #sbar4 {width:99px; height: 221px; margin-left: 935px; margin-top: 196px; position:fixed; overflow:hidden; background-color: {color:sbar4}; border-left:0px solid; border-right:0px solid; padding:3px}
  224.  
  225. #sbar5 {width:452px; height: 80px; margin-left: 580px; margin-top: 52px; position:fixed; overflow:hidden; background-color: {color:sbar5}; border-left:0px solid; border-right:0px solid; padding:3px}
  226.  
  227. /* creditos */
  228.  
  229.  
  230.  
  231. .creditosd {margin-left: 700px; bottom: 5px; bottom: -55px; position: fixed; width: 300px; left: -3px; overflow: hidden; z-index: 550; -webkit-transition-duration: .70s; Background: #fffff; text-align: justify; color: #0000; opacity: 0.7; font-family: font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:10px;}
  232.  
  233.  
  234.  
  235.  
  236.  
  237. .creditosd:hover {bottom: 120px; bottom: 0px; background-color: #fffff; opacity: 1.0;}
  238.  
  239.  
  240.  
  241.  
  242. /* topo */
  243.  
  244.  
  245.  
  246. #ke {width: 100%; height:45px; margin-top:-15px; opacity:0.8; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #FFFFFF; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:-5px; background-image:url('{image:topo}'); }
  247.  
  248.  
  249.  
  250. #de {width: 100%; height:10px; margin-top:30px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #E0E0E0; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:-5px;) }
  251.  
  252.  
  253. /* Link */
  254.  
  255. #tlon {width:100%; height:auto !important; margin-left:578px; margin-top:133px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:3px;}
  256.  
  257.  
  258.  
  259. .tlinks1{float: left; text-align: center; font-family: verdana; font-size: 9px;}
  260.  
  261.  
  262.  
  263. .tlinks1 a{ display: block; color:#000000; background-color: #BEBEBE; text-align: center; width:142px; height: 50px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 0px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:15px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; border-left: 4px solid #BEBEBE; border-right: 4px solid #BEBEBE; margin-right:3px; opacity:0.7; background-image:url('{image:fundolinks}'); }
  264.  
  265.  
  266.  
  267. .tlinks1 a:hover{background-color: #4E4E4E; color:#000000; letter-spacing: 2px; font-weight:bold;}
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279. .tlinks2{float: left; text-align: center; font-family: verdana; font-size: 9px; }
  280.  
  281.  
  282.  
  283. .tlinks2 a{ display: block; background-color:#BEBEBE; color:#FFFFFF; text-align: center; width:143px; height: 50px;border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:15px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; border-left: 4px solid #BEBEBE; border-right: 4px solid #BEBEBE; margin-right:3px; opacity:0.8; }
  284.  
  285.  
  286.  
  287. .tlinks2 a:hover{ background-image:url('{image:fundolinks}'); color:#000000; letter-spacing: 2px; font-weight:bold;}
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. .tlinks4{float: left; text-align: center; font-family: verdana; font-size: 9px; }
  296.  
  297.  
  298.  
  299. .tlinks4 a{ display: block; background-color:#4E4E4E; color:#000000; text-align: center; width:143px; height: 50px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none; margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:15px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; border-left: 4px solid #BEBEBE; border-right: 4px solid #BEBEBE; margin-right:3px; opacity:0.7; background-image:url('{image:fundolinks}') }
  300.  
  301.  
  302.  
  303. .tlinks4 a:hover{background-color:#4E4E4E; color:#000000; letter-spacing: 2px; font-weight:bold;}
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310. /* imagens */
  311.  
  312. #simg {margin-top:3px; margin-bottom:2px}
  313. #simg img {max-width: 30px; height: auto; text-align:center}
  314.  
  315. .imgsid img{border: 4px solid #ffffff; width: 45px; height: 40px; text-align: left; -moz-transition: all 1.3s ease-out; -o-transition: all 1.3s ease-out; -webkit-transition: all 1.3s ease-out; transition: all 1.3s ease-out; }
  316. .imgsid img:hover {border: 4px solid #ffffff; opacity: 0.5}
  317.  
  318. .simg1 img {
  319. width: 100px;
  320. height: auto;
  321. margin-bottom: 2px;
  322. }
  323.  
  324. /*LINKS*/
  325.  
  326. .s1 {text-align: center; position: fixed; margin-top: -1px; margin-left:-1px;}
  327. .s1 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; height: 30px; background-color: {color:slinks}; color: {color:slinks txt}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px; -webkit-transition: all 0.99s ease-out; -moz-transition: all 0.99s ease-out;}
  328. .s1 a:hover {text-align: center; letter-spacing: 0px; background-color: {color:slinks hover}; color:{color:slinks txt hover}; padding: 1px 5px 5px 5px;}
  329.  
  330. .s2 {text-align: center; position: fixed; margin-left: 1px; margin-top: 1px;}
  331. .s2 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; height: 30px; background-color: {color:slinks}; color:{color:slinks txt}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px; -webkit-transition: all 0.99s ease-out; -moz-transition: all 0.99s ease-out;}
  332. .s2 a:hover {text-align: center; letter-spacing: 0px; background-color: {color:slinks hover}; color:{color:slinks txt hover}; padding: 1px 5px 5px 5px;}
  333.  
  334. .titulo {font-size: 30px; font-family: Georgia; letter-spacing: 1px; color: #999; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  335.  
  336. .titulo:hover {margin-left:55px; font-style:italic}
  337.  
  338. .titulo2 {font-size: 20px; font-family: Lucida Handwriting; letter-spacing: 1px; color: #00000; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  339.  
  340. .titulo2:hover {margin-left:55px; font-style:italic}
  341.  
  342.  
  343.  
  344. .sidebartext{clear: both; text-align: justify; background-color: ; opacity: 0.8; filter:alpha (opacity=80); margin: 0px 0px 0px 0px; padding: 3px; font-family: verdana; font-size: 9px;}
  345.  
  346. .sidebartext a{font-size:10px;}
  347.  
  348. .sidebartext a:hover{font-size:10px}
  349.  
  350.  
  351. /* description */
  352.  
  353. .sidebartext{clear: both; text-align: justify; background-color: #fff; opacity: 1.0; filter:alpha (opacity=95); margin: 0px 0px 0px 0px; padding: 1px; -moz-border-radius: 6px; border-radius: 1px }
  354. .sidebartext a{font-size:11px}
  355. .sidebartext a:hover{font-size:11px}
  356.  
  357. .sidebarnavigation {float: right; width: 95px; text-align: rigth; margin: 10px 0 10px 0; }
  358. .sidebarnavigation a{width: 95px; font-size: 10px; text-transform: lowercase; display: block;list-style: none; text-decoration: none; color: {color: text}; background-color: {color:background}; opacity: 1.0; filter:alpha (opacity=80); padding: 3px 0 3px 10px; margin:0 0px 1px 0; }
  359. .sidebarnavigation a:hover{width: 70px;font-size: 10px; text-transform: uppercase; display: block;list-style: none; text-decoration: none; color:{color:text}; background-color: {color:linkhover}; padding: 3px 0 3px 15px; margin:0 0 1px 0}
  360.  
  361.  
  362.  
  363.  
  364.  
  365. #icon {
  366. text-align: center;
  367. width: 100px;
  368. display: block;
  369. padding: 8px;
  370. }
  371.  
  372. #container {
  373. background-color:transparent;
  374. width: 465px;
  375. position: absolute;
  376. top: 60px;
  377. left: 30px;
  378. padding-bottom: 80px
  379. }
  380.  
  381. #entries {margin: -5px 0 10px 0}
  382.  
  383.  
  384. #entry {
  385. width: 500px;
  386. background-color:{color:entry};
  387. text-align: justify;
  388. padding: 20px;
  389. margin: 0px 0 5px 0
  390. }
  391.  
  392. .image{text-align: center; margin: 0 0 5px 0}
  393. .image img{border: 0px; margin: 0; padding: 0}
  394.  
  395. #ask_form{width: 500px}
  396.  
  397. .search_result{font-size: 12px; text-align: center}
  398.  
  399. .source{display:none}
  400.  
  401. h1{
  402. font-family: georgia;
  403. font-size:20px;
  404. letter-spacing: -1px;
  405. line-height: 20px;
  406. text-transform: none;
  407. font-weight: normal;
  408. margin: 0 0 5px 0;
  409. text-align: center
  410. }
  411.  
  412. h1 a{
  413. font-size:20px;
  414. letter-spacing: -1px;
  415. line-height: 20px;
  416. text-transform: none;
  417. font-weight: normal;
  418. margin: 0 0 5px 0;
  419. text-decoration: none;
  420. text-align: center
  421. }
  422.  
  423. .qqmarks{
  424. font-size: 80px;
  425. font-weight: bold;
  426. line-height: 80px;
  427. opacity: 0.2;
  428. filter:alpha (opacity=20)
  429. }
  430.  
  431. .qquote{
  432. font-family: georgia;
  433. font-size: 20px;
  434. letter-spacing: -1px;
  435. line-height: 20px;
  436. text-transform: none;
  437. margin-top: -70px;
  438. margin-left: 45px
  439. }
  440.  
  441. .qsource{
  442. margin: 5px 15px 0 0;
  443. text-align: right}
  444.  
  445. .chat{
  446. line-height: 12px;
  447. list-style: none
  448. }
  449.  
  450. .chat ul {
  451. line-height: 15px;
  452. list-style: none;
  453. padding: 0px;
  454. line-height: 20px;
  455. }
  456.  
  457. .person1 {
  458. background-color: {color:link};
  459. color: {color:background}
  460. }
  461. .person1 .label {
  462. font-weight: bold;
  463. padding: 0px;
  464. margin-left: 5px;
  465. color: {color: text}
  466. }
  467. .person2 {
  468. background-color: {color:background};
  469. color: {color: text}
  470. }
  471. .person2 .label {
  472. font-weight: bold;
  473. padding: 0px;
  474. margin-left: 5px;
  475. color: {color: text}
  476. }
  477.  
  478. .audioimage{
  479. float:left;
  480. text-align: center;
  481. margin: 0 10px 5px 0;
  482. width: 205px;
  483. border: 15px solid {color:background};
  484. }
  485. .audioimage img{
  486. max-width: 205px;
  487. height: auto;
  488. margin: 0 0 2px 0
  489. }
  490. .playcount {font-style: italic}
  491.  
  492.  
  493. .asker {
  494. width: 480px;
  495. background-color: {color:background};
  496. color:{color:text};
  497. padding: 10px
  498. }
  499. .asker img{
  500. float: left;
  501. margin: 0px 4px 2px 0
  502. }
  503. .asker a{
  504. font-size: 20px;
  505. color:{color:link};
  506. text-transform: lowercase;
  507. line-height: 27px;
  508. padding: 0; margin: 0;
  509. font-family: georgia;
  510. }
  511. .asker a:hover{
  512. font-size: 20px;
  513. color:{color:link};
  514. text-transform: lowercase;
  515. line-height:27px;
  516. padding: 0;
  517. margin: 0;
  518. font-family: georgia;
  519. }
  520. .answer {padding: 5px 0 0 0}
  521.  
  522. #cap {
  523. padding: 2px 0 0 0;
  524. width: 500px;
  525. margin: 0 0 0 5px
  526. }
  527.  
  528. .info {
  529. margin-top: 10px;
  530. border-left: 0px solid {color:sidebarlinks};
  531. padding: 5px;
  532. background-color: {color:background};
  533. text-align: center;
  534. font-size: 9px;
  535. font-family: verdana;
  536. text-transform: lowercase;
  537. }
  538.  
  539. .info a {font-size: 9px;}
  540.  
  541. .info2 {
  542. padding: 2px;
  543. border-bottom: 1px dotted {color:background};
  544. text-align: right;
  545. }
  546. .tags {
  547. color: {color:text};
  548. font-size: 9px;
  549. font-family: verdana;
  550. display: inline;
  551. list-style: none;
  552. text-transform: none;
  553. }
  554. .tags a {
  555. font-size: 9px;
  556. color: {color:text};
  557. display: inline;
  558. list-style: none;
  559. text-transform: none;
  560. }
  561.  
  562. #nts {
  563. width: 500px;
  564. margin-left: 95px;
  565. padding: 10px;
  566. margin-top: 5px;
  567. font-size: 10px;
  568. text-align: left
  569. }
  570.  
  571. #nts img{display: none; border:0px}
  572.  
  573. #clear{
  574. clear: both;
  575. width: 50px;
  576. height: 0px;
  577. background-color: transparent
  578. }
  579.  
  580. #prevnextlinks{
  581. text-align: center;
  582. width: 500px;
  583. background-color:{color:entry};
  584. padding: 7px 20px 7px 20px;
  585. margin: 0 0 2px 0;
  586. font-size: 10px
  587. }
  588.  
  589. #notes {
  590. width: 500px;
  591. margin: 0px;
  592. margin-left: 0px;
  593. padding: 5px;
  594. text-align: left
  595. }
  596.  
  597. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  598. ol.notes li {margin: 0px; padding: 2px;}
  599.  
  600. #notes img{border:0px}
  601. #notes a{font-size: 10px}
  602.  
  603. #tumblr_controls{position: fixed!important}
  604. ::-webkit-scrollbar{width:5px;height:5px;}
  605.  
  606. ::-webkit-scrollbar-button:start:decrement
  607.  
  608. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  609.  
  610. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  611.  
  612. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#A9A9A9;-webkit-border-radius:px;}
  613.  
  614. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#A9A9A9;-webkit-border-radius:px;}
  615.  
  616. {CustomCSS}
  617.  
  618. </style>
  619.  
  620. </head>
  621.  
  622. <script>
  623. function click() {
  624. if (event.button==2||event.button==3) {
  625. oncontextmenu='return false';
  626. }
  627. }
  628. document.onmousedown=click
  629. document.oncontextmenu = new Function("return false;")
  630. </script>
  631.  
  632. <script>
  633. var mensagem="Quer alguma coisa do theme? Peça a Kél.";
  634. function bloqueio()
  635. {alert(mensagem);}
  636. document.onkeydown=bloqueio;
  637. </script>
  638.  
  639.  
  640. <body onkeydown=”return false”>
  641.  
  642. <div id="container">
  643.  
  644. <div id="entries">
  645. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  646. <script type="text/javascript"
  647.  
  648. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  649.  
  650.  
  651. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  652.  
  653.  
  654.  
  655. {block:Posts}
  656.  
  657. <div id="entry">
  658. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  659.  
  660. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  661. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  662.  
  663. {block:Photoset}{Photoset-500}
  664. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  665. {/block:Photoset}
  666.  
  667. {block:Quote}
  668. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  669. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  670. {/block:Quote}
  671.  
  672. {block:Link}
  673. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  674. {block:Description}{Description}{/block:Description}
  675. {/block:Link}
  676.  
  677. {block:Chat}
  678. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  679. <div class="chat"><ul>{block:Lines}
  680. <li class="person{UserNumber}">{block:Label}
  681. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  682. {/block:Chat}
  683.  
  684. {block:Audio}
  685. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  686. {AudioPlayerWhite}
  687. <div class="playcount">{PlayCountWithLabel}</div>
  688. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  689. {/block:Audio}
  690.  
  691. {block:Video}{Video-500}
  692. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  693.  
  694. {block:Answer}
  695. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  696. <div class="answer">{Answer}</div>
  697. {/block:Answer}
  698.  
  699. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  700. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  701. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  702. {/block:ContentSource}</div>
  703.  
  704.  
  705.  
  706. <div id="clear"></div>
  707.  
  708. {block:Date} <div class="info">{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>
  709. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  710. </div></div>
  711. {/block:Posts}
  712. {block:PostNotes}
  713. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  714. {/block:PostNotes}
  715.  
  716.  
  717.  
  718. </div>
  719. </div>
  720.  
  721.  
  722. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  723.  
  724.  
  725. <div id="ke"></div>
  726.  
  727. <div id="de"></div>
  728.  
  729.  
  730.  
  731.  
  732.  
  733. <div id="tlon"><div class="tlinks1"><a href="/"><br><font face="georgia"><big><big><big><BIG><BIG>F I R S T</BIG></BIG></font></big></big></big><br /> P A G E</a></div><div class="tlinks2"><a href="/ask"><br><font face="georgia"><big><big><big><BIG><BIG>TALK TO ME</BIG></BIG></font></big></big></big><br />a s k M E</a></div><div class="tlinks4"><a href="/archive"><br><font face="georgia"><big><big><big><BIG<BIG>Archive</BIG></BIG></font></big></big></big><br />c l i c k</a></div></div>
  734.  
  735. <div id="sbarpage">
  736. <center><div id="paginacaoml"> <font face=verdana>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  737. {block:JumpPagination length="5"}
  738. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  739. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  740. {/block:JumpPagination}
  741. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</font face=verdana>
  742. </center>
  743. </div>
  744. </div>
  745.  
  746.  
  747. <div id="sbar">
  748. <div style="position:absolute; float:right; text-align: justify; font-size:9px; background-color: rgba(0,0,0,0.4); color: #FFFFFF; font-family:verdana; padding: 5px; 5px; 3px; 3px; margin-top: 167px; margin-left:10px; width:120px; ">{text:frasefoto}</div><img src="{image:sidebar1}" height= "218px;" width= "170px;"></div></div>
  749. </div>
  750.  
  751. <div id="sbar2">
  752. <div class="sidebartext"><div style="background: ; font-family: verdana; width: 168px; text-align: justify; font-size: 10px; line-height: 100%; height: 190px; overflow: auto;">
  753. {block:Description}{Description}{/block:Description} </div>
  754. </div></div>
  755.  
  756. </div>
  757.  
  758.  
  759.  
  760. <div id="sbar3">
  761.  
  762. <center>
  763. <br>
  764. <div class="titulo">{text:titulo}</div></center>
  765.  
  766. </div>
  767.  
  768. <div id="sbar4">
  769.  
  770. <div class="s1">
  771. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  772. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  773. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  774. <div class="s2">
  775. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  776. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  777. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  778. </div>
  779.  
  780. </div></div>
  781.  
  782. <div id="sbar5">
  783.  
  784. <div class="imgsid">
  785.  
  786.  
  787. <center><img src="{image:sbar1}">
  788. <img src="{image:sbar2}">
  789. <img src="{image:sbar3}">
  790. <img src="{image:sbar4}">
  791. <img src="{image:sbar5}">
  792. <img src="{image:sbar6}">
  793. <img src="{image:sbar7}">
  794. <img src="{image:sbar8}">
  795. </center>
  796.  
  797. <br>
  798. <div class="titulo2"> {text:frase1} </div>
  799.  
  800.  
  801. </div></div>
  802.  
  803. <div class="creditosd"><center><h3><big><big>C r é d i t o s</big></big></h3><center>
  804. <br>
  805. <big>Theme por <b>late-to-write</b> . Detalhes de originais de m-a-r-e-s-i-a e biasemcriatividade. <br> <b>Não</b> retire os <b>créditos</b>, tome vergonha na cara. <br><big>
  806.  
  807. </div>
  808.  
  809. </div>
  810.  
  811.  
  812.  
  813. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  814. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  815.  
  816.  
  817. </form></div>{/block:IfShowSearch}
  818.  
  819. </div></div>
  820.  
  821. </body>
  822. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement