Advertisement
luxuosei

theme 11

Mar 9th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.34 KB | None | 0 0
  1. <!--- ┏┓╋╋┏━┓┏━┳━━━┓
  2. ┃┃╋╋┗┓┗┛┏┫┏━┓┃
  3. ┃┃╋╋╋┗┓┏┛┃┗━━┓
  4. ┃┃╋┏┓┏┛┗┓┗━━┓┃
  5. ┃┗━┛┣┛┏┓┗┫┗━┛┃
  6. ┗━━━┻━┛┗━┻━━━┛
  7.  
  8. NÃO USE COMO BASE, SEJA ORIGINAL E NÃO UMA CÓPIA ---->
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20.  
  21. <meta name="color:background" content="#ffffff" />
  22. <meta name="image:background" content="" />
  23. <meta name="color:text" content="#000" />
  24. <meta name="color:link" content="#000" />
  25. <meta name="color:hover" content="#000" />
  26.  
  27. <meta name="color:frase" content="#000" />
  28.  
  29.  
  30. <meta name="image:foto" content="" />
  31. <meta name="text:frase" content="frase aqui" />
  32.  
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="link" />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Title" content="link" />
  37. <meta name="text:Link3" content="/" />
  38. <meta name="text:Link3 Title" content="link" />
  39. <meta name="text:Link4" content="/" />
  40. <meta name="text:Link4 Title" content="link" />
  41.  
  42.  
  43. <meta name="if:Uma Coluna" content="0"/>
  44. <meta name="if:Tres Colunas" content="0"/>
  45.  
  46.  
  47. <title>{Title}</title>
  48. <link rel="shortcut icon" href="{Favicon}">
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}
  51. <meta name="description" content="{MetaDescription}" />
  52. {/block:Description}
  53.  
  54.  
  55.  
  56. <script>
  57. function click() {
  58. if (event.button==2||event.button==3) {
  59. oncontextmenu='return false';
  60. }
  61. }
  62. document.onmousedown=click
  63. document.oncontextmenu = new Function("return false;")
  64. </script>
  65.  
  66.  
  67. </head>
  68.  
  69.  
  70. <style type="text/css">
  71. body {background-color:{color:background}; font-family:tahoma; font-size:10px; color:{color:text}; background:url('{image:background}'); background-repeat:no-repeat; background-image:fixed;}
  72. h1 {font-family:tahoma;text-align:center;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal;}
  73.  
  74. #entry {width:640px; margin-top:20px; margin-left:370px;;position:relative;{block:IfTresColunas}width:900px;{/block:IfTresColunas};{block:IfUmaColuna}width:500px;{/block:IfUmaColuna}}
  75.  
  76.  
  77. #container {width:1000px; margin:0px auto 0px auto;}
  78.  
  79. .posts {-webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; width:250px; padding:10px; margin-top:15px; margin-right:15px;position:relative; float:left;;padding:3px;{block:PermalinkPage}width:400px;{/block:PermalinkPage};{block:IfUmaColuna}width:450px; padding:5px; float:left; margin-top:5px; text-align:justify;{/block:IfUmaColuna}}
  80.  
  81.  
  82. .posts img {max-width: 250px; margin-bottom: 0px;{block:PermalinkPage}max-width:450px; padding:0px;{/block:PermalinkPage};-webkit-filter: grayscale(0%); opacity:0.9;{block:IfUmaColuna}max-width: 420px;{/block:IfUmaColuna}}
  83.  
  84. .posts img:hover {-webkit-filter: grayscale(0%);opacity:1;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
  85.  
  86.  
  87. .photoset{max-width:550px;}
  88.  
  89.  
  90. a {color:{color:link};text-decoration:none;}
  91. a:hover{color:{color:hover};text-decoration:none}
  92. p {margin: 6px 0 0 0}
  93.  
  94. blockquote {text-decoration:none;border-left: 4px solid {color:text};padding-left:4px;}
  95. blockquote img{max-width: 470px!important}
  96.  
  97. iframe#tumblr_controls {
  98. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  99.  
  100. ::-webkit-scrollbar{width:3px;height:0px;}
  101. ::-webkit-scrollbar-button:start:decrement
  102. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  103. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  104. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};-webkit-border-radius:px;}
  105.  
  106. /** ol notes por omg - duda**/
  107. .ol {text-align:left;font-family:arial;font-size:9px;width:380px;border-bottom:1px solid #f0f0f0;padding-bottom:2px;margin-top:10px;-webkit-transition: all 0.8s ease-out;}
  108.  
  109. .ol:hover {padding-left: 20px;-webkit-transition: all 0.8s ease-out;}
  110.  
  111. .ol a{color:{color: text};text-align:left;font-family:arial;font-size:9px;}
  112.  
  113. .image {text-align: center; border: 0px}
  114. .image img {width: 400px; margin-bottom: 2px;}
  115.  
  116. #notes ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  117. #notes li {background:#f0f0f0;margin: 2px 2px 2px 09px;padding: 5px 0 10px 0;font-size: 11px; text-indent : 8px;-webkit-transition-duration: .50s; float: left; padding: 5px;width: 387px;margin-top:5px;margin-left:1px;text-align:left;color:{color:text};}
  118. #notes li:hover {font-size: 11px;position: relative; text-indent : 15px;}
  119. #notes li img {width: auto;padding: 2px; background: #fff; border: 3px solid #fff;display: block;float: left; margin: 0 5px 5px 0;}
  120.  
  121. .pquote {;text-align:justify; ; font-family:tahoma;text-align:left;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal; }
  122. .pquotesource {text-align:left;margin-bottom:0px;font-family:tahoma; font-size:9px; }
  123.  
  124. .pergunta{text-align:justify;color:{color:text};font-family:tahoma;font-size:10px;padding:3px;background:#eee;}
  125. .resposta{text-align:justify;padding:2px;}
  126.  
  127. .posts:hover #info {opacity:1; z-index:9; font-size:9px; text-transform:lowercase; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;text-transform:uppercase;margin-top:4px;}
  128.  
  129. #info {text-transform:uppercase;padding:0px; width:248px; height:auto; background-color:#fff;; text-align:right; position: absolute; opacity:0;font-family:verdana;color:{color:text};font-size:9px; text-transform:lowercase;;display:block; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;margin-top:4px; margin-left:3px;}
  130.  
  131. #info a {font-family:verdana;color:{color:text};font-size:8.8px; text-transform:lowercase;;}
  132.  
  133. #permalinks {width:400px; padding:18px; z-index:10; text-align:left; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; }
  134.  
  135.  
  136.  
  137. .vsanna{display:none;}
  138.  
  139.  
  140. #credito{font-family:Gabriola;font-size:11px;position:fixed;bottom:30px;padding:8px;color:{color:text};overflow:hidden;height:8px;text-transform:uppercase;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;text-align:center ;right:14px;letter-spacing:1px;}
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147. #tumblr_controls{position: fixed!important}
  148. #tumblr_controls{position: fixed!important}
  149. #tumblr_controls{position: fixed!important}
  150. #tumblr_controls{position: fixed!important}
  151. .tumblrAutoPager_page_separator,
  152. .tumblrAutoPager_page_info {display:none;}
  153.  
  154. #sidebar{position:fixed;margin-left:170px;margin-top:30px;width:190px;height:260px;;}
  155.  
  156. #fotinha{position:fixed;margin-left:30px;margin-top:10px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;}
  157. #fotinha img{width:141px;height:179px;;}
  158.  
  159. #frase{position:fixed;margin-left:30px;margin-top:199px;font-family:verdana;font-size:8.5px;color:{color:frase};width:141px;text-align:center;text-decoration:none;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:1;background:#fff;letter-spacing:1px;}
  160.  
  161. #sidebar:hover #frase{opacity:0;margin-top:180px;}
  162.  
  163. #thae{position:fixed;margin-top:198px;margin-left:157px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;}
  164. #thae img{width:14px;}
  165. #sidebar:hover #thae{ -webkit-animation-name: thae; animation-name: thae;
  166. -webkit-animation-duration: 1s;animation-duration: 1s; -webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-iteration-count: 1; animation-iteration-count: 1;}
  167. #sidebar:hover #thae{opacity:1;}
  168.  
  169. #links{position:fixed;width:124px;background:#fff;margin-top:199px;margin-left:20px;text-align:center;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;}
  170. #links a{font-family:verdana;font-size:8.5px;text-align:center;line-height:14px;width:29px;height:12px;display:inline-block;float:left;background:;color:{color:frase};margin:1px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in}
  171. #sidebar:hover #links{opacity:1;margin-top:199px;margin-left:30px;}
  172. #links a:hover{background:{color:frase};color:#fff;-webkit-transform:rotateX(360deg)}
  173.  
  174.  
  175. @-webkit-keyframes thae {16.65% {-webkit-transform: translateX(8px);transform: translateX(8px);} 33.3% {-webkit-transform: translateX(-6px);transform: translateX(-6px); } 49.95% {-webkit-transform: translateX(4px); transform: translateX(4px);} 66.6% {-webkit-transform: translateX(-2px);transform: translateX(-2px);} 83.25% {-webkit-transform: translateX(1px); transform: translateX(1px); } 100% {-webkit-transform: translateX(0); transform: translateX(0); } }
  176.  
  177. @keyframes thae { 16.65% {-webkit-transform: translateX(8px);transform: translateX(8px);} 33.3% {-webkit-transform: translateX(-6px);transform: translateX(-6px);} 49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); } 66.6% {-webkit-transform: translateX(-2px);transform: translateX(-2px); } 83.25% {-webkit-transform: translateX(1px);transform: translateX(1px);} 100% { -webkit-transform: translateX(0);transform: translateX(0); }
  178.  
  179.  
  180. </style>
  181.  
  182.  
  183.  
  184. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  185.  
  186.  
  187.  
  188.  
  189.  
  190. <div id="sidebar">
  191.  
  192. <div id="fotinha"><img src="{image:foto}"></div>
  193. <div id="frase">{text:frase}</div>
  194. <div id="thae"><img src="http://static.tumblr.com/7cjwmpx/9cinkymv2/volcom-logo-hd-picture-wallpaper.jpg"></div>
  195.  
  196. <div id="links">
  197. <a href="{text:Link1}">{text:Link1 Title}</a>
  198. <a href="{text:Link2}">{text:Link2 Title}</a>
  199. <a href="{text:Link3}">{text:Link3 Title}</a>
  200. <a href="{text:Link4}">{text:Link4 Title}</a>
  201.  
  202. </div>
  203.  
  204.  
  205. </div>
  206.  
  207. <div id="entry">
  208.  
  209.  
  210. {block:Posts}
  211. <div class="posts">
  212.  
  213.  
  214.  
  215.  
  216.  
  217. {block:Text}
  218. {block:Title}{Title}{/block:Title}
  219. {body}
  220. {block:date} <div id="info">
  221. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  222. </div>{/block:date}
  223. {/block:Text}
  224.  
  225.  
  226.  
  227. {block:Photo}
  228.  
  229. {block:IndexPage}
  230. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  231. {block:date} <div id="info">
  232. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  233. </div>{/block:date}{/block:indexPage}
  234.  
  235. {block:Caption}{Caption}{/block:Caption}
  236. {/block:Photo}
  237.  
  238.  
  239. {block:Photoset}
  240. <center>
  241. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  242. {block:Caption}{Caption}{/block:Caption}
  243. {block:date} <div id="info">
  244. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  245. </div>{/block:date}{/block:IndexPage}
  246. {/block:Photoset}
  247.  
  248.  
  249.  
  250. {block:Quote}
  251. <div class="pquote">{Quote}</div>
  252. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  253. {/block:Source}
  254. {block:date} <div id="info">
  255. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  256. </div>{/block:date}
  257. {/block:Quote}
  258.  
  259. {block:Answer}
  260. <div class="pergunta"><font color="{color:ask}"></font><b>{Asker}</b>: {Question}</div>
  261. <div class="resposta">{Answer}</div>
  262. {block:date} <div id="info">
  263. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount}/ {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  264. </div>{/block:date}
  265. {/block:Answer}
  266.  
  267. {block:Link}
  268. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  269. {block:Description} {Description}{/block:Description}
  270. {block:date} <div id="info">
  271. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  272. </div>{/block:date}
  273. {/block:Link}
  274.  
  275.  
  276. {block:Chat}
  277. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  278. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  279. {block:date} <div id="info">
  280. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  281. </div>{/block:date}
  282. {block:Chat}
  283.  
  284.  
  285.  
  286. {block:Video}
  287. {Video-500}
  288. {block:Caption}{Caption}{/block:Caption}
  289. {block:date} <div id="info">
  290. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  291. </div>{/block:date}
  292. {/block:Video}
  293.  
  294.  
  295. {block:Audio}
  296. {AudioPlayerGrey}
  297. {block:TrackName}{TrackName}{/block:TrackName}
  298. {block:Artist}{Artist}{/block:Artist}
  299. {block:Album}{Album}{/block:Album}
  300. {block:PlayCount}{PlayCount}{/block:PlayCount}
  301. {block:Caption}{Caption}{/block:Caption}
  302. {block:date} <div id="info">
  303. <a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} / {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:IndexPage}<a href="{ReblogUrl}" target="_blank"> reblog</a>{/block:IndexPage}
  304. </div>{/block:date}
  305. {/block:Audio}
  306.  
  307.  
  308.  
  309. <div class="vsanna">
  310. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  311. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  312. </div>
  313.  
  314. </div>
  315. {/block:Posts}
  316.  
  317.  
  318.  
  319.  
  320. {block:PostNotes}<div id="permalinks">{TimeAgo}{NoteCountWithLabel}{block:HasTags}{block:Tags}<a href="{TagURL}" style="margin-right:5px;">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PostNotes}{/block:posts}
  321.  
  322. {/block:Posts}
  323.  
  324.  
  325.  
  326. </div></div>
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. <div id="credito">
  335. <a href="http://luxuosei.tumblr.com/theminhos"><b>L</b>uxuosei<font color="#5B5B5B">❋</font></a>
  336. </a>
  337. </div>
  338.  
  339.  
  340.  
  341. </div>
  342.  
  343. </div>
  344.  
  345. </body>
  346.  
  347.  
  348.  
  349. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  350. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  351. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  352. <script type="text/javascript">
  353. $(window).load(function () {
  354. $('#entry').masonry(),
  355. $('.masonryWrap').infinitescroll({
  356. navSelector : "div#navigation",
  357. nextSelector : "div#navigation a#nextPage",
  358. itemSelector : ".posts",
  359. bufferPx : 10000,
  360. extraScrollPx: 11000,
  361. loadingImg : "",
  362. loadingText : "<i> </i>",
  363. },
  364. // call masonry as a callback.
  365. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  366. );
  367. });
  368. </script>
  369.  
  370.  
  371.  
  372.  
  373. {block:IndexPage}
  374. <div class="column navigation" id="navigation">
  375.  
  376. {block:Pagination}
  377. {block:PreviousPage}
  378. <a href="{PreviousPage}" class="navigate">
  379. {/block:PreviousPage}
  380. {block:PreviousPage}</a>{/block:PreviousPage}
  381.  
  382. {block:NextPage}
  383. <a href="{NextPage}" class="navigate" id="nextPage">
  384. {/block:NextPage}
  385. {block:NextPage}</a>{/block:NextPage}
  386. {/block:Pagination}
  387.  
  388. </div>
  389. {/block:IndexPage}
  390.  
  391.  
  392.  
  393.  
  394.  
  395. </div></div></div></div>
  396.  
  397. <br></center></div></div></div></div></div></div>
  398. </div></div></div></div>
  399.  
  400. <br></center></div></div></div></div></div></div>
  401.  
  402. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement