• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainwebappcssmodal.css
Download as .zip file
File name
Commit message
Commit date
DATABASE
mjon_git
2023-06-12
src/main
회원 등급제 대상여부 정보(사용자화면용) 추가
2023-07-07
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
mjon_git
2023-06-12
File name
Commit message
Commit date
java
회원 등급제 대상여부 정보(사용자화면용) 추가
2023-07-07
resources
회원 등급제 대상여부 정보(사용자화면용) 추가
2023-07-07
webapp
간편결제 문구 추가
2023-07-07
File name
Commit message
Commit date
META-INF
mjon_git
2023-06-12
MMS
mjon_git
2023-06-12
WEB-INF
간편결제 문구 추가
2023-07-07
common
mjon_git
2023-06-12
crosseditor/binary/images
mjon_git
2023-06-12
css
mjon_git
2023-06-12
direct
mjon_git
2023-06-12
dist
mjon_git
2023-06-12
download
mjon_git
2023-06-12
font-flexslider
mjon_git
2023-06-12
fonts
mjon_git
2023-06-12
html
mjon_git
2023-06-12
images
mjon_git
2023-06-12
img
mjon_git
2023-06-12
js
알림톡 템플릿 이모지 체크
2023-06-15
mail
mjon_git
2023-06-12
mjon/MMS
mjon_git
2023-06-12
pb
2023/06/26 회원탈퇴자 분류 테이블 추가
2023-06-26
publish
2023/07/06 제헌절 메인비주얼 수정
2023-07-06
sample_mjon
2023-06-22 18:26
2023-06-22
site
mjon_git
2023-06-12
google53cfb10eb3856530.html
mjon_git
2023-06-12
googlefa7d697b23d4a34a.html
mjon_git
2023-06-12
imageEditorSample.html
mjon_git
2023-06-12
imageEditorSample2.html
mjon_git
2023-06-12
index.jsp
mjon_git
2023-06-12
naver94c82af5badbae52b1e46e77b88410c9.html
mjon_git
2023-06-12
robots.txt
mjon_git
2023-06-12
sendRESTAPI_test_r1_send.jsp
feat : [API]발송가능건수 URI selectPrice -> price 로 수정 /// 예제 다운로드 완료
2023-06-22
sitemap.xml
mjon_git
2023-06-12
tempPayPrint.html
mjon_git
2023-06-12
tempPrint.html
mjon_git
2023-06-12
tempPrint1.html
mjon_git
2023-06-12
test.jsp
커밋 테스트
2023-06-12
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
font-flexslider
mjon_git
2023-06-12
jstree/themes
mjon_git
2023-06-12
web
mjon_git
2023-06-12
TabMenuSelectTransform.css
mjon_git
2023-06-12
appraisal.css
mjon_git
2023-06-12
board.css
mjon_git
2023-06-12
board_basic.css
mjon_git
2023-06-12
board_tmplat1.css
mjon_git
2023-06-12
board_tmplat2.css
mjon_git
2023-06-12
board_tmplat3.css
mjon_git
2023-06-12
button.css
mjon_git
2023-06-12
cal.css
mjon_git
2023-06-12
com.css
mjon_git
2023-06-12
common.css
mjon_git
2023-06-12
content.css
mjon_git
2023-06-12
default.css
mjon_git
2023-06-12
featherlight.min.css
mjon_git
2023-06-12
flexslider.css
mjon_git
2023-06-12
index.css
mjon_git
2023-06-12
index_0118.css
mjon_git
2023-06-12
jquery-accordion-menu.css
mjon_git
2023-06-12
login.css
mjon_git
2023-06-12
main.css
mjon_git
2023-06-12
modal.css
mjon_git
2023-06-12
page-jung.css
mjon_git
2023-06-12
page-lyu.css
mjon_git
2023-06-12
page-su.css
mjon_git
2023-06-12
page.css
mjon_git
2023-06-12
popup.css
mjon_git
2023-06-12
post.css
mjon_git
2023-06-12
post_test_tmplat_1.css
mjon_git
2023-06-12
post_test_tmplat_2.css
mjon_git
2023-06-12
post_test_tmplat_3.css
mjon_git
2023-06-12
prettydropdowns.css
mjon_git
2023-06-12
research.css
mjon_git
2023-06-12
service-basic.css
mjon_git
2023-06-12
style.css
mjon_git
2023-06-12
style.min.css
mjon_git
2023-06-12
style2.css
mjon_git
2023-06-12
tui-color-picker.css
mjon_git
2023-06-12
zip.css
mjon_git
2023-06-12
hylee 2023-06-12 45d8771 mjon_git UNIX
Raw Open in browser Change history
/* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content { position: relative; background-color: #fefefe; margin: auto; padding: 0; border: 1px solid #888; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } /* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } /* The Close Button */ .close { margin: 6px 0px 0px 0px; color: white; float: right; font-size: 16px; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } .modal-header { padding: 8px 8px 8px 8px; background-color: #0c4ca4; color: white; font-size:14px; } .modal-title { color: white; font-size:14px; } .modal-header h2, .modal-footer h2 { float: none; color: white; text-indent: 20px; font-size: 16px; line-height:2.0em } .modal-body {padding: 10px 10px 10px 10px;} .modal-body p { margin: 10px 0px; } .modal-footer { padding: 5px 5px 5px 5px; background-color: white; text-align: center; color: white; } .modal-btn { float:right;font-size:11px; margin: 0px 0px 0px 5px; } .modal-alignL { float:left;font-size:11px; margin: 0px 0px 0px 5px; }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up