Advertisement
boy-revolution

theme 03 ( antigo )

May 23rd, 2012
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.42 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="#F1F1F1" />
  15. <meta name="color:text" content="#000000" />
  16. <meta name="color:sidebar" content="#fff" />
  17. <meta name="color:descri" content="#fff" />
  18. <meta name="color:barras" content="#C4CDDA" />
  19. <meta name="color:caixadesc" content="#fff" />
  20. <meta name="color:textcaixadesc" content="#000" />
  21. <meta name="color:sidebartitle" content="#266488" />
  22. <meta name="color:barrarolagem" content="#266488" />
  23. <meta name="color:titletext" content="#fff" />
  24. <meta name="color:post" content="#fff" />
  25. <meta name="color:links" content="#000" />
  26. <meta name="color:slinks" content="#fff" />
  27. <meta name="color:slinks txt" content="#000" />
  28. <meta name="color:slinks hover" content="#ffffff" />
  29. <meta name="color:slinks txt hover" content="#266488" />
  30.  
  31. <meta name="if:Enable endless scrolling" content="0"/>
  32. <meta name="if:Show tags" content="1"/>
  33. <meta name="if:Show userpic" content="1"/>
  34. <meta name="if:Show sidebar image" content="1"/>
  35. <meta name="if:Show post author" content="1"/>
  36.  
  37. <meta name="image:background" content=""/>
  38. <meta name="image:sidebar1" content=""/>
  39.  
  40.  
  41. <meta name="text:frase" content="uma frase ..."/>
  42. <meta name="text:frasebalao" content="palavra"/>
  43.  
  44. <meta name="text:Link1" content="http://www.tumblr.com" />
  45. <meta name="text:Link1 Title" content="link1" />
  46. <meta name="text:Link2" content="http://www.tumblr.com" />
  47. <meta name="text:Link2 Title" content="link2" />
  48. <meta name="text:Link3" content="http://www.tumblr.com" />
  49. <meta name="text:Link3 Title" content="link3" />
  50. <meta name="text:Link4" content="http://www.tumblr.com" />
  51. <meta name="text:Link4 Title" content="link4" />
  52. <meta name="text:Link5" content="http://www.tumblr.com" />
  53. <meta name="text:Link5 Title" content="link5" />
  54. <meta name="text:Link6" content="http://www.tumblr.com" />
  55. <meta name="text:Link6 Title" content="link6" />
  56.  
  57.  
  58. <title>{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64.  
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69. body {
  70. color:#252525;
  71. background-color: {color:background};
  72. background-image:url('{image:background}');
  73. color:{color:text};
  74. font-family: verdana;
  75. font-size: 11px;
  76. text-align: center;
  77. background-attachment: fixed;
  78. background-position: bottom right;
  79. line-height:110%;
  80. text-align:justify
  81. }
  82.  
  83. a:link, a:active, a:visited {
  84. color: {color:links};
  85. text-decoration:none;
  86. }
  87.  
  88. a:hover {
  89. color: #DDDDDD;
  90. -webkit-transition-duration: 0.8s;
  91. -moz-transition-duration: 0.8s;
  92. }
  93.  
  94.  
  95.  
  96.  
  97. ::-webkit-scrollbar{width:8px;height:8px;}
  98.  
  99. ::-webkit-scrollbar-button:start:decrement
  100.  
  101. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  102.  
  103. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  104.  
  105. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  106.  
  107. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  108.  
  109.  
  110. #sbar {position:fixed; top:290px; width:80px; height: 15px; color: #f1f1f1; background-color:transparent; text-transform: none; font-family: georgia; padding: 2px 10px; font-size: 20px; line-height:20px; margin-left: 235px; letter-spacing: 1px; text-align: center; text-shadow:0px 0px 10px #fff;
  111.  
  112. z-index:9999;}
  113.  
  114. /*** Paginação by madlyluv.com ***/
  115. #paginal {font-family: verdana; font-size: 7px; text-align: center;}
  116. #paginal a { background:{color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  117. #paginal a:hover {background: {color:background}; color: {color:links};}
  118. #paginal span.pagina_atual {background:{color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:links}; font-weight: bold; text-decoration: none; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  119.  
  120.  
  121.  
  122. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  123.  
  124. .link2 {position: absolute; text-align: center;margin-top: -3px; margin-left: 68px;}
  125.  
  126.  
  127.  
  128. .link2 a {display: block; font-family: tinytots; font-size: 8px; text-align: center; width: 61px; height: auto; background-color: {color:slinks}; color: {color:slinks txt}; text-decoration: none; padding: 4px 5px 4px 5px; margin-bottom:1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  129.  
  130.  
  131.  
  132. .link2 a:hover{text-align: center; letter-spacing: 5px; background-color: {color:slinks hover}; color:{color:slinks txt hover}; opacity:2; }
  133.  
  134. .link1 {position: absolute; text-align: center;margin-top: -3px; margin-left: -3px;}
  135.  
  136.  
  137.  
  138. .link1 a {display: block; font-family: tinytots; font-size: 8px; text-align: center; width: 60px; height: auto; background-color: {color:slinks}; color: {color:slinks txt}; text-decoration: none; padding: 4px 5px 4px 5px; margin-bottom:1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  139.  
  140.  
  141.  
  142. .link1 a:hover{text-align: center; letter-spacing: 5px; background-color: {color:slinks hover}; color:{color:slinks txt hover}; opacity:2; }
  143.  
  144. #sbar3 {width:136px; height:50px; margin-left: 154px; margin-top:268px; position:fixed; overflow:hidden; font-size: 8px; text-transform: uppercase; font-family: tinytots; line-height:10px; background-color:{color:background}; border-left:0px solid; border-right:0px solid; padding:3px;}
  145.  
  146. #lipedescre {float: left; margin-top: 60px; margin-left: 872px; width: 150px; background-color: {color:caixadesc}; color: {color:textcaixadesc}; padding: 1px; font-size: 9px; font-family: verdana; text-align: center; position:fixed; letter-spacing: -1px; height: 201; z-index:90000;}
  147.  
  148.  
  149. #barra1 {position:fixed; height: 313px; width: 0.9px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 45px; margin-left: 144px;}
  150.  
  151.  
  152.  
  153. #barra2 {position:fixed; height: 313px; width: 0.9px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 45px; margin-left: 304px;}
  154.  
  155.  
  156.  
  157. #barra3 {position:fixed; height: 0.9px; width: 180px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 347px; margin-left: 134px;}
  158.  
  159.  
  160.  
  161. #barra4 {position:fixed; height: 0.9px; width: 180px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 54px; margin-left: 134px;}
  162.  
  163.  
  164.  
  165. #barra5 {position:fixed; height: 313px; width: 0.9px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 45px; margin-left: 864px;}
  166.  
  167.  
  168.  
  169. #barra6 {position:fixed; height: 313px; width: 0.9px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 45px; margin-left: 1030px;}
  170.  
  171.  
  172.  
  173. #barra7 {position:fixed; height: 0.9px; width: 182px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 349px; margin-left: 859px;}
  174.  
  175.  
  176.  
  177. #barra8 {position:fixed; height: 0.9px; width: 180px; background-color: {color:barras}; color: #000; padding: 1px; margin-top: 54px; margin-left: 859px;}
  178.  
  179.  
  180. #paginal {font-ffamily: verdana; font-size: 8px; text-align: center;}
  181.  
  182. #paginal a {background: #000000; margin: 0 1px 0 0; padding: 2px 4px; color: #FFFFFF; }
  183.  
  184. #paginal a:hover {background: #000000; color: #FFFFFF; }
  185.  
  186. #paginal span.pagina_atual {background: #000000; margin: 0 1px 0 0; padding: 2px 4px;; color: #FFFFFF; font-weight: bold; text-decoration: none;}
  187.  
  188.  
  189.  
  190. .ps {position: fixed; margin-top: 97px; margin-left: 120px; padding: 5px; width: 194px; height: 10px; background-color: transparent; color: #FFFFFF; text-align: center; opacity: 0.9;}
  191.  
  192.  
  193.  
  194. #sbar1 {width:136px; height: 9px; margin-left: 154px; margin-top:72px; position:fixed; overflow:hidden; color:{color:titletext}; font-size: 8px; text-transform: uppercase; font-family: tinytots; line-height:10px; background-color:{color:sidebartitle}; border-left:0px solid; border-right:0px solid; padding:3px;text-shadow:0px 0px 5px #fff;
  195.  
  196. z-index:9999; }
  197.  
  198. #sbar4 {width:136px; height: 9px; margin-left: 154px; margin-top:340px; position:fixed; overflow:hidden; color:{color:titletext}; font-size: 8px; text-transform: uppercase; font-family: tinytots; line-height:10px; background-color:{color:sidebartitle}; border-left:0px solid; border-right:0px solid; padding:3px;}
  199.  
  200. #lele {width: 45px; height: 18px; position: fixed; padding: 8px; color: ; background-color:{color:balao}; margin-left: 168px; margin-top: 60px; border-top-right-radius: 13px; border-top-left-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; -webkit-transform: rotate(-15deg);}
  201.  
  202.  
  203. .esc {font-family: verdana; font-size: 11px; text-transform: none; letter-spacing: 1px; color: {color:letrab};}
  204.  
  205.  
  206. #hehe {width: 45px; position: fixed; padding: 8px; background-color: transparent; margin-left: 200px; margin-top: 85px; color: {color:balao}; font-size: 23px; -webkit-transform: rotate(45deg);}
  207.  
  208.  
  209.  
  210.  
  211. #sbar22 {width:136px; height: 185px; margin-left: 154px; margin-top: 86px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px }
  212.  
  213.  
  214.  
  215.  
  216. #descri {position:fixed; text-align: justify; font-size: 9px; font-family: verdana; margin-left: 223px; width: 120px; height:auto; background-color: transparent; color:{color:descri}; padding: 1px; margin-top: 153px;
  217.  
  218. text-shadow:0px 2px 5px #000;
  219.  
  220. z-index:9999;}
  221.  
  222.  
  223.  
  224. .bubble {align:right;background: {color:background}; margin:7px 0px 2px 66px;padding:11px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  225. .bubble p {margin:1px 0px;}
  226. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px; left:-13px;top:2px;border-top:7px solid transparent;border-bottom:7px solid transparent; border-right:10px solid {color:entry};}
  227. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  228.  
  229. #icon {
  230. text-align: center;
  231. width: 100px;
  232. display: block;
  233. padding: 8px;
  234. }
  235.  
  236. #container {
  237. background-color:transparent;
  238. width: 465px;
  239. position: absolute;
  240. top:50px;
  241. left: 365px;
  242. padding-bottom: 5px;
  243. }
  244.  
  245. #entries {margin: -10px 0 0px 0}
  246.  
  247.  
  248. #entry {
  249. width: 500px;
  250. background-color:{color:entry};
  251. text-align: justify;
  252. padding: 20px;
  253. margin-bottom:1px;}
  254.  
  255. .image{text-align: center; margin: 0 0 5px 0}
  256. .image img{border: 0px; margin: 0; padding: 0;}
  257.  
  258. #ask_form{width: 500px; }
  259.  
  260. .search_result{font-size: 12px; text-align: center}
  261.  
  262. .source{display:none}
  263.  
  264. h1{
  265. font-family: georgia;
  266. font-size:20px;
  267. letter-spacing: -1px;
  268. line-height: 20px;
  269. text-transform: none;
  270. font-weight: normal;
  271. margin: 0 0 5px 0;
  272. text-align: center
  273. }
  274.  
  275. h1 a{
  276. font-size:20px;
  277. letter-spacing: -1px;
  278. line-height: 20px;
  279. text-transform: none;
  280. font-weight: normal;
  281. margin: 0 0 5px 0;
  282. text-decoration: none;
  283. text-align: center
  284. }
  285.  
  286. .qqmarks{
  287. font-size: 80px;
  288. font-weight: bold;
  289. line-height: 80px;
  290. opacity: 0.2;
  291. filter:alpha (opacity=20)
  292. }
  293.  
  294. .qquote{
  295. font-family:Georgia;
  296. font-size: 20px;
  297. letter-spacing: -1px;
  298. line-height: 30px;
  299. text-transform: none;
  300. margin-top: -70px;
  301. margin-left: 45px
  302. }
  303.  
  304. .qsource{
  305. margin: 5px 15px 0 0;
  306. text-align: right}
  307.  
  308. .chat{
  309. line-height: 12px;
  310. list-style: none
  311. }
  312.  
  313. .chat ul {
  314. line-height: 15px;
  315. list-style: none;
  316. padding: 0px;
  317. line-height: 20px;
  318. background: #000;
  319. }
  320.  
  321. .person1 {
  322. background-color: {color:link};
  323. color: {color:background}
  324. }
  325. .person1 .label {
  326. font-weight: bold;
  327. padding: 0px;
  328. margin-left: 5px;
  329. color: {color: text}
  330. }
  331. .person2 {
  332. background-color: {color:background};
  333. color: {color: text}
  334. }
  335. .person2 .label {
  336. font-weight: bold;
  337. padding: 0px;
  338. margin-left: 5px;
  339. color: {color: text}
  340. }
  341.  
  342. .audioimage{
  343. float:left;
  344. text-align: center;
  345. margin: 0 10px 5px 0;
  346. width: 205px;
  347. border: 15px solid {color:background};
  348. }
  349. .audioimage img{
  350. max-width: 205px;
  351. height: auto;
  352. margin: 0 0 2px 0
  353. }
  354. .playcount {font-style: italic}
  355.  
  356.  
  357. .asker {
  358. width: 480px;
  359. background-color: {color:background};
  360. color:{color:text};
  361. padding: 10px; }
  362. .asker img{
  363. float: left;
  364. margin: 0px 4px 2px 0
  365. }
  366. .asker a{
  367. font-size: 20px;
  368. color:{color:link};
  369. text-transform: lowercase;
  370. line-height: 27px;
  371. padding: 0; margin: 0;
  372. font-family: georgia;
  373. }
  374. .asker a:hover{
  375. font-size: 20px;
  376. color:{color:link};
  377. text-transform: lowercase;
  378. line-height:27px;
  379. padding: 0;
  380. margin: 0;
  381. font-family: georgia;
  382. }
  383. .answer {padding: 5px 0 0 0; }
  384.  
  385. #cap {
  386. padding: 2px 0 0 0;
  387. width: 500px;
  388. margin: 0 0 0 5px
  389. }
  390.  
  391. .info {
  392. margin-top: 10px;
  393. border-left: 0px solid {color:entry};
  394. padding: 5px;
  395. background-color: {color:entry};
  396. text-align: left;
  397. font-size: 9px;
  398. font-family: verdana;
  399. text-transform: lowercase;
  400. }
  401.  
  402. .info a {font-size: 9px;}
  403.  
  404. .info2 {
  405. padding: 2px;
  406. border-bottom: 1px dotted {color:entry};
  407. text-align: right;
  408. }
  409. .tags {
  410. color: {color:text};
  411. font-size: 9px;
  412. font-family: verdana;
  413. display: inline;
  414. list-style: none;
  415. text-transform: none;
  416. }
  417. .tags a {
  418. font-size: 9px;
  419. color: {color:text};
  420. display: inline;
  421. list-style: none;
  422. text-transform: none;
  423. }
  424.  
  425. #nts {
  426. width: 500px;
  427. margin-left: 95px;
  428. padding: 10px;
  429. margin-top: 5px;
  430. font-size: 10px;
  431. text-align: left
  432. }
  433.  
  434. #nts img{display: none; border:0px}
  435.  
  436. #clear{
  437. clear: both;
  438. width: 50px;
  439. height: 0px;
  440. background-color: transparent
  441. }
  442.  
  443. #prevnextlinks{
  444. text-align: center;
  445. width: 500px;
  446. background-color:{color:entry};
  447. padding: 7px 20px 7px 20px;
  448. margin: 0 0 2px 0;
  449. font-size: 10px
  450. }
  451.  
  452. #notes {
  453. width: 500px;
  454. margin: 0px;
  455. margin-left: 0px;
  456. padding: 5px;
  457. text-align: left
  458. }
  459.  
  460. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  461. ol.notes li {margin: 0px; padding: 2px;}
  462.  
  463. #notes img{border:0px}
  464. #notes a{font-size: 10px}
  465.  
  466. #tumblr_controls{position: fixed!important}
  467. ::-webkit-scrollbar{width:5px;height:5px;}
  468.  
  469. ::-webkit-scrollbar-button:start:decrement
  470.  
  471. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  472.  
  473. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  474.  
  475. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:barrarolagem};-webkit-border-radius:px;}
  476.  
  477. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:barrarolagem};-webkit-border-radius:px;}
  478.  
  479.  
  480. #oquevemnadireita {float: left; margin-left: 325px; margin-top: 60px; position: relative; }
  481.  
  482. .vicftpost {width: 500px; background-color: {color:post}; padding: 10px; border-bottom: 0px solid {color:background}; text-align: justify; font-family: verdana; font-size: 11px;}
  483.  
  484. h1 {font-family: georgia; text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  485. h1 a {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  486. h1 a:hover {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  487.  
  488. .image {text-align: center; border: 0px}
  489. .image img {max-width: 500px; margin-bottom: 2px }
  490.  
  491. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  492. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  493. .oiqqtts a, a:hover{text-transform: none;}
  494.  
  495. .chat {line-height: 13px; list-style: none }
  496. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  497. .person1 {color: {color:text}; padding: 2px; }
  498. .person1 .label {font-weight: bold; color:{color:text}}
  499. .person2 {color: {color:text}; padding: 2px; }
  500. .person2 .label {font-weight: bold; color:{color:text}}
  501.  
  502. .player {background-color: #000; text-align: left; display:block;}
  503.  
  504. .question{background: {color:post}; font-size: 10px; font-weight:bold; color: {color:text}; padding: 10px;}
  505. .asker {width: 490px; background-color: {color:post}; color:{color:text};
  506. padding: 10px}
  507. .asker img{float: left; margin: 0px 5px 3px 0}
  508. .asker a{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height: 8px; padding: 0; margin: 0; font-family: verdana;}
  509. .asker a:hover{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height:8px; padding: 0; margin: 0; font-family: verdana;}
  510. .answer {padding: 5px 0 0 0}
  511.  
  512. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; padding-right: 10px;padding-left: 10px;padding-top: 10px; width: 500px; margin-left: -10px; border-top: 0px solid {color:background}}
  513. #oidata a {font-size: 9px;}
  514.  
  515. .tags {color: {color:link}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  516. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  517.  
  518. #cap {width: 500px; margin-top: -2px;}
  519. .source {display: none;}
  520.  
  521. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 10px; font-size: 9px; text-align: right}
  522. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  523. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  524. .notes img{display: none; border:0px}
  525.  
  526. ::-webkit-scrollbar{width:7px;height:3px;}
  527. ::-webkit-scrollbar-button:start:decrement
  528. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  529. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar};}
  530.  
  531. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll}; }
  532.  
  533. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};}
  534.  
  535. #tumblr_controls{position: fixed!important}
  536. #tumblr_controls{position: fixed!important}
  537. #tumblr_controls{position: fixed!important}
  538. #tumblr_controls{position: fixed!important}
  539.  
  540.  
  541. .oizinho {font-family: georgia; position: fixed; margin-left: 120px; margin-top: 155px; font-size: 38px; z-index: 0;}
  542. .oizinho a {color: ; background-color: transparent;}
  543. .oizinho a:hover {color: ;}
  544.  
  545. .oizinho2 {font-family: georgia; position: fixed; margin-left: 120px; margin-top: 175px; font-size: 38px; z-index: 0;}
  546. .oizinho2 a {color: ; background-color: transparent;}
  547. .oizinho2 a:hover {color: ;}
  548.  
  549. {CustomCSS}
  550.  
  551. </style>
  552.  
  553. </head>
  554.  
  555.  
  556.  
  557. <body>
  558.  
  559.  
  560.  
  561.  
  562.  
  563. </div>
  564.  
  565. </div>
  566.  
  567.  
  568. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  569.  
  570.  
  571.  
  572. <div id="sbar1">
  573. <center>{text:frase}</div></div>
  574.  
  575. </div>
  576.  
  577. <div id="sbar22">
  578.  
  579.  
  580. <img src="{image:sidebar1}" width= "130px;" height= "180px;" style="border: 3px solid #f1f1f1"/ >
  581.  
  582.  
  583. </div>
  584.  
  585. <div id="descri"><center>
  586.  
  587. </div>
  588.  
  589.  
  590.  
  591.  
  592. </div>
  593.  
  594. </div>
  595.  
  596. <div id="sbar4">
  597. <center>« theme by <a href="http://esborniaealcooll.tumblr.com/"><font color={color:titletext}>esbornia + </font></a> <a href="http://wiskycomredbull.tumblr.com/"><font color={color:titletext}>wisky »</font></a></div></div>»</center>
  598. </div></div>
  599.  
  600. <div id="sbar3">
  601.  
  602. <div class="link1">
  603.  
  604. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  605. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  606. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  607.  
  608.  
  609. </div>
  610. <div class="link2">
  611.  
  612. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  613. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  614. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  615.  
  616.  
  617. </div>
  618.  
  619. </div>
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627. </div></div>
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  637. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  638.  
  639.  
  640. </form></div>{/block:IfShowSearch}
  641.  
  642.  
  643. </div>
  644.  
  645. <div id="barra1"></div>
  646.  
  647.  
  648.  
  649. <div id="barra2"></div>
  650.  
  651.  
  652.  
  653. <div id="barra3"></div>
  654.  
  655.  
  656.  
  657. <div id="barra4"></div>
  658.  
  659.  
  660.  
  661. <div id="barra5"></div>
  662.  
  663.  
  664.  
  665. <div id="barra6"></div>
  666.  
  667.  
  668.  
  669. <div id="barra7"></div>
  670.  
  671.  
  672.  
  673. <div id="barra8"></div>
  674.  
  675.  
  676.  
  677. <div id="barra9"></div>
  678.  
  679. </div></div>
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687. <div id="lipedescre">
  688. {Description}<br><br><center><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"></div></center>
  689.  
  690.  
  691. </div>
  692. </div>
  693.  
  694. <div class="oizinho">{block:NextPage}<a href="{NextPage}">↑</a>{/block:NextPage}</div>
  695.  
  696. <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}">↓</a>{/block:PreviousPage}</div>
  697.  
  698.  
  699. </div>
  700.  
  701.  
  702.  
  703.  
  704. </div></div></div>
  705.  
  706. </div></div>
  707.  
  708. <div id="oquevemnadireita">
  709.  
  710. {block:Posts}
  711. <div class="vicftpost">
  712.  
  713. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  714.  
  715. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  716.  
  717. {block:Photoset}{Photoset-500}{/block:Photoset}
  718.  
  719. {block:Quote}
  720. <div class="oiqqtt">“{Quote}”</div>
  721. {block:Source}<div class="oiqqtts"> ~ {Source}</div>
  722. {/block:Source}
  723. {/block:Quote}
  724.  
  725. {block:Link}
  726. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  727. {block:Description}{Description}{/block:Description}
  728. {/block:Link}
  729.  
  730. {block:Chat}
  731. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  732. <div class="chat"><ul>{block:Lines}
  733. <li class="person{UserNumber}">{block:Label}
  734. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  735. {/block:Chat}
  736.  
  737. {block:Audio}
  738. <div class="player">{AudioPlayerBlack}</div>
  739. {block:Caption}{Caption}{/block:Caption}
  740. {/block:Audio}
  741.  
  742. {block:Video}{Video-500}{/block:Video}
  743.  
  744.  
  745. {block:Answer}
  746. <div id="asker"><b>{Asker} sussurrou:</b> "{Question}"</div>
  747. <div class="answer">{Answer}</div>
  748. {/block:Answer}
  749.  
  750.  
  751. <div id="cap">
  752. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  753. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  754. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  755.  
  756. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  757. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  758. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  759. {/block:ContentSource}</div></div>
  760. <br>
  761.  
  762.  
  763. <div id="oidata">
  764. {block:Date}<div class="tags">{block:HasTags}<b>slap:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  765. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} - <a href="{ReblogUrl}" target="_blank"><b>reblog</b> or fuck</a>{/block:IndexPage}
  766. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  767. {/block:RebloggedFrom}
  768. </div>
  769. </div>{/block:Date}
  770.  
  771.  
  772. {/block:Posts}
  773. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  774.  
  775. </div>
  776. </div></div>
  777.  
  778. </div>
  779.  
  780. </div>
  781.  
  782. <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  783. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  784. <script type="text/javascript">
  785. SCMMusicPlayer.init("{'skin':'skins/tunes/skin.css','playback':{'autostart':'true','shuffle':'true','volume':'100'},'playlist':[{'title':'','url':'http://www.youtube.com/watch?v=AM8RCMLA9ss&feature=relmfu'},{'title':'','url':'http://www.youtube.com/watch?v=-ylyBq1OFaY'},{'title':'','url':'http://www.youtube.com/watch?v=fRS6s9g_K7Y&feature=relmfu'},{'title':'','url':'http://www.youtube.com/watch?v=Fj6LaDF6f7U&feature=related'},{'title':'','url':'http://www.youtube.com/watch?v=khCokQt--l4&feature=relmfu'},{'title':'','url':'http://www.youtube.com/watch?v=uZ6L6sC6QTU&feature=relmfu'}],'placement':'bottom','showplaylist':'false'}");
  786. </script>
  787. <!--End of SCM Music Player script-->
  788.  
  789.  
  790. </div>
  791.  
  792.  
  793.  
  794.  
  795. </body>
  796. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement