Advertisement
luxuosei

theme 35

Apr 22nd, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.04 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.  
  22.  
  23.  
  24.  
  25. <meta name="color:background" content="#ffffff" />
  26. <meta name="image:background" content="" />
  27. <meta name="color:text" content="#000" />
  28. <meta name="color:link" content="#000" />
  29. <meta name="color:scrollbar" content="#000" />
  30. <meta name="color:frase" content="#000" />
  31. <meta name="color:simb" content="#000" />
  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.  
  60. </head>
  61.  
  62.  
  63. <style type="text/css">
  64. 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;}
  65. h1 {font-family:tahoma;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:hover};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. iframe#tumblr_controls {
  91. 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;}
  92.  
  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. /** ol notes por omg - duda**/
  102. .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;}
  103.  
  104. .ol:hover {padding-left: 20px;-webkit-transition: all 0.8s ease-out;}
  105.  
  106. .ol a{color:{color: text};text-align:left;font-family:arial;font-size:9px;}
  107.  
  108. .image {text-align: center; border: 0px}
  109. .image img {width: 400px; margin-bottom: 2px;}
  110.  
  111. #notes ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  112. #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};}
  113. #notes li:hover {font-size: 11px;position: relative; text-indent : 15px;}
  114. #notes li img {width: auto;padding: 2px; background: #fff; border: 3px solid #fff;display: block;float: left; margin: 0 5px 5px 0;}
  115.  
  116. .pquote {;text-align:justify; ; font-family:tahoma;text-align:left;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal; }
  117. .pquotesource {text-align:left;margin-bottom:0px;font-family:tahoma; font-size:9px; }
  118.  
  119. .pergunta{text-align:center;color:{color:text};font-family:tahoma;font-size:10px;padding:3px;border-bottom:2px solid #f1f5f5;}
  120. .resposta{text-align:justify;padding:1px;}
  121.  
  122.  
  123. .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;}
  124.  
  125. #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}
  126.  
  127. #info a {font-family:verdana;color:{color:text};font-size:8.8px; text-transform:lowercase;;}
  128.  
  129.  
  130. .vsanna{display:none;}
  131.  
  132.  
  133. #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;}
  134.  
  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.  
  149. #sidebar{position:fixed;margin-left:170px;margin-top:30px;width:190px;height:225px;}
  150.  
  151.  
  152. #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;}
  153. #fotinha img{width:141px;height:179px;}
  154. #sidebar:hover #fotinha{-webkit-filter: grayscale(1);}
  155.  
  156. #frase{position:fixed;margin-left:30px;margin-top:192px;font-family:cambria;font-size:9.2px;color:{color:frase};width:141px;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:;}
  157.  
  158.  
  159. #borda{margin-left:32px;position:fixed;margin-top:7px;width:135px;border:1px solid rgba(255,255,255,.3);-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;height:173px;-webkit-transform: scale(0.1)}
  160. #sidebar:hover #borda{-webkit-transform: scale(1);opacity:1;}
  161.  
  162. #links{width:80px;position:fixed;margin-left:35px;margin-top:94px;opacity:0;}
  163. #links a{display:inline-block;float:left;width:55px;height:15px;text-align:center;font-family:cambria;font-size:9px;text-transform:uppercase;margin:3px;;line-height:16px;text-shadow:0px 1px 1px #000;;background: rgba(255,255,255,.3);outline-offset: 1px; outline: solid 1px rgba(255,255,255,.3);color:#fff;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;;}
  164. #links a:hover{;box-shadow: inset 0px 50px {color:simb}; text-shadow: 0px 0px 1px #fff;}
  165. #links a simb{color:{color:simb};font-family:tahoma;font-size:9px;margin-left:8px;margin-top:0px;position:absolute;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;}
  166. #links a:hover simb{margin-left:25px;opacity:1;}
  167. #sidebar:hover #links a{-webkit-transform:rotateX(360deg);}
  168. #sidebar:hover #links{opacity:1;}
  169.  
  170.  
  171. </style>
  172.  
  173.  
  174.  
  175. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  176.  
  177. <div id="sidebar">
  178.  
  179. <div id="fotinha"><img src="{image:foto}"></div>
  180. <div id="frase">{text:frase}</div>
  181. <div id="borda"></div>
  182.  
  183. <div id="links">
  184. <a href="{text:Link1}">{text:Link1 Title} <simb>✦</simb></a>
  185. <a href="{text:Link2}">{text:Link2 Title} <simb>✦</simb></a>
  186. <a href="{text:Link3}">{text:Link3 Title} <simb>✦</simb></a>
  187. <a href="{text:Link4}">{text:Link4 Title} <simb>✦</simb></a>
  188. </div>
  189. </div>
  190.  
  191.  
  192. <div id="entry">
  193.  
  194.  
  195. {block:Posts}
  196. <div class="posts">
  197.  
  198.  
  199.  
  200.  
  201.  
  202. {block:Text}
  203. {block:Title}{Title}{/block:Title}
  204. {body}
  205. {block:date} <div id="info">
  206. <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}
  207. </div>{/block:date}
  208. {/block:Text}
  209.  
  210.  
  211. {block:Photo}
  212. {LinkOpenTag}
  213. <div class="imagem"><img src="{PhotoURL-250}"></div>
  214. {block:Caption}{Caption}{/block:Caption}
  215. {block:date} <div id="info">
  216. <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}
  217. </div>{/block:date}
  218. {/block:Photo}
  219.  
  220.  
  221. {block:Photoset}
  222. <center>
  223. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  224. {block:Caption}{Caption}{/block:Caption}
  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. {/block:Photoset}
  229.  
  230.  
  231.  
  232. {block:Quote}
  233. <div class="pquote">{Quote}</div>
  234. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  235. {/block:Source}
  236. {block:date} <div id="info">
  237. <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}
  238. </div>{/block:date}
  239. {/block:Quote}
  240.  
  241. {block:Answer}
  242. <div class="pergunta"><font color="{color:ask}"></font><b>{Asker}</b><br> {Question}</br></div>
  243. <div class="resposta">{Answer}</div>
  244. {block:date} <div id="info">
  245. <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}
  246. </div>{/block:date}
  247. {/block:Answer}
  248.  
  249. {block:Link}
  250. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  251. {block:Description} {Description}{/block:Description}
  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}
  255. {/block:Link}
  256.  
  257.  
  258. {block:Chat}
  259. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  260. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  261. {block:date} <div id="info">
  262. <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}
  263. </div>{/block:date}
  264. {block:Chat}
  265.  
  266.  
  267.  
  268. {block:Video}
  269. {Video-500}
  270. {block:Caption}{Caption}{/block:Caption}
  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:Video}
  275.  
  276.  
  277. {block:Audio}
  278. {AudioPlayerGrey}
  279. {block:TrackName}{TrackName}{/block:TrackName}
  280. {block:Artist}{Artist}{/block:Artist}
  281. {block:Album}{Album}{/block:Album}
  282. {block:PlayCount}{PlayCount}{/block:PlayCount}
  283. {block:Caption}{Caption}{/block:Caption}
  284. {block:date} <div id="info">
  285. <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}
  286. </div>{/block:date}
  287. {/block:Audio}
  288.  
  289.  
  290.  
  291. <div class="vsanna">
  292. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  293. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  294. </div>
  295.  
  296. </div>
  297. {/block:Posts}
  298.  
  299.  
  300.  
  301.  
  302. {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}
  303.  
  304. {/block:Posts}
  305.  
  306.  
  307.  
  308. </div></div>
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. <div id="credito">
  318. <a href="http://luxuosei.tumblr.com/theminhos">LSX <font color="#5B5B5B">❋</font></a>
  319. </a>
  320. </div>
  321.  
  322.  
  323.  
  324. </div>
  325.  
  326. </div>
  327.  
  328. </body>
  329.  
  330.  
  331.  
  332. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  333. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  334. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  335. <script type="text/javascript">
  336. $(window).load(function () {
  337. $('#entry').masonry(),
  338. $('.masonryWrap').infinitescroll({
  339. navSelector : "div#navigation",
  340. nextSelector : "div#navigation a#nextPage",
  341. itemSelector : ".posts",
  342. bufferPx : 10000,
  343. extraScrollPx: 11000,
  344. loadingImg : "",
  345. loadingText : "<i> </i>",
  346. },
  347. // call masonry as a callback.
  348. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  349. );
  350. });
  351. </script>
  352.  
  353.  
  354.  
  355.  
  356. {block:IndexPage}
  357. <div class="column navigation" id="navigation">
  358.  
  359. {block:Pagination}
  360. {block:PreviousPage}
  361. <a href="{PreviousPage}" class="navigate">
  362. {/block:PreviousPage}
  363. {block:PreviousPage}</a>{/block:PreviousPage}
  364.  
  365. {block:NextPage}
  366. <a href="{NextPage}" class="navigate" id="nextPage">
  367. {/block:NextPage}
  368. {block:NextPage}</a>{/block:NextPage}
  369. {/block:Pagination}
  370.  
  371. </div>
  372. {/block:IndexPage}
  373.  
  374.  
  375.  
  376.  
  377.  
  378. </div></div></div></div>
  379.  
  380. <br></center></div></div></div></div></div></div>
  381. </div></div></div></div>
  382.  
  383. <br></center></div></div></div></div></div></div>
  384.  
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement