Advertisement
luxuosei

theme 13

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