Advertisement
proezas

Theme 01

May 27th, 2015
2,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. THEME FEITO POR PROEZAS.
  11. POR FAVOR, NÃO COPIE.
  12.  
  13. --->
  14.  
  15. <meta name="image:Background" content=""/>
  16. <meta name="image:Sidebar" content="http://static.tumblr.com/207e34d0835e10855e5f4f0c6202065f/s2gsejl/GqPncl5j6/tumblr_static_95seygf24y8880gowkgww8k80.jpg"/>
  17.  
  18. <meta name="if:Rolagem Suave" content="1"/>
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#838282"/>
  22. <meta name="color:Link" content="#838282"/>
  23. <meta name="color:Hover" content="#000000"/>
  24. <meta name="color:Borda" content="#ddf2e8"/>
  25. <meta name="color:Scrollbar" content="#dfdfdf"/>
  26. <meta name="color:Ask" content="#ddf2e8"/>
  27.  
  28. <meta name="text:Link1" content="/"/>
  29. <meta name="text:Link1 Title" content="link"/>
  30. <meta name="text:Link2" content="/"/>
  31. <meta name="text:Link2 Title" content="link"/>
  32. <meta name="text:Link3" content="/"/>
  33. <meta name="text:Link3 Title" content="link"/>
  34. <meta name="text:Link4" content="/"/>
  35. <meta name="text:Link4 Title" content="link"/>
  36.  
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Lato:700' rel='stylesheet' type='text/css'>
  39. <link href="http://static.tumblr.com/sas2ex2/7gen6r4rm/same.css" rel='stylesheet' type='text/css'>
  40. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  41. <link href='http://fonts.googleapis.com/css?family=Italianno' rel='stylesheet' type='text/css'>
  42. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  43. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  44. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <link href='http://fonts.googleapis.com/css?family=Amatic+SC|Alex+Brush|Archivo+Narrow|Bad+Script|Baumans|Bonbon|Butterfly+Kids|Cedarville+Cursive|Carrois+Gothic|Cookie|Cedarville+Cursive|Dancing+Script|Dosis|Electrolize|Euphoria+Script|Gloria+Hallelujah|Handlee|Italianno|Kaushan+Script|Leckerli+One|Lora:400italic|Lobster+Two|Medula+One|Miniver|Muli|Niconne|Open+Sans:400,300|Orienta|Patrick+Hand+SC|Pacifico|Playball|Pompiere|Ropa+Sans|Rouge+Script|Roboto+Condensed|Sacramento|Satisfy|Tangerine|Ubuntu|Vampiro+One|Wellfleet|Yanone+Kaffeesatz|Yesteryear' rel='stylesheet' type='text/css'>
  47. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  48.  
  49.  
  50. <script type="text/javascript">
  51. //dsblt
  52. function desabilitaMenu(e)
  53. {
  54. if (window.Event)
  55. {
  56. if (e.which == 2 || e.which == 3)
  57. return false;
  58. }
  59. else
  60. {
  61. event.cancelBubble = true
  62. event.returnValue = false;
  63. return false;
  64. }
  65. }
  66.  
  67. //dsblt
  68. function desabilitaBotaoDireito(e)
  69. {
  70. if (window.Event)
  71. {
  72. if (e.which == 2 || e.which == 3)
  73. return false;
  74. }
  75. else
  76. if (event.button == 2 || event.button == 3)
  77. {
  78. event.cancelBubble = true
  79. event.returnValue = false;
  80. return false;
  81. }
  82. }
  83.  
  84. //dsblt
  85. if ( window.Event )
  86. document.captureEvents(Event.MOUSEUP);
  87. if ( document.layers )
  88. document.captureEvents(Event.MOUSEDOWN);
  89.  
  90. document.oncontextmenu = desabilitaMenu;
  91. document.onmousedown = desabilitaBotaoDireito;
  92. document.onmouseup = desabilitaBotaoDireito;
  93. </script>
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99. /* ROLAGEM */
  100.  
  101. ::-webkit-scrollbar{height: 3px;
  102. width: 4px;
  103. -webkit-border-radius: 0px;
  104. background:transparent }
  105. ::-webkit-scrollbar-thumb{background-color:{color:Scrollbar};
  106. }
  107. ::-webkit-scrollbar-track{background:transparent;
  108. }
  109.  
  110. /* FIM DA ROLAGEM */
  111.  
  112.  
  113. iframe#tumblr_controls {
  114. right:6px !important;
  115. position: fixed !important;
  116. -webkit-filter:invert(100%);
  117. }
  118.  
  119.  
  120.  
  121.  
  122. body {
  123. background:{color:background} url('{image:background}') fixed no-repeat;
  124. margin:0px;
  125. color:{color:text};
  126. font-family:calibri;
  127. font-size:14px;
  128. line-height:150%;
  129. text-align:justify;
  130. background-size:cover;
  131. }
  132.  
  133. a {
  134. text-decoration:none;
  135. outline:none;
  136. -moz-outline-style:none;
  137. color:{color:link};
  138. -webkit-transition: 0.3s ease-in; transition: 0.8s ease-in-out;-moz-transition: 0.8s ease-in-out;-o-transition: 0.8s ease-in-out;-webkit-transition: 0.8s ease-in-out;
  139. }
  140.  
  141. a:hover {
  142. color:{color:hover};
  143. -webkit-transition: 0.3s ease-in; transition: 0.8s ease-in-out;-moz-transition: 0.8s ease-in-out;-o-transition: 0.8s ease-in-out;-webkit-transition: 0.8s ease-in-out;
  144. }
  145.  
  146. #efeitos img { -webkit-filter:grayscale(.6); transition:all 1s ease; }
  147.  
  148. #efeitos img:hover { -webkit-filter:grayscale(0); }
  149.  
  150. blockquote {
  151. padding-left:5px;
  152. border-left:0px solid;
  153. max-width:390px;
  154. }
  155.  
  156. blockquote blockquote {
  157. padding-left:5px;
  158. border-left:0px solid;
  159. max-width:380px;
  160. }
  161.  
  162. #posttitle {
  163. width:500px;
  164. font-family:'Pompiere', cursive;
  165. font-size:25px;
  166. line-height:130%;
  167. padding:8px 0;
  168. }
  169.  
  170. #entries {
  171. padding:30px 50px;
  172. width:500px;
  173. margin-top:0px;
  174. margin-left:400px;
  175. }
  176.  
  177. #post {
  178. position:relative;
  179. width:500px;
  180. margin-bottom:20px;
  181. -ms-word-break: break-all;
  182. word-break: break-all;
  183. word-break: break-word;
  184. -webkit-hyphens: auto;
  185. -moz-hyphens: auto;
  186. -ms-hyphens: auto;
  187. hyphens: auto;
  188. }
  189.  
  190.  
  191.  
  192. /*post info and tags*/
  193.  
  194.  
  195. #info {
  196.  
  197. margin-top:15px;
  198. font-size:10px;
  199. text-align:center;
  200. text-transform:uppercase;
  201. padding:8px;
  202. line-height:150%;
  203. font-family:consolas;
  204. opacity:0;
  205. -webkit-transition: all 1s ease-in-out;
  206. -moz-transition: all 1s ease-in-out;
  207. -o-transition: all 1s ease-in-out;
  208. -ms-transition: all 1s ease-in-out;
  209. transition: all 1s ease-in-out;
  210. }
  211.  
  212. #info a { margin:2px; }
  213.  
  214. #post:hover #info { opacity:10; }
  215.  
  216.  
  217. /*quote*/
  218.  
  219.  
  220. .quote {
  221. text-align:justify;
  222. font-size:13px;
  223. line-height:150%;
  224. margin-top:15px;
  225. letter-spacing:0.5px;
  226. font-family:calibri;
  227. }
  228.  
  229. .source {
  230. text-align:right;
  231. font-size:12px;
  232. padding:5px 0;
  233. font-weight:bold;
  234. }
  235.  
  236.  
  237. /*chat*/
  238.  
  239. .chat ol {
  240. padding:0;
  241. line-height:150%;
  242. list-style:none;
  243. }
  244.  
  245. .line {
  246. border-bottom:1px solid #e6e6e6;
  247. padding:8px 10px;
  248. }
  249.  
  250. .label {
  251. padding-right:3px;
  252. text-transform:uppercase;
  253. font-family:times;
  254. font-size:10px;
  255. font-weight:bold;
  256. }
  257.  
  258.  
  259. /*audio*/
  260.  
  261.  
  262. .cover {
  263. width:134px;
  264. position:relative;
  265. z-index:1
  266. }
  267.  
  268. .playbutton {
  269. width:20px;
  270. height:30px;
  271. overflow:hidden;
  272. position:relative;
  273. z-index:1000;
  274. margin:10px 19px 8px 11px;
  275. }
  276.  
  277. .playbox {
  278. background-color:#000;
  279. position:absolute;
  280. z-index:1000;
  281. margin-top:45px;
  282. margin-left:42px;
  283. -webkit-border-radius:50px;
  284. -moz-border-radius:50px;
  285. border-radius:50px;
  286. opacity:.8;
  287. }
  288.  
  289. .audioinfo {
  290. width:246px;
  291. display:inline-block;
  292. line-height:130%;
  293. position:absolute;
  294. margin-left:20px;
  295. }
  296.  
  297. .track {
  298. font-size:8px;
  299. text-transform:uppercase;
  300. border:1px solid #e6e6e6;
  301. padding:5px 0 5px 10px;
  302. margin-bottom:10px;
  303. }
  304.  
  305.  
  306. /* ask por conjuntar */
  307.  
  308. .admirando01 {
  309. position:absolute;
  310. width:0;
  311. height:0;
  312. border-top:9px solid transparent;
  313. border-bottom:9px solid transparent;
  314. margin:8px 0 0 0;
  315. margin-left:420px;
  316. border-left:9px solid {color:Ask}; }
  317.  
  318. .admirando02 {
  319. width:55px;
  320. border-radius:100px; }
  321.  
  322. .admirando03 {
  323. min-height:30px;
  324. padding:5px 10px;
  325. border-radius:5px;
  326. width:400px;
  327. margin:0 0 3px;
  328. background:{color:Ask}; }
  329.  
  330. .admirando04 {
  331. font-family:'Lora';
  332. font-size:12px;
  333. text-align:left; }
  334.  
  335. .admirando04 a {
  336. color:{color:Link};
  337. font-family:consolas;
  338. text-transform:uppercase;
  339. font-size:11px;
  340. font-weight:bold;
  341. }
  342.  
  343. .admirando04 r {
  344. color:{color:Link}; }
  345.  
  346. .admirando05 {
  347. margin-top:-10px;
  348. margin-bottom:-10px;
  349. text-align:left; }
  350.  
  351. /* fim da ask */
  352.  
  353.  
  354. /*permalinks page*/
  355.  
  356. #viaesource {
  357. display:none;
  358. }
  359.  
  360.  
  361. ol.notes {
  362. padding-left:6%;
  363. padding-bottom:2%;
  364. width:90%;
  365. text-align:center;
  366. list-style-type:decimal-leading-zero;
  367. }
  368.  
  369. ol.notes li.note{
  370. padding:2%;
  371. }
  372.  
  373. ol.notes li.note img.avatar{
  374. width:0px;
  375. height:0px;
  376. }
  377.  
  378. #sidebar {
  379. width:200px;
  380. position:fixed;
  381. margin-left:100px;
  382. margin-top:100px;
  383. }
  384.  
  385. #sidebarimage {
  386. width: 200px;
  387.  
  388. }
  389.  
  390. #sidebarimage img {
  391. width:180px;
  392. border: 4px solid {color:Borda};
  393. -webkit-filter:grayscale(.5); transition:all 1s ease;
  394. }
  395.  
  396. #links {
  397. width: 195px;
  398. padding:3px;
  399. margin-bottom:10px;
  400. margin-left: auto;
  401. margin-right: auto;
  402. text-align: center;
  403. line-height: 200%;
  404. font-weight: normal;
  405. font-size: 14px;
  406. font-family:gabriola;
  407. text-transform: lowercase;
  408. }
  409.  
  410. #links a {
  411. letter-spacing: 1px;
  412. color:{color:Link};
  413. }
  414.  
  415. #links a:hover {
  416. color:{color:Hover};
  417. }
  418.  
  419. #description {
  420. margin-top:10px;
  421. padding:5px;
  422. text-align:center;
  423. width:175px;
  424. margin-left: 6px;
  425. font-family:garamond;
  426. font-size:13px;
  427. letter-spacing: 0px;
  428. line-height: 130%;
  429. }
  430.  
  431.  
  432. @-webkit-keyframes fadeIn {
  433. 0% { opacity: 0; }
  434. 100% { opacity: 1; }
  435. }
  436. @-moz-keyframes fadeIn {
  437. 0% { opacity: 0;}
  438. 100% { opacity: 1; }
  439. }
  440. @-o-keyframes fadeIn {
  441. 0% { opacity: 0; }
  442. 100% { opacity: 1; }
  443. }
  444. @keyframes fadeIn {
  445. 0% { opacity: 0; }
  446. 100% { opacity: 1; }
  447. }
  448.  
  449. .fadeIn {
  450. -webkit-animation: fadeIn 3s ease-in-out;
  451. -moz-animation: fadeIn 3s ease-in-out;
  452. -o-animation: fadeIn 3s ease-in-out;
  453. animation: fadeIn 3s ease-in-out;
  454. }
  455.  
  456.  
  457.  
  458. {CustomCSS}
  459.  
  460. </style>
  461.  
  462. <script type="text/javascript"
  463. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  464.  
  465. <script type="text/javascript" src="http://static.tumblr.com/dxaermv/g53naojb1/rolageminfinita.js"></script>
  466.  
  467. {block:IfRolagemSuave}<script type='text/javascript' src='http://static.tumblr.com/dxaermv/Pp0n930hq/scroll_suave.js'></script>{/block:IfRolagemSuave}
  468.  
  469. </head>
  470.  
  471. <body ondragstart='return false' class="fadeIn">
  472.  
  473. <div id="sidebar">
  474.  
  475. <div id="links">
  476. {block:IfLink1}<a href="{text:Link1}">{text:Link1 Title}</a> &nbsp;&nbsp;&nbsp;{/block:IfLink1}
  477. {block:IfLink2}<a href="{text:Link2}">{text:Link2 Title}</a> &nbsp;&nbsp;&nbsp;{/block:IfLink2}
  478. {block:IfLink3}<a href="{text:Link3}">{text:Link3 Title}</a> &nbsp;&nbsp;&nbsp;{/block:IfLink3}
  479. {block:IfLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:IfLink4}
  480. </div>
  481.  
  482. <div id="sidebarimage">
  483. <center><img src="{image:sidebar}"></center>
  484. </div>
  485.  
  486. <div id="description">
  487. {description}<br>
  488. </div>
  489.  
  490. </div>
  491.  
  492.  
  493.  
  494. <div id="entries">
  495.  
  496. <div class = "autopagerize_page_element" >
  497. {block:Posts}
  498. <div id="post">
  499.  
  500. {block:Text}
  501. {block:Title}
  502. <div id="posttitle">{Title}</div>
  503. {/block:Title}
  504. <div id="text">{Body}</div>
  505. {/block:Text}
  506.  
  507. <div id="efeitos">
  508. {block:Photo}
  509. {LinkOpenTag}
  510. <img src="{PhotoURL-500}" style="width:500px;">
  511. {LinkCloseTag}
  512. {block:PermalinkPage}
  513. {block:Caption}{Caption}
  514. {/block:Caption}
  515. {/block:PermalinkPage}
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. {Photoset-500}
  520. {block:Caption}
  521. {Caption}
  522. {/block:Caption}
  523. {/block:Photoset}</div>
  524.  
  525. {block:Quote}
  526. <div class="quote">{Quote}</div>
  527. {block:Source}
  528. <div class="source">—&nbsp;&nbsp;{Source}</div>
  529. {/block:Source}
  530. {/block:Quote}
  531.  
  532. {block:Link}
  533. <div id="posttitle">
  534. <a href="{URL}" {Target}>{Name}</a></div>
  535. {block:Description}
  536. {Description}
  537. {/block:Description}
  538. {/block:Link}
  539.  
  540. {block:Chat}
  541. {block:Title}
  542. <div id="posttitle">{Title}</div>
  543. {/block:Title}
  544. <div class="chat"><ol>
  545. {block:Lines}
  546. <li class="line">
  547. {block:Label}
  548. <span class="label">{Label}</span>
  549. {/block:Label}
  550. {Line}</li>
  551. {/block:Lines}</ol></div>
  552. {/block:Chat}
  553.  
  554. {block:Video}
  555. {Video-500}
  556. {block:Caption}
  557. {Caption}
  558. {/block:Caption}
  559. {/block:Video}
  560.  
  561. {block:Answer}
  562. <div class="admirando01"></div>
  563. <img class="admirando02" src="{AskerPortraitURL-64}" align="right">
  564. <div class="admirando03">
  565. <div class="admirando04"><r>{Asker}</r> disse:</div>{Question}</div>
  566. <br><div class="admirando05">{Answer}</div>
  567. {/block:Answer}
  568.  
  569. {block:Audio}
  570. <div class="playbox">
  571. <div class="playbutton">
  572. {block:AudioPlayer}
  573. {AudioPlayerBlack}
  574. {/block:AudioPlayer}</div></div>
  575. {block:AlbumArt}
  576. <img src="{AlbumArtURL}" class="cover">
  577. {/block:AlbumArt}
  578. <div class="audioinfo">
  579. {block:TrackName}
  580. <div class="track">{TrackName}</div>
  581. {/block:TrackName}
  582. {block:Artist}
  583. <div class="track">{Artist}</div>
  584. {/block:Artist}
  585. {block:Album}
  586. <div class="track">{Album}</div>
  587. {/block:Album}
  588. <div class="track">
  589. {FormattedPlayCount}</div>
  590. </div>
  591. {/block:Audio}
  592.  
  593. <div id="info">
  594. {block:IndexPage}<a href="{Permalink}">{NoteCountWithLabel}</a> <font color="#dcecf5">♥&nbsp;</font> <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IndexPage}
  595. </div>
  596. </div>
  597.  
  598. {block:PostNotes}<div id="viaesource">
  599. {block:PermalinkPage}<center>{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  600. {block:ContentSource}<a href="{SourceURL}">/ source</a>{/block:ContentSource}</center></div>{/block:PermalinkPage}{PostNotes}{/block:PostNotes}
  601. {/block:Posts}</div>
  602.  
  603.  
  604. </div>
  605.  
  606. <!--- CRÉDITOS --->
  607.  
  608. <a style="position:fixed; color:#fff; left:5px;background:rgba(0,0,0,0.2);border-radius:40px;width:20px;height:20px;line-height:20px;text-align:center;top:5px;font-family:georgia;font-weight:bold;font-size:10px;" href="http://proezas.tumblr.com" target="_blank" rel="creditos" class="poplight" title="Theme by Proezas.">P</a>
  609.  
  610. <!--- FIM DOS CRÉDITOS --->
  611.  
  612. <div style="bottom:0px; right:-10px; position:fixed; opacity:0;">
  613. <script language="JavaScript">
  614. var ref = (''+document.referrer+'');
  615. var w_h = window.screen.width + " x " + window.screen.height;
  616. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3881250&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  617. </script>
  618. </div>
  619.  
  620. </body>
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement