×

注意!页面内容来自https://www.easyanddelish.com/easy-beef-recipes/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> /* Add animation (ChromeSafariOpera) */ @-webkit-keyframes openmenu { from {left:-100px;opacity: 0;} to {left:0px;opacity:1;} } @-webkit-keyframes closebutton { 0% {opacity: 0;} 100% {opacity: 1;} } /* Add animation (Standard syntax) */ @keyframes openmenu { from {left:-100px;opacity: 0;} to {left:0px;opacity:1;} } @keyframes closebutton { 0% {opacity: 0;} 100% {opacity: 1;} } .mmmadminlinks { position: absolute; left: 20px; top: 0; width: 200px; line-height: 25px; text-align: left; display: none; } @media only screen and ( min-width: 1000px ) { .mmmadminlinks { display: block; } } /* The mmm's background */ .feastmobilemenu-background { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(000); background-color: rgba(0000.4); } /* Display the mmm when targeted */ .feastmobilemenu-background:target { display: table; position: fixed; } /* The mmm box */ .mmm-dialog { display: table-cell; vertical-align: top; font-size: 20px; } /* The mmm's content */ .mmm-dialog .mmm-content { margin: 0; padding: 10px 10px 10px 20px; position: fixed; left: 0; background-color: #FEFEFE; contain: strict; overflow-x: hidden; overflow-y: auto; outline: 0; border-right: 1px #777 solid; border-bottom: 1px #777 solid; width: 320px; height: 90%; box-shadow: 0 4px 8px 0 rgba(0000.2)0 6px 20px 0 rgba(0000.19); /* Add animation */ -webkit-animation-name: openmenu; /* ChromeSafariOpera */ -webkit-animation-duration: 0.6s; /* ChromeSafariOpera */ animation-name: openmenu; animation-duration: 0.6s; } .mmm-content ul.sub-menu { padding-left: 16px; } .mmm-content li { list-: none; } #menu-feast-modern-mobile-menu li, .desktop-inline-modern-menu > ul.menu li { min-height: 50px; margin-left: 5px; list-: none; } #menu-feast-modern-mobile-menu li a, .desktop-inline-modern-menu > ul.menu li a { color: inherit; text-decoration: inherit; } /* The button used to close the mmm */ .closebtn { text-decoration: none; float: right; margin-right: 10px; font-size: 50px; font-weight: bold; color: #333; z-index: 1301; top: 0; position: fixed; left: 270px; -webkit-animation-name: closebutton; /* ChromeSafariOpera */ -webkit-animation-duration: 1.5s; /* ChromeSafariOpera */ animation-name: closebutton; animation-duration: 1.5s; } .closebtn:hover, .closebtn:focus { color: #555; cursor: pointer; } @media (prefers-reduced-motion) { /* accessibility animation fix */ .mmm-dialog .mmm-content.closebtn { animation: none !important; } } .mmmheader { font-size: 25px; color: #FFF; height: 80px; display: flex; justify-content: space-between; } #mmmlogo { max-width: 200px; max-height: 70px; } #feast-mobile-search { margin-bottom: 17px; min-height: 50px; overflow: auto; } #feast-mobile-search input[type=submit] { border: 0; height: 30px; margin: 5px 0 0 -30px; padding: 15px; position: absolute; width: 30px; z-index: 200; clip: unset; color: transparent; background: none; } #feast-mobile-search input[type=submit]:hover { background: transparent; } #feast-mobile-search input[type=search] { width: 100%; } #feast-mobile-menu-social-icons { margin-top: 17px; } #feast-social .simple-social-icons { list-: none; margin: 0 !important; } .feastmobilenavbar { position: fixed; top: 0; left: 0; z-index: 1300; width: 100%; height: 80px; padding: 0; margin: 0 auto; box-sizing: border-box; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; background: #FFF; display: grid; grid-template-columns: repeat(7minmax(50px1fr)); text-align: center; contain: strict; overflow: hidden; } .feastmobilenavbar > div { height: 80px; } .admin-bar .feastmobilenavbar { top: 32px; } @media screen and (max-width:782px) { .admin-bar .feastmobilenavbar { top: 0; position: sticky; } .admin-bar .site-container.admin-bar .body-template-content { margin-top: 0; } } .feastmobilenavbar .feastmenulogo > a { display: flex; align-items: center; } .feastmobilenavbar a img { margin-bottom: inherit !important; } .feastmenutoggle.feastsearchtoggle.feastsubscribebutton { display: flex; align-items: center; justify-items: center; justify-content: center; } .feastsearchtoggle svg.feastmenutoggle svg { width: 30px; height: 30px; padding: 10px; box-sizing: content-box; color: black; } .feastsubscribebutton { overflow: hidden; } .feastsubscribebutton img { max-width: 90px; padding: 15px; margin: 1px; } .feastsubscribebutton svg { color: #000; } .feastmenulogo { overflow: hidden; display: flex; align-items: center; justify-content: center; grid-column-end: span 4; } @media only screen and ( max-width: 1199px ) { .feastmenulogo {grid-column-end: span 3; } .feastsubscribebutton { grid-column-end: span 2; } } @media only screen and (max-width: 359px) { /* 320px fix */ .feastmobilenavbar { grid-template-columns: repeat(6minmax(50px1fr)); } .feastmenulogo {grid-column-end: span 2; } } @media only screen and ( min-width: 1200px ) { .feastmobilenavbar { display: none; } } @media only screen and ( max-width: 1199px ) { header.site-header.nav-primary { display: none !important; visibility: hidden; } .site-container.body-template-content { margin-top: 80px; /* prevents menu overlapping content */ } } < id="feast-edit-font-sizes">h1 { font-size: 30px; }body { font-size: 18px; } < id="feast-increase-content-width">@media only screen and (min-width: 1200px) { #genesis-content { min-width: 728px; } #content-container { min-width: 728px; } } < id="wp-custom-css"> #menu-feast-pt-menu li, .desktop-inline-modern-menu > ul.menu li { min-height: 50px; margin-left: 5px; list-: none; } #menu-feast-pt-menu li a, .desktop-inline-modern-menu > ul.menu li a { color: inherit; text-decoration: inherit; } .subscribe-bar { background-color: #d93a3d; /* Red background */ color: white; /* White text */ padding: 10px 0; /* Padding for some space */ width: 100%; /* Full width */ display: flex; /* Use flexbox for alignment */ justify-content: space-between; /* Space between message and link */ align-items: center; /* Center items vertically */ padding: 0 20px; /* Add some padding on the sides */ font-weight: bold; /* Make the text bold */ } .subscribe-content { width: 100%; max-width: 1040px; /* Adjust based on your site's max width */ margin: 0 auto; /* Center the content */ display: flex; justify-content: space-between; align-items: center; } .subscribe-message { font-size: 18px; /* Adjust the font size as needed */ } .subscribe-link { background-color: white; /* White background for the link */ color: #d93a3d; /* Red text to match the bar */ padding: 0px 20px; /* Padding for the link */ margin: 5px; /* Margin for the link */ text-decoration: none; /* No underline */ border-radius: 5px; /* Rounded corners for the link */ font-weight: bold; /* Make the link text bold */ } /* Offset from top of screen and smooth scrolling for cups to ounces conversions index */ html { scroll-behavior: smooth; } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } /*create unclickable class of menu item labels such as diet course type cuisine etc for organizing desktop dropdown menu */ .unclickable > a { pointer-events: none; } @media only screen and (max-width: 600px) { .subscribe-link { margin: 5px 0; font-size: 16px; padding: 5px; min-width: 81px; } } <>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://www.easyanddelish.com/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none;filter:grayscale(1)}.perfmatters-lazy-youtube:hover .play{filter:grayscale(0)}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}< id="simple-social-icons-block-s-inline-css"> :where(.wp-block-social-links.is--logos-only) .wp-social-link-imdb{background-color:#f5c518;color:#000}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-imdb{background-color:#f5c518;color:#000}:where(.wp-block-social-links.is--logos-only) .wp-social-link-kofi{color:#72a5f2}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-kofi{background-color:#72a5f2;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-letterboxd{color:#202830}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-letterboxd{background-color:#3b45fd;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-signal{color:#3b45fd}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-signal{background-color:#3b45fd;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-youtube-music{color:red}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-youtube-music{background-color:red;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-diaspora{color:#000}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-diaspora{background-color:#3e4142;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-bloglovin{color:#000}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-bloglovin{background-color:#000;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-phone{color:#000}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-phone{background-color:#000;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-substack{color:#ff6719}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-substack{background-color:#ff6719;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-tripadvisor{color:#34e0a1}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-tripadvisor{background-color:#34e0a1;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-xing{color:#026466}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-xing{background-color:#026466;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-pixelfed{color:#000}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-pixelfed{background-color:#000;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-matrix{color:#000}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-matrix{background-color:#000;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-protonmail{color:#6d4aff}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-protonmail{background-color:#6d4aff;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-paypal{color:#003087}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-paypal{background-color:#003087;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-antennapod{color:#20a5ff}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-antennapod{background-color:#20a5ff;color:#fff}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-caldotcom{background-color:#000;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-fedora{color:#294172}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-fedora{background-color:#294172;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-googlephotos{color:#4285f4}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-googlephotos{background-color:#4285f4;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-googlescholar{color:#4285f4}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-googlescholar{background-color:#4285f4;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-mendeley{color:#9d1626}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-mendeley{background-color:#9d1626;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-notion{color:#000}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-notion{background-color:#000;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-overcast{color:#fc7e0f}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-overcast{background-color:#fc7e0f;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-pexels{color:#05a081}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-pexels{background-color:#05a081;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-pocketcasts{color:#f43e37}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-pocketcasts{background-color:#f43e37;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-strava{color:#fc4c02}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-strava{background-color:#fc4c02;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-wechat{color:#09b83e}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-wechat{background-color:#09b83e;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-zulip{color:#54a7ff}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-zulip{background-color:#000;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-podcastaddict{color:#f3842c}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-podcastaddict{background-color:#f3842c;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-applepodcasts{color:#8e32c6}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-applepodcasts{background-color:#8e32c6;color:#fff}:where(.wp-block-social-links.is--logos-only) .wp-social-link-ivoox{color:#f45f31}:where(.wp-block-social-links:not(.is--logos-only)) .wp-social-link-ivoox{background-color:#f45f31;color:#fff} /*# sourceURL=https://www.easyanddelish.com/wp-content/plugins/simple-social-icons/build/-index.css */ <>.edd--none .edd-has-.edd- .edd-no-body.edd- input.edd-no- { display: none; }
< media="screen" type="text/css">#simple-social-icons-4 ul li a#simple-social-icons-4 ul li a:hover#simple-social-icons-4 ul li a:focus { background-color: #ffffff !important; border-radius: 5px; color: #d50100 !important; border: 0px #ffffff solid !important; font-size: 18px; padding: 9px; } #simple-social-icons-4 ul li a:hover#simple-social-icons-4 ul li a:focus { background-color: #ffffff !important; border-color: #ffffff !important; color: #666666 !important; } #simple-social-icons-4 ul li a:focus { outline: 1px dotted #ffffff !important; }