PrincipeIncompleto

Theme 09

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