Advertisement
bau-de-incertezas

theme1

Jul 11th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.10 KB | None | 0 0
  1. <!--- THEME POR BAU-DE-INCERTEZAS, DETALHES DEVIDAMENTE CREDITADOS --->
  2.  
  3. <html>
  4.  
  5.  
  6.  
  7. <script type="text/javascript">
  8. //desabilita menu de opcoes ao clicar no botao direito
  9. function desabilitaMenu(e)
  10. {
  11. if (window.Event)
  12. {
  13. if (e.which == 2 || e.which == 3)
  14. return false;
  15. }
  16. else
  17. {
  18. event.cancelBubble = true
  19. event.returnValue = false;
  20. return false;
  21. }
  22. }
  23.  
  24. //desabilita botao direito
  25. function desabilitaBotaoDireito(e)
  26. {
  27. if (window.Event)
  28. {
  29. if (e.which == 2 || e.which == 3)
  30. return false;
  31. }
  32. else
  33. if (event.button == 2 || event.button == 3)
  34. {
  35. event.cancelBubble = true
  36. event.returnValue = false;
  37. return false;
  38. }
  39. }
  40.  
  41. //desabilita botao direito do mouse
  42. if ( window.Event )
  43. document.captureEvents(Event.MOUSEUP);
  44. if ( document.layers )
  45. document.captureEvents(Event.MOUSEDOWN);
  46.  
  47. document.oncontextmenu = desabilitaMenu;
  48. document.onmousedown = desabilitaBotaoDireito;
  49. document.onmouseup = desabilitaBotaoDireito;
  50. </script>
  51.  
  52.  
  53. <head>
  54.  
  55. <meta name="color:background" content="#ffffff" />
  56. <meta name="color:link" content="#353434" />
  57. <meta name="color:text" content="#c0c0c0" />
  58. <meta name="color:post" content="#ffffff" />
  59. <meta name="color:scrollbar" content="#f3f2f1" />
  60. <meta name="color:scrollbg" content="ffffff" />
  61. <meta name="color:hover" content="#000000" />
  62. <meta name="color:borda" content="#000000" />
  63. <meta name="color:fundinho" content="#c0c0c0" />
  64. <meta name="color:linkst" content="#c0c0c0" />
  65. <meta name="color:titulo" content="#c0c0c0" />
  66. <meta name="color:notes" content="#c0c0c0" />
  67. <meta name="color:fontnote" content="#ffffff" />
  68. <meta name="color:ask" content="#ffffff" />
  69. <meta name="color:text2" content="#c0c0c0" />
  70. <meta name="color:sourcequote" content="#c0c0c0" />
  71. <meta name="color:page" content="#808080" />
  72.  
  73.  
  74.  
  75. <meta name="image:background" content="" />
  76. <meta name="image:sidebar" content="" />
  77. <meta name="image:simbolo" content="" />
  78.  
  79. <meta name="text:titulo" content="" />
  80.  
  81. <meta name="text:Link1" content="" />
  82. <meta name="text:Link1 Title" content="link 1" />
  83. <meta name="text:Link2" content="" />
  84. <meta name="text:Link2 Title" content="link 2" />
  85. <meta name="text:Link3" content="" />
  86. <meta name="text:Link3 Title" content="link 3" />
  87. <meta name="text:Link4" content="" />
  88. <meta name="text:Link4 Title" content="link 4" />
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. <link rel="shortcurt icon" href="{Favicon}">
  97. <title>{title}</title>
  98.  
  99. {block:Description}
  100. <meta name="description" content="{MetaDescription}" />
  101. {/block:Description}
  102.  
  103. <!-- fontes personalizadas -->
  104. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  105. </head>
  106.  
  107. <style>
  108.  
  109. body {background-color: {color:background};font-family:corbel; color: {color:text};text-align:justify;font-size:12px;background-image:url('{image:background}');background-attachment:fixed; }
  110.  
  111. a:link {color: #696969; text-decoration: none;}
  112. a:hover {color: #eee; -webkit-transition: all 0.99s ease-in-out;}
  113.  
  114.  
  115. #side {width:300px; height:auto; margin-left:0px; background-color:transparent; opacity:.9;}
  116.  
  117. #side {position:fixed; margin-top:0px; margin-left:0px;}
  118.  
  119.  
  120.  
  121. #pagination{
  122. position:fixed;
  123. width: 100px;
  124. margin-top:320px;
  125. margin-left:100px;
  126. color:{color:page};
  127. text-align:right;
  128. opacity: 0.7;
  129. font-size:16px;
  130. font-family:georgia;}
  131.  
  132. #page a {
  133. letter-spacing:1px;
  134. font-size:16px;
  135. font-family:georgia;}
  136.  
  137.  
  138.  
  139. #imagem2 img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  140. -moz-transition: all 1s ease-in-out;
  141. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:150px;width: 150px;
  142. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;-webkit-border-radius: 0px 0px 0px 0px;}
  143. #imagem2 img:hover { -webkit-filter: grayscale(100%); opacity: 0.8;}
  144.  
  145.  
  146. #imst {position: absolute;width:156px;height:156px;margin-left:100px;
  147. margin-top: 100px;position:fixed;border:2px dotted {color:borda}; -webkit-border-radius: 0px 0px 0px 0px;}
  148.  
  149. #imagem {position: absolute;width:150px;height:150px;margin-left:0px;
  150. margin-top: 0px; border:3px solid{color:borda};}
  151.  
  152. #imagem img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  153. -moz-transition: all 1s ease-in-out;
  154. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:150px;width: 150px;
  155. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;-webkit-border-radius: 0px 0px 0px 0px;}
  156. #imagem img:hover { -webkit-filter: grayscale(100%); opacity: 0.8;}
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. /***-- Bau-de-incertezas Menu inspirado por Duda.R------**/
  165. #uld { background:transparent;margin-top:-210px;margin-left: -30px;position: fixed;}
  166. .DLL {
  167. width: 23px;
  168. height: 23px;
  169. padding: 4px;
  170. text-align: center;
  171. font-size: 20px;
  172. margin-bottom: 6px;
  173. float: left;
  174. -webkit-transition: all 1s ease;
  175. -moz-transition: all 1s ease;
  176. -o-transition: all 1s ease;transition: all 1s ease;
  177. line-height: 20px;-webkit-border-radius: 5px 5px 5px 5px;}
  178.  
  179. .DLL img{width:16px;margin-top:2px; margin-left:-1px;
  180. -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;opacity:0.8;}
  181.  
  182. #DLL1 {margin-left:85px;width: 50px;
  183. background: {color:linkst}; margin-top: -20px;
  184. color: {color:text};border-radius: 0px;
  185. font-family: Trebuchet ms; font-size: 9px; text-align: center;
  186. opacity: 0;-webkit-transition-duration: .99s;text-shadow: 0px 0px 0px {color:sombra};text-transform:uppercase;letter-spacing:1px;
  187. }
  188.  
  189. .DLL:hover #DLL1 {opacity:1;margin-left:-60px;-webkit-transform: rotate(0deg);}
  190.  
  191. .DLL:hover #li{width: 0;height: 0;border-top: 10px solid transparent;border-left: 20px solid {color:linkst};border-bottom: 0px solid transparent;margin-top:-20px;margin-left:-20px;-webkit-transition-duration: .99s;}
  192.  
  193. /*************fim***********/
  194.  
  195. /******descrição e titulo por bau-de-incertezas*******/
  196.  
  197. #titul{width:200px; height:20px; margin-left:px; margin-top:160px; position:fixed; overflow: hidden; background-color:transparent; line-height:10px; letter-spacing:-1px; color {color:titulo}; font-family:consolas; font-size:13px; text-align:justify; padding:3px; opacity:0.7; }
  198. #titul:hover {opacity:0.5; display:inline-block; box-shadow:2px 2px 2px #DDDDDD -webkit-transition: 0.4s ease-in; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; text-shadow: 2px 2px 0px #C4C4C4, 0px 5px #C4C4C4; }
  199.  
  200.  
  201.  
  202.  
  203. #descst {margin-left:0px; margin-top:180px; width:150px; height:auto; display:block; font-family:consolas; border-top:1px solid {color:border}; font-size:10px; font-color: #333; width: 140px; text-align:justify; padding:4px; opacity:.6; line-height:10px}
  204. #descst:hover {opacity: 0.8; }
  205.  
  206. /**********************fim************/
  207.  
  208.  
  209.  
  210.  
  211.  
  212. .post {background: transparent; width: 500px; margin-top: 20px; margin-left: 280px; position: absolute;}
  213.  
  214.  
  215. .caixa {background: {color:post}; padding: 5px; width: 500px; margin-bottom: 7px;}
  216.  
  217. .myquote {background: {color:post}; padding: 5px; width: 480px; margin-bottom: 7px;}
  218. .myquote:first-letter{color: {color:text}; font-family:'cedarville_pnkfun_1_cursive'; font-size:24px; opacity:0.4; }
  219. .myquote {color: {color:text}; text-align: justify; font-size: 14px; line-height: 15px; padding: 10px; margin-top: 6px;}
  220. .myquote2{font-family:'consolas'; font-size:11px; text-align: right; color: {color:sourcequote}; }
  221.  
  222.  
  223. @font-face {font-family: "cedarville_pnkfun_1_cursive";
  224. src: url(http://static.tumblr.com/sbxkdxg/P4Hmpsp6p/cedarville_pnkfun_1_cursive.ttf) format("truetype");}
  225.  
  226. #d {margin-top: -2px;}
  227.  
  228.  
  229.  
  230. h1 {font-family: 'corbel'; color: {color:text}; font-size: 14px; text-align: center; opacity: 0.5;}
  231.  
  232.  
  233.  
  234. blockquote {border-left: 2px solid {color:borda}; margin-left: 1px;}
  235.  
  236. /*******por bau-de-incertezas*** *******/
  237.  
  238.  
  239. .cred {overflow: hidden; width: 30px; padding: 5px; background-color:#fff; height:8px; border:1px dashed #c0c0c0; margin-top: 600px; margin-left: 1250px; color: #000; font-family: 'Consolas'; font-size: 11px; position: absolute;}
  240. .cred:hover {opacity:1.0; color: #808080;}
  241.  
  242.  
  243.  
  244. ::-webkit-scrollbar {width: 6px; height: 6px;}
  245. ::-webkit-scrollbar-track-piece {background-color: {color:scrollbg}; repeat scroll 0 0 transparent;}
  246. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:scrollbar}; }
  247.  
  248.  
  249. .not {width: 496px; height: 14px; background: {color:notes}; padding: 2px; color: {color:fontnote}; font-family: 'consolas'; font-size: 10px; text-align: center;}
  250.  
  251.  
  252. /*****ASK inspirado por duda R.*******/
  253.  
  254. .pergunta {background: {color:post}; padding: 8px; margin-top: 0px; border-bottom: 1px solid {color:ask}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:borda};line-height:9px;}
  255. .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;}
  256. .perguntou g {color:borda;}
  257. .perguntou a {color: {color:ask}; font-size:10px;}
  258. .askfoto {opacity: 0.7; margin-right:35px; border: 2px solid {color:borda}; -webkit-border-radius: 0px 5px 5px 0px; width: 40px;height: 40px;}
  259. .respost { background: {color:post}; font-family: consolas; font-size: 10px;}
  260. .askfoto:hover {opacity: 0.6;}
  261.  
  262. /*** permalink info por tthy **/
  263. .extra {font-family: georgia; font-style: italic; display : block; background-repeat : no-repeat; font-size: 10px; margin-bottom : 1px;background: #f7f7f7; line-height: 18px;}
  264. .extra img {margin-right: 4px; margin-left: 3px; margin-top: 2px;}
  265.  
  266. /*** notes estilo por tthy **/
  267. ol.notes {display : block; margin-bottom : 1px; list-style-type: none; text-align: left;}
  268. o.notes a {color: #c66966;}
  269. ol.notes li.note {border-top: solid 1px #fff;background: #f7f7f7; padding: 2px;}
  270. ol.notes li.note img.avatar {display: inline; width: 10px}
  271. ol.notes li.note span.action {font-weight: none;}
  272. ol.notes li.note .answer_content {font-weight: normal;}
  273. ol.notes li.note blockquote {display: none;}
  274. ol.notes li.note blockquote a {text-decoration: none; display: none;}
  275.  
  276.  
  277. /*******por bau-de-incertezas*** *******/
  278.  
  279.  
  280. @font-face {font-family: "dawningofanewday";
  281. src: url(http://static.tumblr.com/sbxkdxg/coPmpsffg/dawningofanewday.ttf) format("truetype");}
  282.  
  283.  
  284.  
  285.  
  286.  
  287. </style>
  288. <body>
  289. <div id="side">
  290.  
  291. <div id="sidebar">
  292.  
  293. <div id="imst">
  294. <div id="imagem">
  295.  
  296. <div id="imagem2"><img src="{image:simbolo}" height= "150"; width= "150px;"><img src="{image:sidebar}" height= "150"; width= "150px;">
  297. </div></div>
  298.  
  299.  
  300. <div id="titul">{text:titulo}</div>
  301. <div id="descst">{description}</div>
  302.  
  303.  
  304. <div id="uld">
  305. <a href="{text:Link1}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/home.png"></a><div id="DLL1">{text:Link1 Title}</div><div id="li"></div></div><br>
  306.  
  307. <a href="{text:Link2}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/comment.png"></a><div id="DLL1">{text:Link2 Title}</div><div id="li"></div></div><br>
  308.  
  309. <a href="{text:Link3}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/pencil.png"></a><div id="DLL1">{text:Link3 Title}</div><div id="li"></div></div><br>
  310.  
  311. <a href="{text:Link4}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/folder.png"></a><div id="DLL1">{text:Link4 Title}</div><div id="li"></div></div><br>
  312.  
  313.  
  314.  
  315. </div></div>
  316.  
  317.  
  318. <div class="cred"><a href="http://bau-de-incertezas.tumblr.com/" title="Theme por bau-de-incertezas + detalhes: ver theme">Theme</a></div>
  319.  
  320.  
  321.  
  322. </div></div></div></div>
  323. </div>
  324.  
  325. <div id="pagination">
  326. <div class="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div></div>
  327.  
  328.  
  329.  
  330. <div class="post">
  331. {block:Posts}
  332.  
  333. {block:Text}
  334. <div class="caixa">
  335.  
  336. {block:Title} <h1>{Title}</h1> {/block:Title}
  337. {Body}
  338. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲ </a></div>
  339. </div>
  340. {/block:Text}
  341.  
  342. {block:Photo}
  343. <div class="caixa">
  344. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  345. {block:Caption} {Caption} {/block:Caption}
  346. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
  347. </div>
  348. {/block:Photo}
  349.  
  350.  
  351. {block:Photoset}
  352. <div class="caixa">
  353. <center>{Photoset-500}</center>
  354. {block:Caption} {Caption} {/block:Caption}
  355. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
  356. </div>
  357. {/block:Photoset}
  358.  
  359.  
  360. {block:Quote}
  361. <div class="caixa"><div class="myquote">{Quote}<br></div>
  362. <div class="myquote2">
  363. {block:Source}{Source}{/block:Source}</div>
  364. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
  365. </div>
  366. {/block:Quote}
  367.  
  368.  
  369. {block:Link}
  370. <div class="caixa">
  371.  
  372. <a href="" {Target}><h1>{Name}</h1></a>
  373. {block:Description} {Description}{/block:Description}
  374. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲ </a></div>
  375. </div>
  376. {/block:Link}
  377.  
  378.  
  379. {block:Chat}
  380. <div class="caixa">
  381. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  382. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  383. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲ </a></div>
  384. </div>
  385. {block:Chat}
  386.  
  387.  
  388. {block:Video}
  389. <div class="caixa">
  390. {Video-500}
  391. {block:Caption}{Caption}{/block:Caption}
  392. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</font></a></div>
  393. </div>
  394. {/block:Video}
  395.  
  396. {block:Audio}
  397. <div class="caixa">
  398. {AudioPlayerGrey}
  399. {block:TrackName}{TrackName}{/block:TrackName}
  400. {block:Artist}{Artist}{/block:Artist}
  401. {block:Album}{Album}{/block:Album}
  402. {block:PlayCount}{PlayCount}{/block:PlayCount}
  403. {block:Caption}{Caption}{/block:Caption}
  404. <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
  405. </div>
  406. {/block:Audio}
  407.  
  408.  
  409. {block:Answer}
  410. <div class="caixa">
  411. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  412. <div class="pergunta">
  413. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}:</div>
  414. {Question}
  415. </div>
  416. <div class= "respost">{Answer}</div></div>
  417. {/block:Answer}
  418.  
  419.  
  420. {block:PostNotes}
  421. <div class="caixa">
  422. {block:Photoset}
  423. {block:Caption}<em>{Caption}</em>{/block:Caption}
  424. {/block:Photoset}
  425. {block:Video}
  426. {block:Caption}{Caption}{/block:Caption}
  427. {/block:Video}
  428. {block:Link}
  429. {block:Description}<em>{Description}</em>{/block:Description}
  430. {/block:Link}
  431. <br>
  432. <div class="extra"><img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png" class="user">
  433. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> - Source </a>{/block:ContentSource}</div>
  434. <div class="extra"><img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br></div>
  435. <div class="extra"><img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}{block:HasTags}{block:Tags} <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span></div>
  436. <div class="extra"><img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}</div><br>
  437. {PostNotes}
  438. </div>
  439. {/block:PostNotes}
  440.  
  441. {/block:Posts}
  442. </div>
  443. </body>
  444. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement