Advertisement
luxuosei

theme 12

Mar 9th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 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. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  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. <script>
  56. function click() {
  57. if (event.button==2||event.button==3) {
  58. oncontextmenu='return false';
  59. }
  60. }
  61. document.onmousedown=click
  62. document.oncontextmenu = new Function("return false;")
  63. </script>
  64.  
  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:127px;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:199px;margin-left:159px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:1;}
  164. #thae img{width:13px;}
  165. #sidebar:hover #thae{margin-left:100px;opacity:0;}
  166.  
  167. #links{position:fixed;width:141px;background:#fff;margin-top:180px;margin-left:30px;text-align:center;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;font-family:verdana;font-size:8.5px;text-align:center;background:;color:{color:frase};;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;text-shadow: 9px 0px 0px transparent;}
  168. #links a:hover {text-decoration:underline;}
  169. #sidebar:hover #links{-webkit-transform:rotateX(360deg);opacity:1;margin-top:197px;}
  170.  
  171. </style>
  172.  
  173.  
  174.  
  175. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  176.  
  177.  
  178.  
  179.  
  180.  
  181. <div id="sidebar">
  182.  
  183. <div id="fotinha"><img src="{image:foto}"></div>
  184. <div id="frase">{text:frase}</div>
  185. <div id="thae"><img src="http://static.tumblr.com/7cjwmpx/MyAnkypuu/gucci.png"></div>
  186.  
  187. <div id="links">
  188. <a href="{text:Link1}">{text:Link1 Title}</a> ✦
  189. <a href="{text:Link2}">{text:Link2 Title}</a> ✦
  190. <a href="{text:Link3}">{text:Link3 Title}</a> ✦
  191. <a href="{text:Link4}">{text:Link4 Title}</a>
  192. </div>
  193.  
  194.  
  195. </div>
  196.  
  197. <div id="entry">
  198.  
  199.  
  200. {block:Posts}
  201. <div class="posts">
  202.  
  203.  
  204.  
  205.  
  206.  
  207. {block:Text}
  208. {block:Title}{Title}{/block:Title}
  209. {body}
  210. {block:date} <div id="info">
  211. <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}
  212. </div>{/block:date}
  213. {/block:Text}
  214.  
  215.  
  216.  
  217. {block:Photo}
  218.  
  219. {block:IndexPage}
  220. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  221. {block:date} <div id="info">
  222. <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}
  223. </div>{/block:date}{/block:indexPage}
  224.  
  225. {block:Caption}{Caption}{/block:Caption}
  226. {/block:Photo}
  227.  
  228.  
  229. {block:Photoset}
  230. <center>
  231. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  232. {block:Caption}{Caption}{/block:Caption}
  233. {block:date} <div id="info">
  234. <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}
  235. </div>{/block:date}{/block:IndexPage}
  236. {/block:Photoset}
  237.  
  238.  
  239.  
  240. {block:Quote}
  241. <div class="pquote">{Quote}</div>
  242. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  243. {/block:Source}
  244. {block:date} <div id="info">
  245. <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}
  246. </div>{/block:date}
  247. {/block:Quote}
  248.  
  249. {block:Answer}
  250. <div class="pergunta"><font color="{color:ask}"></font><b>{Asker}</b>: {Question}</div>
  251. <div class="resposta">{Answer}</div>
  252. {block:date} <div id="info">
  253. <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}
  254. </div>{/block:date}
  255. {/block:Answer}
  256.  
  257. {block:Link}
  258. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  259. {block:Description} {Description}{/block:Description}
  260. {block:date} <div id="info">
  261. <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}
  262. </div>{/block:date}
  263. {/block:Link}
  264.  
  265.  
  266. {block:Chat}
  267. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  268. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  269. {block:date} <div id="info">
  270. <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}
  271. </div>{/block:date}
  272. {block:Chat}
  273.  
  274.  
  275.  
  276. {block:Video}
  277. {Video-500}
  278. {block:Caption}{Caption}{/block:Caption}
  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:Video}
  283.  
  284.  
  285. {block:Audio}
  286. {AudioPlayerGrey}
  287. {block:TrackName}{TrackName}{/block:TrackName}
  288. {block:Artist}{Artist}{/block:Artist}
  289. {block:Album}{Album}{/block:Album}
  290. {block:PlayCount}{PlayCount}{/block:PlayCount}
  291. {block:Caption}{Caption}{/block:Caption}
  292. {block:date} <div id="info">
  293. <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}
  294. </div>{/block:date}
  295. {/block:Audio}
  296.  
  297.  
  298.  
  299. <div class="vsanna">
  300. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  301. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  302. </div>
  303.  
  304. </div>
  305. {/block:Posts}
  306.  
  307.  
  308.  
  309.  
  310. {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}
  311.  
  312. {/block:Posts}
  313.  
  314.  
  315.  
  316. </div></div>
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324. <div id="credito">
  325. <a href="http://luxuosei.tumblr.com/theminhos"><b>L</b>uxuosei<font color="#5B5B5B">❋</font></a>
  326. </a>
  327. </div>
  328.  
  329.  
  330.  
  331. </div>
  332.  
  333. </div>
  334.  
  335. </body>
  336.  
  337.  
  338.  
  339. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  340. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  341. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  342. <script type="text/javascript">
  343. $(window).load(function () {
  344. $('#entry').masonry(),
  345. $('.masonryWrap').infinitescroll({
  346. navSelector : "div#navigation",
  347. nextSelector : "div#navigation a#nextPage",
  348. itemSelector : ".posts",
  349. bufferPx : 10000,
  350. extraScrollPx: 11000,
  351. loadingImg : "",
  352. loadingText : "<i> </i>",
  353. },
  354. // call masonry as a callback.
  355. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  356. );
  357. });
  358. </script>
  359.  
  360.  
  361.  
  362.  
  363. {block:IndexPage}
  364. <div class="column navigation" id="navigation">
  365.  
  366. {block:Pagination}
  367. {block:PreviousPage}
  368. <a href="{PreviousPage}" class="navigate">
  369. {/block:PreviousPage}
  370. {block:PreviousPage}</a>{/block:PreviousPage}
  371.  
  372. {block:NextPage}
  373. <a href="{NextPage}" class="navigate" id="nextPage">
  374. {/block:NextPage}
  375. {block:NextPage}</a>{/block:NextPage}
  376. {/block:Pagination}
  377.  
  378. </div>
  379. {/block:IndexPage}
  380.  
  381.  
  382.  
  383.  
  384.  
  385. </div></div></div></div>
  386.  
  387. <br></center></div></div></div></div></div></div>
  388. </div></div></div></div>
  389.  
  390. <br></center></div></div></div></div></div></div>
  391.  
  392. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement