• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / mjgo_admin star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_adminsrcmainwebappcssmodal.css
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
04-21
src/main
관리자페이지 레이아웃 수정
04-23
.codetogether.ignore
first commit
04-21
.gitignore
first commit
04-21
pom.xml
mjon -> mjgo 수정
04-22
File name
Commit message
Commit date
java
Snippet java 주석
04-22
resources
first commit
04-21
webapp
관리자페이지 레이아웃 수정
04-23
File name
Commit message
Commit date
META-INF
first commit
04-21
MMS
first commit
04-21
WEB-INF
관리자페이지 레이아웃 수정
04-23
common
first commit
04-21
crosseditor/binary/images
first commit
04-21
css
관리자페이지 기본 스타일 수정
04-22
direct
first commit
04-21
dist
first commit
04-21
download
first commit
04-21
font
first commit
04-21
font-flexslider
first commit
04-21
fonts
first commit
04-21
html
first commit
04-21
images
first commit
04-21
img
관리자페이지 레이아웃 수정
04-23
js
first commit
04-21
mail
first commit
04-21
mjon/MMS
first commit
04-21
pb
관리자페이지 레이아웃 수정
04-23
public
first commit
04-21
publish
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
sample_mjon
first commit
04-21
site
first commit
04-21
google53cfb10eb3856530.html
first commit
04-21
googlefa7d697b23d4a34a.html
first commit
04-21
imageEditorSample.html
first commit
04-21
imageEditorSample2.html
first commit
04-21
index.jsp
first commit
04-21
naver94c82af5badbae52b1e46e77b88410c9.html
first commit
04-21
robots.txt
first commit
04-21
sendRESTAPI_test_r1_send.jsp
first commit
04-21
sitemap.xml
first commit
04-21
tempPayPrint.html
first commit
04-21
tempPrint.html
first commit
04-21
tempPrint1.html
first commit
04-21
test.jsp
first commit
04-21
File name
Commit message
Commit date
egovframework
first commit
04-21
font-flexslider
first commit
04-21
jstree/themes
first commit
04-21
web
first commit
04-21
TabMenuSelectTransform.css
first commit
04-21
appraisal.css
first commit
04-21
board.css
first commit
04-21
board_basic.css
first commit
04-21
board_tmplat1.css
first commit
04-21
board_tmplat2.css
first commit
04-21
board_tmplat3.css
first commit
04-21
button.css
first commit
04-21
cal.css
first commit
04-21
com.css
first commit
04-21
common.css
first commit
04-21
content.css
first commit
04-21
default.css
first commit
04-21
featherlight.min.css
first commit
04-21
flexslider.css
first commit
04-21
font-sans.css
first commit
04-21
index.css
first commit
04-21
index_0118.css
first commit
04-21
jquery-accordion-menu.css
first commit
04-21
login.css
first commit
04-21
main.css
first commit
04-21
modal.css
first commit
04-21
page-jung.css
first commit
04-21
page-lyu.css
first commit
04-21
page-su.css
first commit
04-21
page.css
first commit
04-21
popup.css
first commit
04-21
post.css
관리자페이지 기본 스타일 수정
04-22
post_test_tmplat_1.css
first commit
04-21
post_test_tmplat_2.css
first commit
04-21
post_test_tmplat_3.css
first commit
04-21
prettydropdowns.css
first commit
04-21
research.css
first commit
04-21
service-basic.css
first commit
04-21
style.css
first commit
04-21
style.min.css
first commit
04-21
style2.css
first commit
04-21
tui-color-picker.css
first commit
04-21
zip.css
first commit
04-21
hehihoho3@gmail.com 04-21 6716fe0 first commit 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