Advertisement
skittlezbro

11/21/15

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