Advertisement
Biih

080, you are my own dream

Mar 20th, 2016
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 28.15 KB | None | 0 0
  1. <!---------------------------------------------------------------------
  2.  
  3. THEME FEITO POR BIANCA DIAS (NEVALISCA). É PROIBIDA QUALQUER CÓPIA OU
  4.     USO   DOS CÓDIGOS CONFORME A LEI PENAL, ARTIGO 184. ©
  5.  
  6. ---------------------------------------------------------------------->
  7.  
  8.  
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  13. <script>
  14.  (function($){
  15. $(document).ready(function(){
  16.  $("[title]").style_my_tooltips();
  17.  });
  18.  })(jQuery);
  19. </script>
  20.  
  21.  
  22. <!-- FIM DOS JAVAS -->
  23.  
  24.  <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  25.  
  26.  
  27. <!-- APPEARANCE -->
  28.  
  29.  
  30. <meta name="image:sidebar" content="http://41.media.tumblr.com/42f322d9a47ff18f0e8e355d0c0c8525/tumblr_o454zlNeH71u9we2ao1_250.jpg" />
  31. <meta name="image:background" content=""/>
  32.  
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="home" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="wpp" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Title" content="meus" />
  40. <meta name="text:Link4" content="/" />
  41. <meta name="text:Link4 Title" content="links" />
  42. <meta name="text:frase" content="Uma frase" />
  43.  
  44.  
  45. <meta name="color:background" content="#515151" />
  46. <meta name="color:posts" content="#444444" />
  47. <meta name="color:bordaposts" content="#2b2b2b" />
  48. <meta name="color:text" content="#000000" />
  49. <meta name="color:link" content="#000000" />
  50. <meta name="color:hover" content="#696969" />
  51. <meta name="color:linksmenu" content="#888888" />
  52. <meta name="color:linksmenuhover" content="#ffffff" />
  53. <meta name="color:flormenu" content="#ffc0cb" />
  54. <meta name="color:dtlhs" content="#efb2c6" />
  55. <meta name="color:source quotes" content="#000000"/>
  56. <meta name="color:scroll" content="#000000"/>
  57. <meta name="color:h1" content="#000000" />
  58. <meta name="color:tooltipbg" content="#000000" />
  59. <meta name="color:tooltipfont" content="#ffffff"/>
  60.  
  61. <meta name="if:fadeimage" content="1" />
  62. <meta name="if:hovergrayscale" content="0"/>
  63.  
  64.  
  65.  
  66.         <title>{Title}</title>
  67.  
  68.         <link rel="shortcut icon" href="{Favicon}">
  69.  
  70.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71.  
  72.         {block:Description}
  73.  
  74.             <meta name="description" content="{MetaDescription}" />
  75.  
  76.         {/block:Description}
  77.        
  78.  <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  79.  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  80.  
  81.                      
  82.         <style type="text/css">
  83.        
  84.  
  85. ::-webkit-scrollbar{height:auto;width:9px;background-color:{color:scroll}; border: 4px solid {color:background};}
  86. ::-webkit-scrollbar-thumb{background-color:{color:scroll}; border: 2px solid {color:background};height:auto;border-radius:10px;}
  87.  
  88.  
  89.                
  90. body {background-color: {color:background};
  91. background-image:url('{image:background}');
  92. color: {color:text};
  93. font-size:15px ;
  94. text-align: center;
  95. background-attachment: fixed;
  96. background-repeat: no-repeat;
  97. background-size:100% 100%;
  98. font-family:'Gabriola';
  99. line-height:19px;
  100. -webkit-animation: fade 5s;
  101. -moz-animation: fade 5s;
  102. -ms-animation: 5s;
  103. -o-animation: fade 5s;
  104. overflow-x:hidden;}
  105.  
  106. @-webkit-keyframes fade {0% {opacity: 0;} 100% {opacity: 1;}}
  107. @-moz-keyframes fade {0% {opacity: 0;} 100% {opacity: 1;}}
  108. @-o-keyframes fade {0% {opacity: 0;} 100% {opacity: 1;}}
  109. @keyframes fade {0% {opacity: 0;} 100% {opacity: 1;}}
  110.  
  111.  
  112. @-webkit-keyframes swing {
  113.   20% {
  114.     -webkit-transform: rotate(15deg);
  115.     transform: rotate(15deg);
  116.   }
  117.  
  118.   40% {
  119.     -webkit-transform: rotate(-10deg);
  120.     transform: rotate(-10deg);
  121.   }
  122.  
  123.   60% {
  124.     -webkit-transform: rotate(5deg);
  125.     transform: rotate(5deg);
  126.   }
  127.  
  128.   80% {
  129.     -webkit-transform: rotate(-5deg);
  130.     transform: rotate(-5deg);
  131.   }
  132.  
  133.   100% {
  134.     -webkit-transform: rotate(0deg);
  135.     transform: rotate(0deg);
  136.   }
  137. }
  138.  
  139. @keyframes swing {
  140.   20% {
  141.     -webkit-transform: rotate(15deg);
  142.     -ms-transform: rotate(15deg);
  143.     transform: rotate(15deg);
  144.   }
  145.  
  146.   40% {
  147.     -webkit-transform: rotate(-10deg);
  148.     -ms-transform: rotate(-10deg);
  149.     transform: rotate(-10deg);
  150.   }
  151.  
  152.   60% {
  153.     -webkit-transform: rotate(5deg);
  154.     -ms-transform: rotate(5deg);
  155.     transform: rotate(5deg);
  156.   }
  157.  
  158.   80% {
  159.     -webkit-transform: rotate(-5deg);
  160.     -ms-transform: rotate(-5deg);
  161.     transform: rotate(-5deg);
  162.   }
  163.  
  164.   100% {
  165.     -webkit-transform: rotate(0deg);
  166.     -ms-transform: rotate(0deg);
  167.     transform: rotate(0deg);
  168.   }
  169. }
  170.  
  171.  
  172. a {color: {color:link}; text-decoration: none; text-transform: none;}
  173. a:hover {color: {color:hover};}
  174.  
  175.  
  176. p {margin: 6px 0 0 0}
  177.  
  178. blockquote {margin: 3px; border-left: 3px solid #fff; padding-left: 5px; }
  179. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #fff;}
  180. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #fff; }
  181. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #fff; }
  182.  
  183. blockquote img{max-width: 250px!important}
  184. blockquote blockquote img{max-width: 250px!important}
  185. blockquote blockquote blockquote img{max-width:250px!important}
  186. blockquote blockquote blockquote blockquote img{max-width: 250px!important}
  187.  
  188. #content {
  189. position: relative;
  190. width:900px;
  191. {block:permalinkpage}width:700px;{/block:permalinkpage}
  192. background: url('link do content');
  193. background-repeat: repeat-y;
  194. margin-left: auto;
  195. margin-right: auto;
  196. margin-top: 0px; }
  197.  
  198. #entry {
  199. float:right;
  200. margin-right:0px;
  201. width:700px;
  202. margin-top:0px;
  203. height:110%;
  204. {block:permalinkpage}width:505px;{/block:permalinkpage}
  205. }
  206.  
  207.  
  208. .posts {
  209. width: 180px;
  210. border:solid 1px {color:bordaposts};
  211. padding:10px;
  212. background:{color:posts};
  213. box-shadow:5px 5px 0px 0px {color:bordaposts};
  214. {block:permalinkpage}width:500px;{/block:permalinkpage}
  215. text-align: justify;
  216. {block:permalinkpage}margin-bottom:50px;{/block:permalinkpage}
  217. margin-bottom:20px;
  218. {block:indexpage}margin-left:20px;{block:indexpage}
  219. position: relative;
  220. }
  221.  
  222. .posts img{-webkit-transition: all 0.5s ease-out;
  223. -moz-transition: all 0.5s ease-out;
  224. width: 180px;
  225. {block:permalinkpage}width:500px;{/block:permalinkpage}
  226. {block:iffadeimage}opacity:0.8;{block:iffadeimage};
  227. }
  228.  
  229. .posts:hover img{opacity:1;
  230.     -webkit-transition: all 0.5s ease-out;
  231.     -moz-transition: all 0.5s ease-out;
  232.     {block:ifhovergrayscale}-webkit-filter: grayscale(100%);{/block:ifhovergrayscale};
  233. }
  234.  
  235. /*---TITULOS---*/
  236. h1 {
  237. font-size:18px;
  238. line-height: 18px;
  239. margin-top:0px;
  240. text-align:left;
  241. color: {color:h1};
  242. font-family: Gabriola;
  243. font-weight: normal;}
  244.  
  245. h1 a {color: {color:h1};}
  246. h1 a:hover {color: {color:hover};}
  247.  
  248.  
  249.  /**FOTOS**/
  250. .image {text-align: center;
  251.     border: 0px;}
  252.    
  253. .image img {
  254. -webkit-transition: all 0.5s ease-out;
  255. -moz-transition: all 0.5s ease-out;
  256. width: 180px;
  257. {block:permalinkpage}width:500px;{/block:permalinkpage}
  258. {block:iffadeimage}opacity:0.8;{block:iffadeimage};
  259. }
  260.  
  261. .image img:hover {
  262. opacity:1;
  263.  
  264.     -webkit-transition: all 0.5s ease-out;
  265.     -moz-transition: all 0.5s ease-out;
  266.     {block:ifhovergrayscale}-webkit-filter: grayscale(100%);{/block:ifhovergrayscale};
  267.     }
  268.    
  269.  
  270.    
  271.  /**QUOTE**/
  272. .quote {text-align: justify; line-height:19px;}
  273.  
  274. .quote:first-letter{font-size:18px;font-family: 'Gabriola'}
  275.  
  276. .quotesource {
  277. text-align:left;
  278. color:{color:source quotes};
  279. margin-top:8px;
  280. transition-duration: 1s;
  281. -webkit-transition-duration: 1s;
  282. -moz-transition-duration: 1s;
  283. text-shadow: 1px 1px 0px {color:bordaposts};
  284. }
  285.  
  286.  
  287.  
  288. .quotesource a{color:{color:source quotes};}
  289.  
  290.  
  291.  
  292.  
  293. /***AUDIO***/
  294.  
  295. .album {position:absolute;}
  296. .album img {width:50px;height:50px;float:left;}
  297. .audio {width:20px;padding:7px 13px 9px 5px;overflow:hidden;}
  298. .audiodescr {margin-left:55px;padding:0px;}
  299. .i{display:block;padding:2px;font-size:10px;line-height:13px;}
  300. .player {
  301. position:absolute;
  302. background:#FFF;
  303. width:39px;
  304. height:39px;
  305. opacity:0.75;
  306. padding:6px;
  307. overflow:hidden;}
  308.  
  309.  
  310.  /**CHAT POT DROPRED **/
  311. .chat {line-height: 13px; list-style: none }
  312. .chat ul {line-height: 13px; list-style: none; padding: 0px; line-height:14px;}
  313. .person1 {color: {color:text}; padding: 2px; }
  314. .person1 .label {font-weight: bold;  color:{color:text}}
  315. .person2 {color: {color:text}; padding: 2px;  }
  316. .person2 .label {font-weight: bold;  color:{color:text}}
  317.  
  318. .chat {background: #fff; margin: 0; font-size: 12px; }
  319. .chat .lines {font-family: 'Play'; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: #f0f0f0; padding: 5px; margin-bottom: 2px; font-size: 12px; color: #888; text-shadow: 1px 1px 0px #eee; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  320. .chat .lines:hover {background: #e0e0e0; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  321. .chat .lines span {font-weight: bold;}
  322.  
  323. /* --- PERMALINKPAGE ---- */
  324.  
  325. #perma{margin: 1px 1px 0 1px}
  326. #permalink{margin-bottom: 1px;
  327. padding: 4px 5px;  
  328. background: #fafafa;
  329. text-transform: none;  
  330. font-family: 'consolas', sans-serif;
  331. font-size: 9px;
  332. text-align:left;
  333. width:515px;
  334. text-transform:uppercase}
  335. #permalink a{text-transform:uppercase;}
  336.  
  337. #bss ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  338. #bss li {background:{color:background};padding: 5px 0 10px 0;font-size: 9px;font-family:consolas;text-transform:uppercase; text-indent : 8px;-webkit-transition-duration: .50s; float: left; padding: 5px;width:515px;margin-top:5px;margin-left:1px;text-align:left;color:{color:text};border-bottom:solid 1px #f0f0f0;}
  339. #bss li a{text-transform:uppercase;}
  340. #bss li img.avatar {width: auto;padding: 2px; background: #fff; border: 3px solid #eee;display: block;float: left; margin: 0 5px 5px 0;}
  341.  
  342. /*/ NOTAS TEXTOS /*/
  343. .notastextos {
  344. text-align:left;
  345. color:{color:dtlhs};
  346. margin-left:0px;
  347. margin-top:5px;
  348. transition-duration: 1s;
  349. -webkit-transition-duration: 1s;
  350. -moz-transition-duration: 1s;
  351. position:relative;
  352. opacity:1;
  353. z-index:999;
  354. width:180px;
  355. font-size:7px;
  356. font-family:'calibri';
  357. text-align:center;
  358. line-height:15px;
  359. border:solid 1px {color:bordaposts};
  360. text-shadow:1px 1px 0px {color:bordaposts};
  361. }
  362.  
  363. .notastextos a{
  364. color:{color:text};
  365. font-size:8px;
  366. letter-spacing:1px;
  367. text-shadow:1px 1px 0px {color:bordaposts};
  368. text-transform:uppercase;
  369. line-height:15px;
  370. margin-right:3px;
  371. margin-left:3px;}
  372.  
  373.  
  374.  
  375. /*/ NOTAS POR NEVALISCA INSP DOCISMO, DON'T COPY /*/
  376.  
  377. #notas{position:absolute;
  378. margin-top:00px;
  379. width:180px;
  380. height:95px;
  381. text-align:center;
  382. font-size:10px;
  383. color:{color:dtlhs};
  384. font-family:calibri;
  385. opacity:0;
  386. -webkit-transition-duration: .8s;z-index:999;
  387. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  388. background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  389. background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  390. background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  391. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  392. }
  393.  
  394. .posts:hover #notas{opacity:1;}
  395.  
  396. .topo{width:180px;
  397. font-family:Gabriola;
  398. font-size:18px;
  399. margin-top:10px;
  400. margin-left:20px;
  401. -webkit-transition-duration: 1s;
  402. }
  403. .topo a{color:#eee;}
  404.  
  405.  
  406. .posts:hover .topo{margin-left:0px;}
  407.  
  408. .baixo{width:180px;
  409. font-family:calibri;
  410. font-size:7px;
  411. text-transform:uppercase;
  412. margin-top:2px;
  413.  
  414. margin-left:40px;
  415. -webkit-transition-duration: 1.8s;}
  416. .baixo a{text-transform:uppercase;font-size:8px;
  417.  margin-left:3px;margin-right:3px;
  418.  color:#eee;
  419. }
  420.  
  421. .posts:hover .baixo{margin-left:0px;}
  422.  
  423.  
  424.  
  425. /*/ ESTILO DE ASK POR NEVALISCA, DON'T COPY /*/
  426.  
  427. #linhaask{width:180px;
  428. {block:permalinkpage}width:500px;{/block:permalinkpage}
  429. height:1px;
  430. background:{color:dtlhs};
  431. box-shadow:1px 1px 0px 0px {color:bordaposts};
  432. margin-top:5px;
  433. }
  434.  
  435. #linhaask2{width:170px;
  436. {block:permalinkpage}width:490px;{/block:permalinkpage}
  437. margin-left:10px;
  438. height:1px;
  439. background:{color:dtlhs};
  440. box-shadow:1px 1px 0px 0px {color:bordaposts};
  441. margin-top:2px;
  442. }
  443.  
  444. #nevaliscaask {
  445. margin-top:5px;
  446. color:{color:dtlhs};
  447. font-size:6px;
  448. margin-bottom:5px;
  449. float:right;
  450. box-shadow:2px 2px 2px 0px {color:bordaposts};
  451. }
  452.  
  453. #nevaliscaask img{width:15px;
  454. padding:2px;
  455. float:right;
  456.  
  457. }
  458.  
  459. #nevaliscaask a{
  460. text-shadow:1px 1px 0px {color:bordaposts};
  461. padding:2px;
  462. height:15px;
  463. line-height:17px;
  464. font-family:calibri;
  465. font-size:8px;
  466. text-transform:uppercase;
  467. margin-top:-0px;
  468. float:right;
  469. margin-right:0px;
  470.  
  471. }
  472.  
  473. #nevaliscaask a:hover{color:{color:text}}
  474. #nevaliscaask a:after{content:" ✿";color:{color:dtlhs};}
  475.  
  476. /*------SIDEBAR-----*/
  477. #sidebar {margin-left:10px;
  478. background:{color:posts};
  479. border:solid 1px {color:bordaposts};
  480. text-align: center;
  481. padding:10px;
  482. opacity:1;
  483. width:126px;
  484. margin-top:150px;
  485. -webkit-transition-duration: 0.4s;
  486. position:fixed;
  487. outline: 1px dotted {color:bordaposts} ;
  488. outline-offset: -4px;
  489. }
  490.  
  491. .imagesdbr img{width:124px;
  492. opacity:1;
  493. -webkit-transition-duration: 0.4s;
  494. margin-left:0px;margin-bottom:-4px;
  495. }
  496.  
  497. #sidebar:hover .imagesdbr img{-webkit-filter: blur(1px) grayscale(70%);
  498. -moz-filter: blur(1px) grayscale(100%);
  499. -o-filter: blur(1px) grayscale(100%);
  500. -ms-filter: blur(1px) grayscale(100%);
  501. filter: blur(1px) grayscale(70%);}
  502.  
  503. #descri{width:126px;
  504. margin-top:3px;
  505. line-height:12px;
  506. text-align:center;
  507. font-size:14px;
  508. text-shadow:1px 1px 0px {color:bordaposts};
  509. }
  510. #descri:first-letter{color:{color:dtlhs}}
  511.  
  512. #linha{
  513. width:124px;
  514. height:1px;
  515. background:{color:dtlhs};
  516. margin-left:1px;
  517. box-shadow:1px 1px 0px 0px {color:bordaposts};}
  518.  
  519. #linha2{
  520. width:118px;
  521. height:1px;
  522. background:{color:dtlhs};
  523. box-shadow:1px 1px 0px 0px {color:bordaposts};
  524. margin-top:2px;
  525. margin-left:7px;}
  526.  
  527. /*MENU FLOWER FEITO POR LUXUOSEI (THAI) SE USAR CREDITE,
  528. EDITADO POR NEVALISCA (BIBI). NÃO COPIE, PEGUE O ORIGINAL EM BARBIEHTML */
  529. #links{margin-left:32px;
  530. margin-top:20px;
  531. z-index:9999999999;
  532. width:0px;
  533. -webkit-transition: 0.4s ease-in;
  534. -moz-transition: 0.4s ease-in;
  535. transition: 0.4s ease-in;
  536. position:absolute;
  537. opacity:0;
  538. }
  539.  
  540. #sidebar:hover #links{opacity:1;}
  541.  
  542. /*/ LINK 1 /*/
  543. #links1 a {display:inline-block;
  544. float:left;
  545. margin:3px;
  546. text-align:center;
  547. font-family:'gabriola';
  548. font-size:14px;
  549. text-decoration:none;
  550. line-height:14px;
  551. width:55px;
  552. height:13px;
  553. color:{color:linksmenu};
  554. text-shadow: 0 1px 0 #000;
  555. -webkit-transition: 0.4s ease-in;
  556. -moz-transition: 0.4s ease-in;
  557. transition: 0.4s ease-in;
  558. background:rgba(255,255,255,.4);
  559. outline-offset: 1px; outline: solid 1px rgba(255,255,255,.4);
  560. border:1px dotted {color:linksmenu};opacity:0;
  561. letter-spacing:1px;
  562. }
  563. #sidebar:hover #links1 a{opacity:1;-webkit-transform: rotateY(360deg);
  564. transform: rotateY(360deg);}
  565.  
  566. #links a:hover{background:#ddd;border:1px dotted #ddd;
  567. color:{color:linksmenuhover};}
  568.  
  569. /*/ LINK 2 /*/
  570. #links2 a {display:inline-block;
  571. float:left;
  572. margin:3px;
  573. text-align:center;
  574. font-family:'gabriola';
  575. font-size:14px;
  576. text-decoration:none;
  577. line-height:12px;
  578. width:55px;
  579. height:13px;
  580. color:{color:linksmenu};
  581. text-shadow: 0 1px 0 #000;
  582. -webkit-transition: s ease-in;
  583. -moz-transition: 0.6s ease-in;
  584. transition: 0.6s ease-in;
  585. background:rgba(255,255,255,.4);
  586. outline-offset: 1px; outline: solid 1px rgba(255,255,255,.4);
  587. border:1px dotted {color:linksmenu};opacity:0;
  588. letter-spacing:1px;
  589. }
  590. #sidebar:hover #links2 a{opacity:1;-webkit-transform: rotateY(360deg);
  591. transform: rotateY(360deg);}
  592.  
  593. #links2 a:hover{background:#ddd;border:1px dotted #ddd;
  594. color:{color:linksmenuhover}
  595. }
  596.  
  597.  
  598. /*/ LINK 3 /*/
  599. #links3 a {display:inline-block;
  600. float:left;
  601. margin:3px;
  602. text-align:center;
  603. font-family:'gabriola';
  604. font-size:14px;
  605. text-decoration:none;
  606. line-height:12px;
  607. width:55px;
  608. height:13px;
  609. color:{color:linksmenu};
  610. text-shadow: 0 1px 0 #000;
  611. -webkit-transition: 0.8s ease-in;
  612. -moz-transition: 0.8s ease-in;
  613. transition: 0.8s ease-in;
  614. background:rgba(255,255,255,.4);
  615. outline-offset: 1px; outline: solid 1px rgba(255,255,255,.4);
  616. border:1px dotted {color:linksmenu};opacity:0;
  617. letter-spacing:1px;
  618. }
  619. #sidebar:hover #links3 a{opacity:1;-webkit-transform: rotateY(360deg);
  620. transform: rotateY(360deg);}
  621.  
  622. #links3 a:hover{background:#ddd;border:1px dotted #ddd;}
  623.  
  624.  
  625. /*/ LINK 4 /*/
  626. #links4 a {display:inline-block;
  627. float:left;
  628. margin:3px;
  629. text-align:center;
  630. font-family:'gabriola';
  631. font-size:14px;
  632. text-decoration:none;
  633. line-height:12px;
  634. width:55px;
  635. height:13px;
  636. color:{color:linksmenu};
  637. text-shadow: 0 1px 0 #000;
  638. -webkit-transition: 1s ease-in;
  639. -moz-transition: 1s ease-in;
  640. transition:1s ease-in;
  641. background:rgba(255,255,255,.4);
  642. outline-offset: 1px; outline: solid 1px rgba(255,255,255,.4);
  643. border:1px dotted {color:linksmenu};opacity:0;
  644. letter-spacing:1px;
  645. }
  646. #sidebar:hover #links4 a{opacity:1;-webkit-transform: rotateY(360deg);
  647. transform: rotateY(360deg);}
  648.  
  649. #links4 a:hover{background:#ddd;border:1px dotted #ddd;color:{color:linksmenuhover};}
  650.  
  651.  
  652.  
  653.  
  654. #flore{margin-left:-6px;margin-top:-19px;color: {color:flormenu};text-shadow:0 1px 0 #000;font-family:sofia;font-size:12px;text-decoration:none;position:fixed;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;-webkit-transform: scale(2)}
  655. #flore2{margin-left:51px;margin-top:-6px;color:{color:flormenu};text-shadow:0 1px 0 #000;font-family:sofia;font-size:12px;text-decoration:none;position:fixed;-webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;opacity:0;-webkit-transform: scale(2)}
  656. #links a:hover #flore{-webkit-transform: scale(1);opacity:1;}#links a:hover #flore2{-webkit-transform: scale(1);opacity:1;}
  657.  
  658. #links2 a:hover #flore{-webkit-transform: scale(1);opacity:1;}#links2 a:hover #flore2{-webkit-transform: scale(1);opacity:1;}
  659.  
  660. #links3 a:hover #flore{-webkit-transform: scale(1);opacity:1;}#links3 a:hover #flore2{-webkit-transform: scale(1);opacity:1;}
  661.  
  662.  
  663. #links4 a:hover #flore{-webkit-transform: scale(1);opacity:1;}#links4 a:hover #flore2{-webkit-transform: scale(1);opacity:1;}
  664.  
  665.  
  666. /*-- FINAL DA SIDEBAR --*/    
  667.  
  668. #s-m-t-tooltip {max-width:400px; padding:2px 5px 2px 6px;margin:20px 20px;background-color:{color:tooltipbg}; font: 8px consolas; letter-spacing:1px;text-transform:uppercase; color:{color:tooltipfont};border:solid 1px {color:tooltipfont};border-radius:3px; z-index:9999999;}
  669.  
  670.  
  671.  
  672. /*/ ESTILO DE CREDITOS POR NEVALISCA NÃO COPIE. sEJA CRIATIVO /*/
  673. #nevaliscacreditos{
  674.     width:60px;
  675.     height:1px;
  676.     padding:10px;
  677.     position:fixed;
  678.     right:10px;
  679.     bottom:30px;
  680.     background:{color:posts};
  681.     box-shadow:2px 2px 0px 0px {color:bordaposts};
  682.    
  683. }
  684.  
  685. #nevaliscacreditos:hover .escrito{opacity:0;margin-top:-18px;}
  686. #nevaliscacreditos:hover .escrito2{opacity:1;margin-top:-8px;}
  687.  
  688. .escrito{
  689.     width:80px;
  690.     font-family:arial;
  691.     font-size:8px;
  692.     font-weight:bold;
  693.     letter-spacing:1px;
  694.     text-transform:uppercase;
  695.     position:absolute;
  696.     margin-top:-8px;
  697.     margin-left:-10px;
  698.     opacity:1;
  699.     transition-duration: .5s;
  700.  
  701. }
  702.  
  703. .escrito2{
  704.     width:80px;
  705.     font-family:arial;
  706.     font-size:8px;
  707.     font-weight:bold;
  708.     letter-spacing:1px;
  709.     text-transform:uppercase;
  710.     position:absolute;
  711.     margin-top:-0px;
  712.     margin-left:-10px;
  713.     opacity:0;
  714.     z-index:999999;
  715.     transition-duration: .5s;
  716.  
  717.    
  718. }
  719.  
  720. .escrito2 a{text-transform:uppercase;color:{color:text};}
  721.  
  722. /*/ FIM DOS CREDITOS, NÃO COPIE /*/
  723.  
  724.  
  725.  
  726.  
  727.  
  728. </style>
  729.  
  730. </head>
  731.  
  732. <!--THEME POR I-NGAGAR, não copie, plagio é crime-->
  733.  
  734.  
  735. <body onkeydown="return false">
  736.  
  737. <!-- Não tira essa merda aqi valeu, se vc tirar eu vou jogar uma praga tão forte em vc que tu vai se arrepender de ter tirado, e tenho dito!--->
  738. <div id="nevaliscacreditos">
  739.     <div class="escrito">original</div>
  740.     <div class="escrito2"><a href="http://nevalisca.tumblr.com"> nevalisca</a></div>
  741. </div>
  742. <!--- daqi pra baixo tire e mude o que quiser, só pra uso próprio--->
  743.  
  744.  
  745.  
  746. <div id="content">
  747.  
  748. <div id="sidebar">
  749.  
  750. <div id="links">
  751.  
  752. <div id="links1">
  753. <a href="{text:link1}">{text:link1 title}<div id="flore"></div><div id="flore2"></div></a></div>
  754.  
  755. <div id="links2">
  756. <a href="{text:link2}">{text:link2 title}<div id="flore"></div><div id="flore2"></div></a></div>
  757.  
  758. <div id="links3">
  759. <a href="{text:link3}">{text:link3 title}<div id="flore"></div><div id="flore2"></div></a></div>
  760.  
  761. <div id="links4">
  762. <a href="{text:link4}">{text:link4 title}<div id="flore"></div><div id="flore2"></div></a></div>
  763.  
  764. </div>
  765. <div class="imagesdbr"><img src="{image:sidebar}"></div>
  766. <div id="linha"></div>
  767. <div id="linha2"></div>
  768. <div id="descri">{text:frase}</div>
  769.      
  770. </div>
  771.  
  772.  
  773.  
  774. <div id="entry">
  775.  
  776. {block:Posts}
  777. <div class="posts">
  778.  
  779. {block:Text}
  780. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  781.  
  782. {block:indexpage}
  783. <div class="notastextos">
  784. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  785. <a href="{permalink}">{Notecount}</a>
  786. <a href="{reblogURL}"> reblog</a>
  787. </div>
  788. {/block:indexpage}
  789.  
  790. {/block:Text}
  791.  
  792. {block:Photo}
  793. {block:indexpage}
  794. <div id="notas">
  795. <div class="topo"><a href="{permalink}">{DayofMonthWithZero} de {Month} de {year}</a></div>
  796. <div class="baixo">
  797. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  798. <a href="{permalink}">{Notecount}</a>
  799. <a href="{reblogURL}"> reblog</a></div></div>
  800. {/block:indexpage}
  801.  
  802. <div class="image" ><a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  803. </div>
  804. {block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:permalinkpage}
  805. {/block:Photo}
  806.  
  807. {block:Photoset}
  808. {block:indexpage}
  809. <div id="notas">
  810. <div class="topo"><a href="{permalink}">{DayofMonthWithZero} de {Month} de {year}</a></div>
  811. <div class="baixo">
  812. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  813. <a href="{permalink}">{Notecount}</a>
  814. <a href="{reblogURL}"> reblog</a></div></div>
  815. {/block:indexpage}
  816.  
  817. {block:indexpage}
  818. {photoset}{/block:indexpage}
  819. {block:permalinkpage}{photoset-500}{/block:permalinkpage}
  820. {/block:Photoset}
  821.  
  822. {block:Quote}
  823. <div class="quote">{Quote}</div>
  824. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  825. {block:indexpage}
  826. <div class="notastextos">
  827. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  828. <a href="{permalink}">{Notecount}</a>
  829. <a href="{reblogURL}"> reblog</a>
  830. </div>
  831. {/block:indexpage}
  832.  
  833. {/block:Quote}
  834.  
  835. {block:Link}
  836.  
  837. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  838. {block:Description}{Description}{/block:Description}
  839.  
  840. {block:indexpage}
  841. <div class="notastextos">
  842. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  843. <a href="{permalink}">{Notecount}</a>
  844. <a href="{reblogURL}"> reblog</a>
  845. </div>
  846. {/block:indexpage}
  847. {/block:Link}
  848.  
  849. {block:Chat}
  850.  
  851. {block:Title}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}<div class="chat"><ul>{block:Lines}<div class="chat"><div class="lines">{block:Label}<span>{Label}</span>{/block:Label}{Line}</div></div>{/block:Lines}</ul></div>
  852.  
  853. {block:indexpage}
  854. <div class="notastextos">
  855. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  856. <a href="{permalink}">{Notecount}</a>
  857. <a href="{reblogURL}"> reblog</a>
  858. </div>
  859. {/block:indexpage}
  860. {/block:Chat}
  861.  
  862. {block:Audio}
  863.  
  864. {block:AlbumArt}<div class="album">
  865. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  866. <div class="player"><div class="audio">{AudioPlayerWhite}</div></div>
  867. <div class="audiodescr"><div class="i"><b>TITLE: </b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  868. <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  869.  
  870. {block:indexpage}
  871. <div class="notastextos">
  872. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  873. <a href="{permalink}">{Notecount}</a>
  874. <a href="{reblogURL}"> reblog</a>
  875. </div>
  876. {/block:indexpage}
  877. {/block:Audio}
  878.  
  879. {block:Video}
  880. {block:indexpage}
  881. <div id="notas">
  882. <div class="topo"><a href="{permalink}">{DayofMonthWithZero} de {Month} de {year}</a></div>
  883. <div class="baixo">
  884. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  885. <a href="{permalink}">{Notecount}</a>
  886. <a href="{reblogURL}"> reblog</a></div></div>
  887. {/block:indexpage}
  888.  
  889. {block:indexpage}<div style="width:180px; overflow:hidden">{Video-250}</div>
  890. {block:indexpage}
  891. {block:permalinkpage}{video-500}{/block:permalinkpage}
  892. {/block:Video}
  893.  
  894.  
  895. {block:Answer}
  896.  
  897. {Question}
  898. <div id="linhaask"></div>
  899. <div id="linhaask2"></div>
  900. <div id="nevaliscaask">
  901. <img src="{AskerPortraitURL-30}">{Asker}</div>
  902. <div style="margin-top:30px">
  903. {answer}</div>
  904. {block:indexpage}
  905. <div class="notastextos">
  906. <a href="{permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a>
  907. <a href="{permalink}">{Notecount}</a>
  908. <a href="{reblogURL}"> reblog</a>
  909. </div>
  910. {/block:indexpage}
  911. {/block:Answer}
  912.  
  913.  
  914. {block:ContentSource}<a href="{SourceURL}">
  915.      
  916.         {/block:SourceLogo}{block:NoSourceLogo}{/block:NoSourceLogo}</a>
  917. {/block:ContentSource}
  918.  </div>
  919.   {block:indexpage}
  920.   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  921.  
  922. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  923.  
  924. <script type="text/javascript">
  925. $(window).load(function(){
  926. var $wall = $('#entry');
  927. $wall.imagesLoaded(function(){
  928. $wall.masonry({
  929. itemSelector: '.posts',
  930. isAnimated : true
  931. });
  932. });
  933. $wall.infinitescroll({
  934. navSelector : "div#navigation",
  935. nextSelector : "div#navigation a#nextPage",
  936. itemSelector : '.posts',
  937. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  938. loadingText : "",
  939. donetext : " ",
  940. extraScrollPx : 1000,
  941. bufferPx : 10100,
  942. debug : false,
  943. errorCallback: function() {
  944. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  945. }},
  946. function( newElements ) {
  947. var $newElems = $( newElements );
  948. $newElems.hide();
  949. $newElems.imagesLoaded(function(){
  950. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  951. });
  952. }); $('#entry').show(500);
  953. });
  954. </script>
  955. {block:indexpage}
  956.  
  957. <div class="column navigation" id="navigation">
  958. {block:Pagination}
  959. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  960. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  961. </div>
  962. {/block:IndexPage}
  963.  
  964.  
  965.  {block:PostNotes}
  966. <div class="caixa">
  967. <div id="perma">
  968. {block:NoteCount}<div id="permalink">
  969. <img style="opacity: 0.6" src="http://static.tumblr.com/8yo5xxv/H7Fm5qdr1/heartttrrt.png">
  970. {NoteCountWithLabel}</div>{/block:NoteCount}
  971. {block:RebloggedFrom}
  972. <div id="permalink">
  973. <img style="opacity: 0.6" src="http://static.tumblr.com/tx5g7yp/MNemcrpul/ampersand_5x8.png">
  974.  Reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a></div>{/block:RebloggedFrom}
  975. {block:HasTags}<div id="permalink">
  976. <img src="http://static.tumblr.com/8yo5xxv/Dgxm5qduh/tag.png">Tagged:
  977. {block:Tags} <a href="{TagURL}">{Tag},
  978. </a>{/block:Tags}</div>{/block:HasTags}
  979. {block:Date}
  980. <div id="permalink">
  981. <img style="opacity: 0.6" src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png">
  982. {DayOfMonth} de <n>{Month}</n> de {Year}</div>{/block:Date}
  983. {block:ContentSource}
  984. <div id="permalink">
  985. <img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png">
  986. Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a></div>
  987. {/block:ContentSource}
  988.  
  989. <div id="bss">{PostNotes}</div>
  990. {/block:PostNotes}
  991. {/block:Posts}
  992. {/block:Posts}
  993.  
  994.  
  995. </div></div></div>
  996.  
  997. </body>
  998.  
  999.  
  1000. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement