Advertisement
luxuosei

theme 52

May 30th, 2015
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.93 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="#FFF0F8" />
  27. <meta name="color:ask" content="#FFF0F8" />
  28. <meta name="color:frase" content="#696969" />
  29. <meta name="color:borda" content="#6a6a6a" />
  30. <meta name="color:simb" content="#FFF0F8" />
  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. <script>
  50. function click() {
  51. if (event.button==2||event.button==3) {
  52. oncontextmenu='return false';
  53. }
  54. }
  55. document.onmousedown=click
  56. document.oncontextmenu = new Function("return false;")
  57. </script>
  58.  
  59. </head>
  60.  
  61.  
  62. <style type="text/css">
  63. 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;}
  64. h1 {font-family:century gothic;text-align:center;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal;}
  65.  
  66. #entry {width:640px; margin-top:20px; margin-left:370px;;position:relative;{block:IfTresColunas}width:900px;{/block:IfTresColunas};{block:IfUmaColuna}width:500px;{/block:IfUmaColuna}}
  67.  
  68.  
  69. #container {width:1000px; margin:0px auto 0px auto;}
  70.  
  71. .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}}
  72.  
  73.  
  74. .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}}
  75.  
  76. .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;}
  77.  
  78.  
  79. .photoset{max-width:550px;}
  80.  
  81.  
  82. a {color:{color:link};text-decoration:none;}
  83. a:hover{color:{color:link};text-decoration:none}
  84. p {margin: 6px 0 0 0}
  85.  
  86. blockquote {text-decoration:none;background:#F5F5F5;padding-left:4px;border:1px solid #D9D9D9;padding:8px;}
  87. blockquote img{max-width: 470px!important}
  88.  
  89.  
  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:10px;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:scrollbar};-webkit-border-radius:px;}
  99.  
  100.  
  101.  
  102. .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;}
  103. .pquote {;text-align:justify; ; font-family:cambria;text-align:left;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal; }
  104. .pquotesource {text-align:right;margin-bottom:0px;font-family:cambria; font-size:9px; }
  105.  
  106.  
  107. .pergunta2{;color:{color:text};font-family:cambria;font-size:10px;padding:5px;background:;border:1px solid #eee;text-transform:lowercase;padding:px;outline-offset: 1px; outline: dotted 1px #eee;}
  108. .florz{color:{color:ask};font-family:sofia;position:absolute;margin-left:104px;margin-top:-10px;font-size:12px;text-decoration:none;text-decoration:lowercase;font-style:normal;text-shadow:0px 1px 0px #000;background:#fff;}
  109.  
  110. .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;}
  111.  
  112. #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}
  113.  
  114. #info a {font-family:verdana;color:{color:text};font-size:8.8px; text-transform:lowercase;;}
  115.  
  116. #permalinks {width:400px; padding:18px; z-index:10; text-align:left; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; }
  117.  
  118.  
  119.  
  120. .vsanna{display:none;}
  121.  
  122.  
  123. #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;}
  124.  
  125.  
  126.  
  127.  
  128. #tumblr_controls{position: fixed!important}
  129. #tumblr_controls{position: fixed!important}
  130. #tumblr_controls{position: fixed!important}
  131. #tumblr_controls{position: fixed!important}
  132. .tumblrAutoPager_page_separator,
  133. .tumblrAutoPager_page_info {display:none;}
  134.  
  135.  
  136.  
  137. #sidebar{position:fixed;margin-left:170px;margin-top:30px;width:190px;height:225px;}
  138.  
  139. #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;}
  140. #fotinha img{width:141px;height:179px;}
  141. #sidebar:hover #fotinha{-webkit-filter: grayscale(1);}
  142.  
  143. #frase{position:fixed;margin-left:44px;margin-top:190px;font-family:cambria;font-size:9.9px;color:{color:frase};width:131px;text-align:center;text-decoration:none;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity;}
  144. #sidebar:hover #frase{box-shadow:inset 131px 0px 0px {color:borda};;color:#fff;text-shadow: 0 1px 0px #000;border-bottom:2px solid {color:borda};margin-top:188px;}
  145.  
  146. #borda{margin-top:4px;margin-left:30px;border:4px solid {color:borda};outline-offset: -7px; outline: double 3px {color:simb};width:137px;height:176px;position:fixed;}
  147.  
  148. #flor{position:fixed;width:15px;height:15px;background:{color:borda};color:{color:simb};font-size:13px;text-decoration:none;font-family:sofia;margin-top:187px;margin-left:30px;text-align:center;line-height:15px;border-radius:0px 10px 10px 0px;;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in}
  149. #sidebar:hover #flor{border-radius:0px;height:14px;width:14px;}
  150.  
  151. #sidebar:hover #menu{opacity:1;}
  152. #sidebar:hover #menu a{-webkit-transform:rotateX(360deg)}
  153. #menu{margin-left:65px;margin-top:57px;position:fixed;width:100px;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;}
  154. #menu a{display:inline-block;float:left;width:55px;height:11px;color:#fff;;text-align:center;line-height:10px;font-family:cambria;font-size:9.2px;letter-spacing:1px;margin:6px;background: rgba(255,255,255,.3);border:1px solid {color:borda};outline-offset: 2px; outline: ridge 3px {color:simb};-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in}
  155. #menu a:hover{;background:{color:simb};border:1px solid transparent;text-shadow: 0 1px 0 #000;-webkit-animation:1s linear 1 tadab;
  156. -moz-animation:1s linear 1 tadab;
  157. -o-animation:1s linear 1 tadab;
  158. animation:1s linear 1 tadab;}
  159.  
  160. @-webkit-keyframes tadab {
  161. 0% {
  162. -webkit-transform: scale(1);
  163. opacity: 0;
  164. }
  165. 10%, 20% {
  166. -webkit-transform: scale(0.9) rotate(-3deg);
  167. opacity: 0.1;
  168. }
  169. 30%, 50%, 70%, 90% {
  170. -webkit-transform: scale(1.1) rotate(3deg);
  171. opacity: 0.4;
  172. }
  173. 40%, 60%, 80% {
  174. -webkit-transform: scale(1.1) rotate(-3deg);
  175. opacity: 0.7;
  176. }
  177. 100% {
  178. -webkit-transform: scale(1) rotate(0);
  179. opacity:1;
  180. }
  181. }
  182.  
  183. @-moz-keyframes tadab {
  184. 0% {
  185. -moz-transform: scale(1);
  186. opacity: 0;
  187. }
  188. 10%, 20% {
  189. -moz-transform: scale(0.9) rotate(-3deg);
  190. opacity: 0.1;
  191. }
  192. 30%, 50%, 70%, 90% {
  193. -moz-transform: scale(1.1) rotate(3deg);
  194. opacity: 0.4;
  195. }
  196. 40%, 60%, 80% {
  197. -moz-transform: scale(1.1) rotate(-3deg);
  198. opacity: 0.7;
  199. }
  200. 100% {
  201. -moz-transform: scale(1) rotate(0);
  202. opacity: 1;
  203. }
  204. }
  205.  
  206. @-o-keyframes tadab {
  207. 0% {
  208. -o-transform: scale(1);
  209. opacity: 0;
  210. }
  211. 10%, 20% {
  212. -o-transform: scale(0.9) rotate(-3deg);
  213. opacity: 0.1;
  214. }
  215. 30%, 50%, 70%, 90% {
  216. -o-transform: scale(1.1) rotate(3deg);
  217. opacity: 0.4;
  218. }
  219. 40%, 60%, 80% {
  220. -o-transform: scale(1.1) rotate(-3deg);
  221. opacity: 0.7;
  222. }
  223. 100% {
  224. -o-transform: scale(1) rotate(0);
  225. opacity: 1;
  226. }
  227. }
  228.  
  229. @keyframes tadab {
  230. 0% {
  231. transform: scale(1);
  232. opacity: 0;
  233. }
  234. 10%, 20% {
  235. transform: scale(0.9) rotate(-3deg);
  236. opacity: 0.1;
  237. }
  238. 30%, 50%, 70%, 90% {
  239. transform: scale(1.1) rotate(3deg);
  240. opacity: 0.4;
  241. }
  242. 40%, 60%, 80% {
  243. transform: scale(1.1) rotate(-3deg);
  244. opacity: 0.7;
  245. }
  246. 100% {
  247. transform: scale(1) rotate(0);
  248. opacity: 1;
  249. }
  250. }
  251.  
  252. </style>
  253.  
  254. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  255.  
  256.  
  257.  
  258.  
  259. <div id="sidebar">
  260.  
  261. <div id="fotinha"><img src="{image:foto}"></div>
  262.  
  263. <div id="frase">{text:frase}</div>
  264. <div id="borda"></div>
  265. <div id="flor">✿</div>
  266. <div id="menu">
  267. <a href="{text:Link1}">{text:Link1 Title}</a>
  268. <a href="{text:Link2}">{text:Link2 Title}</a>
  269. <a href="{text:Link3}">{text:Link3 Title}</a>
  270. <a href="{text:Link4}">{text:Link4 Title}</a>
  271. </div>
  272.  
  273. </div>
  274.  
  275. <div id="entry">
  276.  
  277.  
  278. {block:Posts}
  279. <div class="posts">
  280.  
  281.  
  282.  
  283.  
  284.  
  285. {block:Text}
  286. {block:Title}{Title}{/block:Title}
  287. {body}
  288. {block:date} <div id="info">
  289. <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}
  290. </div>{/block:date}
  291. {/block:Text}
  292.  
  293.  
  294. {block:Photo}
  295. {LinkOpenTag}
  296. <div class="imagem"><img src="{PhotoURL-250}"></div>
  297. {block:Caption}{Caption}{/block:Caption}
  298. {block:date} <div id="info">
  299. <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}
  300. </div>{/block:date}
  301. {/block:Photo}
  302.  
  303.  
  304.  
  305. {block:Photoset}
  306. <center>
  307. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  308. {block:Caption}{Caption}{/block:Caption}
  309. {block:date} <div id="info">
  310. <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}
  311. </div>{/block:date}{/block:IndexPage}
  312. {/block:Photoset}
  313.  
  314.  
  315.  
  316. {block:Quote}
  317. <div class="pquote">{Quote}</div>
  318. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  319. {/block:Source}
  320. {block:date} <div id="info">
  321. <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}
  322. </div>{/block:date}
  323. {/block:Quote}
  324.  
  325.  
  326. {block:Answer}
  327. <div class="florz">✿<font color="#ddd"> ✿ </font>✿</div> <div class="pergunta2"> <b>{Asker}</b>: {Question}</div>
  328. <div class="resposta">{Answer}</div>
  329. {block:date} <div id="info">
  330. <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}
  331. </div>{/block:date}
  332. {/block:Answer}
  333.  
  334. {block:Link}
  335. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  336. {block:Description} {Description}{/block:Description}
  337. {block:date} <div id="info">
  338. <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}
  339. </div>{/block:date}
  340. {/block:Link}
  341.  
  342.  
  343. {block:Chat}
  344. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  345. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  346. {block:date} <div id="info">
  347. <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}
  348. </div>{/block:date}
  349. {block:Chat}
  350.  
  351.  
  352.  
  353. {block:Video}
  354. {Video-500}
  355. {block:Caption}{Caption}{/block:Caption}
  356. {block:date} <div id="info">
  357. <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}
  358. </div>{/block:date}
  359. {/block:Video}
  360.  
  361.  
  362. {block:Audio}
  363. {AudioPlayerGrey}
  364. {block:TrackName}{TrackName}{/block:TrackName}
  365. {block:Artist}{Artist}{/block:Artist}
  366. {block:Album}{Album}{/block:Album}
  367. {block:PlayCount}{PlayCount}{/block:PlayCount}
  368. {block:Caption}{Caption}{/block:Caption}
  369. {block:date} <div id="info">
  370. <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}
  371. </div>{/block:date}
  372. {/block:Audio}
  373.  
  374.  
  375.  
  376. <div class="vsanna">
  377. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  378. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  379. </div>
  380.  
  381. </div>
  382. {/block:Posts}
  383.  
  384.  
  385.  
  386.  
  387. {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}
  388.  
  389. {/block:Posts}
  390.  
  391.  
  392.  
  393. </div></div>
  394.  
  395.  
  396.  
  397. <div id="credito">
  398. <a href="http://luxuosei.tumblr.com/theminhos">lxs<FONT COLOR="#ffecf5">❋</FONT></a>
  399. </a>
  400. </div>
  401.  
  402.  
  403.  
  404. </div>
  405.  
  406. </div>
  407.  
  408. </body>
  409.  
  410.  
  411.  
  412. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  413. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  414. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  415. <script type="text/javascript">
  416. $(window).load(function () {
  417. $('#entry').masonry(),
  418. $('.masonryWrap').infinitescroll({
  419. navSelector : "div#navigation",
  420. nextSelector : "div#navigation a#nextPage",
  421. itemSelector : ".posts",
  422. bufferPx : 10000,
  423. extraScrollPx: 11000,
  424. loadingImg : "http://www.xiconeditor.com/image/icons/loading.gif",
  425. loadingText : "<i> </i>",
  426. },
  427. // call masonry as a callback.
  428. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  429. );
  430. });
  431. </script>
  432.  
  433.  
  434.  
  435.  
  436. {block:IndexPage}
  437. <div class="column navigation" id="navigation">
  438.  
  439. {block:Pagination}
  440. {block:PreviousPage}
  441. <a href="{PreviousPage}" class="navigate">
  442. {/block:PreviousPage}
  443. {block:PreviousPage}</a>{/block:PreviousPage}
  444.  
  445. {block:NextPage}
  446. <a href="{NextPage}" class="navigate" id="nextPage">
  447. {/block:NextPage}
  448. {block:NextPage}</a>{/block:NextPage}
  449. {/block:Pagination}
  450.  
  451. </div>
  452. {/block:IndexPage}
  453.  
  454.  
  455.  
  456.  
  457.  
  458. </div></div></div></div>
  459.  
  460. <br></center></div></div></div></div></div></div>
  461. </div></div></div></div>
  462.  
  463. <br></center></div></div></div></div></div></div>
  464.  
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement