03-93

theme 80

Mar 16th, 2013
2,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- THEME POR MARCELO PRADO 03-93 -->
  5.  
  6. <html>
  7. <head>
  8. <meta name="text:font" content="cambria" />
  9. <meta name="text:font size" content="9px" />
  10. <meta name="text:link 1" content="link1" />
  11. <meta name="text:link 1 link" content="/" />
  12. <meta name="text:link 2" content="link2" />
  13. <meta name="text:link 2 link" content="/" />
  14. <meta name="text:link 3" content="link2" />
  15. <meta name="text:link 3 link" content="/" />
  16. <meta name="text:link 4" content="link2" />
  17. <meta name="text:link 4 link" content="/" />
  18. <meta name="text:link 5" content="link2" />
  19. <meta name="text:link 5 link" content="/" />
  20.  
  21. <meta name="text:titulo" content="/" />
  22.  
  23. <meta name="color:background" content="#ffffff" />
  24. <meta name="color:text" content="#cfcfcf" />
  25. <meta name="color:links" content="#cfcfcf" />
  26. <meta name="color:hover" content="#fff" />
  27. <meta name="color:scrollbar" content="#fff" />
  28. <meta name="color:posts" content="#fff" />
  29.  
  30. <meta name="color:border" content="#cfcfcf" />
  31. <meta name="color:dark color" content="#cfcfcf" />
  32. <meta name="color:border description" content="#cfcfcf" />
  33. <meta name="color:dark color description" content="#cfcfcf" />
  34.  
  35. <meta name="if:show texts" content="0" />
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  41. {block:Description}
  42.  
  43.  
  44. <script>
  45. function click() {
  46. if (event.button==2||event.button==3) {
  47. oncontextmenu='return false';
  48. }
  49. }
  50. document.onmousedown=click
  51. document.oncontextmenu = new Function("return false;")
  52. </script>
  53. <script type="text/javascript" language="Javascript">
  54. Begin
  55. document.oncontextmenu = function(){return false}
  56.  
  57. </script>
  58.  
  59. <title>{Title}</title>
  60. <link rel="shortcut icon" href="{Favicon}">
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  67.  
  68. <style type="text/css">
  69. body {background:{color:background}; font-family:{text:font}; font-size:{text:font size}; color:{color:text}; text-align:justify; font-style: normal; text-transform: none;}
  70.  
  71. a {text-decoration:none; color:{color:links};}
  72.  
  73. a:hover { color:{color:hover}; font-style:normal; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;}
  74.  
  75. #ahlelekleklek {position: absolute; font-size:11px; letter-spacing: 0px; margin-top: 10px; text-align: center; font-family: CAMBRIA; width:575px; height: auto; max-height: 49px; margin-left: 60px; padding: 10px; background: {color:posts}; line-height: 10px; color: {color:text}; font-style:italic;
  76. -moz-box-shadow: 1.5px 1.5px 5px {color:dark color description};
  77. -webkit-box-shadow: 1.5px 1.5px 15px {color:dark color description};
  78. box-shadow: 1.5px 1.5px 1.5px 1.5px 5px {color:dark color description}; border:1px solid {color:border description};
  79. }
  80.  
  81. @font-face { font-family:"raleway_thin"; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  82.  
  83. .titulo {position: relative; text-align: center;
  84. color:{color:text};
  85. background: {color:posts};
  86. font-family: "raleway_thin";
  87. padding:5px;
  88. line-height:40px;
  89. font-size:50px;
  90. margin-top:90px;
  91. margin-left:61px;
  92. text-transform:uppercase; width: 585px; height: auto;}
  93.  
  94.  
  95. .post:hover .permalink {opacity: 1; margin-top: 22px; margin-bottom: -15px; text-align: center; -webkit-transition: all .10s; -o-transition: all .10s; -moz-transition: all .10s; font-family: cambria; }
  96.  
  97. .permalink {opacity: .0; color: {color:text}; -webkit-transition: all .10s; -o-transition: all .10s; -moz-transition: all .10s; }
  98.  
  99. .perm {padding:5px 15px 5px auto; padding: 10px; margin-left:10px; margin-top:10px; font-size:9px; font-family:calibri; text-align:center; text-transform:uppercase; background-color:{color:posts}; position:absolute; opacity:0;
  100. {block:permalinkpage} display:none; {/block:permalinkpage}
  101. color:{color:text}; -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in;}
  102.  
  103. .post:hover .perm {opacity:0.9;}
  104.  
  105. #content { margin-left:auto; margin-right:auto;
  106. {block:permalinkpage} width:644px; {/block:permalinkpage}
  107. {block:indexpage} width:644px;
  108. {/block:indexpage}}
  109.  
  110. #posts {{block:indexpage} width:624px;
  111. margin-left:60px; margin-top:95px;
  112. {/block:indexpage}
  113. {block:permalinkpage} width:572px; margin-left: 60px; margin-top: 95px; {/block:permalinkpage}}
  114.  
  115. .post {text-align:justify; float:left; margin-bottom:20px; padding:18px; background-color: {color:posts}; border:1px solid {color:border};
  116. {block:indexpage} width:250px; margin-right:20px; {/block:indexpage}
  117. {block:permalinkpage} width:500px; margin-left:30px; {/block:permalinkpage}
  118. -moz-box-shadow: 1.5px 1.5px 5px {color:dark color};
  119. -webkit-box-shadow: 1.5px 1.5px 5px {color:dark color};
  120. box-shadow: 1.5px 1.5px 5px {color:dark color};
  121. ;}
  122.  
  123. .notes {width: 530px; padding: 23px; margin-top: 100px; margin-bottom: 1px; text-align: center; font-size: {text:font size}; font-family: {text:font}; display: inline; list-style: none; text-transform: none;}
  124. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 1px; z-index: 11;}
  125. ol.notes li {background-color: {color:posts}; margin-bottom: 5px; margin-left: 27px; padding: 5px; font-size: {text:font size}; font-family: {text:font}; text-transform: none;}
  126. .notes img{display: none; border:0px;}
  127.  
  128.  
  129. .infos { float:left; width:542px;}
  130.  
  131. .infos { float:left; width:542px;}
  132.  
  133. .infos img {width:0px;}
  134.  
  135. div#chat li {padding: 0px;margin-top: 2px; }
  136.  
  137. div#chat ul { {block:IndexPage} width:250px; {/block:IndexPage}
  138. {block:PermalinkPage} width:500px; {/block:PermalinkPage}
  139. list-style: none; padding: 0px; margin-top:5px; margin-bottom:10px; text-align: left;}
  140.  
  141. .pagina {border-top:1px solid {color:background}; padding-top:10px; font-size:12px; font-family:calibri; z-index:-1; margin-top:-4px;
  142. {block:endlessscroll} display:none; {/block:endlessscroll}}
  143.  
  144. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  145.  
  146. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  147.  
  148. ::-webkit-scrollbar-thumb:vertical {width:6px;background-color:{color:scrollbar};}
  149. ::-webkit-scrollbar {height:0px;width:6px;background-color:{color:background};}
  150. ::-webkit-scrollbar-button:vertical {height:10px;background-color:{color:background};}
  151. </style>
  152. {block:indexpage}
  153.  
  154. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
  155. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
  156.  
  157. <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
  158.  
  159. <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
  160.  
  161. <script type="text/javascript">
  162. $(window).load(function () {
  163. $('#posts').masonry(),
  164. $('.masonryWrap').infinitescroll({
  165. navSelector : ".pagina a",
  166. // selector for the paged navigation (it will be hidden)
  167. nextSelector : ".pagina a",
  168. // selector for the NEXT link (to page 2)
  169. itemSelector : ".post",
  170. // selector for all items you'll retrieve
  171. bufferPx : 10000,
  172. extraScrollPx: 11000,
  173. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  174. loadingText : "<em></em>",
  175. },
  176. // call masonry as a callback.
  177. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  178. );
  179. });
  180. </script>
  181. {/block:indexpage}
  182. </head>
  183. <body>
  184. <div id="content">
  185. <div class="titulo">{text:titulo}</div>
  186.  
  187. <div id="ahlelekleklek">
  188. <a href="{text:link 1 link}">{text:link 1}</a>
  189. <a href="{text:link 2 link}">{text:link 2}</a>
  190. <a href="{text:link 3 link}">{text:link 3}</a>
  191. <a href="{text:link 4 link}">{text:link 4}</a>
  192. <a href="{text:link 5 link}">{text:link 5}</a><br><br>
  193. {Description}</div>
  194.  
  195.  
  196. <div id="posts">
  197. {block:Posts}
  198.  
  199. {block:Text}
  200. <div class="post">
  201. {block:Title}
  202. <div style="font-family:{text:font}; font-size:14px; color: {color:text}">{Title}</div>
  203. {/block:Title}
  204. {Body}
  205. {block:indexpage}
  206. {block:ifshowtexts}
  207. {Caption}
  208. {/block:ifshowtexts}
  209. {/block:indexpage}
  210. {block:PermalinkPage}
  211. {Caption}
  212. {/block:PermalinkPage}
  213. <div class="permalink">
  214. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  215. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  216. </div>
  217. {/block:Text}
  218.  
  219. {block:Quote}
  220. <div class="post">
  221. {block:quote1}
  222. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  223. {/block:quote1}
  224. {block:quote2}
  225. {block:quote2}
  226. {Quote}"
  227. {block:Source} <center>— {Source}{/block:Source}</center>
  228. {block:indexpage}
  229. {block:ifshowtexts}
  230. {Caption}
  231. {/block:ifshowtexts}
  232. {/block:indexpage}
  233. {block:PermalinkPage}
  234. {Caption}
  235. {/block:PermalinkPage}
  236. <div class="permalink">
  237. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  238. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  239. </div>
  240. {/block:Quote}
  241.  
  242. {block:Photo}
  243. <div style="padding-bottom:17px;" class="post">
  244. <div class="perm">
  245. <a href="{Permalink}">{NoteCountWithLabel}</a> -
  246. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  247. {LinkOpenTag}
  248. <img {block:indexpage}style="width:250px;"{/block:indexpage} src="{PhotoURL-500}">
  249. {LinkCloseTag}
  250. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  251. {block:indexpage}
  252. {block:ifshowtexts}
  253. {Caption}
  254. {/block:ifshowtexts}
  255. {/block:indexpage}
  256. {block:PermalinkPage}
  257. {Caption}
  258. {/block:PermalinkPage}
  259. </div>
  260. {/block:Photo}
  261.  
  262.  
  263. {block:Photoset}
  264. <div class="post">
  265. <div class="perm">
  266. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  267. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  268. {block:indexpage}{Photoset-250}{/block:indexpage}
  269. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  270. {block:indexpage}
  271. {block:ifshowtexts}
  272. {Caption}
  273. {/block:ifshowtexts}
  274. {/block:indexpage}
  275. {block:PermalinkPage}
  276. {Caption}
  277. {/block:PermalinkPage}
  278. </div>
  279. {/block:Photoset}
  280.  
  281. {block:Video}
  282. <div class="post">
  283. {block:indexpage}{Video-250}{/block:indexpage}
  284. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  285. {block:indexpage}
  286. {block:ifshowtexts}
  287. {Caption}
  288. {/block:ifshowtexts}
  289. {/block:indexpage}
  290. {block:PermalinkPage}
  291. {Caption}
  292. {/block:PermalinkPage}
  293. <div class="permalink">
  294. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  295. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  296. </div>
  297. {/block:Video}
  298.  
  299. {block:Link}
  300. <div class="post">
  301. <div style="font-family:{text:font}; font-size:14px; color: {color:hover}">
  302. <a href="{URL}"> <center>{Name} </center></div></a>
  303. {block:description}
  304. {description}
  305. {/block:description}
  306. {block:indexpage}
  307. {block:ifshowtexts}
  308. {Caption}
  309. {/block:ifshowtexts}
  310. {/block:indexpage}
  311. {block:PermalinkPage}
  312. {Caption}
  313. {/block:PermalinkPage}
  314. <div class="permalink">
  315. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  316. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  317. </div>
  318. {/block:Link}
  319.  
  320. {block:Answer}
  321. <div class="post">
  322. {Asker} asked: {Question}
  323. <div style="border-top:0px solid {color:text};">{Answer}</div>
  324. <div class="permalink">
  325. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  326. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  327. </div>
  328. {/block:Answer}
  329.  
  330. {block:Audio}
  331. <div class="post">
  332. <center>{AudioPlayerGrey}
  333. {block:indexpage}
  334. {block:ifshowtexts}
  335. {Caption}
  336. {PlayCount} listens
  337. {/block:ifshowtexts}</center>
  338. {/block:indexpage}
  339. {block:PermalinkPage}
  340. {Caption}
  341. {/block:PermalinkPage}
  342. <div class="permalink">
  343. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  344. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  345. </div>
  346. {/block:Audio}
  347.  
  348. {block:Chat}
  349. <div class="post">
  350. {block:Title}
  351. <div style="font-family:{text:font}; font-size:14px; color: {color:text}">
  352. {Title}</div>
  353. {/block:Title}
  354. <div id="chat">
  355. <ul>{block:Lines}<li>
  356. {block:Label}
  357. <font color="{color:text}"> {Label} </font>{/block:Label}
  358. {Line}
  359. </li>{/block:Lines}</ul>
  360. {block:indexpage}
  361. {block:ifshowtexts}
  362. {Caption}
  363. {/block:ifshowtexts}
  364. {/block:indexpage}
  365. {block:PermalinkPage}
  366. {Caption}
  367. {/block:PermalinkPage}
  368. <div class="permalink">
  369. <a href="{Permalink}">{NoteCountWithLabel}</a> ·
  370. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  371. </div></div>
  372. {/block:Chat}
  373.  
  374. {block:PermalinkPage}
  375. <div style="float:left;width:500px;margin-left:5px;">
  376.  
  377.  
  378.  
  379. {block:RebloggedFrom}
  380. post reblogged via <a href="{ReblogParentURL}">{ReblogParentName}</a> and originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  381. {/block:RebloggedFrom}
  382. <br>
  383. {block:HasTags}
  384. tags: {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a>{/block:Tags}
  385. <br>
  386. {/block:HasTags}
  387.  
  388. {TimeAgo} with {NoteCount} notes</div>
  389.  
  390. <center>{block:ContentSource}
  391. <br><a href="{SourceURL}">
  392. {lang:Source}:
  393. {block:SourceLogo}
  394. <img src="{BlackLogoURL}" width="{LogoWidth}"
  395. height="{LogoHeight}" alt="{SourceTitle}" />
  396. {/block:SourceLogo}
  397. {block:NoSourceLogo}
  398. {SourceLink}
  399. {/block:NoSourceLogo}
  400. </a>
  401. {/block:ContentSource}</center>
  402. {/block:PermalinkPage}
  403.  
  404. {/block:Posts}
  405.  
  406. {block:PostNotes}<div class="notes"><div style="margin-top:51px;">{PostNotes}</div></div>{/block:PostNotes}
  407.  
  408. </div>
  409.  
  410.  
  411. {block:indexpage}
  412. <div class="pagina">
  413. {block:PreviousPage}
  414. <a style="float:right;" href="{PreviousPage}"></a>
  415. {/block:PreviousPage}
  416. {block:NextPage}
  417. <a href="{NextPage}"></a>
  418. {/block:NextPage}
  419. </div>
  420. {/block:indexpage}
  421. </div>
  422.  
  423. <a style="position:fixed;bottom:42px;font-style:normal;right:45px;font-family:consolas;font-size:10px;opacity:1;" href="http://03-93.tumblr.com" title="© 03-93">CREDITS</a>
  424.  
  425. </body>
  426. </html>
Advertisement
Add Comment
Please, Sign In to add comment