Advertisement
luxuosei

theme 37

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