Advertisement
luxuosei

theme 03

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