Advertisement
luxuosei

theme 44

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