Advertisement
kelishid

Theme 19 late-to-write

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