'오늘 하루동안 보지 않기' 추가 및 불필요한 사이드바 삭제 복원 |
편집 요약 없음 |
||
| 42번째 줄: | 42번째 줄: | ||
} | } | ||
}} | }} | ||
<html> | <html> | ||
<style> | <style> | ||
| 53번째 줄: | 52번째 줄: | ||
margin-left: 0.8rem; | margin-left: 0.8rem; | ||
display: inline-block; | display: inline-block; | ||
} | |||
.everest-rss { | |||
display: none; | |||
} | } | ||
</style> | </style> | ||
| 109번째 줄: | 112번째 줄: | ||
<p><div style="font-weight: bold; font-size: 19.3333px; color: #E61E2B; text-align: center;">윤석열즉각퇴진·사회대개혁 11차 범시민대행진</div><div style="text-align: center;">✔️ 일시: 2025년 2월 15일 (토) 17:00<br>✔️ 장소: 광화문 동십자각</div> | <p><div style="font-weight: bold; font-size: 19.3333px; color: #E61E2B; text-align: center;">윤석열즉각퇴진·사회대개혁 11차 범시민대행진</div><div style="text-align: center;">✔️ 일시: 2025년 2월 15일 (토) 17:00<br>✔️ 장소: 광화문 동십자각</div> | ||
</div> | </div> | ||
< | <button style="float: right; margin-top: 10px;" onclick="closePopup()" class="cheodan">닫기</button> | ||
</div> | </div> | ||
<script> | <script> | ||
document.addEventListener( | document.addEventListener('DOMContentLoaded', function() { | ||
const popup = document.getElementById('custom-popup'); | |||
popup.style.display = 'block'; | |||
}); | }); | ||
function closePopup() { | function closePopup() { | ||
document.getElementById('custom-popup').style.display = 'none'; | |||
} | |||
document.getElementById( | |||
} | |||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
