Advertisement
bau-de-incertezas

Theme 15

Jul 30th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.87 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.  
  62. <meta name="image:background" content="{image:background}" />
  63. <meta name="image:sidebar" content="http://static.tumblr.com/kqwwc30/1BJmqs1ag/tumblr_mpdwnwh7gv1svc1tco7_250.png" />
  64.  
  65.  
  66. <meta name="text:frase" content="Algo pequeno" />
  67.  
  68. <meta name="color:background" content="#ffffff" />
  69. <meta name="color:text" content="#a8a3a6" />
  70. <meta name="color:scroll" content="#a8a3a6"/>
  71. <meta name="color:chat" content="#a8a3a6" />
  72. <meta name="color:ask" content="#C0C0C0" />
  73. <meta name="color:tags" content="#c5c5c5" />
  74. <meta name="color:links" content="#808080" />
  75. <meta name="color:linkshover" content="#808080" />
  76. <meta name="color:linkspost" content="#808080" />
  77. <meta name="color:post" content="#fff" />
  78. <meta name="color:textask" content="#fff" />
  79. <meta name="color:note" content="#fff" />
  80. <meta name="color:texto link" content="#fff" />
  81. <meta name="color:borda note" content="#c0c0c0" />
  82. <meta name="color:texto note" content="#a8a3a6" />
  83. <meta name="color:scrollbar" content="#a8a3a6" />
  84.  
  85.  
  86.  
  87. <meta name="color:borda" content="#b9b9bd" />
  88. <meta name="color:descricao" content="#494747" />
  89. <meta name="color:links" content="#474647" />
  90. <meta name="color:frase" content="#474647" />
  91. <meta name="color:bg links" content="#fff" />
  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.  
  105. <style>
  106.  
  107. <style>
  108.  
  109. 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; }
  110.  
  111. 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;}
  112.  
  113. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  114.  
  115. a:hover {color: {color:linkshover};text-decoration:none;}
  116.  
  117. /***********CREDITO NAO RETIRE****************/
  118.  
  119. .meutheme {overflow: hidden; width: 40px; padding: 5px; background-color: {color:background}; height:8px; border-bottom:1px solid {color:borda};position:fixed;}
  120.  
  121. .meutheme a {margin-top: -2px; margin-left: 0px; color: {color:text}; font-family: corbel; font-size: 11px; position: absolute;opacity: 0.9; width:100px;}
  122. .meutheme a:hover {opacity:0.4; font-family:14px;}
  123.  
  124. .meutheme img{ width:50px; height:41px; opacity:0.4;}
  125.  
  126.  
  127. /*****+ FF BRANCO I LOVE THEMES *******/
  128. 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; }
  129.  
  130.  
  131.  
  132.  
  133. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  134. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  135. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  136. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  137.  
  138. blockquote img{max-width: 450px!important}
  139. blockquote blockquote img{max-width: 450px!important}
  140. blockquote blockquote blockquote img{max-width: 430px!important}
  141. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  142.  
  143.  
  144. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  145.  
  146. #entry {float: left; margin-bottom: 26px; margin-left: 500px;}
  147.  
  148. /*******post*****************/
  149.  
  150.  
  151.  
  152. .posts {width: 420px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: 'Muli'; font-size: 12px; position: relative; color:{color:text}; border:0px solid{color:borda}; margin-left:-70px;}
  153.  
  154.  
  155.  
  156. h1 {font-family: 'baumans'; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  157. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  158. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  159.  
  160.  
  161.  
  162. .image {text-align: center; border: 1px}
  163. .image img {max-width: 420px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s; }
  164. .image img:hover {max-width: 420px; margin-bottom: 1px; opacity: 0.5;}
  165.  
  166.  
  167.  
  168.  
  169. .myquote2 {font-family:'muli'; font-size:12px; text-align: right; color: {color:text}; }
  170.  
  171. .myquote {font-weight:none; text-align:justify;font-size: 12px; font-style:;font-family:'muli'; line-height: 16px; text-indent:2px; padding: 0px; }
  172.  
  173.  
  174.  
  175.  
  176.  
  177. .chat {line-height: 20px; list-style: none }
  178. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  179. .person1 {color: {color:chat}; padding: 2px; }
  180. .person1 .label {font-weight: bold; color:{color:chat};}
  181. .person2 {color: {color:chat}; padding: 2px; }
  182. .person2 .label {font-weight: bold; color:{color:chat};}
  183.  
  184. .player {background-color: #fff; text-align: left; display:block;}
  185.  
  186.  
  187. /*****ASK*******/
  188.  
  189. .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;}
  190. .perguntou {width: 415px;height:14px; margin-top:0px; background: {color:borda}; color:#fff; border:2px solid {color:borda ask}; padding:3px; margin-bottom:5px; margin-left:-8px; border-radius: 20px 20px 20px 20px;}
  191. .perguntou g {color:borda;}
  192. .perguntou a {color: {color:ask}; font-size:10px; font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;}
  193. .askfoto {border-radius:100px;opacity: 0.7; margin-right:10px; border: 2px solid {color:borda}; width: 40px;height: 40px; -webkit-transition-duration: 0.8s; -webkit-filter: saturate(2); }
  194.  
  195. .respost { background: {color:post}; font-family: consolas; font-size: 10px;}
  196. .askfoto:hover {-webkit-filter: grayscale(100%); opacity:0.6; -webkit-transition-duration: 0.8s;}
  197.  
  198.  
  199. #st {width: 400px; margin-top: -2px;}
  200. .source {display: none;}
  201.  
  202. #wih {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  203. #wih:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  204.  
  205.  
  206. #notest {background-color: {color:note}; border-top: 1px solid #eee; text-align: left; margin-top:-5px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;{block:If1coluna} ;margin: 7px 0 0 7px; {/block:If1coluna}}
  207. #notest a {font-size: 10px; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; color:{color:texto note};}
  208. #notest a:hover {font-style:italic;}
  209. #notest img{width:16px; height:16px; position:fixed;}
  210.  
  211. ::-webkit-scrollbar {width: 6px; height:auto; background:{color:background}}
  212. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  213. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  214. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  215. ::-webkit-scrollbar-thumb:vertical {border-radius: 5px 0px 0px 5px; background:{color:scroll};}
  216. ::-webkit-scrollbar-thumb:horizontal {border-radius: 5px 0px 0px 5px; background: {color:background};}
  217. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  218.  
  219.  
  220.  
  221. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  222. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  223. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  224. .notes img{display: none; border:0px}
  225.  
  226.  
  227.  
  228. .fotobau {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  229. -moz-transition: all 1s ease-in-out;
  230. -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:110px;height:130px;margin-left:300px; margin-top: 100px; border:2px solid {color:borda}; }
  231.  
  232.  
  233.  
  234.  
  235.  
  236. .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;
  237. -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:100px;
  238. padding:0px;margin:5px;opacity:0.8;-webkit-transition-duration: 1s;opacity: 1.0; border:0px solid {color:borda}; position:fixed; -webkit-filter: saturate(1); }
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245. .baulinks {
  246. margin-left:30px;
  247. margin-top:35px; width:50px;height: 25px;
  248. text-align:left; position: fixed;
  249. opacity:0; -webkit-transition-duration: .95s;
  250. }
  251.  
  252.  
  253. .baulinks a {
  254. width:90px; height: 15px;
  255. margin-top: 0px; margin-left: -20px;
  256. font-family: 'ABeeZee'; font-size: 11px; text-transform:lowercase;
  257. text-align: center; display: inline-block;
  258. color:{color:links}; background-color:{color:bg links};
  259. -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;
  260. border-left:1px solid {color:links}; border-right:1px solid {color:links};
  261. }
  262.  
  263. .fotobau:hover .baulinks {opacity:0.81; -webkit-transition-duration: .60s;}
  264. .baulinks a:hover {-webkit-filter: invert(80%); -webkit-transition-duration: .10s;}
  265.  
  266.  
  267. .baufrase {width:110px; height:17px; margin-top:135px; margin-left:0px; position:fixed; font-family:'muli'; text-align:center; text-transform:uppercase; color: {color:frase}; font-size:11px; border-bottom:1px dotted {color:borda};}
  268.  
  269. .baudesc {margin-top:153px; margin-left:0px; position:fixed; font-family:'muli'; font-size:9px; width:110px; height:20px; text-align:right; color:{color:descricao};}
  270.  
  271.  
  272.  
  273. /*Paginação por bau-de-incertezas*/
  274.  
  275. #pagination{
  276. position:fixed;
  277. width: 100px;
  278. margin-top:290px;
  279. margin-left:300px;
  280. color:#808080;
  281. text-align:right;
  282. text-transform:uppercase;
  283. color:{color: borda}}
  284.  
  285. #pagination a {text-transform:uppercase;
  286. letter-spacing:1px;
  287. font-size:14px;
  288. font-family:corbel;
  289. color:{color: borda};}
  290.  
  291.  
  292. @font-face {
  293. font-family: 'Muli';
  294. font-style: normal;
  295. font-weight: 400;
  296. src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
  297. }
  298.  
  299. @font-face {
  300. font-family: 'Baumans';
  301. font-style: normal;
  302. font-weight: 400;
  303. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  304. }
  305.  
  306. @font-face {font-family: "vintage";
  307. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  308.  
  309. @font-face {
  310. font-family: 'Wire One';
  311. font-style: normal;
  312. font-weight: 400;
  313. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
  314. }
  315. @font-face { font-family: "gadugib";
  316. src: url('http://static.tumblr.com/sbxkdxg/HOUmqlz3z/gadugib.ttf');}
  317.  
  318. .detalbau {position: fixed;width:154px;height:95px;margin-left:130px; border:2px dotted {color:borda2}; background-color: {color:borda};
  319. margin-top: 210px; position:fixed; -webkit-transition: all 2s ease-in-out; position:fixed; }
  320. </style>
  321.  
  322.  
  323. <body>
  324. <!----------sua playlist aqui ------->
  325.  
  326. <div class="fotobau">
  327. <img src="{image:sidebar}">
  328.  
  329.  
  330. <div class="baulinks">
  331.  
  332. <a href="{text:link1}">{text:link1 title}</a>
  333.  
  334. <a href="{text:link2}">{text:link2 title}</a>
  335.  
  336. <a href="{text:link3}">{text:link3 title}</a>
  337.  
  338. <a href="{text:link4}">{text:link4 title}</a>
  339.  
  340. <a href="{text:link5}">{text:link5 title}</a>
  341. </div>
  342. <div class="baufrase">{text:frase}</div>
  343. <div class="baudesc">{description}</div></div>
  344.  
  345. <div id="pagination">
  346. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  347.  
  348.  
  349.  
  350.  
  351.  
  352. <div id="post">
  353. <div class="autopagerize_page_element">
  354. <div id="entry">
  355.  
  356. {block:Posts}
  357. <div class="posts">
  358.  
  359. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  360.  
  361. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  362.  
  363. {block:Photoset}{Photoset-400}{/block:Photoset}
  364.  
  365.  
  366.  
  367. {block:Quote}
  368. <div class="myquote">" {Quote} "</div>
  369. <div class="myquote2">
  370. {block:Source}{Source}{/block:Source}</div>
  371. {/block:Quote}
  372.  
  373. {block:Link}
  374. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  375. {block:Description}{Description}{/block:Description}
  376. {/block:Link}
  377.  
  378. {block:Chat}
  379. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  380. <div class="chat"><ul>{block:Lines}
  381. <li class="person{UserNumber}">{block:Label}
  382. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  383. {/block:Chat}
  384.  
  385. {block:Audio}
  386. <div class="player">{AudioPlayerBlack}</div>
  387. {block:Caption}{Caption}{/block:Caption}
  388. {/block:Audio}
  389.  
  390. {block:Video}{Video-400}{/block:Video}
  391.  
  392. {block:Answer}
  393. <div class="post">
  394. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  395. <div class="pergunta">
  396. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}:</div>
  397. {Question}
  398. </div>
  399. <div class= "respost">{Answer}</div></div>
  400. {/block:Answer}
  401.  
  402. {block:Photoset}<center>{Photoset-100}</center>
  403. {/block:Photoset}
  404.  
  405.  
  406. <div id="st">
  407. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  408. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  409. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. <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>
  412. {/block:ContentSource}</div></div>
  413. <br>
  414.  
  415. <div class="wih">
  416. {block:Date}<div id="notest">
  417. <center><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} .
  418. <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>
  419. {NoteCountWithLabel}</a>{block:RebloggedFrom} .
  420. <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>
  421. {/block:RebloggedFrom} {block:ContentSource} .
  422. <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}.
  423. {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}
  424. </div>{/block:IfShowTags}{/block:Date}</div>
  425. </div>
  426.  
  427.  
  428. {/block:Posts}
  429. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  430.  
  431.  
  432. </div>
  433. </div>
  434. </div>
  435. </div>
  436.  
  437. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Theme ©</a></div></div></div></div></div>
  438.  
  439. </body>
  440. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement