Advertisement
luxuosei

theme 09

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