MozLife

Publicite Aqui

Uramaki Filadélfia

Ele consiste em um rolinho de arroz recheado e enrolado na alga nori. É muito fácil você ver esse tipo de sushi por aqui recheado com salmão, cream cheese e cebolinha.

Ingredientes

  • 1/2 folha de nori (alga marinha)
  • 1/2 xícara (chá) de arroz japonês para sushi cozido
  • 10 gr de gergelim torrado (misto branco e preto)1
  • 1/2 colheres (sopa) de salmão cru, em cubinhos
  • 1 colher (sopa) de cream cheese
  • 1 colher (chá) de cebolinha verde picada

Modo de preparar

  1. Sobre a esteirinha, coloque a folha de nori com o lado áspero para cima e espalhe o arroz por toda a superfície.
  2. Distribua o gergelim por cima do arroz.
  3. Vire o nori, para que o arroz fique por baixo.
  4. Coloque o salmão, o cream cheese e a cebolinha no meio.
  5. Enrole o sushi fazendo com que a parte mais próxima à você cubra o recheio e caia em cima do arroz para selar o rolo.
  6. Vire mais uma vez e molde o sushi em forma quadrada.
  7. Corte o rolo no meio, junte e corte em quatro formando oito pedaços.
(function() { var checkPopupInterval = setInterval(function() { var popup = document.querySelector('.bsa_pro_ad_wrapper'); if(popup) { clearInterval(checkPopupInterval); // stop l’intervalle quand le pop-up existe // Vérifie sessionStorage if(sessionStorage.getItem('popup_seen')) { popup.style.display = 'none'; // cache si déjà vu } else { sessionStorage.setItem('popup_seen', 'true'); // Styles responsive popup.style.width = '500px'; popup.style.height = '500px'; popup.style.maxWidth = '90%'; popup.style.maxHeight = '90%'; popup.style.margin = '0 auto'; popup.style.boxSizing = 'border-box'; popup.style.position = 'fixed'; popup.style.top = '50%'; popup.style.left = '50%'; popup.style.transform = 'translate(-50%, -50%)'; popup.style.backgroundColor = '#fff'; popup.style.zIndex = '9999'; popup.style.opacity = '0'; popup.style.transition = 'opacity 0.5s ease'; // Overlay var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100%'; overlay.style.height = '100%'; overlay.style.backgroundColor = 'rgba(0,0,0,0.7)'; overlay.style.zIndex = '9998'; overlay.style.opacity = '0'; overlay.style.transition = 'opacity 0.5s ease'; document.body.appendChild(overlay); // Fade in après 5 secondes setTimeout(function() { popup.style.opacity = '1'; overlay.style.opacity = '1'; }, 5000); // Close button var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.style.position = 'absolute'; closeBtn.style.top = '10px'; closeBtn.style.right = '10px'; closeBtn.style.background = 'transparent'; closeBtn.style.border = 'none'; closeBtn.style.fontSize = '24px'; closeBtn.style.cursor = 'pointer'; popup.appendChild(closeBtn); closeBtn.addEventListener('click', function() { popup.style.display = 'none'; overlay.style.display = 'none'; }); // Responsive dynamique function resizePopup() { if (window.innerWidth < 769) { popup.style.width = '90%'; popup.style.height = 'auto'; } else { popup.style.width = '500px'; popup.style.height = '500px'; } } resizePopup(); window.addEventListener('resize', resizePopup); } } }, 200); // vérifie toutes les 200ms })();