pamellabellegarde

Theme Tumblr: Story

Oct 4th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.96 KB | None | 0 0
  1. <!-------
  2.  
  3. THEME BY SECRET-DIALOGUES.TUMBLR.COM
  4. DON'T COPY! BE ORIGINAL!
  5.  
  6. ------->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  9. "http://www.w3.org/TR/html4/strict.dtd">
  10. <html lang="en">
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  15.  
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17.  
  18. <title>{title}</title>
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21. <link rel="shortcut icon" href="{favicon}" />
  22. <meta name="color:Postsbox" content="#fff"/>
  23. <meta name="color:background" content="#eee" />
  24. <meta name="image:background" content=""/>
  25.  
  26.  
  27.  
  28. <meta name="font:Title" content="georgia" />
  29. <meta name="font:body" content="verdana" />
  30.  
  31. <meta name="color:scroll bar" content="#000" />
  32. <meta name="color:bg scroll bar" content="#fff" />
  33. <meta name="color:Links" content="#666" />
  34. <meta name="color:Links Hover" content="#dadada" />
  35. <meta name="color:Text" content="#000" />
  36. <meta name="text:Link1" content="/#" />
  37. <meta name="text:Link1 Title" content="link 1" />
  38. <meta name="text:Link2" content="/#" />
  39. <meta name="text:Link2 Title" content="link 2" />
  40. <meta name="text:Link3" content="/#" />
  41. <meta name="text:Link3 Title" content="link 3" />
  42. <meta name="text:Link4" content="/#" />
  43. <meta name="text:Link4 Title" content="link 4" />
  44. <meta name="text:Link5" content="/#" />
  45. <meta name="text:Link5 Title" content="link 5" />
  46. <meta name="text:Link6" content="/#" />
  47. <meta name="text:Link6 Title" content="link 6" />
  48. <meta name="text:Link7" content="/#" />
  49. <meta name="text:Link7 Title" content="link 7" />
  50. <meta name="text:Link8" content="/#" />
  51. <meta name="text:Link8 Title" content="link 8" />
  52. <meta name="if:bwimages" content="0"/>
  53. <meta name="if:Show Title" content="1"/>
  54.  
  55. </head>
  56. <style type="text/css" media="screen">
  57. /** BARRA ROLAGEM -- BY SECRET-DIALOGUES.TUMBLR.COM **/
  58.  
  59. ::-webkit-scrollbar{width:5px;height:5px;}
  60. ::-webkit-scrollbar-button:start:decrement
  61. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  62. ::-webkit-scrollbar-track-piece{background-color:{color:background}
  63. ;}
  64. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};}
  65. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};}
  66.  
  67. .tt {
  68. font-family:consolas;
  69. font-size:18px;
  70. background:{color:postsbox};
  71. color:{color:Text};
  72. }
  73.  
  74.  
  75.  
  76. .cre {padding:5px;bottom: 0px; right: 30px; z-index: 100; position: fixed;text-align:center;font-size:9px;height:20px;width:35px;-webkit-transition-duration: .50s;font-family:{font:body};background:{color:Postsbox};}
  77. .cre:hover {height:65px;}
  78.  
  79. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  80. blockquote {margin:0px;padding:0px;padding-left:4px;border-left: 2px solid {color:Text};}
  81.  
  82.  
  83. /*** Corpo **********/
  84. body {
  85. background-attachment: fixed;
  86. font-size: 9px;
  87. background-repeat: repeat;
  88. font-family: {font:body};
  89. color: {color:Text};
  90. background:{color:background} url('{image:background}');
  91. background-attachment: fixed;}
  92.  
  93.  
  94.  
  95. img{
  96.  
  97.  
  98. filter: alpha(opacity=90);
  99. moz-opacity:.90;
  100. opacity:.90 ;
  101. -webkit-transition-duration: .90s;
  102. }
  103. img:hover{
  104.  
  105.  
  106. filter: alpha(opacity=100);
  107. moz-opacity:1.0;
  108. opacity:1.0;
  109. }
  110.  
  111.  
  112. .opacidade{
  113.  
  114. border: none;
  115. filter: alpha(opacity=90);
  116. moz-opacity:.90;
  117. opacity:.90 ;
  118. -webkit-transition-duration: .90s;
  119. }
  120. .opacidade:hover{
  121.  
  122.  
  123. filter: alpha(opacity=100);
  124. moz-opacity:1.0;
  125. opacity:1.0;
  126. }
  127.  
  128.  
  129. /*** Layout principal *****/
  130. #content {
  131. width: 1150px;
  132. margin-left: auto;
  133. margin-right: auto;
  134. margin-top:75px;}
  135.  
  136. .h2 { font-size: 17px;font-weight:none; font-style:italic;font-family: {font:Title};color: {color:Text};}
  137.  
  138. .h1 { font-size: 16px;font-weight:none; text-transform:uppercase;font-family: {font:Title};color: {color:Text};}
  139.  
  140. {block:Ifbwimages}
  141.  
  142. img {-webkit-filter: grayscale(100%);}
  143.  
  144. {/block:ifbwimages}
  145.  
  146.  
  147. #main {
  148. width: 1050px;
  149. float: right;
  150. position: relative;
  151. margin-left: 0px;
  152. margin-top: 0px;}
  153.  
  154. #sidebar {
  155. background: transparent;
  156. width: 30px;
  157. height:30px;
  158. padding:5px;
  159. font-size:20px;
  160. float: right;
  161. margin-top: 450px;
  162. position: fixed;
  163. -webkit-border-radius: 350px;
  164. -moz-border-radius: 350px;
  165. border-radius: 350px;
  166. background:{color:bg menu};
  167. color:{color:links menu};
  168.  
  169. }
  170.  
  171.  
  172.  
  173. .caixinha {opacity:0.0;
  174. position: absolute;
  175. z-index: 999; width:405px;
  176. font-size:8px;
  177. padding-bottom:2px;
  178. text-align: center;
  179. text-transform:uppercase;
  180. -webkit-transition-duration: 0.9s;
  181. height:14px;
  182. top:00px;
  183. background: {color:Postsbox};
  184. font-family:{font:body};}
  185. .caixinha a {text-decoration:none;color: {color:Text};}
  186.  
  187.  
  188. .caixa {overflow: hidden;
  189. text-align:justify;
  190. margin-bottom:3px;
  191. font-size: 11px;
  192. width: 400px;
  193. margin-left: 5px;
  194. margin-top: 5px;
  195. background:{color:Postsbox};
  196. font-family: {font:body};
  197. color: {color:Text};
  198. {block:IndexPage}margin: 2px; float: left; width: 400px; padding: 5px;font-family: {font:body}; {/block:IndexPage}
  199. {block:PermalinkPage}text-align: center; width: 500px; padding: 2px;font-family: {font:body}; {/block:PermalinkPage}}
  200.  
  201. .caixa:hover .caixinha {opacity: 0.8;}
  202.  
  203. /** BORDA REDONDA **/
  204. .bordapam {webkit-transition-duration: .80s;border: 3px solid {color:background};margin:2px;}
  205.  
  206. nav3 a{font-size: 8px;line-height: 20px;padding:0px;color: {color:Text};font-family:{font:body};}
  207.  
  208. nav3:hover{color: {color:Text};}
  209.  
  210. nav4 {font-size:0px;
  211. }
  212.  
  213. /** APARENCIA LINKS **/
  214. a:link, a:visited, a:active { -webkit-transition-duration: 0.3s;text-decoration: none;color: {color:Links};}
  215. a:hover {color:{color:Links Hover};}
  216.  
  217.  
  218. /*** BALÃO ASK POR BIIBS ***/
  219. .bubble {align:right;background: {color:background}; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  220. .bubble p {margin:1px 0px;}
  221. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;text-align:left;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:background};}
  222.  
  223. #footer {
  224. background: #ccc;
  225. background-repeat:no-repeat;
  226. background-position: bottom;
  227. width: 900px;
  228. height: 44px;
  229. clear: both; }
  230.  
  231. .box2 {width:815px;
  232. min-height:96px;
  233. text-align:justify;
  234. padding:4px;
  235. margin-bottom:2px;
  236. margin-left:-123px;
  237. background:{color:Postsbox};
  238. color: {color:Text};}
  239.  
  240. nav1 {
  241. padding:3px;
  242. display: inline-block;
  243. font-size:8px;
  244. font-style:none;
  245. text-transform:uppercase;
  246. -webkit-transition-duration: 0.9s;
  247. margin:1px;
  248. background:{color:postsbox};
  249. color:{color:text};
  250. font-family:{font:body};
  251.  
  252. }
  253.  
  254. nav1:hover {
  255. font-weight:bold;
  256.  
  257. }
  258.  
  259.  
  260. /** BARRA ROLAGEM -- BY SECRET-DIALOGUES.TUMBLR.COM **/
  261.  
  262. ::-webkit-scrollbar{width:5px;height:5px;}
  263. ::-webkit-scrollbar-button:start:decrement
  264. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  265. ::-webkit-scrollbar-track-piece{background-color:{color:background}
  266. ;}
  267. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};}
  268. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};}
  269.  
  270.  
  271.  
  272.  
  273.  
  274. /** QUOTE **/
  275. .aspas {position:relative; top:-10px;font-size:84px;opacity:0.4;filter: alpha (opacity=20);color: {color:Text}; font: normal 130px; font-family: georgia;text-align:left ; }
  276.  
  277. .quote {margin-left:20px;margin-top:-85px;line-height:20px; letter-spacing:0px;text-align:left ; }
  278.  
  279. </style>
  280.  
  281.  
  282. <body><center>
  283. <div id="content">
  284.  
  285.  
  286. <center>
  287. <div style=" background: {color:postsbox}; top: 0px; left: 0px; width: 100%; z-index: 100; position: fixed;filter: alpha(opacity=75);moz-opacity:.80;opacity:.80 ;padding-bottom:5px;">
  288.  
  289.  
  290. <br>
  291. <center>
  292. {block:IfShowTitle}<div class="tt"><a href="/"><font color="{color:Text}">{title}</a></font></div>{/block:IfShowTitle}
  293. <br>
  294. {block:ifLink1}<a href="{text:Link1}"> <nav1>{text:Link1 Title} </a> </nav1>{/block:ifLink1}
  295.  
  296. {block:ifLink2}<a href="{text:Link2}"> <nav1>{text:Link2 Title} </a> </nav1>{/block:ifLink2}
  297.  
  298. {block:ifLink3}<a href="{text:Link3}"><nav1>{text:Link3 Title} </a> </nav1>{/block:ifLink3}
  299.  
  300. {block:ifLink4}<a href="{text:Link4}"><nav1>{text:Link4 Title} </a> </nav1>{/block:ifLink4}
  301.  
  302. {block:ifLink5}<a href="{text:Link5}"><nav1>{text:Link5 Title} </a> </nav1>{/block:ifLink5}
  303.  
  304. {block:ifLink6}<a href="{text:Link6}"><nav1>{text:Link6 Title} </a> </nav1>{/block:ifLink6}
  305.  
  306. {block:ifLink7}<a href="{text:Link7}"><nav1>{text:Link7 Title} </a> </nav1>{/block:ifLink7}
  307.  
  308. {block:ifLink8}<a href="{text:Link8}"><nav1>{text:Link8 Title} </a> </nav1>{/block:ifLink8}
  309. <a href="http://secret-dialogues.tumblr.com" target="_blank"><nav1>theme by</a></nav1>
  310.  
  311.  
  312. </div></center>
  313.  
  314. <div id="main">
  315. {block:Posts}
  316. <div class="caixa"> <!--- Abrindo a div da caixa --->
  317. <div class="caixinha">
  318.  
  319.  
  320. <nav3><a href={Permalink}>{TimeAgo}</a></nav3> ·
  321. <a href="{ReblogURL}" target="_blank">reblog</a> ·
  322. <nav3><a href="{Permalink}">{NoteCount} notes</a></nav3>
  323.  
  324. <nav3>{block:RebloggedFrom} · <a href="{ReblogParentURL}" target="_blank" >Via</a>{/block:RebloggedFrom}</nav3>
  325.  
  326. <nav3>{block:ContentSource} · <a href="{SourceURL}" target="_blank" >Source</a>{/block:ContentSource}</nav3></div>
  327.  
  328. <!--- Texto --->
  329. {block:Text}
  330. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  331. {body}
  332. {/block:Text}
  333.  
  334. <!--- Photo --->
  335. {Block:Photo}
  336. {block:IndexPage}{LinkOpenTag}<center><img src="{PhotoURL-400}" width="400px"></center>{LinkCloseTag}{/block:IndexPage}
  337. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{/block:PermalinkPage}
  338. {block:Caption}{Caption}{/block:Caption}
  339. {/Block:Photo}
  340.  
  341. <!--- Photoset --->
  342. {block:Photoset}<div class="opacidade">
  343. {block:IndexPage}{LinkOpenTag}{Photoset-400}{LinkCloseTag}{/block:IndexPage}</div>
  344. {block:PermalinkPage}{LinkOpenTag}{Photoset-500}{LinkCloseTag}{/block:PermalinkPage}
  345. {block:Caption}{Caption}{/block:Caption}
  346. {/block:Photoset}
  347.  
  348. <!--- Quote --->
  349. {block:Quote}
  350. <span class="aspas">“</span><div class="h2"><div class="quote">{Quote}
  351.  
  352. </span></div></div><br>
  353.  
  354. <center>
  355. {block:Source}— {Source}{/block:Source}</center>
  356.  
  357. {/block:Quote}
  358.  
  359. <!--- Chat --->
  360. {block:Chat}
  361. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  362.  
  363. {Line}<p>
  364.  
  365. {/block:Lines}
  366. {/block:Chat}
  367.  
  368. <!--- Link --->
  369. {block:Link}
  370. <div class="h1"><a href="{URL}">{Name}</a></div>
  371. {block:Description}{Description}{/block:Description}
  372. {/block:Link}
  373.  
  374. <!--- Audio --->
  375. {block:Audio}
  376. {block:ExternalAudio}(<a href="{ExternalAudioURL}">Download</a>){/block:ExternalAudio}
  377. <center>{AudioPlayerGrey}</center>
  378. {block:Caption}{Caption}{/block:Caption}
  379. {/block:Audio}
  380.  
  381. <!--- Video --->
  382. {block:Video}
  383. {block:Indexpage}{Video-400}{/block:IndexPage}
  384. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  385. {block:Caption}{Caption}{/block:Caption}
  386. {/block:Video}
  387.  
  388. <!--- Answer --->
  389. {block:Answer}
  390. <img src="{AskerPortraitURL-40}" align="left" class="bordapam" /><div class="bubble"><span></span>{Asker}: {Question}<p></div>
  391.  
  392. {Answer}
  393. {/block:Answer}
  394.  
  395. </div> <!--- Fechando a div da caixa --->
  396. {/block:Posts}
  397.  
  398. </div>
  399.  
  400.  
  401. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  402. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  403. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  404. <script type="text/javascript">
  405. $(window).load(function () {
  406. $('#main').masonry(),
  407. $('.masonryWrap').infinitescroll({
  408. navSelector : "div#navigation",
  409. nextSelector : "div#navigation a#nextPage",
  410. itemSelector : ".caixa",
  411. bufferPx : 10000,
  412. extraScrollPx: 11000,
  413. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  414. loadingText : "<i> </i>",
  415. },
  416. // call masonry as a callback.
  417. function() { $('#main').masonry({ appendedContent: $(this) }); }
  418. );
  419. });
  420. </script>
  421. {block:IndexPage}
  422. <div class="column navigation" id="navigation">
  423. {block:Pagination}
  424. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  425. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  426. </div>
  427. {/block:IndexPage}
  428.  
  429. <div class="cre">theme by
  430.  
  431. <a href="http://secret-dialogues.tumblr.com/" target="_blank">s-d</a><br>-<br>
  432. <a href="http://biibis.tumblr.com/" target=blank>help 1</a>
  433. <a href="http://things-to-help-you.tumblr.com/" target=blank>help 2</a>
  434. <a href="http://goldhtml.tumblr.com/" target=blank>help 3</a>
  435.  
  436. </div>
  437. <div style="top: 0px; right: 0px; position: fixed;">
  438. </body>
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment