Advertisement
bau-de-incertezas

Theme 20

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