Advertisement
bau-de-incertezas

Theme 23

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