PrincipeIncompleto

Theme 08#

Jun 16th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <!------THEME FEITO POR: IGOR http://principeincompleto.tumblr.com - NUNCA NEM OUSE TIRAR MEUS CRÉDITOS----->
  5. <head>
  6. <!------Meta Default------->
  7. <title>{Title}</title>
  8.  
  9. <meta name="color:linktext" content="#000" />
  10. <meta name="color:linktexthover" content="#fff" />
  11.  
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19. <meta name="if:Show sidebar image" content="1"/>
  20. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m3t999MWta1rsm53yo1_500.jpg"/>
  21. <meta name="text:face" content="/" />
  22. <meta name="text:twitter" content="/" />
  23.  
  24. <meta name="text:Link1" content="/" />
  25.  
  26. <meta name="text:Link1 Title" content="link" />
  27.  
  28. <meta name="text:Link2" content="/" />
  29.  
  30. <meta name="text:Link2 Title" content="link" />
  31.  
  32. <meta name="text:Link3" content="/" />
  33.  
  34. <meta name="text:Link3 Title" content="link" />
  35.  
  36. <meta name="text:Link4" content="/" />
  37.  
  38. <meta name="text:Link4 Title" content="link" />
  39.  
  40. <meta name="text:Link5" content="/" />
  41.  
  42. <meta name="text:Link5 Title" content="link" />
  43.  
  44. <meta name="text:Link6" content="/" />
  45.  
  46. <meta name="text:Link6 Title" content="link" />
  47.  
  48.  
  49. <meta name="text:Link7" content="/" />
  50.  
  51. <meta name="text:Link7 Title" content="link" />
  52.  
  53. <meta name="text:Link8" content="/" />
  54.  
  55. <meta name="text:Link8 Title" content="link" />
  56.  
  57. <style type="text/css">
  58. {CustomCSS}
  59.  
  60. #sidebar {position:fixed; float: justify; z-index:2; left: 20px; top:20px; padding-top:70px; padding: 1px; display: block; text-align: justify; width: 100px; height: auto;}
  61.  
  62. #sidebar2 {position:fixed; float: left; left: 90px; top:60px; padding: 1px; display: block; text-align: justify; width: px; height: auto;}
  63.  
  64. /***IMAGEM***/
  65. #imagem img{width: 120px; height:143px; position: fixed;margin-left: 340px ; top: 65px;}
  66.  
  67. /***DESCRIÇÃO***/
  68. #on {width:158px; height:140px; margin-left: 178px; margin-top: 55px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  69.  
  70.  
  71. /***MENU***/
  72. #gin {margin-top: 65px; margin-left: 85px; position:fixed; width: auto; }
  73.  
  74. #gin a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; background-color:#fff; -moz-transition: all 0.4s ease-out; width: 90px; text-align: center; font-size: 8px; height:14px; margin: 6px 0 1px 0; color:{color:linktext}; margin-left: 3px; line-height:10px; }
  75.  
  76. #gin a:hover{color: {color:linktexthover}; }
  77.  
  78. #gin1 {margin-top: 140px; margin-left: 120px; position:fixed; width: auto; z-index:100;}
  79.  
  80. #gin1 a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px;}
  81.  
  82. #gin1 a:hover{color: {color:linktexthover}; }
  83.  
  84. /*** ASPAS BY RITAMAFALDA ***/
  85. .aspas{ position:relative; top:0px; font-size:100px; opacity:0.2; filter: alpha(opacity = 6);color: #000000;}
  86. .quote{ margin-left:20px; margin-top:-85px; line-height:23px; letter-spacing:-1px;}
  87.  
  88. .simg {text-align: center; padding: 0px; margin-bottom: 4px;}
  89.  
  90. .simg img {display: block; border: 0px solid #000000; max-width: 200px; height: auto; text-align: center;}
  91.  
  92. .prom {font-family:'Arial'; color: #888; font-size: 21pt; text-shadow: 1px 1px #fff;}
  93. .igor {float: left; position: fixed; margin-top:216px; text-align: center; margin-left: 50px;position:fixed; width:300px; font-family: verdana; text-transform: uppercase;}
  94.  
  95.  
  96. /***PAGINAÇÃO***/
  97.  
  98. #pgs a {background: #fff; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  99. #pgs a:hover {background:#fff; color: {color:link hover}; border: none;}
  100. #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  101. .pg { position:fixed !important; clear: both; float: left; margin-top: 180px; margin-left: 280px; width: 187px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  102.  
  103.  
  104.  
  105. body {background:#f0f0f0 ; font-family: verdana; font-style: normal; font-size: 11px; color: ; text-align:justify; align: justify; }
  106.  
  107.  
  108. h1 {color: #000; font-family:'Times New Roman'; font-size:20px; line-height:25px; font-weight:normal; margin:0px; padding:5px; margin-bottom:-0px; text-align:left; letter-spacing:1px; border-bottom: 2px solid #eee;}
  109. h2 {color: #949494; font-family:'Times New Roman'; font-size:25px; line-height:25px; font-weight:normal; margin:0px; padding:5px; margin-bottom:-0px; text-align:left; letter-spacing:1px; border-bottom: 2px solid #eee;}
  110.  
  111. ef {color: #fff;}
  112. .am border {
  113. border: 1px solid ;
  114. padding:3px;
  115. margin:5px;
  116. border-radius:40px;
  117. -webkit-border-top-left-radius:0;
  118. }
  119.  
  120.  
  121.  
  122.  
  123. strong,b {color:;}
  124.  
  125. i,em {color:;}
  126.  
  127. u,underline {color: ;border-bottom: 2px dashed #00C5CD;text-decoration:none;}
  128.  
  129. s {color: #00C5CD;cursor: help;}
  130.  
  131.  
  132.  
  133. menu {font-family: Courier New; letter-spacing: 2px; font-size: 11px; line-height: 13px; display: inline-block; background:#000000; color:#FFFFFF; width: 96px; padding: 5px; margin: 1px; text-align: center; text-transform: uppercase; border-radius:px; : 0 1px 1px #aaa;}
  134.  
  135. menu:hover {font-family:Courier New; letter-spacing: 2px; font-size: 11px; line-height: 13px; display: inline-block; background: #FFFFFF; color:#000000; width: 96px; padding: 5px; margin: 1px; text-align: center; text-transform: uppercase; border-radius:px;}
  136.  
  137.  
  138. mena {font-family: Courier New; letter-spacing: 2px; font-size: 11px; line-height: 13px; display: inline-block; background:#8B8682; color:#FFFFFF; width: 96px; padding: 5px; margin: 1px; text-align: center; text-transform: uppercase; border-radius:px; : 0 1px 1px #aaa;}
  139.  
  140. mena:hover {font-family:Courier New; letter-spacing: 2px; font-size: 11px; line-height: 13px; display: inline-block; background: #FFFFFF; color:#8B8682; width: 96px; padding: 5px; margin: 1px; text-align: center; text-transform: uppercase; border-radius:px;}
  141.  
  142. /*** Box da descrição ***/
  143. .box1 {background: #FFF; margin-bottom: 10px; padding: 5px; text-align: justify; border: 1px solid #FAF0E6; -moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 2 2 2em #FAF0E6; }
  144. /*** Box dos Posts ***/
  145.  
  146. .box {background: #fff; margin-bottom: 10px; padding: 5px; text-align: justify; border: 1px solid #eee; -moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 0 0 1em #eee; }
  147.  
  148. .box2 {
  149. background: ;
  150. padding: 4px;
  151. border: px solid #DDDDDD;
  152. text-align: justify;
  153. -webkit-border-radius: 0px 0px 0px 0px;}
  154.  
  155. .box3 {background: #fff; margin-bottom: 10px; padding: 5px; text-align: justify; border: 1px solid #eee; }
  156.  
  157.  
  158. /*** Paginação ***/
  159.  
  160. #pagina {font-style: Courier New; font-size: 11px; text-align:justify; color:#666; line-height: 17px; width: 875px; padding: 0px;}
  161.  
  162. #conteudo {margin-left: 1000px; margin-top:50px; width: 100px; padding: 5px; }
  163.  
  164. #conteudo .post {margin-bottom:20px;}
  165.  
  166.  
  167.  
  168.  
  169. ::-webkit-scrollbar{width:6px;height:6px;}
  170.  
  171.  
  172.  
  173.  
  174.  
  175. ::-webkit-scrollbar-button:start:decrement
  176.  
  177.  
  178.  
  179.  
  180. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  181.  
  182.  
  183.  
  184. ::-webkit-scrollbar-track-piece{background-color:#ffffff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  185.  
  186.  
  187.  
  188.  
  189.  
  190. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:px;}
  191.  
  192.  
  193.  
  194.  
  195.  
  196. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000;-webkit-border-radius:px;}
  197.  
  198. /***DESCRIÇÃO***/
  199. #ddst a{font-size: 20px; color:#fff}
  200. #ddst {float: left; margin-top: 0px; margin-left: 60px; width: 100px; background-color: #FFFFFF; color: #000; padding: 1px; font-size: 9px; font-family: verdana; text-align: center; position:fixed; letter-spacing: -1px; height: auto; z-index:90000; border: px solid;}
  201.  
  202. .fundo {text-align: justify; margin-top: 0px; margin-left: 5px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 20px; font-family: verdana; position: fixed; color: {color:text}; padding: 10px; background-attachment: fixed; width:; height:500px auto; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:0; letter-spacing: -1px; font-style: normal; background-color: ; line-height: 9px;}
  203. .fundo:hover{opacity:.7;}
  204.  
  205.  
  206. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px ;}
  207. #paginacaoml a {background: ; margin: 0 1px 0 0; padding: 4px 4px; color: ; text-decoration: none;border-radius: 12px}
  208. #paginacaoml a:hover {background: ; border: none;border-radius: 12px; color: ; text-shadow: 0 1px 1px ;}
  209. #paginacaoml span.pagina_atual {background: ; margin: 0 1px 0 0; padding: 4px 4px; color: ; text-decoration: none;border-radius: 12px;}
  210. #paginacaoml span.info {background: ; margin: 0 1px 0 0; padding: 4px 4px; color: ; text-decoration: none;border-radius: 12px ;}
  211.  
  212.  
  213. /*** Palavras linkados ***/
  214.  
  215.  
  216. a {color:#838B83; text-decoration:none; line-height: 12px;}
  217.  
  218. a:hover {color: #000000;}
  219.  
  220.  
  221. /*** Título do iFrame ***/
  222. h3 {color:#000000; font-family:'Shadows Into Light Two'; font-size:20px;line-height:35px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:center; letter-spacing: 1px;}
  223.  
  224.  
  225.  
  226. blockquote {padding: 0px 0px 0px 10px; margin: 5px 21px 9px 21px; border-left: 2px solid ; }
  227.  
  228.  
  229.  
  230.  
  231. ::selection
  232. {color: #FFFFFF;
  233. background: #858585;}
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. .border{border-radius:20px;}
  241.  
  242.  
  243.  
  244. .click {display:block; height:10px; padding: 5px 5px 8px 5px; width:330px; background:#f5f5f5;}
  245.  
  246.  
  247.  
  248. .menuu {background: #fff; padding: 5px 5px 8px 5px; width: 280px; border: 1px solid #E1E1E1;}
  249.  
  250.  
  251.  
  252. .border{border-radius:6px;}
  253.  
  254.  
  255.  
  256. /*** Titulo pra pagina ***/
  257.  
  258. .prom {font-family:'Verdana'; color: #888; font-size: 21pt; text-shadow: 1px 1px #fff;}
  259.  
  260.  
  261. #tumblr_controls{position: fixed!important}
  262.  
  263. #tumblr_controls{position: fixed!important}
  264.  
  265. #tumblr_controls{position: fixed!important}
  266.  
  267. #tumblr_controls{position: fixed!important}
  268.  
  269.  
  270.  
  271. .ret {opacity: 1;display: inline-block; background: #000; width: 403px; height: 175px;
  272. border: 1px solid #DDDDDD;
  273. }
  274.  
  275. .ret1 {opacity: 1;display: inline-block; background: #FFFFFF; width: 210px; height: 15px; margin-left:60px;
  276. border: 1px solid #DDDDDD;
  277. }
  278.  
  279.  
  280.  
  281. .sidebardescri1{
  282.  
  283. margin: 3px;
  284.  
  285. padding: 3px;
  286.  
  287. text-align: justify;
  288.  
  289. font-size: 11px;
  290.  
  291. font-family: verdana;
  292.  
  293. border: 0px solid ;
  294.  
  295. padding: 1px;
  296.  
  297. background-color: #ffffff;
  298.  
  299. color: #000000;
  300.  
  301. overflow: auto;
  302.  
  303. height: 84px;
  304.  
  305. }
  306.  
  307.  
  308.  
  309. .sidebardescri1 a{
  310.  
  311. font-size: 9px; font-family:verdana;
  312.  
  313. }
  314.  
  315. .slideShowContainer {margin-top: 0px; margin-left: 60px; height: auto; width: 160px; padding: 5px; background-color: #f7f3f3; position: fixed;}
  316.  
  317.  
  318.  
  319. .slideShow2 {display: block;top: 80px;}
  320.  
  321. .slideShow2 img{width: 200px; height: 250px;}
  322.  
  323. .sdescri1 {text-align: justify; overflow: hidden; height: 68px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: -2px; width: 158px; background-color: #ffffff; color: #000000; padding: 10px; margin-top: 1px; background-attachment: fixed; -webkit-border-radius: 0px 0px 0px 0px;}
  324.  
  325.  
  326.  
  327. .sdescri1 {text-align: justify; overflow: hidden; height: 68px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 1px; width: 158px; background-color: #f5f3f3; color: #000000; padding: 5px; margin-top: 1px; background-attachment: fixed;}
  328.  
  329.  
  330.  
  331. #title1 {width: 158px; margin-top: 0px; margin-left: -0px; height: 19px; float:left; position:fixed; padding: 5px; overflow: hidden; letter-spacing: 0px; text-align: center; font-family: georgia; font-size: 15px; color: {color:text sidlinks}; background-color: {color:background sidlinks}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; font-weight: normal; overflow: hidden;}
  332.  
  333. #title1:hover {height: 246px; opacity: 1.0;}
  334.  
  335.  
  336. #titulosidebar {margin-left: 38px; margin-top: 244px; width: 120px; font-size: 13px; height: 9px; text-align: center; background-color:#fff; font-family: georgia; color: #000; position: fixed; padding: 5px 0 9px 0; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; overflow: visible; opacity: 0.7; overflow: hidden;}
  337.  
  338.  
  339. /***POSTS***/
  340.  
  341.  
  342.  
  343. .bubble {align:right;background:#f0f0f0; margin:7px 0px 2px 66px;padding:11px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  344. .bubble p {margin:1px 0px;}
  345. .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};}
  346. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  347.  
  348. #icon {
  349. text-align: center;
  350. width: 100px;
  351. display: block;
  352. padding: 8px;
  353. }
  354. #container {
  355. background-color:#fff;
  356. width: 535px;
  357. position: absolute;
  358. top:15px;
  359. left: 70px;
  360. padding-bottom: px;
  361. }
  362.  
  363. #entries {margin: 10px 0 0px 0}
  364.  
  365.  
  366. #entry {
  367. width: 500px;
  368. background-color:{color:entry};
  369. text-align: justify;
  370. padding: 20px;
  371. margin-bottom:1px;}
  372.  
  373. .image{text-align: center; margin: 0 0 5px 0}
  374. .image img{border: 0px; margin: 0; padding: 0;}
  375.  
  376. #ask_form{width: 500px; }
  377.  
  378. .search_result{font-size: 12px; text-align: center}
  379.  
  380. .source{display:none}
  381.  
  382. h1{
  383. font-family: georgia;
  384. font-size:20px;
  385. letter-spacing: -1px;
  386. line-height: 20px;
  387. text-transform: none;
  388. font-weight: normal;
  389. margin: 0 0 5px 0;
  390. text-align: center
  391. }
  392.  
  393. h1 a{
  394. font-size:20px;
  395. letter-spacing: -1px;
  396. line-height: 20px;
  397. text-transform: none;
  398. font-weight: normal;
  399. margin: 0 0 5px 0;
  400. text-decoration: none;
  401. text-align: center
  402. }
  403.  
  404. .qqmarks{
  405. font-size: 80px;
  406. font-weight: bold;
  407. line-height: 80px;
  408. opacity: 0.2;
  409. filter:alpha (opacity=20)
  410. }
  411.  
  412. .qquote{
  413. font-family:Georgia;
  414. font-size: 20px;
  415. letter-spacing: -1px;
  416. line-height: 30px;
  417. text-transform: none;
  418. margin-top: -70px;
  419. margin-left: 45px
  420. }
  421.  
  422. .qsource{
  423. margin: 5px 15px 0 0;
  424. text-align: right}
  425.  
  426. .chat{
  427. line-height: 12px;
  428. list-style: none
  429. }
  430.  
  431. .chat ul {
  432. line-height: 15px;
  433. list-style: none;
  434. padding: 0px;
  435. line-height: 20px;
  436. background: #000;
  437. }
  438.  
  439. .person1 {
  440. background-color: {color:link};
  441. color: {color:background}
  442. }
  443. .person1 .label {
  444. font-weight: bold;
  445. padding: 0px;
  446. margin-left: 5px;
  447. color: {color: text}
  448. }
  449. .person2 {
  450. background-color: {color:background};
  451. color: {color: text}
  452. }
  453. .person2 .label {
  454. font-weight: bold;
  455. padding: 0px;
  456. margin-left: 5px;
  457. color: {color: text}
  458. }
  459.  
  460. .audioimage{
  461. float:left;
  462. text-align: center;
  463. margin: 0 10px 5px 0;
  464. width: 205px;
  465. border: 15px solid {color:background};
  466. }
  467. .audioimage img{
  468. max-width: 205px;
  469. height: auto;
  470. margin: 0 0 2px 0
  471. }
  472. .playcount {font-style: italic}
  473.  
  474.  
  475. .asker {
  476. width: 480px;
  477. background-color: {color:background};
  478. color:{color:text};
  479. padding: 10px; }
  480. .asker img{
  481. float: left;
  482. margin: 0px 4px 2px 0
  483. }
  484. .asker a{
  485. font-size: 20px;
  486. color:{color:link};
  487. text-transform: lowercase;
  488. line-height: 27px;
  489. padding: 0; margin: 0;
  490. font-family: georgia;
  491. }
  492. .asker a:hover{
  493. font-size: 20px;
  494. color:{color:link};
  495. text-transform: lowercase;
  496. line-height:27px;
  497. padding: 0;
  498. margin: 0;
  499. font-family: georgia;
  500. }
  501. .answer {padding: 5px; }
  502.  
  503. #cap {
  504. padding: 2px 0 0 0;
  505. width: 500px;
  506. margin: 0 0 0 5px
  507. }
  508.  
  509. .info {
  510. margin-top: 10px;
  511. border-left: 0px solid {color:entry};
  512. padding: 5px;
  513. background-color: {color:entry};
  514. text-align: left;
  515. font-size: 9px;
  516. font-family: verdana;
  517. text-transform: lowercase;
  518. }
  519.  
  520. .info a {font-size: 9px;}
  521.  
  522. .info2 {
  523. padding: 2px;
  524. border-bottom: 1px dotted {color:entry};
  525. text-align: right;
  526. }
  527. .tags {
  528. color: {color:text};
  529. font-size: 9px;
  530. font-family: verdana;
  531. display: inline;
  532. list-style: none;
  533. text-transform: none;
  534. }
  535. .tags a {
  536. font-size: 9px;
  537. color: {color:text};
  538. display: inline;
  539. list-style: none;
  540. text-transform: none;
  541. }
  542.  
  543. #nts {
  544. width: 500px;
  545. margin-left: 95px;
  546. padding: 10px;
  547. margin-top: 5px;
  548. font-size: 10px;
  549. text-align: left
  550. }
  551.  
  552. #nts img{display: none; border:0px}
  553.  
  554. #clear{
  555. clear: both;
  556. width: 50px;
  557. height: 0px;
  558. background-color: transparent
  559. }
  560.  
  561. #prevnextlinks{
  562. text-align: center;
  563. width: 500px;
  564. background-color:{color:entry};
  565. padding: 7px 20px 7px 20px;
  566. margin: 0 0 2px 0;
  567. font-size: 10px
  568. }
  569.  
  570. #notes {
  571. width: 500px;
  572. margin: 0px;
  573. margin-left: 0px;
  574. padding: 5px;
  575. text-align: left
  576. }
  577.  
  578. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  579. ol.notes li {margin: 0px; padding: 2px;}
  580.  
  581. #notes img{border:0px}
  582. #notes a{font-size: 10px}
  583.  
  584. #tumblr_controls{position: fixed!important}
  585.  
  586.  
  587. </style>
  588.  
  589. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  590.  
  591.  
  592.  
  593. <script>
  594. function bloqueio()
  595. document.onkeydown=bloqueio;
  596. </script>
  597.  
  598.  
  599.  
  600. </head>
  601.  
  602. <body>
  603.  
  604. <!------LINKS FACE E TWITTER-------->
  605. <div style="position:fixed; width:px; left: 70px; top:50px; padding-top:20px; z-index:2;">
  606. <a href="{text:face}"target="blank"><img src="http://25.media.tumblr.com/tumblr_m125msRIki1r0i4t1o1_250.png"width="18"></a><br>
  607. <a href="{text:twitter}"target="blank"><img src="http://static.tumblr.com/kwaqeuc/3s5m09y3k/picons03.png"></a></div></div></div>
  608.  
  609.  
  610.  
  611.  
  612. <!-----DESCRIÇÃO-------->
  613.  
  614.  
  615. <div id="sidebar2">
  616.  
  617. <div class="ret"></div></div>
  618. <div id="on"><div class="box3">{description}
  619.  
  620. </div></div>
  621.  
  622. </div></div>
  623.  
  624. <div id="sidebar">
  625.  
  626. </div></div>
  627.  
  628. <!----------MENU------>
  629.  
  630. <div id="gin">
  631. <a href="{text:link1}">{text:link1 title}</a>
  632. <a href="{text:link2}">{text:link2 title}</a>
  633. <a href="{text:link3}">{text:link3 title}</a>
  634. <a href="{text:link4}">{text:link4 title}</a>
  635. <a href="{text:link5}">{text:link5 title}</a>
  636. <a href="{text:link6}">{text:link6 title}</a>
  637. </div>
  638. <!------IMAGEM DA SIDE--------->
  639.  
  640.  
  641. <br><br>
  642. <div id="imagem">{Block:IfShowSidebarImage}<img src="{image:sidebar}"/>{/Block:IfShowSidebarImage}</div></div></div></div>
  643.  
  644.  
  645. </div>
  646. </div>
  647. <div style="position:fixed; width:px; left: 190px; top:179px; padding-top:20px; z-index:2;">
  648.  
  649.  
  650. <ef> <center><br><center><i>Create by</i><b> <a href="http://principeincompleto.tumblr.com">Igor</b></a> <i>details</i> <a href="late-to-write.tumblr.com" target="blank">+</a><a href="http://i-ngenuidade.tumblr.com/"target="blank"> +</a></ef>
  651. <!----------------------- Paginação --------------------------->
  652.  
  653. </div></div></div>
  654. </div>
  655.  
  656.  
  657.  
  658. <div class="pg"><div id="pgs"> <center>
  659. {block:JumpPagination length="3"}
  660. {block:CurrentPage}<span class="pagina_atual"><ef>{PageNumber}</ef></span>{/block:CurrentPage}
  661. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  662. {/block:JumpPagination}
  663. </center></div></div>
  664.  
  665. </div></div>
  666. </div>
  667. <!---------- Posts --------------------------->
  668. <div style="position:absolute; width:535px; left:401px; top:0px; padding-top:0px;">
  669. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  670. <script type="text/javascript"
  671.  
  672. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  673. <center>
  674.  
  675. <div id="container">
  676. {block:Posts}
  677.  
  678. <div id="entry">
  679. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  680.  
  681. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  682. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  683.  
  684. {block:Photoset}{Photoset-500}
  685. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  686. {/block:Photoset}
  687.  
  688. {block:Quote}
  689. <b class="qqmarks">"</b><div class="qquote">{Quote}</div>
  690. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  691. {/block:Quote}
  692.  
  693. {block:Link}
  694. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  695. {block:Description}{Description}{/block:Description}
  696. {/block:Link}
  697.  
  698. {block:Chat}
  699. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  700. <div class="chat"><ul>{block:Lines}
  701. <li class="person{UserNumber}">{block:Label}
  702. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  703. {/block:Chat}
  704.  
  705. {block:Audio}
  706. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  707. {AudioPlayerWhite}
  708. <div class="playcount">{PlayCountWithLabel}</div>
  709. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  710. {/block:Audio}
  711.  
  712. {block:Video}{Video-500}
  713. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  714.  
  715. {block:Answer}
  716. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span>{Asker}disse: {Question}&nbsp;</div>{Answer} {/block:Answer}
  717.  
  718. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  719. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  720. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  721. {/block:ContentSource}</div>
  722.  
  723.  
  724. <div id="clear"></div>
  725.  
  726. {block:Date} <div class="info">{block:Date} {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} {block:RebloggedFrom}| via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  727. <br>
  728. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  729. </div></div>
  730. ------------------------------------------------------------------------------------------------
  731. {/block:Posts}
  732. {block:PostNotes}
  733. <div id="nts"><div id="ntstext">| {PostNotes}</div></div>
  734. {/block:PostNotes}
  735.  
  736.  
  737.  
  738. </div>
  739.  
  740. </div>
  741. </div>
  742.  
  743. <!---------------- Fim das notas dos posts ------------->
  744.  
  745. {/block:Posts}
  746. {/block:Posts}
  747. </div>
  748.  
  749.  
  750.  
  751. </p>
  752.  
  753. </div></div></div></div></div></div></div></div></div>
  754.  
  755. </body>
  756. </html>
Advertisement
Add Comment
Please, Sign In to add comment