편집 요약 없음 |
'오늘 하루동안 보지 않기' 추가 및 불필요한 사이드바 삭제 복원 |
||
| 53번째 줄: | 53번째 줄: | ||
margin-left: 0.8rem; | margin-left: 0.8rem; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
</style> | </style> | ||
| 113번째 줄: | 109번째 줄: | ||
<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> | ||
< | <div id="popup-footer" style="margin-top: 10px; display: flex; justify-content: space-between" > | ||
<div id="checkbox-wrapper" style="margin-top: 5px"> | |||
<input type="checkbox" value="checkbox" id='checkbox'> | |||
<label for="checkbox" style="margin-bottom: .25rem">오늘 하루동안 보지 않기</label> | |||
</div> | |||
<button onclick="closePopup()" class="cheodan">닫기</button> | |||
</div> | |||
</div> | </div> | ||
<script> | <script> | ||
document.addEventListener( | document.addEventListener("DOMContentLoaded", function() { | ||
cookiedata = document.cookie; | |||
popup.style.display = | if ( cookiedata.indexOf("floraCustomPopup=done") < 0 ){ | ||
document.getElementById("custom-popup").style.display = "block"; | |||
} | |||
else { | |||
document.getElementById("custom-popup").style.display = "none"; | |||
} | |||
}); | }); | ||
function setCookie( name, value, exDay ) { | |||
var todayDate = new Date(); | |||
todayDate.setDate( todayDate.getDate() + exDay ); | |||
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" | |||
}; | |||
function closePopup() { | function closePopup() { | ||
document.getElementById( | if ( document.getElementById("checkbox").checked ){ | ||
} | setCookie( "floraCustomPopup", "done" , 1 ); | ||
} | |||
document.getElementById("custom-popup").style.display = "none"; | |||
}; | |||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
