Advertisement
bau-de-incertezas

Theme elefantinhos

Jul 22nd, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.85 KB | None | 0 0
  1.  
  2. <!---------------------------------------------------
  3. ! !
  4. ! !
  5. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  6. ! !
  7. ! !
  8. !--------------------------------------------------->
  9.  
  10. <!---------------------
  11. bbbbb aaaaaaa u u
  12. b b a a u u
  13. bbbbb aaaaaaa u u
  14. b b a a u u
  15. bbbbb a a uuuuuu
  16. ----------------------->
  17. <html>
  18.  
  19. <head>
  20. <!--DON'T COPY, FIZ ESSA MERDA COM TANTO CARINHO *-* -->
  21. <script type="text/javascript">
  22. //desabilita menu de opcoes ao clicar no botao direito
  23. function desabilitaMenu(e)
  24. {
  25. if (window.Event)
  26. {
  27. if (e.which == 2 || e.which == 3)
  28. return false;
  29. }
  30. else
  31. {
  32. event.cancelBubble = true
  33. event.returnValue = false;
  34. return false;
  35. }
  36. }
  37.  
  38. //desabilita botao direito
  39. function desabilitaBotaoDireito(e)
  40. {
  41. if (window.Event)
  42. {
  43. if (e.which == 2 || e.which == 3)
  44. return false;
  45. }
  46. else
  47. if (event.button == 2 || event.button == 3)
  48. {
  49. event.cancelBubble = true
  50. event.returnValue = false;
  51. return false;
  52. }
  53. }
  54.  
  55. //desabilita botao direito do mouse
  56. if ( window.Event )
  57. document.captureEvents(Event.MOUSEUP);
  58. if ( document.layers )
  59. document.captureEvents(Event.MOUSEDOWN);
  60.  
  61. document.oncontextmenu = desabilitaMenu;
  62. document.onmousedown = desabilitaBotaoDireito;
  63. document.onmouseup = desabilitaBotaoDireito;
  64. </script>
  65.  
  66. <head><title>{Title}</title>
  67. <link rel="shortcut icon" href="{Favicon}">
  68.  
  69. <meta name="image:background" content="{image:background}" />
  70. <meta name="image:sidebar" content="{image:sidebar}" />
  71. <meta name="image:detalhe1" content="{image:detalhe1}" />
  72. <meta name="image:detalhe link" content="{image:detalhe link}" />
  73. <meta name="image:sidebar fundo" content="{image:sidebar fundo}" />
  74.  
  75. <meta name="text:frase" content="I'm sexy and i know it" />
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <meta name="color:background" content="#ffffff" />
  82. <meta name="color:text" content="#c0c0c0" />
  83. <meta name="color:scroll" content="#c0c0c0"/>
  84. <meta name="color:chat" content="#000" />
  85. <meta name="color:ask" content="#C0C0C0" />
  86. <meta name="color:tags" content="#c5c5c5" />
  87. <meta name="color:links" content="#808080" />
  88. <meta name="color:linkshover" content="#808080" />
  89. <meta name="color:linkspost" content="#808080" />
  90. <meta name="color:post" content="#fff" />
  91. <meta name="color:textask" content="#fff" />
  92. <meta name="color:note" content="#fff" />
  93. <meta name="color:texto link" content="#fff" />
  94. <meta name="color:borda note" content="#c0c0c0" />
  95. <meta name="color:texto note" content="#c0c0c0" />
  96. <meta name="color:scrollbar" content="#c0c0c0" />
  97.  
  98.  
  99. <meta name="color:borda" content="#808080" />
  100. <meta name="color:detalhe1" content="#c0c0c0" />
  101. <meta name="color:detalhe link" content="#c0c0c0" />
  102. <meta name="color:descricao" content="#c0c0c0" />
  103. <meta name="color:borda link" content="#c0c0c0" />
  104. <meta name="color:bg links" content="#fff" />
  105. <meta name="color:texto link hover" content="#808080" />
  106. <meta name="color:texto link" content="#c0c0c0" />
  107. <meta name="color:frase" content="#c0c0c0" />
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. <meta name="text:Link1" content="" />
  116. <meta name="text:Link1 Title" content="link 1" />
  117. <meta name="text:Link2" content="" />
  118. <meta name="text:Link2 Title" content="link 2" />
  119. <meta name="text:Link3" content="" />
  120. <meta name="text:Link3 Title" content="link 3" />
  121. <meta name="text:Link4" content="" />
  122. <meta name="text:Link4 Title" content="link 4" />
  123. <meta name="text:Link5" content="" />
  124. <meta name="text:Link5 Title" content="link 5" />
  125. <meta name="text:Link6" content="" />
  126. <meta name="text:Link6 Title" content="link 6" />
  127. <meta name="text:Link7" content="" />
  128. <meta name="text:Link7 Title" content="link 7" />
  129. <meta name="text:Link8" content="" />
  130. <meta name="text:Link8 Title" content="link 8" />
  131.  
  132.  
  133.  
  134. </head>
  135. <style>
  136.  
  137. /**--BAU-DE-INCERTTEZAS---**/
  138.  
  139. body {background-color: {color:background}; font-family: ebrima; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  140.  
  141. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:links};text-decoration:none;-moz-transition:0.4s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
  142.  
  143. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  144.  
  145. a:hover {color: {color:linkshover};text-decoration:none;}
  146. /**--BAU-DE-INCERTTEZAS---**/
  147.  
  148. body {background-color: {color:background}; font-family: ebrima; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  149.  
  150. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:links};text-decoration:none;-moz-transition:0.4s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
  151.  
  152. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  153.  
  154. a:hover {color: {color:linkshover};text-decoration:none;}
  155.  
  156. body {cursor:url('http://static.tumblr.com/sbxkdxg/6aGmpj0ki/cursor15.gif'), auto;}
  157. a, a:hover {cursor: url("http://static.tumblr.com/sbxkdxg/4U3mpj0ja/cursor223.png"), auto }
  158.  
  159.  
  160.  
  161.  
  162.  
  163. /*********base por alguem*********/
  164. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  165. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  166. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  167. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  168.  
  169. blockquote img{max-width: 450px!important}
  170. blockquote blockquote img{max-width: 450px!important}
  171. blockquote blockquote blockquote img{max-width: 430px!important}
  172. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  173.  
  174.  
  175. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  176.  
  177. #entry {float: left; margin-bottom: 26px; margin-top:190px; margin-left: 400px; }
  178.  
  179. /*******post*****************/
  180.  
  181.  
  182.  
  183. .posts {width: 480px; background-color: {color:post}; padding: 10px; margin-bottom: 0px; text-align: justify; font-family: corbel; font-size: 13px; position: relative; color:{color:text}; border:0px solid{color:borda}; margin-left:0px;}
  184.  
  185.  
  186.  
  187. h1 {font-family: Baumans; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  188. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  189. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  190.  
  191.  
  192.  
  193. .image {text-align: center; border: 1px; border-radiu:10px;}
  194. .image img {max-width: 480px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s; border-radius:10px;}
  195. .image img:hover {max-width: 480px; margin-bottom: 1px; -webkit-filter: grayscale(100%); opacity: 0.8;}
  196.  
  197.  
  198.  
  199.  
  200. .myquote2 {font-family:'baumans'; font-size:12px; text-align: right; color: {color:text}; }
  201.  
  202. .myquote {font-weight:none; text-align:justify;font-size: 11px; font-style:;font-family:ebrima; line-height: 16px; text-indent:2px; padding: 0px; }
  203.  
  204.  
  205.  
  206.  
  207.  
  208. .chat {line-height: 20px; list-style: none }
  209. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  210. .person1 {color: {color:chat}; padding: 2px; }
  211. .person1 .label {font-weight: bold; color:{color:chat}}
  212. .person2 {color: {color:chat}; padding: 2px; }
  213. .person2 .label {font-weight: bold; color:{color:chat}}
  214.  
  215. .player {background-color: #fff; text-align: left; display:block;}
  216.  
  217.  
  218. /*****ASK inspirado por duda R.*******/
  219.  
  220. .pergunta {background: {color:post}; padding: 8px; margin-top: 0px; border-bottom: 0px solid {color:ask}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:borda};line-height:9px;}
  221. .perguntou {width: 415px;height:14px; background: {color:borda}; border:2px dotted {color:post}; font-weight:normal; padding:3px; margin-bottom:1px; color:#fff;font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;margin-left:-8px;}
  222. .perguntou g {color:borda;}
  223. .perguntou a {color: {color:ask}; font-size:10px;}
  224. .askfoto {opacity: 0.7; margin-right:35px; border: 2px solid {color:borda}; -webkit-border-radius: 0px 5px 5px 0px; width: 40px;height: 40px;}
  225. .respost { background: {color:post}; font-family: consolas; font-size: 10px;}
  226. .askfoto:hover {opacity: 0.6;}
  227.  
  228.  
  229. #st {width: 400px; margin-top: -2px;}
  230. .source {display: none;}
  231.  
  232. #wih {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  233. #wih:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  234.  
  235.  
  236. #notest {background-color: {color:note}; border-bottom: 1px solid {color:borda note} ;border-top: 1px solid {color:borda note} ;text-align: left; margin-top:0px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;{block:If1coluna} ;margin: 7px 0 0 7px; {/block:If1coluna}}
  237. #notest a {font-size: 10px; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; color:{color:texto note};}
  238. #notest a:hover {font-style:italic;}
  239.  
  240.  
  241. ::-webkit-scrollbar {width: 6px; height:auto; background:{color:background}}
  242. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  243. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  244. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  245. ::-webkit-scrollbar-thumb:vertical {border-radius: 5px 0px 0px 5px; background:{color:scroll};}
  246. ::-webkit-scrollbar-thumb:horizontal {border-radius: 5px 0px 0px 5px; background: {color:background};}
  247. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  248.  
  249.  
  250.  
  251. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  252. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  253. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  254. .notes img{display: none; border:0px}
  255.  
  256.  
  257. /*Paginação por bau-de-incertezas*/
  258.  
  259. #next{
  260. position:fixed;
  261. width: 100px;
  262. margin-top:500px;
  263. margin-left:1100px;
  264. color:#808080;
  265. text-align:right;
  266. text-transform:uppercase;
  267. color:{color: borda}}
  268.  
  269. #next img { width:20px; height:20px; opacity:0.4; }
  270.  
  271.  
  272.  
  273. #prev{
  274. position:fixed;
  275. width: 100px;
  276. margin-top:500px;
  277. margin-left:100px;
  278. color:#808080;
  279. text-align:right;
  280. text-transform:uppercase;
  281. color:{color: borda}}
  282.  
  283. #prev img { width:20px; height:20px; opacity:0.4;}
  284.  
  285. /***********CREDITO****************/
  286.  
  287. .meutheme {overflow: hidden; width: 30px; padding: 5px; background-color: {color:background}; height:8px; border-bottom:1px solid {color:borda};position:fixed;}
  288.  
  289. .meutheme a {margin-top: -2px; margin-left: -17px; color: {color:text}; font-family: corbel; font-size: 11px; position: absolute;opacity: 0.9;}
  290. .meutheme a:hover {opacity:0.4; font-family:14px;}
  291.  
  292.  
  293. /**** SIDEBAR, LINKS, DESCRIÇÃO E BLA BLA BLA NÃO COPIA CARALHO *****/
  294.  
  295. .sidebar {width:498px; height:170px; margin-top:-10px; margin-left:402px; border-bottom:1px solid{color:borda};position:fixed ; background-color:#fff; background-image:url('{image:sidebar fundo}');}
  296.  
  297.  
  298. .detalhe1 {height:700px; margin-top: -10px; margin-left:300px; width:100px; position:fixed; background-attachment: fixed; background-repeat: repeat; background-color: {color:detalhe1}; background-image:url('{image:detalhe1}'); border:1px solid {color:detalhe1}; border-radius: 0px 0px 20px 20px;}
  299.  
  300. .detalhe2 {height:700px; margin-top: -10px; margin-left:900px; width:100px; position:fixed; background-attachment: fixed; background-repeat: repeat; background-color: {color:detalhe1}; background-image:url('{image:detalhe1}'); border:1px solid {color:detalhe1}; border-radius: 0px 0px 20px 20px;}
  301.  
  302. .fotobau {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  303. -moz-transition: all 1s ease-in-out;
  304. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;position: absolute;width:130px;height:130px;margin-left:430px;
  305. margin-top: 0px; border:2px dotted{color:borda}; position:fixed; -webkit-transition-duration: 0.8s; border-radius:25px 25px 0px 25px;}
  306.  
  307.  
  308. .fotobau img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 5s ease-in-out;-webkit-transform: rotate(0deg);-moz-transition: all 5s ease-in-out;
  309. -o-transition: all 5s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 5s ease-in-out;display: block;height:120px;width:120px;
  310. padding:0px;margin:5px;opacity:0.8;-webkit-transition-duration: 1s;opacity: 1.0; border-radius:20px 20px 0px 20px; }
  311. .fotobau img:hover {-webkit-filter: saturate(2); opacity:0.7; -webkit-transform: rotate(360deg);}
  312.  
  313. .baudesc { margin-left:570px; margin-top:20px; font-family:'Muli' font-size:12px; color:{color:descricao}; width: 300px; height:50px; position:fixed; text-align:center;}
  314.  
  315. #baubaby {width:500px; height: 40px; float: left; margin-left:450px; margin-top:145px; text-align: center; position: fixed; z-index:100000; opacity:1.0;}
  316.  
  317.  
  318. #baubaby a {z-index:10000; display: inline-block; float: left; margin-left: 0px; font-family:'muli'; font-size: 9px; text-align: center; margin-top: 0px; height: 12px; width: 50px; line-height: 12px; text-transform: lowercase; -webkit-transition: all 1s ease-out; -moz-transition: all 2s ease-out; font-style: normal; background-color: {color:bg links}; letter-spacing:1px; opacity:1.0; border:1px solid {color:borda link}; color:{color:texto link};}
  319.  
  320. #baubaby a:hover{padding-top : 10px; margin-top:-10px; color: {color:texto link hover}; box-shadow: inset 0 0 0 20px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4); -moz-transition: all 2s ease-out; -webkit-transition: all .8s ease-out; border: 1px dashed {color:borda}; border-radius:10px 10px 0px 0px; background-color: {color:detalhe link}; background-image:url('{image:detalhe link}'); }
  321.  
  322. .baufrase {margin-left:430px; margin-top:85px; width:550px; font-family:'Wire One';font-size:30px; color:#c0c0c0; position:fixed;}
  323. .baufrase:hover{opacity:.7; -webkit-transition: 0.5s ease-in; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.8; text-shadow: 0px -5px #eee, 0px 5px #eee;}
  324.  
  325.  
  326. @font-face {font-family: "murray";
  327. src: url(http://static.tumblr.com/sbxkdxg/O2jmpziur/richardm.ttf) format("truetype");}
  328.  
  329.  
  330. @font-face {
  331. font-family: 'Baumans';
  332. font-style: normal;
  333. font-weight: 400;
  334. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  335. }
  336. @font-face {
  337. font-family: 'Orienta';
  338. font-style: normal;
  339. font-weight: 400;
  340. src: local('Orienta'), local('Orienta-Regular'), url(http://themes.googleusercontent.com/static/fonts/orienta/v1/nPJ0J30J_zQZtBhztPPbaA.woff) format('woff');
  341. }
  342. @font-face {
  343. font-family: 'Pacifico';
  344. font-style: normal;
  345. font-weight: 400;
  346. src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v4/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  347. }
  348. @font-face {font-family: "murray";
  349. src: url(http://static.tumblr.com/sbxkdxg/O2jmpziur/richardm.ttf) format("truetype");}
  350.  
  351. @font-face {font-family: "Admiration";
  352. src: url(http://static.tumblr.com/sbxkdxg/3y3mq24wv/admiration_pains.ttf) format("truetype");}
  353.  
  354. @font-face {font-family: "contribute";
  355. src: url(http://static.tumblr.com/sbxkdxg/rA9mq250j/contribute_free-version.ttf) format("truetype");}
  356.  
  357. @font-face {font-family: "geosans";
  358. src: url(http://static.tumblr.com/sbxkdxg/y16mq254k/geosanslight.ttf) format("truetype");}
  359.  
  360. @font-face {font-family: "amazing";
  361. src: url(http://static.tumblr.com/sbxkdxg/88emq258m/the_amazing_grace.ttf) format("truetype");}
  362.  
  363. @font-face {font-family: "long";
  364. src: url(http://static.tumblr.com/sbxkdxg/UKCmq25b6/longcoolwoman.ttf) format("truetype");}
  365.  
  366. @font-face {font-family: "mers";
  367. src: url(http://static.tumblr.com/sbxkdxg/3asmq25cp/mers.ttf) format("truetype");}
  368.  
  369. @font-face {font-family: "litos";
  370. src: url(http://static.tumblr.com/sbxkdxg/Slimq25et/litos_script_regular.otf) format("truetype");}
  371.  
  372. @font-face {font-family: "aerolite";
  373. src: url(http://static.tumblr.com/sbxkdxg/UHmmq25gr/aerolite.otf) format("truetype");}
  374.  
  375. @font-face {font-family: "urania";
  376. src: url(http://static.tumblr.com/sbxkdxg/CWKmq25iq/urania_serif.ttf) format("truetype");}
  377.  
  378. @font-face {font-family: "open";
  379. src: url(http://static.tumblr.com/sbxkdxg/E6Gmq25jz/opendyslexicalta-regular.otf) format("truetype");}
  380.  
  381. @font-face {font-family: "mov";
  382. src: url(http://static.tumblr.com/sbxkdxg/rnBmq25sc/movlette.ttf) format("truetype");}
  383.  
  384.  
  385. @font-face { font-family: "lekton";
  386. src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf');}
  387. @font-face {font-family: "wendy";
  388. src: url(http://static.tumblr.com/sbxkdxg/vZ8mpvvkk/wendy.ttf) format("truetype");}
  389. @font-face {font-family: "aubrey1";
  390. src: url(http://static.tumblr.com/sbxkdxg/PTHmpvw2n/aubrey1__.ttf) format("truetype");}
  391. @font-face {font-family: "little_days";
  392. src: url(http://static.tumblr.com/sbxkdxg/Bx6mpvx6k/little_days.ttf) format("truetype");}
  393. @font-face {font-family: "dilana";
  394. src: url(http://static.tumblr.com/sbxkdxg/wLBmpvxyc/fuente__dilana.ttf) format("truetype");}
  395. @font-face {font-family: "capsuula";
  396. src: url(http://static.tumblr.com/sbxkdxg/AUempvxzk/capsuula.ttf) format("truetype");}
  397.  
  398.  
  399. @font-face {font-family: "vintage";
  400. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  401. @font-face { font-family: "Delius";
  402. src: url('http://static.tumblr.com/sbxkdxg/0UMmq8u64/deliusswashcaps-regular.ttf');}
  403. @font-face {
  404. font-family: 'Muli';
  405. font-style: normal;
  406. font-weight: 400;
  407. src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
  408. }
  409.  
  410. @font-face {
  411. font-family: 'Wire One';
  412. font-style: normal;
  413. font-weight: 400;
  414. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');}
  415.  
  416.  
  417. </style>
  418. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  419.  
  420.  
  421. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Crédito</a></div></div></div></div></div>
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. <div id="allboxes">
  430.  
  431.  
  432. <div id="post">
  433. <div class="autopagerize_page_element">
  434. <div id="entry">
  435.  
  436. {block:Posts}
  437.  
  438. <div class="posts">
  439.  
  440. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  441.  
  442. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  443.  
  444. {block:Photoset}{Photoset-400}{/block:Photoset}
  445.  
  446.  
  447.  
  448. {block:Quote}
  449. <div class="myquote">❝ {Quote} ❞</div>
  450. <div class="myquote2">
  451. {block:Source}{Source}{/block:Source}</div>
  452. {/block:Quote}
  453.  
  454. {block:Link}
  455. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  456. {block:Description}{Description}{/block:Description}
  457. {/block:Link}
  458.  
  459. {block:Chat}
  460. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  461. <div class="chat"><ul>{block:Lines}
  462. <li class="person{UserNumber}">{block:Label}
  463. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  464. {/block:Chat}
  465.  
  466. {block:Audio}
  467. <div class="player">{AudioPlayerBlack}</div>
  468. {block:Caption}{Caption}{/block:Caption}
  469. {/block:Audio}
  470.  
  471. {block:Video}{Video-400}{/block:Video}
  472.  
  473. {block:Answer}
  474. <div class="post">
  475. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  476. <div class="pergunta">
  477. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}:</div>
  478. {Question}
  479. </div>
  480. <div class= "respost">{Answer}</div></div>
  481. {/block:Answer}
  482.  
  483. {block:Photoset}<center>{Photoset-100}</center>
  484. {/block:Photoset}
  485.  
  486.  
  487. <div id="st">
  488. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  489. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  490. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  493. {/block:ContentSource}</div></div>
  494. <br>
  495.  
  496. <div class="wih">
  497. {block:Date}<div id="notest">
  498. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} . <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} . <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}.<a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  499. </div></center>{/block:IfShowTags}{/block:Date}</div>
  500. </div>
  501.  
  502.  
  503. {/block:Posts}
  504. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  505.  
  506.  
  507. </div>
  508. </div>
  509. </div>
  510. </div>
  511.  
  512. <div id="prev">
  513. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><img src="https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/32x32/br_prev.png"></a> {/block:PreviousPage}</div><div id="next">{block:NextPage}<a href="{NextPage}"><img src="https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/32x32/br_next.png"></a>{/block:NextPage}{/block:Pagination}</div></div>
  514.  
  515. <div class="detalhe1"></div>
  516. <div class="detalhe2"></div>
  517. <div class="sidebar"></div>
  518. <div class="fotobau">
  519. <img src="{image:sidebar}"></div>
  520. </div>
  521. <div class="baudesc">❝ {description} ❞</div>
  522.  
  523. <div id="baubaby">
  524. <a href="{text:link1}">{text:link1 title}</a>
  525. <a href="{text:link2}">{text:link2 title}</a>
  526. <a href="{text:link3}">{text:link3 title}</a>
  527. <a href="{text:link4}">{text:link4 title}</a>
  528. <a href="{text:link5}">{text:link5 title}</a>
  529. <a href="{text:link6}">{text:link6 title}</a>
  530. <a href="{text:link7}">{text:link7 title}</a>
  531. <a href="{text:link8}">{text:link8 title}</a>
  532. </div>
  533. <div class ="baufrase">{text:frase}</div>
  534.  
  535. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement