Advertisement
bau-de-incertezas

theme 37

Nov 24th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9. <html>
  10.  
  11. <head>
  12. <!--DON'T COPY, FIZ ESSA MERDA COM TANTO CARINHO *-* -->
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58. <head><title>{Title}</title>
  59. <link rel="shortcut icon" href="{favicon}">
  60.  
  61. <meta name="image:background" content="{image:background}" />
  62. <meta name="image:sidebar" content="http://static.tumblr.com/97c61455f05149d9f646a2dc96c16c12/kqwwc30/QHfnflxqb/tumblr_static_ec68i3eftjsc04www44w4okw8.png" />
  63. <meta name="image:desenho" content="http://static.tumblr.com/21a9b5bbfc102db6c6bcb305c85a8b59/kqwwc30/iQdnflxqc/tumblr_static_3l3dnnlsspk4wg4ggwwck8k0o.jpg" />
  64.  
  65.  
  66.  
  67.  
  68.  
  69. <meta name="image:fundo sidebar" content="http://static.tumblr.com/kqwwc30/Pu9mxnlbc/tumblr_moii0kgdai1ro3fdho1_500.jpg" />
  70. <meta name="image:background" content="{image:background}" />
  71. <meta name="image:sidebar" content="http://static.tumblr.com/47b6b29c14eb74561a8adff99b54fef0/sbxkdxg/642mx0zhe/tumblr_static_tumblr_mwahdpty1f1qk4eo2o1_500.jpg" />
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <meta name="color:borda" content="#c0c0c0" />
  78. <meta name="color:frase" content="#c0c0c0" />
  79. <meta name="color:link" content="#c0c0c0" />
  80. <meta name="color:link fundo" content="#f597c1" />
  81. <meta name="color:link hover fundo" content="#fff" />
  82.  
  83.  
  84.  
  85. <meta name="color:background" content="#ffffff" />
  86. <meta name="color:text" content="#c0c0c0" />
  87. <meta name="color:scroll" content="#c0c0c0"/>
  88. <meta name="color:chat" content="#c0c0c0" />
  89. <meta name="color:tags" content="#c5c5c5" />
  90. <meta name="color:links" content="#808080" />
  91. <meta name="color:linkshover" content="#808080" />
  92. <meta name="color:post" content="#fff" />
  93. <meta name="color:textask" content="#fff" />
  94. <meta name="color:note" content="#fff" />
  95. <meta name="color:texto note" content="#c0c0c0" />
  96. <meta name="color:scrollbar" content="#c0c0c0" />
  97. <meta name="color:fundo ask" content="#c0c0c0" />
  98. <meta name="color:perguntou ask" content="#fff" />
  99. <meta name="color:resposta ask" content="#c0c0c0" />
  100.  
  101.  
  102.  
  103. <meta name="text:Link1" content="" />
  104. <meta name="text:Link1 Title" content="link 1" />
  105.  
  106. <meta name="text:Link2" content="" />
  107. <meta name="text:Link2 Title" content="link 2" />
  108.  
  109. <meta name="text:Link3" content="" />
  110. <meta name="text:Link3 Title" content="link 3" />
  111.  
  112. <meta name="text:Link4" content="" />
  113. <meta name="text:Link4 Title" content="link 4" />
  114.  
  115. <meta name="text:Link5" content="" />
  116. <meta name="text:Link5 Title" content="link 5" />
  117.  
  118. <meta name="text:Link6" content="" />
  119. <meta name="text:Link6 Title" content="link 6" />
  120.  
  121. <!---rolagem infinita -->
  122.  
  123. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  124.  
  125.  
  126.  
  127.  
  128. </head>
  129.  
  130.  
  131. <style>
  132.  
  133. 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; }
  134.  
  135. 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;}
  136.  
  137. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  138.  
  139. a:hover {color: {color:linkshover};text-decoration:none;}
  140.  
  141.  
  142.  
  143. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  144. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  145. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  146. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  147.  
  148. blockquote img{max-width: 450px!important}
  149. blockquote blockquote img{max-width: 450px!important}
  150. blockquote blockquote blockquote img{max-width: 430px!important}
  151. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  152.  
  153.  
  154.  
  155.  
  156.  
  157. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  158.  
  159. #entry {float: left; margin-bottom: 26px; margin-left: 550px; }
  160.  
  161. /*******post*****************/
  162.  
  163.  
  164.  
  165. .posts {width: 420px; background-color: {color:post}; padding: 5px; margin-bottom: -10px; text-align: justify; font-family: 'Muli'; font-size: 12px; position: relative; color:{color:text}; margin-left:-70px; border:0px solid{color:borda};}
  166.  
  167.  
  168.  
  169. h1 {font-family: cambria; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  170. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  171. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  172.  
  173.  
  174.  
  175. .image {text-align: center; border: 1px}
  176. .image img {max-width: 420px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s; }
  177. .image img:hover {max-width: 420px; margin-bottom: 1px; opacity: 0.5;}
  178.  
  179.  
  180.  
  181.  
  182. .myquote2 {font-family:'cambria'; font-size:12px; margin-left:20px;text-align:left; color: {color:text}; letter-spacing:0px; }
  183.  
  184. .myquote { font-weight:none; text-align:justify;font-size: 12px; font-style:;font-family:'calibri'; line-height: 16px; text-indent:2px; padding: 0px; }
  185.  
  186.  
  187.  
  188.  
  189.  
  190. .chat {line-height: 20px; list-style: none }
  191. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  192. .person1 {color: {color:chat}; padding: 2px; }
  193. .person1 .label {font-weight: bold; color:{color:chat};}
  194. .person2 {color: {color:chat}; padding: 2px; }
  195. .person2 .label {font-weight: bold; color:{color:chat};}
  196.  
  197. .player {background-color: #fff; text-align: left; display:block;}
  198.  
  199. /*****ASK POR BAU-DE-INCERTEZAS*******/
  200.  
  201. .fundoaskbau {background-color:transparent; padding: 8px; margin-top: 0px; margin-left: 0px;margin-right: 0;overflow: hidden; line-height:9px;}
  202.  
  203. .perguntandobau {width: 351px;height:auto; margin-top:-5px; background-color:{color:fundo ask}; color:{color:perguntou ask}; padding:3px; margin-bottom:5px; margin-left:0px; }
  204. .perguntandobau g {color:{color:perguntou ask};}
  205. .perguntandobau a {color: {color:perguntou ask}; font-size:10px; font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;}
  206.  
  207. .askfotobau { border-radius: 0px 0px 10px 10px; opacity: 0.7; margin-right:0px; margin-left:-50px;margin-top:0px;border: 2px solid #eee; width: 50px;height: 50px; -webkit-transition-duration: 0.8s; -webkit-filter: saturate(2); }
  208. .askfotobau:hover {-webkit-filter: grayscale(100%); opacity:0.6; -webkit-transition-duration: 0.8s;}
  209.  
  210.  
  211. .respostabau { background: transparent; font-family: consolas; font-size: 10px;text-align:left; margin-left:10px; margin-top:5px; color:{color:resposta ask};}
  212.  
  213.  
  214.  
  215.  
  216. #st {width: 400px; margin-top: -2px;}
  217. .source {display: none;}
  218.  
  219. #pse {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  220. #pse:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  221.  
  222.  
  223.  
  224. /******notes ******/
  225.  
  226.  
  227. #notest { text-align: center; margin-top:-50px; margin-left:420px; font-size: 8px; font-family: consolas; text-transform: uppercase; z-index: 100;{block:If1coluna} ; {/block:If1coluna}; width:70px; background-color: transparent; opacity:0; border-right:2px solid{color:note}; position:absolute; }
  228.  
  229. #notest a { font-size: 8px; font-family: consolas; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; opacity:0.8; width:400px; color:{color:texto note}; }
  230.  
  231. #notest a:hover {font-style:italic;}
  232.  
  233. .posts:hover #notest {opacity:0.9; -webkit-transition-duration: 2s;}
  234.  
  235.  
  236.  
  237.  
  238.  
  239. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  240. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  241. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  242. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  243. ::-webkit-scrollbar-thumb:vertical {border:1px solid {color:borda scrollbar};border-radius: 0px 0px 0px 0px; background:{color:scroll};}
  244. ::-webkit-scrollbar-thumb:horizontal {border-left:1px solid {color:borda scrollbar}; border-radius: 0px 0px 0px 0px; background: {color:background};}
  245. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  246.  
  247.  
  248.  
  249.  
  250. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  251. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  252. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  253. .notes img{display: none; border:0px}
  254.  
  255.  
  256.  
  257. /***rolagem infinita****/
  258. .tumblrAutoPager_page_separator,
  259. .tumblrAutoPager_page_info {display: none;}
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. /*** TODA A SIDEBAR PO BAU-DE-INCERTEZAS*******/
  274. .fotosidebar {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  275. -moz-transition: all 1s ease-in-out;
  276. -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:100px;height:150px;margin-left:120px;
  277. margin-top: 200px; position:fixed; -webkit-transition-duration: 0.8s; position:fixed; }
  278.  
  279.  
  280.  
  281. .fotosidebar 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;
  282. -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;
  283. padding:0px;margin:5px;opacity:0.8;-webkit-transition-duration: 1s;opacity: 1.0; position:fixed; }
  284. .fotosidebar img:hover {-webkit-filter: saturate(0.5); opacity: 1.3;}
  285.  
  286. .frasebau {width:120px; height:auto; margin-top:45px; padding:2px; border-left: 1px dashed {color:borda}; margin-left:130px; background-color:{color:background}; position:fixed; font-family:calibri; font-size:12px; color:{color:frase}; }
  287.  
  288. .frasebaudesenho img {width:120px; height:30px; margin-top:2px; margin-left:130px; position:fixed; background-color:transparent;}
  289.  
  290.  
  291.  
  292. .baulinks {
  293. margin-left:0px;
  294. margin-top:120px; width:130px;height: 10px;
  295. text-align:left; position: fixed; opacity:1;
  296. -webkit-transition-duration: .95s; position:fixed;
  297. opacity:1; text-align: center;}
  298.  
  299.  
  300. .baulinks a {padding:2px;
  301. width:auto; height: 12px;
  302. margin-top: 5px; margin-left:0px;
  303. font-family: calibri; font-size: 10px; text-transform:uppercase;
  304. text-align: center; display: inline-block;
  305. color:{color:link}; background-color:transparent;
  306. -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; }
  307.  
  308. .baulinks a:hover {-webkit-transition-duration: 0.4s; text-shadow: 2px 2px 2px #d4d4d4; background-color:{color:link fundo}; color:{color:link hover fundo}; opacity:1; border-radius: 0px 0px 0px 0px; }
  309.  
  310. .fotosidebar:hover .baulinks {opacity:1; -webkit-transition-duration:1s; -moz-transition: all 1s ease-in-out;
  311. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;}
  312.  
  313.  
  314. /* fim */
  315. /***********CREDITO NAO RETIRE****************/
  316.  
  317. .meutheme {background-color:#fff; border:1px solid#d4d4d4; width:30px; height:40px; position:fixed; margin-left:2px; margin-top:1px; transition: .8s ease-in-out; -webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out; }
  318. .meutheme a {font-family:consolas; margin-top:25px; margin-left:-22px; position:fixed;font-size:10px; color:#918e8e; width:40px;}
  319. .meutheme a:hover {opacity:0.5;}
  320. .meutheme2 {border:1px solid#d4d4d4; width:36px; height: 45px; position:fixed; margin-left:25px; margin-top:-10px; }
  321. .meutheme:hover {padding-top:5px;}
  322.  
  323.  
  324. </style>
  325. <body>
  326.  
  327.  
  328. <style>
  329.  
  330. /***********CREDITO NAO RETIRE****************/
  331.  
  332. .themebau {width:20px; height:20px; background-color:#c0c0c0; position: fixed; margin-left:1200px; margin-top:600px; border-radius:2px;}
  333.  
  334. .themebau a {margin-top: 4px; margin-left: 3px; color:#fff; font-family:trebuchet ms; font-size: 9px; position: absolute;opacity: 0.9;}
  335. .themebau a:hover {opacity:0.4; font-family:14px;}
  336.  
  337.  
  338.  
  339.  
  340.  
  341. </style>
  342.  
  343. <!----- Se mexer aqui vai da pani, e o theme não vai funcionar--->
  344. <div class="themebau"><a href="http://bau-de-incertezas.tumblr.com/" title="Por bau-de-incertezas">BDI</a></div>
  345.  
  346.  
  347. <!----- SUA PLAYLIST AQUI --->
  348.  
  349.  
  350.  
  351. <div class="fotosidebar">
  352. <img src="{image:sidebar}">
  353. <div class="baulinks">
  354. <a href="{text:link1}">{text:link1 title}</a>
  355.  
  356. <a href="{text:link2}">{text:link2 title}</a>
  357.  
  358. <a href="{text:link3}">{text:link3 title}</a>
  359.  
  360. <a href="{text:link4}">{text:link4 title}</a>
  361.  
  362.  
  363. </div>
  364.  
  365.  
  366.  
  367. <div class="frasebau">{description}</div>
  368. <div class="frasebaudesenho"><img src="{image:desenho}"> </div>
  369.  
  370.  
  371. </div>
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378. <div id="post">
  379. <div class="autopagerize_page_element">
  380. <div id="entry">
  381.  
  382. {block:Posts}
  383. <div class="posts">
  384.  
  385. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  386.  
  387. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  388.  
  389. {block:Photoset}{Photoset-400}{/block:Photoset}
  390.  
  391.  
  392.  
  393. {block:Quote}
  394. <div class="myquote">"{Quote}"</div><div class="myquote2"><font color="{color:frase}">✝ ✝</font>
  395. {block:Source}{Source}{/block:Source}</div>
  396. {/block:Quote}
  397.  
  398. {block:Link}
  399. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  400. {block:Description}{Description}{/block:Description}
  401. {/block:Link}
  402.  
  403. {block:Chat}
  404. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  405. <div class="chat"><ul>{block:Lines}
  406. <li class="person{UserNumber}">{block:Label}
  407. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  408. {/block:Chat}
  409.  
  410. {block:Audio}
  411. <div class="player">{AudioPlayerBlack}</div>
  412. {block:Caption}{Caption}{/block:Caption}
  413. {/block:Audio}
  414.  
  415. {block:Video}{Video-400}{/block:Video}
  416.  
  417.  
  418. {block:Answer}
  419. <div class="post">
  420. <img src="{AskerPortraitURL-64}" align="right" class="askfotobau">
  421. <div class="fundoaskbau">
  422. <div class="perguntandobau"><g>{Asker} asked:</g>{Question}</div>
  423.  
  424. <div class= "respostabau">{Answer}</div></div></div>
  425. {/block:Answer}
  426.  
  427. {block:Photoset}<center>{Photoset-100}</center>
  428. {/block:Photoset}
  429.  
  430.  
  431. <div id="st">
  432. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  435.  
  436. <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>
  437. {/block:ContentSource}</div></div>
  438. <br>
  439.  
  440.  
  441. {block:Date}<div id="notest">
  442. {block:NoteCount}<a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>
  443. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>
  444. <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<br>
  445. <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}{block:IndexPage}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div><a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} </div>{block:IfShowTags}<div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  446. </div>{/block:IfShowTags}{/block:Date}</div>
  447. <!------ rolagem infinita-->
  448. <div class="autopagerize_page_element">
  449.  
  450.  
  451. {/block:Posts}
  452. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  453. </div>
  454.  
  455. </div>
  456. </div>
  457. </div>
  458. </div>
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465. </body>
  466. </html>
  467.  
  468.  
  469.  
  470. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement