Advertisement
luxuosei

theme 07

Mar 2nd, 2015
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 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="#000" />
  24. <meta name="color:link" content="#000" />
  25. <meta name="color:hover" content="#000" />
  26. <meta name="color:ask" content="##fecdde" />
  27. <meta name="color:frase" content="#000" />
  28. <meta name="color:flor" content="#fecdde" />
  29.  
  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.  
  57. </head>
  58.  
  59.  
  60. <style type="text/css">
  61. 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;}
  62. h1 {font-family:tahoma;text-align:center;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal;}
  63.  
  64. #entry {width:640px; margin-top:20px; margin-left:370px;;position:relative;{block:IfTresColunas}width:900px;{/block:IfTresColunas};{block:IfUmaColuna}width:500px;{/block:IfUmaColuna}}
  65.  
  66.  
  67. #container {width:1000px; margin:0px auto 0px auto;}
  68.  
  69. .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}}
  70.  
  71.  
  72. .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}}
  73.  
  74. .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;}
  75.  
  76.  
  77. .photoset{max-width:550px;}
  78.  
  79.  
  80. a {color:{color:link};text-decoration:none;}
  81. a:hover{color:{color:hover};text-decoration:none}
  82. p {margin: 6px 0 0 0}
  83.  
  84. blockquote {text-decoration:none;border-left: 4px solid {color:text};padding-left:4px;}
  85. blockquote img{max-width: 470px!important}
  86.  
  87. iframe#tumblr_controls {
  88. 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;}
  89.  
  90. ::-webkit-scrollbar{width:3px;height:0px;}
  91. ::-webkit-scrollbar-button:start:decrement
  92. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  93. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  94. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};-webkit-border-radius:px;}
  95.  
  96. /** ol notes por omg - duda**/
  97. .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;}
  98.  
  99. .ol:hover {padding-left: 20px;-webkit-transition: all 0.8s ease-out;}
  100.  
  101. .ol a{color:{color: text};text-align:left;font-family:arial;font-size:9px;}
  102.  
  103. .image {text-align: center; border: 0px}
  104. .image img {width: 400px; margin-bottom: 2px;}
  105.  
  106. #notes ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  107. #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};}
  108. #notes li:hover {font-size: 11px;position: relative; text-indent : 15px;}
  109. #notes li img {width: auto;padding: 2px; background: #fff; border: 3px solid #fff;display: block;float: left; margin: 0 5px 5px 0;}
  110.  
  111. .pquote {;text-align:justify; ; font-family:tahoma;text-align:left;color:{color:text};line-height:18px; font-size: 10px;;padding:0px;font-weight: normal; }
  112. .pquotesource {text-align:left;margin-bottom:0px;font-family:tahoma; font-size:9px; }
  113.  
  114. .pergunta{text-align:justify;color:{color:text};font-family:tahoma;font-size:10px;padding:2px;border-bottom:1px dashed #f3f1f1}
  115. .resposta{text-align:justify;padding:2px;}
  116.  
  117. .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;}
  118.  
  119. #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;}
  120.  
  121. #info a {font-family:verdana;color:{color:text};font-size:8.8px; text-transform:lowercase;;}
  122.  
  123. #permalinks {width:400px; padding:18px; z-index:10; text-align:left; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; }
  124.  
  125.  
  126.  
  127. .vsanna{display:none;}
  128.  
  129.  
  130. #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;}
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. #tumblr_controls{position: fixed!important}
  138. #tumblr_controls{position: fixed!important}
  139. #tumblr_controls{position: fixed!important}
  140. #tumblr_controls{position: fixed!important}
  141. .tumblrAutoPager_page_separator,
  142. .tumblrAutoPager_page_info {display:none;}
  143.  
  144. #sidebar{position:fixed;margin-left:170px;margin-top:30px;width:190px;height:225px;;}
  145.  
  146. #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;}
  147. #fotinha img{width:141px;height:179px;;}
  148.  
  149. #frase{position:fixed;margin-left:30px;margin-top:196px;font-family:century gothic;font-size:8.5px;color:{color:frase};width:134px;text-align:left;text-decoration:none;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:;background:#fff;border-top:1px dotted #Fff;}
  150. #sidebar:hover #frase{width:141px;font-size:9.2px;}
  151.  
  152.  
  153. #links{margin-left:43px;position:fixed;margin-top:160px;width:150px;;opacity:;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;height:60px;opacity:0;}
  154. #links a{font-family:century gothic;font-size:9.8px;text-decoration:none;text-align:center;text-transform:lowercase;margin:1px;color:{color:frase};background: rgba(255,255,255,0.5);border:1px dotted {color:flor};
  155. display:inline-block;float:left;width:55px;height:18px;;line-height:18px;letter-spacing:1px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
  156. #links a:hover{font-weight:bold; box-shadow: inset -40px 1px 0px -3px {color:flor}, inset 40px 1px 0px 3px {color:flor};color:#fff;}
  157. #sidebar:hover #links{;opacity:1;margin-top:120px;}
  158.  
  159. #flor{position:fixed;margin-left:160px;margin-top:193px;font-size:11px;text-decoration:none;color:{color:flor};width:14px;height:15px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;overflow:hidden;}
  160. #sidebar:hover #flor{width:40px;margin-top:171px;margin-left:85px;}
  161.  
  162.  
  163. </style>
  164.  
  165.  
  166.  
  167. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  168.  
  169.  
  170.  
  171.  
  172.  
  173. <div id="sidebar">
  174.  
  175. <div id="fotinha"><img src="{image:foto}"></div>
  176. <div id="faixa"></div>
  177. <div id="frase">{text:frase}</div>
  178. <div id="links">
  179. <a href="{text:Link1}">{text:Link1 Title}</a>
  180. <a href="{text:Link2}">{text:Link2 Title}</a>
  181. <a href="{text:Link3}">{text:Link3 Title}</a>
  182. <a href="{text:Link4}">{text:Link4 Title}</a>
  183. </div>
  184. <div id="flor">✿ <font color="{color:frase}">✿</font> ✿
  185. </div>
  186.  
  187. </div>
  188.  
  189. <div id="entry">
  190.  
  191.  
  192. {block:Posts}
  193. <div class="posts">
  194.  
  195.  
  196.  
  197.  
  198.  
  199. {block:Text}
  200. {block:Title}{Title}{/block:Title}
  201. {body}
  202. {block:date} <div id="info">
  203. <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}
  204. </div>{/block:date}
  205. {/block:Text}
  206.  
  207.  
  208.  
  209. {block:Photo}
  210.  
  211. {block:IndexPage}
  212. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  213. {block:date} <div id="info">
  214. <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}
  215. </div>{/block:date}{/block:indexPage}
  216.  
  217. {block:Caption}{Caption}{/block:Caption}
  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>: {Question}</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. <div id="credito">
  317. <a href="http://luxuosei.tumblr.com/theminhos"><b>L</b>uxuosei<font color="#FFC1E0">❋</font></a>
  318. </a>
  319. </div>
  320.  
  321.  
  322.  
  323. </div>
  324.  
  325. </div>
  326.  
  327. </body>
  328.  
  329.  
  330.  
  331. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  332. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  333. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  334. <script type="text/javascript">
  335. $(window).load(function () {
  336. $('#entry').masonry(),
  337. $('.masonryWrap').infinitescroll({
  338. navSelector : "div#navigation",
  339. nextSelector : "div#navigation a#nextPage",
  340. itemSelector : ".posts",
  341. bufferPx : 10000,
  342. extraScrollPx: 11000,
  343. loadingImg : "",
  344. loadingText : "<i> </i>",
  345. },
  346. // call masonry as a callback.
  347. function() { $('#entry').masonry({ appendedContent: $(this) }); }
  348. );
  349. });
  350. </script>
  351.  
  352.  
  353.  
  354.  
  355. {block:IndexPage}
  356. <div class="column navigation" id="navigation">
  357.  
  358. {block:Pagination}
  359. {block:PreviousPage}
  360. <a href="{PreviousPage}" class="navigate">
  361. {/block:PreviousPage}
  362. {block:PreviousPage}</a>{/block:PreviousPage}
  363.  
  364. {block:NextPage}
  365. <a href="{NextPage}" class="navigate" id="nextPage">
  366. {/block:NextPage}
  367. {block:NextPage}</a>{/block:NextPage}
  368. {/block:Pagination}
  369.  
  370. </div>
  371. {/block:IndexPage}
  372.  
  373.  
  374.  
  375.  
  376.  
  377. </div></div></div></div>
  378.  
  379. <br></center></div></div></div></div></div></div>
  380. </div></div></div></div>
  381.  
  382. <br></center></div></div></div></div></div></div>
  383.  
  384. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement