Advertisement
recitada

Theme 30

Apr 18th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.14 KB | None | 0 0
  1.  
  2. <!--------------------------------------
  3. THEME RECITADA
  4. BASE WARVADA
  5. BOM USO! ?
  6. NÃO REPASSE.
  7. ------------------------------------->
  8.  
  9.  
  10. <!-- start of script tooltip -->
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12.  
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14.  
  15. <script>
  16.  
  17. (function($){
  18.  
  19. $(document).ready(function(){
  20.  
  21. $("a[title]").style_my_tooltips({
  22.  
  23. tip_follows_cursor:true,
  24.  
  25. tip_delay_time:90,
  26.  
  27. tip_fade_speed:600,
  28.  
  29. attribute:"title"
  30.  
  31. });
  32.  
  33. });
  34.  
  35. })(jQuery);
  36.  
  37. </script>
  38.  
  39.  
  40.  
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43.  
  44. <meta name="image:background" content=""/>
  45. <meta name="image:sidebar" content=""/>
  46.  
  47. <meta name="color:background" content="#ffffff"/>
  48. <meta name="color:text" content="#aaaaaa"/>
  49. <meta name="color:links" content="#aaaaaa"/>
  50. <meta name="color:barra de rolagem" content="#aaaaaa"/>
  51.  
  52. <meta name="text:frase" content="" />
  53.  
  54. <meta name="text:frase2" content="" />
  55.  
  56. <meta name="text:Link1" content="/" />
  57. <meta name="text:Link1 Title" content="start" />
  58. <meta name="text:Link2" content="/" />
  59. <meta name="text:Link2 Title" content="call" />
  60. <meta name="text:Link3" content="/" />
  61. <meta name="text:Link3 Title" content="candys" />
  62. <meta name="text:Link4" content="/" />
  63. <meta name="text:Link4 Title" content="designs" />
  64.  
  65. </head>
  66.  
  67. <style type="text/css" media="screen">
  68.  
  69. #s-m-t-tooltip {
  70. line-height:8px;
  71. font-family:consolas;
  72. max-width:300px;
  73. background-color:{color:cor do heart};
  74. border:1px solid #faa;
  75. font-size:9px;
  76. color: #000;
  77. text-transform:none;
  78. padding:4px 5px;
  79. margin:15px 0px 0px 15px;
  80. z-index:9999999999999999999999;
  81. border-radius:.4px;}
  82.  
  83.  
  84.  
  85.  
  86. /********************** corpo do theme
  87. AQUI VC MODIFICA A FONT DO THEME E O TAMANHO,TAMBEM A COR DE FUNDO QUE É O BACKGROUND **********************************/
  88.  
  89.  
  90.  
  91. body {color:{color:text};background-color:{color:background};background-image: url('{image:Background}'); background-attachment:fixed; font-family:corbel;
  92. font-size:11px;text-align:justify;}
  93.  
  94.  
  95.  
  96. a:link, a:active, a:visited{color:{color:links}; text-decoration:none;}
  97. a:hover{color:{color:linkshover};}
  98.  
  99. p {margin: 6px 0 0px 6px}
  100. blockquote {margin: 0px; padding-left: -10px;
  101. text-align:left;font-family: ;font-size:10px;
  102. border:px solid #eee; }
  103.  
  104. /* barra de roagem personalizada */
  105.  
  106. ::-webkit-scrollbar {height:5px; width:5px; background:{color:background};}
  107. ::-webkit-scrollbar-thumb:vertical {background:{color:barra de rolagem};}
  108. ::-webkit-scrollbar-thumb:horizontal {background:{color:barra de rolagem};}
  109.  
  110. /* posicionamento do post, e largura da pag de faq */
  111.  
  112.  
  113.  
  114. #content {width:620px; margin-left:450px;
  115. margin-right:auto;}
  116. #main {width:620px; float:right;
  117. position:absolute;top:20px}
  118.  
  119. .caixa {position:relative; float:left; display:inline-block; width:250px; padding:12px; margin-left:10px;}
  120. .caixa img{max-width:250px;}
  121. .imaagem img{width:250px;}
  122. .vsanna{display:none;}
  123.  
  124.  
  125. /* as notas dos posts tipo reblogue e notes */
  126.  
  127. .notes {text-transform:lowercase;padding:0px;width:252px; height:auto; background-color:#fff;font-size:10px; text-align:right; position: absolute;
  128. color:#000; opacity:0;font-family:"Trebuchet MS";display:block; -webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out;margin-top:4px;
  129. margin-left:-8px;}.notes a{font-size:10px;
  130. font-family:calibri;color:#000; text-transform:lowercase;}
  131.  
  132. .caixa:hover .notes {opacity:1; z-index:9;font-size:10px; text-transform:lowercase;-webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out;text-transform:lowercase;margin-top:4px;}
  133.  
  134. .notes2 {position:absolute;top:5px; left:0px; width:auto;height:auto; padding:2px; background:{color:background};border:1px dashed #ccc; text-align:center;
  135. font-size:10px; text-transform: uppercase;display:block; opacity:0;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
  136.  
  137. .notes2 a{ color:#000;}
  138. .notes2 a:hover{text-shadow:0px 0px 1px #aaa;
  139. color:#000;}
  140. .caixa:hover .notes2 {left:10px; opacity:0.7;
  141. -webkit-transition-duration: 0.4s;
  142. -moz-transition-duration: 0.4s;
  143. -o-transition-duration: 0.4s;}
  144.  
  145. /* titulo */
  146.  
  147.  
  148. h1 {font-size:12px; padding:0px; margin:0px;color:{color:text};text-align:center;}
  149. h2 {font-size:11.5px;font-family:"Trebuchet MS";padding:0px; margin:0px;
  150. text-align:center;color:{color:text};}
  151. .quote {text-align:justify; padding-bottom:5px;}
  152. .source {font-size:9px; text-transform:uppercase;font-style:none; text-decoration:none; text-align:center; font-weight:bold;}
  153.  
  154. /* pergunta e resposta da ask */
  155.  
  156. .perguntou { ;background:; text-transform:lowercase;box-shadow:0px 0px 0px ;
  157. margin-left:0px; padding:3;font-family:"Trebuchet MS";
  158. font-size:10px; padding-bottom:3px; background: rgba(225,225,225,.3);border-radius:0px; border:#fdd dashed 1px; border-radius:5px; }
  159. .resposta {width:100%;font-family:"Trebuchet MS"; font-size:9px;}
  160. .side{position:fixed; margin-top:70px; margin-left:200px; width:150px; height:200px;}
  161.  
  162. iframe#tumblr_controls {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;!important; position: fixed !important;}
  163.  
  164.  
  165.  
  166. #sidebar {position:fixed; width: auto; height:auto; margin-left:290px;margin-top:90px;; -webkit-transition-duration: 0.4s;}
  167.  
  168. #foto {height:auto; margin-top:30px; margin-left:-62px; position:fixed; text-align:left;z-index:6;}
  169. #foto img { width:150px; height:190px;}
  170. #sidebar:hover #foto {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;-moz-transition:All 1s ease; -o-transition:All 1s ease; -webkit-filter: grayscale(0.0) blur(1px);-webkit-transition:All 1s ease;}
  171.  
  172. #frase {-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; z-index:6; background:transparent; width:155px; color:#000; height:129px; margin-top:217px; margin-left:-74px; text-align:center; position:fixed; font-family:century gothic; font-size:10px; padding:10px; }
  173. #sidebar:hover #frase { opacity:0;}
  174.  
  175.  
  176. #frase2 {-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; z-index:6; background:transparent; width:150px; color:#000; height:129px; margin-top:217px; margin-left:-84px; text-align:center; position:fixed; font-family:century gothic; font-size:9.5px; padding:10px; opacity:0;}
  177. #sidebar:hover #frase2 { opacity:1; margin-left:-70px;}
  178.  
  179.  
  180.  
  181.  
  182. #simbolo {-webkit-transition: all 0.8s ease-out; -moz-transition: all .8s ease-out;height:auto; margin-top:222px; margin-left:86px; position:fixed; text-align:left; font-size:14px;color:#4F4F4F;}
  183. #sidebar:hover #simbolo {margin-left:-70px; font-size:14px;-moz-transition: all 0.8s ease-out;;-webkit-transform: rotateX(360deg);}
  184.  
  185.  
  186.  
  187.  
  188.  
  189. #links {z-index:11;width:35px; height: 120px; float: left; margin-left:42px; margin-top: 145px; padding: 0px; text-align: center;position:fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid #fff; background:; }
  190. #links a {border-bottom: 1px dotted #fff;float: left; margin-left: 1px; font-family: century gothic; font-size: 9.5px; text-align: center; margin-top: 3px; height: 12px; width: 35px; color:#fff; line-height: 10px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; text-transform: lowercase; opacity:0.9; }
  191. #links a:hover{background:#CFCFCF;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out; color:#000;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;text-shadow: 0 0 9px #fff;box-shadow: inset 0px 0px -200px 0px #fff; -webkit-border-radius: 5px 5px 5px 5px;opacity:0.6;}
  192.  
  193.  
  194. </style>
  195.  
  196. <body>
  197.  
  198. </div>
  199.  
  200. <div id="sidebar">
  201. <div id="foto"><img src="{image:sidebar}"></div>
  202. <div id="frase">{text:frase}</div>
  203.  
  204.  
  205. <div id="frase2">{text:frase2}</div>
  206.  
  207. <div id="simbolo">✿</div>
  208.  
  209.  
  210.  
  211.  
  212. <div id="links">
  213. <a href="{text:Link1}">{text:Link1 Title}</a>
  214. <a href="{text:Link2}">{text:Link2 Title}</a>
  215. <a href="{text:Link3}">{text:Link3 Title}</a>
  216. <a href="{text:Link4}">{text:Link4 Title}</a>
  217. </div>
  218. </div>
  219. </div>
  220. </div>
  221.  
  222. </div>
  223.  
  224.  
  225. </div></div>
  226. </div>
  227.  
  228. </div> </div>
  229. </div>
  230. </div> </div>
  231. </div>
  232.  
  233.  
  234.  
  235.  
  236. <div id="content">
  237. {block:Posts}
  238. <div class="caixa">
  239.  
  240.  
  241. {block:Text}
  242. {block:Title}
  243. <h2>{Title}</h2>
  244. {/block:Title}
  245. {body}
  246. {block:indexpage}
  247. <div class="notes">
  248. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  249. <a href="{permalink}">{NoteCount} notes</a>
  250. </div>
  251. {/block:indexpage}
  252. {/block:Text}
  253.  
  254.  
  255.  
  256. {block:Photo}
  257. {LinkOpenTag}
  258. <div class="imaagem"><img src="{PhotoURL-250}"></div>
  259. {block:indexpage}
  260. <div class="notes">
  261. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  262. <a href="{permalink}">{NoteCount} notes</a>
  263. </div>
  264. {/block:indexpage}
  265. {/block:Photo}
  266.  
  267.  
  268.  
  269.  
  270. {block:Photoset}
  271. <div class="imaagem">{Photoset-250}</div>{LinkCloseTag}
  272. {block:indexpage}
  273. <div class="notes">
  274. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  275. <a href="{permalink}">{NoteCount} notes </a> </a>
  276. </div>
  277. {/block:indexpage}
  278. {/block:Photoset}
  279.  
  280.  
  281. {block:Quote}
  282. <div class="quote">"{Quote}"</div>
  283. {block:Source}<div class="source"> {Source}</div>
  284. {/block:Source}
  285. {block:indexpage}
  286. <div class="notes">
  287. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  288. <a href="{permalink}">{NoteCount} notes </a>
  289. </div>
  290. {/block:indexpage}
  291. {/block:Quote}
  292.  
  293.  
  294. {block:Chat}
  295. {block:Title}<h2>{Title}</h2>{/block:Title}
  296. {block:Lines}
  297. <div class="chat">
  298. <div class="lines">{block:Label}
  299. <span>{Label}</span>
  300. {/block:Label}
  301. {Line}</div></div>
  302. {/block:Lines}
  303. {block:indexpage}
  304. <div class="notes">
  305. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  306. <a href="{permalink}">{NoteCount} notes</a> </a>
  307. </div>
  308. {/block:indexpage}
  309. {/block:Chat}
  310.  
  311.  
  312. {block:Link}
  313. <a href="{URL}" target="{Target}"><h2>{Title}</h2></a>
  314. {block:Description}{Description}{/block:Description}
  315. {block:indexpage}
  316. <div class="notes">
  317. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  318. <a href="{permalink}">{NoteCount} notes></a> </a>
  319. </div>
  320. {/block:indexpage}
  321. {/block:Link}
  322.  
  323.  
  324. {block:Audio}
  325. {AudioPlayer}
  326. {block:indexpage}
  327. <div class="notes">
  328. <a href="{ReblogURL}" target="_blank">Reblog</a> <font color={color:menu hover}>?</font>
  329. <a href="{permalink}">{NoteCount} notes<font color={color:menu hover}>?</font></a>
  330. </div>
  331. {/block:indexpage}
  332. {/block:Audio}
  333.  
  334.  
  335. {block:Video}
  336. {block:Indexpage}{Video-250}{/block:IndexPage}
  337. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  338. {block:Caption}{Caption}{/block:Caption}
  339. {block:indexpage}
  340. <div class="notes">
  341. <a href="{ReblogURL}" target="_blank">Reblog</a> <font color={color:menu hover}>?</font>
  342. <a href="{permalink}">{NoteCount} notes<font color={color:menu hover}>?</font></a>
  343. </div>
  344. {/block:indexpage}
  345. {/block:Video}
  346. {block:Answer}
  347. <div class="sussurrou"><font color=#ddd> </font>{Asker}: {Question}</div>
  348. <div class="resposta">{Answer}</div>
  349. {block:indexpage}
  350. <div class="notes">
  351. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  352. <a href="{permalink}">{NoteCount} notes</a>
  353. </div>
  354. {/block:indexpage}
  355. {/block:Answer}
  356.  
  357. <div class="vsanna">
  358. {block:RebloggedFrom}
  359. <a href="{ReblogParentURL}">via</a>
  360. {/block:RebloggedFrom}
  361. {block:ContentSource}
  362. <a href="{SourceURL}">source</a>
  363. {/block:ContentSource}
  364. </div>
  365.  
  366.  
  367. </div>
  368. {/block:Posts}
  369.  
  370. </div>
  371.  
  372.  
  373.  
  374.  
  375.  
  376. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  377. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  378. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  379. <script type="text/javascript">
  380. $(window).load(function () {
  381. $('#content').masonry(),
  382. $('.masonryWrap').infinitescroll({
  383. navSelector : "div#navigation",
  384. nextSelector : "div#navigation a#nextPage",
  385. itemSelector : ".caixa",
  386. bufferPx : 10000,
  387. extraScrollPx: 11000,
  388. loadingImg : "",
  389. loadingText : "<i> </i>",
  390. },
  391. // call masonry as a callback.
  392. function() { $('#content').masonry({ appendedContent: $(this) }); }
  393. );
  394. });
  395. </script>
  396.  
  397.  
  398.  
  399.  
  400. {block:IndexPage}
  401. <div class="column navigation" id="navigation">
  402.  
  403. {block:Pagination}
  404. {block:PreviousPage}
  405. <a href="{PreviousPage}" class="navigate">
  406. {/block:PreviousPage}
  407. {block:PreviousPage}</a>{/block:PreviousPage}
  408.  
  409. {block:NextPage}
  410. <a href="{NextPage}" class="navigate" id="nextPage">
  411. {/block:NextPage}
  412. {block:NextPage}</a>{/block:NextPage}
  413. {/block:Pagination}
  414.  
  415. </div>
  416. {/block:IndexPage}
  417.  
  418.  
  419.  
  420.  
  421. </body>
  422.  
  423. <div style="font-size:9px;
  424. font-family:Century Gothic;position:fixed;bottom:80px;right:50px;border-bottom:2px solid #eee; color:#eee; ">
  425. <a href="http://recitada.tumblr.com/" target="_blank" title="theme exclusivo recitada"><font color=#949494> © recitada <font color=#c3c3c3></font> </font></div>
  426. </html><script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=129874daf82ea8718007ffa601fae0cb"></script>
  427. </div>
  428. <link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=recitada" />
  429. <script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=129874daf82ea8718007ffa601fae0cb"></script>
  430. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement