Advertisement
Carolaine_Vieira

salitudes

Dec 7th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.52 KB | None | 0 0
  1. <!-- ─────────╔╗────────────╔╗
  2. ─────────║║───────────╔╝╚╗
  3. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  4. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  5. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  6. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  7. ──────║║
  8. ──────╚╝
  9. -->
  10.  
  11.  
  12.  
  13. <head>
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <title>{title}</title>
  19. <link rel="shortcut icon" href="{Favicon}"/>
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="color:Background" content="#eee"/>
  24. <meta name="color:Header bg" content="#ffffff"/>
  25. <meta name="color:Post bg" content="#ffffff"/>
  26. <meta name="color:Borders" content="#dfdfdf"/>
  27. <meta name="color:Description" content="#999"/>
  28. <meta name="color:Text" content="#999"/>
  29. <meta name="color:Bold" content="#141414"/>
  30. <meta name="color:Italic" content="#fe4281"/>
  31. <meta name="color:Header link" content="#141414"/>
  32. <meta name="color:Header link hover" content="#999"/>
  33. <meta name="color:Header hover link bg" content="#999"/>
  34. <meta name="color:Scrollbar" content="#141414"/>
  35. <meta name="color:Link" content="#141414"/>
  36. <meta name="color:Link Hover" content="#fe4281"/>
  37.  
  38. <meta name="if:ShackEfect" content="0"/>
  39. <meta name="if:InfiniteScroll" content="0"/>
  40. <meta name="if:Caption" content="0"/>
  41.  
  42. <meta name="image:Background" content=""/>
  43. <meta name="image:Header image" content="http://i.imgur.com/wWx1a0K.jpg"/>
  44.  
  45. <meta name="select:Post title font" content="Great Vibes" title="Great Vibes">
  46. <meta name="select:Post title font" content="Baumans" title="Baumans">
  47. <meta name="select:Post title font" content="Poiret One" title="Poiret One"/>
  48.  
  49. <meta name="text:updates title 1" content="updates" />
  50. <meta name="text:updates 1" content="updates" />
  51. <meta name="text:updates title 2" content="updates" />
  52. <meta name="text:updates 2" content="updates" />
  53. <meta name="text:link1" content="link 1" />
  54. <meta name="text:link1url" content="/" />
  55. <meta name="text:link2" content="link 2" />
  56. <meta name="text:link2url" content="/" />
  57. <meta name="text:link3" content="link 3" />
  58. <meta name="text:link3url" content="/" />
  59. <meta name="text:link4" content="link 4" />
  60. <meta name="text:link4url" content="/" />
  61. <meta name="text:link5" content="link 5" />
  62. <meta name="text:link5url" content="/" />
  63.  
  64.  
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  68. <script>
  69. (function($){$(document)
  70. .ready(function(){$("[title]")
  71. .style_my_tooltips();});})
  72. (jQuery);
  73. </script>
  74.  
  75. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  76.  
  77. {block:IfShackEfect}
  78. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  79. {/block:IfShackEfect}
  80.  
  81.  
  82. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  83. <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  84. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  85. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  86. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  87. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  88. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  89. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  90. <link href='https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,600,500,700,800,900' rel='stylesheet' type='text/css'>
  91.  
  92.  
  93. <style type="text/css">
  94.  
  95. b { color: {color:bold}; !important; }
  96.  
  97. i { color: {color:italic} ;!important; }
  98.  
  99. u { border-bottom: 1px solid {color:link hover}; text-decoration:none;}
  100.  
  101. #s-m-t-tooltip{
  102. max-width:300px;
  103. padding:10px;
  104. margin:20px 0px 0px 20px;
  105. background-color: rgba(0, 0, 0, 0.5);
  106. font-family:calibri;
  107. font-size:8.5px;
  108. text-transform:uppercase;
  109. color:#fff;
  110. letter-spacing:1px;
  111. opacity:1;
  112. z-index:9999999999999999999;
  113. }
  114.  
  115. #top2 {
  116. border-bottom:1px solid {color:borders};
  117. font-weight:bold;
  118. height:50px;
  119. width:100%;
  120. letter-spacing: 1px;
  121. left:40px;
  122. top:0px;
  123. font-size:12px;
  124. position:fixed;
  125. background:{color:Header bg};
  126. z-index:2;
  127. -webkit-transition:all 0.3s ease-out;
  128. -moz-transition:all 0.3s ease-out;
  129. transition:all 0.3s ease-out;
  130. }
  131.  
  132. #top2:hover{
  133. -webkit-transition:all 0.8s ease-out;
  134. -moz-transition:all 0.8s ease-out;
  135. transition:all 0.8s ease-out;
  136.  
  137. }
  138.  
  139. ul {
  140. list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
  141. }
  142.  
  143. .sform input {
  144. font-family:cantarell;
  145. text-transform:uppercase;
  146. font-size:8px;
  147. color:{color:borders};
  148. text-align:center;
  149. background:transparent;
  150. border:0px;
  151. padding:7px;
  152. letter-spacing:2px;
  153. }
  154.  
  155. ::-webkit-input-placeholder { color:{color:Header link}; }
  156. :-moz-placeholder { color:{color:Header link}; }
  157. ::-moz-placeholder { color:{color:Header link}; }
  158. :-ms-input-placeholder { color:{color:Header link}; }
  159.  
  160. .sbox {
  161.  
  162. position:fixed;
  163. z-index:9;
  164. border-radius:2px;
  165. bottom:7px;
  166. width:150px;
  167. float:left;
  168. left:50px;
  169. -webkit-transition:all 0.3s ease-out;
  170. -moz-transition:all 0.3s ease-out;
  171. transition:all 0.3s ease-out;
  172. }
  173. .sbox:hover {
  174. color:{color:Header link};
  175. -webkit-transition:all 0.3s ease-out;
  176. -moz-transition:all 0.3s ease-out;
  177. transition:all 0.3s ease-out;
  178. }
  179.  
  180. #calado{
  181. position:fixed;
  182. z-index:4;
  183. background:transparent;
  184. right:20px;
  185. margin-top:10.5px;
  186. width:850px;
  187. text-align:right;
  188. }
  189. #calado a {
  190. border-radius:4px;
  191. text-shadow:none;
  192. padding:5px;
  193. padding-left:7px;
  194. padding-right:7px;
  195. font-size:9.5px;
  196. font-weight:normal;
  197. margin-left:5px;
  198. font-family: cantarell;
  199. display:inline-block;
  200. text-align:center;
  201. color:{color:Header link};
  202. -webkit-transition:all 0.3s ease-out;
  203. -moz-transition:all 0.3s ease-out;
  204. transition:all 0.3s ease-out;
  205. }
  206. #calado a:hover {
  207. text-shadow:none;
  208. color: {color:Header link hover};
  209. box-shadow: inset 75px 0px {color:header hover link bg};
  210. -webkit-transition:all 0.3s ease-out;
  211. -moz-transition:all 0.3s ease-out;
  212. transition:all 0.3s ease-out;
  213. }
  214.  
  215. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  216.  
  217. top:50px; opacity:0.2;
  218.  
  219. }
  220.  
  221. iframe#tumblr_controls {
  222. top:50px;
  223. black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  224. }
  225. #tumblr_controls{top:50px;
  226. position:fixed !important;
  227. -webkit-filter: invert(100%)
  228. }
  229.  
  230. .reblog {
  231. margin-top:0px;
  232. margin-left:12px;
  233. float:left;
  234. opacity:1;
  235. text-align:right;
  236. background-color:transparent;
  237. padding:10px;
  238. padding-left:14px;
  239. font-size:13px;
  240. color:#000;
  241. font-family:baumans;
  242. font-weight:bold;
  243. {block:PermalinkPage}
  244. display:none;
  245. {/block:PermalinkPage}
  246. }
  247. .reblog a{color:black;}
  248. .reblog a:hover {color:{color:gradient bg color 1};}
  249.  
  250. .date {
  251. margin-top:0px;
  252. margin-right:10px;
  253. float:right;
  254. opacity:1;
  255. text-align:right;
  256. background-color:transparent;
  257. padding:10px;
  258. padding-left:14px;
  259. font-size:9px;
  260. font-family:cantarell;
  261. font-weight:bold;
  262. {block:PermalinkPage}
  263. display:none;
  264. {/block:PermalinkPage}
  265. }
  266. .date a{color:#999; border-bottom:1px solid;}
  267. .date a:hover {color:{color:gradient bg color 1};}
  268.  
  269. #euem {
  270. margin-top:0px;
  271. margin-left:0px;
  272. float:left;
  273. opacity:1;
  274. background-color:transparent;
  275. padding:10px;
  276. padding-bottom:7px;
  277. {block:PermalinkPage}
  278. display:none;
  279. {/block:PermalinkPage}
  280. }
  281.  
  282. a{
  283. color:{color:Link};
  284. text-decoration:none;
  285. -webkit-transition:all 0.3s ease-out;
  286. -moz-transition:all 0.3s ease-out;
  287. transition:all 0.3s ease-out;
  288.  
  289. }
  290.  
  291. a:hover{
  292.  
  293. color:{color:Link Hover};
  294. -webkit-transition:all 0.3s ease-out;
  295. -moz-transition:all 0.3s ease-out;
  296. transition:all 0.3s ease-out;
  297.  
  298. }
  299.  
  300. h1 {
  301.  
  302. font-size:30px;
  303. text-align:center;
  304. text-transform:none;
  305. font-family:{select:post title font};
  306.  
  307. }
  308.  
  309. body{
  310. cursor:crosshair;
  311. color:{color:Text};
  312. font-family:cantarell;
  313. font-size:10px;
  314. background: {color:background} url("{image:background}") fixed;
  315. }
  316.  
  317.  
  318. #post{
  319. margin-top:100px;
  320. width:1100px;
  321. margin-left:auto;
  322. margin-right:auto;
  323. background-color:transparent;
  324. padding:0px;
  325. {block:PermalinkPage}
  326. width:600px;
  327. float:center;
  328. margin-left:500px;
  329. {/block:PermalinkPage}
  330. }
  331.  
  332. .entry{
  333. border:1px solid {color:borders};
  334. text-align:left;
  335. padding:20px;
  336. border-radius:5px;
  337. background-color:{color:post bg};
  338. width:405px;
  339. float:right;
  340. margin:50px;
  341. {block:PermalinkPage}
  342. width:500px;
  343. height:auto;
  344. font-size:13px;
  345. text-transform:uppercase:
  346. text-align:left;
  347. float:center;
  348. {/block:PermalinkPage}
  349. }
  350.  
  351. .entry:hover {
  352. -webkit-transition: 1s ease-in-out;
  353. -moz-transition: 1s ease-in-out;
  354. -o-transition: 1s ease-in-out;
  355. }
  356. .entry img{
  357. max-width:400px;
  358. height:auto;
  359. float:right;
  360. margin:2px;
  361. margin-top:5px;
  362. margin-bottom:4px;
  363. {block:PermalinkPage}
  364. float:center;
  365. width:500px;
  366. max-width:500px;
  367. {/block:PermalinkPage}
  368.  
  369. }
  370.  
  371. .entry .perm{
  372. {block:PermalinkPage}
  373. display:none;
  374. {/block:PermalinkPage}
  375. text-transform:uppercase;
  376. border:1px solid {color:borders};
  377. background:{color:post bg};
  378. padding:5px;
  379. border-radius:5px;
  380. text-align:center;
  381. margin-top:-10px;
  382. width:435px;
  383. margin-left:-20.5px;
  384. height:auto;
  385. position:absolute;
  386. opacity:0.0;
  387. -webkit-transition:all 0.5s ease-out;
  388. -moz-transition:all 0.5s ease-out;
  389. transition:all 0.5s ease-out;
  390.  
  391. }
  392.  
  393. .entry:hover .perm{
  394.  
  395. margin-top:-73px;
  396. opacity:1;
  397. -webkit-transition:all 0.5s ease-out;
  398. -moz-transition:all 0.5s ease-out;
  399. transition:all 0.5s ease-out;
  400.  
  401. }
  402.  
  403. #notas {
  404. margin-top:10px;
  405. width:95%;
  406. height:200px;
  407. overflow-y:auto;
  408. background:#eee;
  409. border:1px solid {color:borders};
  410. border-radius:5px;
  411. padding:10px;
  412. margin-left:auto;
  413. margin-right:auto;
  414. float:center;
  415.  
  416. }
  417.  
  418. .notes img {
  419. width: 0px;
  420. height:0px;
  421. border-radius:100%;
  422. float:left;
  423. list-style:none;
  424. border-right:10px solid transparent;
  425. -webkit-transition: all 0.5s linear;
  426. -moz-transition: all 0.5s linear;
  427. transition: all 0.5s linear;}
  428. ol.notes, .notes li {
  429. list-style:none;
  430. height:20px;
  431. width: 100%;
  432. margin-top: 5px;
  433. margin-left:0px;
  434. padding-left: 0px}
  435. .notes li:hover img {
  436. list-style:none;
  437. -webkit-transition: all 0.5s linear;
  438. -moz-transition: all 0.5s linear;
  439. transition: all 0.5s linear;}
  440.  
  441. #notas::-webkit-scrollbar-track-piece {
  442. background-color:#eee;
  443. }
  444.  
  445. ::-moz-selection { background: {color:text}; color: {color:background}; }
  446. ::selection { background: {color:text}; color: {color:background}; }
  447.  
  448. .pagination {
  449. display: none;
  450. }
  451.  
  452. ::-webkit-scrollbar {height:5px; width:3px;}
  453.  
  454. ::-webkit-scrollbar-track-piece {
  455. background-color:{color:post bg};
  456. }
  457.  
  458. blockquote {
  459. margin-left:20px;
  460. padding-left:10px;
  461. border-left:3px solid{color:text};
  462. }
  463.  
  464. ::-webkit-scrollbar-thumb {
  465. background:{color:scrollbar};}
  466.  
  467. .description {
  468. padding:10px;
  469. margin-bottom:20px;
  470. margin-top:30px;
  471. padding:2px;
  472. margin-left:auto;
  473. margin-right:auto;
  474. width:45%;
  475. background:transparent;
  476. font-size:10px;
  477. font-family: 'Inconsolata', ;
  478. text-align:justify;
  479. color:{color:description};
  480.  
  481. }
  482.  
  483. #fita3 {
  484.  
  485. position:fixed;
  486. height:auto;
  487. width:300px;
  488. bottom:0px;
  489. right:0px;
  490. background:{color:post bg};
  491. z-index:1;
  492. }
  493.  
  494. #question {padding:0px; margin-bottom:5px;}
  495.  
  496. #asker_portrait img{max-width:40px; margin-top:-20px; position:relative; float:center; border-radius:10px; margin-right:20px; padding:4px; background:{color:Header link} }
  497.  
  498. #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
  499.  
  500. #asker a {color:#000; text-align:center; font-size:12px;}
  501.  
  502. #asker a:hover {color:#ccc;}
  503.  
  504. #asked_question {
  505. color:#fff;
  506. background-color:{color:Header link};
  507. padding:10px;
  508. width:100%;
  509. font-weight:bold;
  510. font-style:italic;
  511. font-family:poiret one;
  512. padding-top:20px;
  513. margin-top:20px;
  514. min-height:20px;
  515. max-width:250px;
  516. {block:permalinkpage}
  517. max-width:500px;
  518. width:500px;
  519. {/block:permalinkpage}
  520. margin-left:5px;
  521. padding-left:50px;
  522. padding-right:50px;
  523.  
  524. }
  525.  
  526. #answer {
  527.  
  528. font-weight:bold;
  529. font-family:poiret one;
  530. color:#999;
  531. padding:2px 10px;
  532. background:transparent;
  533. margin-left:5px;
  534. }
  535.  
  536. #esquerda {
  537.  
  538. position:fixed;
  539. width:40px;
  540. height:100%;
  541. background:{color:Header bg};
  542. left:0px;
  543. top:0px;
  544. border-right:1px solid {color:borders};
  545.  
  546. }
  547.  
  548. #baixo {
  549.  
  550. position:fixed;
  551. width:100%;
  552. height:40px;
  553. background:{color:Header bg};
  554. left:40px;
  555. bottom:0px;
  556. border-top:1px solid {color:borders};
  557.  
  558. }
  559.  
  560. #direita {
  561.  
  562. z-index:1;
  563. position:fixed;
  564. width:40px;
  565. height:100%;
  566. background:{color:Header bg};
  567. right:0px;
  568. bottom:40px;
  569. border-left:1px solid {color:borders};
  570.  
  571. }
  572.  
  573. /*start of updates tab css by oxygenthemes @ tumblr*/
  574.  
  575. #updatestab {
  576. position:fixed;
  577. text-align:left;
  578. top:-15px; /*how far from top*/
  579. left:40px; /*how far from the left - if you want the tab on the right, change margin-left to just "right:20px"*/
  580. line-height:140%;
  581. width:180px; /*width of tab*/
  582. font-size:10px; /*font size*/
  583. padding:15px;
  584. z-index:4;
  585. transition:0.5s ease-in-out;
  586. -webkit-transition:0.5s ease-in-out;
  587. -moz-transition:0.5s ease-in-out;
  588. }
  589.  
  590. #updatestab b{
  591.  
  592. font-size:9px;
  593. }
  594.  
  595. .box {
  596. opacity:0;
  597. padding:8px;
  598. letter-spacing:1px;
  599. border:1px solid transparent;
  600. margin-top:150px;
  601. transition:0.5s ease-in-out;
  602. -webkit-transition:0.5s ease-in-out;
  603. -moz-transition:0.5s ease-in-out;
  604. }
  605.  
  606. .box:hover {
  607. opacity:1;
  608. transition:0.5s ease-in-out;
  609. -webkit-transition:0.5s ease-in-out;
  610. -moz-transition:0.5s ease-in-out;
  611. }
  612. #updatestab:hover .box {
  613. opacity:1;
  614. margin-top:2px;
  615. letter-spacing:0px;
  616. background:#fff; /*background of individual boxes*/
  617. border:1px solid #eee; /*border of boxes*/
  618. transition:0.5s ease-in-out;
  619. -webkit-transition:0.5s ease-in-out;
  620. -moz-transition:0.5s ease-in-out;
  621. }
  622.  
  623. #updatestab h7 { /*customising the subheadings: you can change the color by choosing an alternative from colorpicker.com*/
  624. font-size:10px;color:#68bfc9;text-transform:uppercase;font-weight:700;
  625. }
  626.  
  627. #updatestab h5 { /*customising the main heading: you can change the color by choosing an alternative from colorpicker.com*/
  628. color:black;font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:700;
  629.  
  630. }
  631.  
  632. /*end of updates tab css*/
  633.  
  634. {CustomCSS}
  635.  
  636. </style>
  637. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  638.  
  639. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  640.  
  641. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  642.  
  643. <script>
  644. $(function(){
  645. var $container = $('#post');
  646. $container.imagesLoaded(function(){
  647. $container.masonry({
  648. itemSelector: '.entry',
  649. });
  650. });
  651. $container.infinitescroll({
  652. itemSelector : ".entry",
  653. navSelector : "div.pagination",
  654. nextSelector : ".pagination a#next",
  655. loadingImg : "",
  656. loadingText : "<em></em>",
  657. bufferPx : 10000,
  658. extraScrollPx: 12000,
  659. },
  660. // trigger Masonry as a callback
  661. function( newElements ) {
  662. var $newElems = $( newElements ).css({ opacity: 0 });
  663. // ensure that images load before adding to masonry layout
  664. $newElems.imagesLoaded(function(){
  665. $newElems.animate({ opacity: 1 });
  666. $container.masonry( 'appended', $newElems, true );
  667. });
  668. }
  669. );
  670. });
  671. </script>
  672.  
  673.  
  674. </head>
  675. <body>
  676.  
  677. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  678.  
  679. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  680.  
  681. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  682.  
  683. <script>
  684. $(function(){
  685. var $container = $('#post');
  686. $container.imagesLoaded(function(){
  687. $container.masonry({
  688. itemSelector: '.entry',
  689. });
  690. });
  691. $container.infinitescroll({
  692. itemSelector : ".entry",
  693. navSelector : "div.pagination",
  694. nextSelector : ".pagination a#next",
  695. loadingImg : "",
  696. loadingText : "<em></em>",
  697. bufferPx : 10000,
  698. extraScrollPx: 12000,
  699. },
  700. // trigger Masonry as a callback
  701. function( newElements ) {
  702. var $newElems = $( newElements ).css({ opacity: 0 });
  703. // ensure that images load before adding to masonry layout
  704. $newElems.imagesLoaded(function(){
  705. $newElems.animate({ opacity: 1 });
  706. $container.masonry( 'appended', $newElems, true );
  707. });
  708. }
  709. );
  710. });
  711. </script>
  712.  
  713. çlpplç<!--start of updates tab-->
  714.  
  715. <div id="updatestab">
  716. <div style="background:{color:header bg}; padding:3px; text-align:center; color:#fff; border-right:1px solid {color:borders}; border-left:1px solid {color:borders}; "><h5>{title}</h5></div> <!--change main heading-->
  717.  
  718. <!--start first box-->
  719. <div class="box">
  720. <h7>About</h7><!--first box heading-->
  721. <br>
  722. <!--start writing here-->
  723. {description}
  724. <!--end writing here-->
  725. </div>
  726. <!--end first box-->
  727.  
  728. <!--start second box-->
  729. <div class="box">
  730. <h7>{text:updates title 1}</h7> <!--second box heading-->
  731. </br>
  732. <!--start writing here-->
  733. {text:updates 1}
  734.  
  735. <!--end writing here-->
  736. </div>
  737. <!--end second box-->
  738.  
  739. <!--start third box-->
  740. <div class="box">
  741. <h7>{text:updates title 2}</h7> <!--third box heading-->
  742. <br>
  743.  
  744. {text:updates 2}
  745.  
  746. </div>
  747.  
  748.  
  749.  
  750.  
  751. </div>
  752.  
  753.  
  754. </div>
  755. <!--end updates tab-->
  756.  
  757. <div id="esquerda"></div>
  758. <div id="direita"></div>
  759. <div id="baixo"></div>
  760.  
  761. <form action="/search" method="get" class="sform" name="form">
  762. <input type="text" name="q" value="{SearchQuery}" class="sbox" placeholder="search here"/></form>
  763.  
  764. <div id="top2">
  765.  
  766. <div id="calado">
  767.  
  768. {block:IFNOtInfiniteScroll}
  769. {block:Pagination}
  770. {block:PreviousPage}<a href="{PreviousPage}" style='color:{color:Header link hover}; background:{color:header hover link bg};'><li class="fa fa-angle-double-left"></li>&nbsp;Previous</a>{/block:PreviousPage}{/block:Pagination}
  771. {/block:IFNotInfiniteScroll}
  772.  
  773.  
  774. <a href="{text:link1url}">{text:link1}</a>
  775. <a href="{text:link2url}">{text:link2}</a>
  776. <a href="{text:link3url}">{text:link3}</a>
  777. <a href="{text:link4url}">{text:link4}</a>
  778. <a href="{text:link5url}">{text:link5}</a>
  779.  
  780. {block:IFNotInfiniteScroll}{block:Pagination}{block:NextPage}
  781. <a href="{NextPage}" id="next" style='color:{color:Header link hover}; background:{color:header hover link bg};'>Next
  782. &nbsp;<li class="fa fa-angle-double-right"></li>
  783. </a>{/block:NextPage}{/block:Pagination}{/block:IFNotInfiniteScroll}
  784.  
  785.  
  786.  
  787. </div></div>
  788.  
  789. <div id="post">
  790. {block:Posts}
  791. <div class="entry">
  792.  
  793. <div class="perm">
  794. <div class="reblog">{ReblogButton color="gray" size="13"}</div>
  795. <div id="euem">{LikeButton color="gray" size="13"}</div>
  796. <div class="date">
  797. <a href="{Permalink}">{NoteCountWithLabel}</a>
  798. </div>
  799. </div>
  800.  
  801. {block:Title}<h1>{Title}</h1>{/block:Title}
  802.  
  803. {block:Text}{Body}{/block:Text}
  804.  
  805. {block:Photo}
  806.  
  807. <a href="{permalink}" ><img src="{PhotoURL-500}" width="400"/></a>
  808. {block:IfInfiniteScroll}{block:Caption}{Caption}{/block:Caption}{/block:IfInfiniteScroll}{/block:Photo}
  809.  
  810. {block:Photoset}
  811.  
  812. {Photoset-400}
  813. {block:IfInfiniteScroll}{block:Caption}{Caption}{/block:Caption}{/block:IfInfiniteScroll}
  814. {/block:Photoset}
  815.  
  816.  
  817. {block:Quote}
  818.  
  819. <div style="text-align:center;">
  820. <li class="fa fa-quote-left"></li>&nbsp;&nbsp;&nbsp;{Quote}&nbsp;&nbsp;&nbsp;<li class="fa fa-quote-right"></li></br></div>
  821.  
  822. <div align="right" style="text-align:center; font-size:10px; font-family:montserrat; text-transform:uppercase;">
  823. </br>{block:Source}- {Source}{/block:Source} </br>
  824. </div>
  825. {block:IfInfiniteScroll}{block:Caption}{Caption}{/block:Caption}{/block:IfInfiniteScroll}{/block:Quote}
  826.  
  827.  
  828. {block:Video}
  829.  
  830. {Video-400}
  831.  
  832. <br>
  833. {PlayCountWithLabel}
  834. {block:IfInfiniteScroll}{block:Caption}{Caption}{/block:Caption}{/block:IfInfiniteScroll}{/block:Video}
  835.  
  836.  
  837. {block:Link}
  838. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  839. {block:Description}{Description}{/block:Description}
  840. {block:IfInfiniteScroll}{block:Caption}{Caption}{/block:Caption}{/block:IfInfiniteScroll}{/block:Link}
  841.  
  842. {block:Chat}
  843. {block:Lines}
  844. {block:Label}
  845. <br>{Label}
  846. {/block:Label}
  847. &nbsp;{Line}
  848. {/block:Lines}
  849. {block:IfInfiniteScroll}{block:Caption}{Caption}{/block:Caption}{/block:IfInfiniteScroll}{/block:Chat}
  850.  
  851. {block:Audio}
  852. {AudioPlayerGrey}
  853. <br><div align="right">{block:Artist}
  854. Artist: {Artist}</div>
  855. {/block:Artist}<br>
  856. {block:IfInfiniteScroll}{block:Caption}{Caption}{/block:Caption}{/block:IfInfiniteScroll}{/block:Audio}
  857.  
  858.  
  859.  
  860. {block:Answer}
  861. <div id="question">
  862. <div id="asker_portrait"><img src="{AskerPortraitURL-40}"></div>
  863. <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
  864. </div>
  865. <div id="answer">
  866. {Answer}
  867. </div>
  868. {/block:Answer}
  869.  
  870. {block:PermalinkPage}
  871. <br>
  872. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  873. <Br>
  874. {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
  875. {/block:PermalinkPage}
  876. </div>
  877.  
  878. {/block:Posts}
  879.  
  880. </div>
  881.  
  882. {block:IfInfiniteScroll}
  883. <div class="pagination">
  884. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  885. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  886. </div>
  887. {/block:IfInfiniteScroll}
  888.  
  889.  
  890. {text:smcmusicplayer}
  891.  
  892. </body>
  893.  
  894. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement