Advertisement
TattyRM

divulgacao23

Jul 1st, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!-- START OF SCRIPT TOOLTIP AND RETURN FALSE -->
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  6. <script>
  7. (function($){
  8. $(document).ready(function(){
  9. $("[title]").style_my_tooltips({
  10. tip_follows_cursor:true,
  11. tip_delay_time:20,
  12. tip_fade_speed:400,
  13. attribute:"title"
  14. });
  15. });
  16. })(jQuery);
  17. </script>
  18. <script>
  19. function click() {
  20. if (event.button==2||event.button==3) {
  21. oncontextmenu='return false';
  22. }
  23. }
  24. document.onmousedown=click
  25. document.oncontextmenu = new Function("return false;")
  26. </script>
  27.  
  28. <!-- ★ --------------------------------- ★ @ BASE TOTALMENTE CODIFICADA POR USMODEL
  29. NÃO COPIE, NÃO SE INSPIRE E NÃO RETIRE CRÉDITOS
  30. @ THEME FEITO POR "SUA URL AQUI"
  31. ★ --------------------------------- ★ -->
  32.  
  33. <!-- FAVICON AND TITLE -->
  34. <link rel="shortcut icon" href="{favicon}">
  35. <script type="text/javascript"> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = "{title}"; tb8_messages[1] = "{title}"; tb8_messages[2] = "{title}"; tb8_rptType = 'infinite'; tb8_rptNbr = 5; tb8_speed = 100; tb8_delay = 2000; var tb8_counter=1; var tb8_currMsg=0; var tb8_tekst =""; var tb8_i=0; var tb8_TID = null; function tb8_pisi(){ tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1); document.title = tb8_tekst; tb8_sp=tb8_speed; tb8_i++; if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay; } if (tb8_currMsg == tb8_messages.length){ if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID); return; } tb8_counter++; tb8_currMsg = 0; } tb8_TID = setTimeout("tb8_pisi()", tb8_sp); } tb8_pisi() </script>
  36.  
  37.  
  38. <!-- APPEARANCE -->
  39.  
  40. <!-- IMAGENS-->
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="image:background" content=""/>
  43.  
  44. <!-- CORES -->
  45. <meta name="color:background" content="#000"/>
  46. <meta name="color:barra" content="#d19696"/>
  47. <meta name="color:texto" content="#fff"/>
  48. <meta name="color:link" content="#fff"/>
  49. <meta name="color:link hover" content="#d19696"/>
  50. <meta name="color:postagens" content="#202020"/>
  51. <meta name="color:borda" content="#000"/>
  52. <meta name="color:detalhes" content="#0000"/>
  53.  
  54.  
  55.  
  56.  
  57.  
  58. </head>
  59.  
  60. <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='https://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  69.  
  70. <style>
  71. body{background:{color:background};
  72. background-image:url('{image:background}');
  73. background-attachment:fixed;}
  74.  
  75. a, a:link, a:active, a:visited {color:{color:link};
  76. text-decoration:none}
  77. a:hover {color:{color:links hover};
  78. text-decoration:none}
  79.  
  80. titulo{text-decoration:none;}
  81.  
  82. blockquote {margin:0px;}
  83.  
  84. /* BARRA DE ROLAGEM */
  85. ::-webkit-scrollbar-thumb{background-color: {color:barra};
  86. border: 1px solid {color:background};
  87. height:auto;}
  88. ::-webkit-scrollbar {height:7px;
  89. width:7px;
  90. background-color: {color:barra};
  91. border: 3px solid {color:background};}
  92.  
  93. #align{float:left;
  94. margin-top:5px;
  95. margin-left:400px;
  96. width:1000px;
  97. color:{color:texto};
  98. font-family: 'Cuprum';
  99. font-size: 12px;
  100. text-align:left;}
  101.  
  102. .posts{position:relative; float:left;
  103. display:inline-block;
  104. width:200px;
  105. background:{color:postagens};
  106. padding:10px 10px 8px 10px;
  107. border:1px solid #303030;
  108. margin:8px;
  109. border-radius:3px;}
  110. .posts {{block:PermalinkPage}width:250px;
  111. {/block:PermalinkPage} }
  112. .posts img{max-width:200px;}
  113. .imgpost img{width:200px;}
  114. .photoset{max-width:200px;}
  115.  
  116. .vsanna{display:none;}
  117.  
  118. /* CURSOR PERSONALIZADO */
  119. html {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  120. a, a:hover{cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  121.  
  122. #tumblr_controls{position: fixed!important;
  123. z-index:15;}
  124. iframe#tumblr_controls {right:3px !important;
  125. position: fixed !important;
  126. -webkit-transition: opacity 0.5s linear;
  127. opacity: 0.6;
  128. -webkit-transition: all 0.8s ease-out;
  129. -moz-transition: all 0.8s ease-out;
  130. transition: all 0.8s ease-out;}
  131. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear;
  132. opacity: 1;
  133. -webkit-transition: all 0.4s ease-out;
  134. -moz-transition: all 0.4s ease-out;
  135. transition: all 0.4s ease-out;}
  136.  
  137. .posts .its{margin-top:-10px;
  138. margin-left:0px;
  139. width:auto;
  140. height:13px;
  141. line-height:30px;
  142. text-align:right;
  143. color:{color:links};
  144. font-size:6.5px;
  145. background:transparent;
  146. font-family:'helvetica';
  147. letter-spacing:1px;
  148. text-transform:uppercase;
  149. opacity:0;
  150. transform:rotatex(180deg);
  151. transition:.0s;}
  152. .posts:hover .its{opacity:1;
  153. margin-top:-5px;
  154. transform:rotatex(0deg);
  155. transition:.3s;}
  156.  
  157. .posts .sex{display:block;
  158. left:25%;
  159. bottom:47%;
  160. position:absolute;}
  161. .posts .sex a{width:160px;
  162. height:auto;
  163. padding:10px;
  164. line-height:12px;
  165. text-align:center;
  166. font-size:12px;
  167. color:#eee;
  168. background:#696969;
  169. font-family:'helvetica';
  170. letter-spacing:1px;
  171. text-transform:uppercase;
  172. margin:1px; opacity:0;
  173. -webkit-transition-duration: .6s;
  174. -moz-transition-duration: .6s;
  175. -o-transition-duration: .6s;
  176. -webkit-transform: scale(0.6);
  177. -o-transform: scale(0.6);
  178. -moz-transform: scale(0.6);
  179. transition:all 0.6s;
  180. border-radius:2px;}
  181. .posts:hover .sex a{opacity:100;
  182. -moz-transition:all 0.6s linear;
  183. -moz-transform: scale(1.0);
  184. -o-transform: scale(1.0);
  185. transition:all 0.6s linear;
  186. -webkit-transform: scale(1.0);}
  187.  
  188. .icon {margin-right:4px;
  189. float: left;
  190. margin-left:0px;
  191. margin-top:0px;
  192. border-radius:30px;}
  193. .pergunta{margin-top:-6px;
  194. height:auto; width:187px;
  195. text-align:left;
  196. padding:6px;
  197. font-family:'Share Tech Mono';
  198. font-size:9px;
  199. text-align:left;
  200. border-bottom:2px solid {color:borda};
  201. background:;text-transform:uppercase;}
  202. .perguntou{display:inline-block;
  203. padding:3px;font-style:bold;}
  204. .resposta{margin-left:2px;
  205. margin-top:0px; width:auto;
  206. height:auto; padding:0px;
  207. font-family:'Share Tech Mono';
  208. font-size:9px; text-align:left;
  209. text-transform:uppercase}
  210.  
  211. /* CHAT POR HTMLUV TOTALMENTE
  212. MODIFICADO POR USMODEL */
  213. .chat {margin: 0;
  214. font-size: 11px;
  215. font-family: 'courier';
  216. text-align: left;}
  217. .chat .lines {font-family: 'courier';
  218. font-size: 11px;
  219. color: {color:text};}
  220. .chat .lines span {font-family:'courier';
  221. font-size:11px;}
  222. #laudio-caption {margin-top:10px;}
  223. #laudio-caption p {padding:5px;
  224. margin-bottom:1px;
  225. background:#f5f5f5; }
  226. #lalbum-art {display:inline-block; float:left;}
  227. #laudio-player {display:inline-block;}
  228.  
  229. #s-m-t-tooltip {-webkit-animation: CH 600ms;
  230. max-width:150px;
  231. margin:20px 20px 20px 8px;
  232. background: rgba(0, 0, 0, .4);
  233. color:#fff;
  234. z-index:9999;
  235. font-family:'Share Tech Mono';
  236. font-size:10px;
  237. text-align:center;
  238. text-transform: uppercase;
  239. border-radius:3px;
  240. padding:4px;}
  241.  
  242. .sidebar{position:fixed;
  243. width:200px;
  244. height:190px;
  245. top:100px;
  246. left:100px;
  247. background:#000;
  248. box-shadow:5px 5px 0 #000;}
  249.  
  250. .titulo{position:fixed;
  251. width:auto;
  252. margin-top:5px;
  253. margin-left:40px;
  254. font-family:'Sacramento';
  255. text-shadow:1px 1px 0 #000;
  256. text-align:left;
  257. color:#b9959f;
  258. font-size:33px;}
  259.  
  260. .description{position:fixed;
  261. width:200px;
  262. margin-top:45px;
  263. margin-left:5px;
  264. font-family:'Share Tech Mono';
  265. text-align:left;
  266. color:{color:texto};
  267. text-transform: uppercase;
  268. font-size:9px;}
  269.  
  270. /* SIDEBAR,MENU,IMAGEM FEITO POR DRESSBY */
  271.  
  272.  
  273. /**MOD 2 | LHFY**/
  274. #mod1{height:80px;margin-top:220px;width:280px;
  275. margin-left:50PX; position:fixed;}
  276. #mod1 img {width:90px;height:90px;
  277. -webkit-transition: all 0.8s ease-in-out;
  278. -moz-transition: all 0.8s ease-in-out;
  279. -o-transition: all 0.8s ease-in-out;
  280. -ms-transition: all 0.8s ease-in-out;
  281. transition: all 1.2s ease-in-out; border-radius:0px;
  282. z-index:50;border:1px solid #c3c3c3}
  283. #mod1 img:hover{
  284. -webkit-transform: rotate(0deg) scale(1) skew(0deg)
  285. translate(0px);
  286. -moz-transform: rotate(0deg) scale(1) skew(0deg)
  287. translate(0px);
  288. -o-transform: rotate(0deg) scale(1) skew(0deg)
  289. translate(0px);
  290. -ms-transform: rotate(0deg) scale(1) skew(0deg)
  291. translate(0px);
  292. webkit-filter: grayscale(0);-webkit-filter: grayscale(100%);
  293. -webkit-transition: all 1.2s linear;
  294. -moz-transition: all 0.2s linear;transition: all 1.2s linear;
  295. -webkit-filter: sepia(0.1) brightness(1.1) grayscale(1.0) }
  296.  
  297. .descri1 {color:#fff;position:fixed; width:155px; margin-left:150px;height:60px; line-height:20px; margin-top:230px;font-family: 'Great Vibes', cursive;
  298. text-align:center; font-size:20px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;line-height:18px;background:#202020;border-left:5px dotted #fff;}
  299.  
  300.  
  301. /**MOD 2 | LHFY**/
  302. #mod2{height:80px;margin-top:320px;width:280px;
  303. margin-left:240PX; position:fixed;}
  304. #mod2 img {width:90px;height:90px;
  305. -webkit-transition: all 0.8s ease-in-out;
  306. -moz-transition: all 0.8s ease-in-out;
  307. -o-transition: all 0.8s ease-in-out;
  308. -ms-transition: all 0.8s ease-in-out;
  309. transition: all 1.2s ease-in-out; border-radius:0px;
  310. z-index:50;border:1px solid #c3c3c3}
  311. #mod2 img:hover{
  312. -webkit-transform: rotate(0deg) scale(1) skew(0deg)
  313. translate(0px);
  314. -moz-transform: rotate(0deg) scale(1) skew(0deg)
  315. translate(0px);
  316. -o-transform: rotate(0deg) scale(1) skew(0deg)
  317. translate(0px);
  318. -ms-transform: rotate(0deg) scale(1) skew(0deg)
  319. translate(0px);
  320. webkit-filter: grayscale(0);-webkit-filter: grayscale(100%);
  321. -webkit-transition: all 1.2s linear;
  322. -moz-transition: all 0.2s linear;transition: all 1.2s linear;
  323. -webkit-filter: sepia(0.1) brightness(1.1) grayscale(1.0) }
  324.  
  325.  
  326. .descri2 {color:#fff;position:fixed; width:165px; margin-left:50px;height:60px; line-height:20px; margin-top:330px;font-family: 'Great Vibes', cursive;
  327. text-align:center; font-size:20px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;line-height:18px;background:#202020;border-right:5px dotted #fff;}
  328.  
  329.  
  330.  
  331. /**CÓDIGO FEITO POR LUXUOSEI****/
  332. .side{position:fixed; top:0px; left:0px; width:340px; height:140px; background:#f5d8d8 ;z-index:9999999999999;}
  333. #FAIXA2{MARGIN-LEFT:-10PX ;MARGIN-TOP:190PX;background:#000; ;HEIGHT:700PX;WIDTH:45PX;POSITION:FIXED;z-index:-99999999999999999999999;}
  334. #FAIXA3{MARGIN-LEFT:40PX ;MARGIN-TOP:190PX;background:#000; ;HEIGHT:700PX;WIDTH:300PX;POSITION:FIXED;z-index:-99999999999999999999999;}
  335.  
  336.  
  337.  
  338. .core {color:#d19696;position:fixed; width:10px; margin-left:2px;height:20px; line-height:20px; margin-top:192px;font-family: 'Great Vibes', cursive;
  339. text-align:center; font-size:18px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;line-height:28px;}
  340. .ponto {color:#fff;position:fixed; width:400px; margin-left:-50px;height:20px; line-height:20px; margin-top:130px;font-family: 'tahoma', cursive;
  341. text-align:center; font-size:22px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;line-height:28px;}
  342. .titulo {color:#fff;position:fixed; width:300px; margin-left:0px;height:20px; line-height:20px; margin-top:15px;font-family: 'Open Sans Condensed', sans-serif; text-align:center; font-size:62px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;letter-spacing:2px;z-index:9999;}
  343. .titulo1 {color:#fff;position:fixed; width:10px; margin-left:100px;height:20px; line-height:20px; margin-top:192px;font-family: 'Open Sans Condensed', sans-serif;
  344. text-align:center; font-size:20px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;letter-spacing:2px;}
  345. .titulo2 {color:#fff;position:fixed; width:10px; margin-left:110px;height:20px; line-height:20px; margin-top:420px;font-family: 'Open Sans Condensed', sans-serif; text-align:center; font-size:20px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;letter-spacing:5px;}
  346. .titulo3 {color:#fff;position:fixed; width:10px; margin-left:60px;height:20px; line-height:20px; margin-top:100px;font-family: 'Open Sans Condensed', sans-serif;
  347. text-align:center; font-size:15px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;letter-spacing:5px;-webkit-transform: rotate(268deg);-moz-transform: rotate(268deg);-o-transform: rotate(268deg);writing-mode: lr-tb;}
  348. .bem {color:#000;position:fixed; width:300px; margin-left:8px;height:20px; line-height:20px; margin-top:90px;font-family: 'Great Vibes', cursive; text-align:center; font-size:30px; ;opacity: 10;transition:0.9s; transform : rotateX(360deg);padding:5px;letter-spacing:0px;}
  349.  
  350.  
  351.  
  352. /**--Menu por Duda.R (o-mundo-de-uma-garota)--não retire os creditos**/
  353. #menu { float: left; margin-top: 155px;
  354. padding: 3px; text-align: center;
  355. margin-left:29px; position: fixed;
  356. height:55px;background-color: transparent;
  357. -webkit-transition: all 0.4s ease-out;
  358. -moz-transition: all 0.4s ease-out; z-index:1000;
  359. width: 485px; }
  360.  
  361. #menu a {float: left; margin-right: 0px;
  362. display: block; width:80px; letter-spacing: 0px;
  363. font-family: calibri; font-size: 15px;
  364. text-transform: uppercase; text-align: center;
  365. margin-bottom: 1px;
  366. background-color:#f5d8d8; color: #202020;
  367. text-decoration: none; height:20px;
  368. line-height:20px; padding: 4px;
  369. -webkit-transition: all 0.4s ease-out;
  370. -moz-transition: all 0.4s ease-out;
  371. margin-top:1px;
  372. -webkit-border-radius: 10px 10px 10px 10px;
  373. border: 1px solid #000; }
  374.  
  375. #menu a:hover{color:#fff;
  376. -webkit-transition: all 0.9s ease-out;
  377. -moz-transition: all 0.9s ease-out;
  378. filter:alpha (opacity=50);
  379. -webkit-border-radius: 20px 20px 20px 20px;
  380. -webkit-transition-duration: 1.9s;
  381. -moz-transition-duration:1.9s;
  382. -webkit-transition: all 0.8s ease-out;
  383. -moz-transition: all 0.5s ease-out;line-height:20px;}
  384.  
  385. #menu #li{ width:100px;position: fixed;
  386. margin-top:-100px; margin-left: -110px;
  387. overflow: hidden; font-size: 8px;
  388. font-family:calibri; color:#d19696;
  389. padding: 0px; height: 20px; letter-spacing: 0px;
  390. line-height: -20px;
  391. z-index:800000000000000000000000000000000000000000000000;
  392. opacity:0.0; text-align:center;text-align: center;
  393. -webkit-transition-duration: 1.9s;
  394. -moz-transition-duration:1.9s;
  395. -webkit-transition: all 0.8s ease-out;
  396. -moz-transition: all 0.5s ease-out;}
  397.  
  398. #menu:hover #li{background#fff;margin-left:-12px;
  399. opacity: 0.9;z-index:100; margin-bottom: 2px;
  400. -webkit-border-radius: 20px 20px 20px 20px;
  401. margin-top:-31px;}
  402.  
  403. /**DESTAQUES | LHFY**/
  404. #dest {height:80px;margin-top:460px;width:280px;
  405. margin-left:55px; position:fixed;}
  406. #dest img {width:45px;height:45px;
  407. -webkit-transition: all 0.8s ease-in-out;
  408. -moz-transition: all 0.8s ease-in-out;
  409. -o-transition: all 0.8s ease-in-out;
  410. -ms-transition: all 0.8s ease-in-out;
  411. transition: all 1.2s ease-in-out; border-radius:10px;
  412. z-index:50;border:1px solid #c3c3c3}
  413. #dest img:hover{
  414. -webkit-transform: rotate(360deg) scale(1) skew(0deg)
  415. translate(0px);
  416. -moz-transform: rotate(360deg) scale(1) skew(0deg)
  417. translate(0px);
  418. -o-transform: rotate(360deg) scale(1) skew(0deg)
  419. translate(0px);
  420. -ms-transform: rotate(360deg) scale(1) skew(0deg)
  421. translate(0px);
  422. webkit-filter: grayscale(0);-webkit-filter: grayscale(100%);
  423. -webkit-transition: all 1.2s linear;
  424. -moz-transition: all 0.2s linear;transition: all 1.2s linear;
  425. -webkit-filter: sepia(0.1) brightness(1.1) grayscale(0.5) }
  426.  
  427. /**PARCEIRO | LHFY**/
  428. #parc {height:80px;margin-top:20px;width:280px;
  429. margin-left:85px; position:fixed;}
  430. #parc img {width:45px;height:45px;
  431. -webkit-transition: all 0.8s ease-in-out;
  432. -moz-transition: all 0.8s ease-in-out;
  433. -o-transition: all 0.8s ease-in-out;
  434. -ms-transition: all 0.8s ease-in-out;
  435. transition: all 1.2s ease-in-out; border-radius:10px;
  436. z-index:50;border:1px solid #c3c3c3}
  437. #parc img:hover{
  438. -webkit-transform: rotate(360deg) scale(1) skew(0deg)
  439. translate(0px);
  440. -moz-transform: rotate(360deg) scale(1) skew(0deg)
  441. translate(0px);
  442. -o-transform: rotate(360deg) scale(1) skew(0deg)
  443. translate(0px);
  444. -ms-transform: rotate(360deg) scale(1) skew(0deg)
  445. translate(0px);
  446. webkit-filter: grayscale(0);-webkit-filter: grayscale(100%);
  447. -webkit-transition: all 1.2s linear;
  448. -moz-transition: all 0.2s linear;transition: all 1.2s linear;
  449. -webkit-filter: sepia(0.1) brightness(1.1) grayscale(0.5) }
  450.  
  451.  
  452. /***SIDEBAR DESLIZANDO */
  453.  
  454. .siden{position:fixed; top:20px; left:0px; width:350px; height:100px;background:#f5d8d8 ;transition:1s;}
  455.  
  456. .siden:hover{margin-left:310px; height:140px; transition:2s;z-index:99999;margin-top:-20px;}
  457.  
  458.  
  459.  
  460. </style>
  461. <link href='https://fonts.googleapis.com/css?family=Squada+One|Nova+Mono|Signika|Montez|Cookie|BenchNine|Oswald|Sacramento|Share+Tech+Mono|Ubuntu+Condensed|Cuprum' rel='stylesheet' type='text/css'>
  462. <body>
  463. <!-- SIDEBAR -->
  464.  
  465. <div class="side">
  466.  
  467. <div class="titulo"> titulo aqui </div>
  468. <div class="bem"><i>Sejam Bem Vindos </i> </div>
  469.  
  470.  
  471. </div>
  472.  
  473.  
  474. <div id="center">
  475.  
  476. <div class="titulo1">MODERADORAS </div>
  477.  
  478. <!-- MODERADORA UM -->
  479. <div id="mod1">
  480. <a href="http://urlaqui.tumblr.com/">
  481. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  482. </div>
  483. <div class="descri1">Aqui uma descrição bem bonitinha e grandinha pra fica assim,desse tamanho. </div>
  484.  
  485. <!-- MODERADORA DOIS -->
  486.  
  487. <div id="mod2">
  488. <a href="http://urlaqui.tumblr.com/">
  489. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  490. </div>
  491. <div class="descri2">Aqui uma descrição bem bonitinha e grandinha pra fica assim,desse tamanho. </div>
  492.  
  493. <div id="menu">
  494. <a href="/">link1<div id="li">✦ ✧ ✦ ✧</div></a></a>
  495. <a href="/fask">link2<div id="li">✦ ✧ ✦ ✧</div></a></a>
  496. <a href="/materiais">link3 <div id="li">✦ ✧ ✦ ✧</div></a></a>
  497.  
  498. </div>
  499. </div>
  500. </div>
  501.  
  502.  
  503. </div>
  504.  
  505. <div class="core">❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ </div>
  506. <div class="ponto">• • • • • • • • • • • • • • • • • • • • • • </div>
  507.  
  508.  
  509. <div class="titulo2">DESTAQUES </div>
  510.  
  511. <!--- DESTAQUES -->
  512.  
  513. <div id="dest">
  514. <a href="http://urlaqui.tumblr.com/"
  515. title="VISITE NOSSO DESTAQUE ">
  516. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  517.  
  518. <a href="http://urlaqui.tumblr.com/"
  519. title="VISITE NOSSO DESTAQUE ">
  520. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  521.  
  522.  
  523. <a href="http://urlaqui.tumblr.com/"
  524. title="VISITE NOSSO DESTAQUE ">
  525. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  526.  
  527. <a href="http://urlaqui.tumblr.com/"
  528. title="VISITE NOSSO DESTAQUE ">
  529. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  530.  
  531. <a href="http://urlaqui.tumblr.com/"
  532. title="VISITE NOSSO DESTAQUE ">
  533. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  534.  
  535. <a href="http://urlaqui.tumblr.com/"
  536. title="VISITE NOSSO DESTAQUE ">
  537. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  538.  
  539. <a href="http://urlaqui.tumblr.com/"
  540. title="VISITE NOSSO DESTAQUE ">
  541. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  542.  
  543. <a href="http://urlaqui.tumblr.com/"
  544. title="VISITE NOSSO DESTAQUE ">
  545. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  546.  
  547. <a href="http://urlaqui.tumblr.com/"
  548. title="VISITE NOSSO DESTAQUE ">
  549. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  550.  
  551. <a href="http://urlaqui.tumblr.com/"
  552. title="VISITE NOSSO DESTAQUE ">
  553. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  554.  
  555.  
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561. <!-- SE TIRAR ESSE CARALHO VAI TER TRETA PRO SEU LADO -->
  562. <div style="position:fixed; bottom:40px; left:60px;background:#;font-family: 'arial', cursive;font-size:10px;width:200px">
  563. <font color="#4682B4"><small></small></font>
  564. <a href="http://dressby.tumblr.com" title="Theme por dressby + Base por Usmodel+Desenhado por Classdior ">Dressby</a>
  565. <font color="#d19696"><small> ✿ </small></font>
  566. </div>
  567. <!-- SE TIRAR ESSE CARALHO VAI TER TRETA PRO SEU LADO -->
  568.  
  569.  
  570. <DIV ID="FAIXA"></DIV>
  571. <DIV ID="FAIXA2"></DIV>
  572. <DIV ID="FAIXA3"></DIV>
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579. </div>
  580.  
  581. <div class="siden">
  582.  
  583. <div class="titulo3">PARCEIROS </div>
  584.  
  585. <div id="parc">
  586. <a href="http://urlaqui.tumblr.com/"
  587. title="VISITE NOSSO DESTAQUE ">
  588. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  589.  
  590. <a href="http://urlaqui.tumblr.com/"
  591. title="VISITE NOSSO DESTAQUE ">
  592. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  593.  
  594. <a href="http://urlaqui.tumblr.com/"
  595. title="VISITE NOSSO DESTAQUE ">
  596. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  597.  
  598. <a href="http://urlaqui.tumblr.com/"
  599. title="VISITE NOSSO DESTAQUE ">
  600. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  601.  
  602. <a href="http://urlaqui.tumblr.com/"
  603. title="VISITE NOSSO DESTAQUE ">
  604. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  605.  
  606. <a href="http://urlaqui.tumblr.com/"
  607. title="VISITE NOSSO DESTAQUE ">
  608. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  609.  
  610. <a href="http://urlaqui.tumblr.com/"
  611. title="VISITE NOSSO DESTAQUE ">
  612. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  613.  
  614. <a href="http://urlaqui.tumblr.com/"
  615. title="VISITE NOSSO DESTAQUE ">
  616. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  617.  
  618. <a href="http://urlaqui.tumblr.com/"
  619. title="VISITE NOSSO DESTAQUE ">
  620. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  621.  
  622. <a href="http://urlaqui.tumblr.com/"
  623. title="VISITE NOSSO DESTAQUE ">
  624. <img src="http://api.tumblr.com/v2/blog/dressby.tumblr.com/avatar/96/"></a>
  625.  
  626.  
  627.  
  628. </div>
  629.  
  630. </div>
  631.  
  632. </div>
  633.  
  634. <!-- FINAL DA SIDEBAR -->
  635. <div id="align">
  636. {block:Posts}
  637. <div class="posts">
  638.  
  639. {block:Text}
  640. {block:Title}<div style="font-family:'Courier'; text-align:cente; font-size:12px; lihe-height:0px;"><center>{Title}</center></div>{/block:Title}
  641. {body}
  642. {block:indexpage}
  643. <div class="its"><a href="{permalink}">{NoteCount} Notes</a> + <a href="{ReblogURL}">Reblog</a>
  644. </div>
  645. {/block:indexpage}
  646. {/block:Text}
  647.  
  648. {block:Quote}
  649. {Quote}<br>
  650. <div style="margin-top:5px; padding-top:1px; font-family:calibri; font-size:8px; line-height:6px; text-transform: uppercase; padding:2px; text-align:right; font-weight:bold;">{block:Source}{Source}{/block:Source}</div>
  651. <div class="its"><a href="{permalink}">{NoteCount} Notes</a> + <a href="{ReblogURL}">Reblog</a>
  652. </div>
  653. {/block:indexpage}
  654. {/block:Quote}
  655.  
  656. {block:Chat}
  657. {block:Lines}
  658. <div class="chat">
  659. <div class="lines">{block:Label}
  660. <span>{Label}</span>
  661. {/block:Label}
  662. {Line}</div></div>
  663. {/block:Lines}
  664. {block:indexpage}
  665. <div class="its"><a href="{permalink}">{NoteCount} Notes</a> + <a href="{ReblogURL}">Reblog</a>
  666. </div>
  667. {/block:indexpage}
  668. {/block:Chat}
  669.  
  670. {block:Link}
  671. <a href="{URL}" target="{Target}"><div style="font-size:10px; padding:2px; text-align:center; text-transform: uppercase;"><titulo><u>{Name}</u></titulo></div></a>
  672. {block:Description}{Description}{/block:Description}
  673. <div class="its"><a href="{permalink}">{NoteCount} Notes</a> + <a href="{ReblogURL}">Reblog</a>
  674. </div>
  675. {/block:indexpage}
  676. {/block:Link}
  677.  
  678. {block:Audio}
  679. <div class="text">
  680. {block:AlbumArt}<div id="lalbum-art"><img src="{AlbumArtURL}" style="border-radius:100%; width:35px; height:35px;"></div>{/block:AlbumArt}
  681. <div style="margin-left:38px; margin-top:5px; text-transform: uppercase;">{AudioPlayerWhite}</div>
  682. <div id="laudio-caption">
  683. <p>Track: {block:TrackName}<i>{TrackName}</i>{/block:TrackName}.</p>
  684. <p>Artist: {block:Artist}<i>{Artist}</i>{/block:Artist}.</p>
  685. <p>Album: {block:Album}<i>{Album}</i>{/block:Album}.</p>
  686. <p>Plays: <i>{FormattedPlayCount}</i>.</p>
  687. </div></div>
  688. <div class="its"><a href="{permalink}">{NoteCount} Notes</a> + <a href="{ReblogURL}">Reblog</a>
  689. </div>
  690. {/block:Audio}
  691.  
  692. {block:Photo}
  693. {LinkOpenTag}
  694. <div class="imgpost"><center><img src="{PhotoURL-400}"></center></a></div>
  695. {block:indexpage}
  696. <div class="sex">
  697. <a href="{permalink}"title="{DayOfMonth}, {ShortMonth}">🏠</a> <a href="{permalink}"title="{NoteCount} Notes">❤</a> <a href="{ReblogURL}"title="Reblog">🔃</a>
  698. </div>
  699. {/block:indexpage}
  700. {/block:Photo}
  701.  
  702. {block:Photoset}
  703. <div class="imgpost"><center>{Photoset}</center></div>
  704. {block:indexpage}
  705. <div class="sex">
  706. <a href="{permalink}"title="{DayOfMonth}, {ShortMonth}">🏠</a> <a href="{permalink}"title="{NoteCount} Notes">❤</a> <a href="{ReblogURL}"title="Reblog">🔃</a>
  707. </div>
  708. {/block:indexpage}
  709. {/block:Photoset}
  710.  
  711. {block:Video}
  712. {block:Indexpage}{Video-250}{/block:IndexPage}
  713. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  714. {block:indexpage}
  715. <div class="sex">
  716. <a href="{permalink}"title="{DayOfMonth}, {ShortMonth}">🕥</a> <a href="{permalink}"title="{NoteCount} Notes">❤</a> <a href="{ReblogURL}"title="Reblog">🔃</a>
  717. </div>
  718. {/block:indexpage}
  719. {/block:Video}
  720.  
  721. {block:Answer}
  722. <img src="{AskerPortraitURL-30}" class="icon">
  723. <div class="pergunta">
  724. <div class="perguntou">{Asker} asked:</div><br> {Question}</div>
  725. <div class="resposta">{Answer}</div>
  726. {block:indexpage}
  727. <div class="its"><a href="{permalink}">{NoteCount} Notes</a> + <a href="{ReblogURL}">Reblog</a>
  728. </div>{/block:indexpage}{/block:Answer}
  729.  
  730. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  731. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div></div>
  732.  
  733. {/block:Posts}
  734.  
  735. {block:IndexPage}
  736. <div class="column navigation" id="navigation">
  737. {block:Pagination}
  738. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  739. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  740. </div>
  741. {/block:IndexPage}
  742. </div></div>
  743.  
  744. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  745. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  746. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  747. <script type="text/javascript">
  748. $(window).load(function () {
  749. $('#align').masonry(),
  750. $('.masonryWrap').infinitescroll({
  751. navSelector : "div#navigation",
  752. nextSelector : "div#navigation a#nextPage",
  753. itemSelector : ".posts",
  754. bufferPx : 10000,
  755. extraScrollPx: 11000,
  756. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  757. loadingText : "",
  758. },
  759. // call masonry as a callback.
  760. function() { $('#align').masonry({ appendedContent: $(this) }); }
  761. );
  762. });
  763. </script>
  764.  
  765. </body>
  766. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement