• 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 / orgasis star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
orgasissrcmainwebapppublishadmcsspopup.css
Download as .zip file
File name
Commit message
Commit date
src/main
서브페이지 snb...
04-15
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
GEMINI.md
메뉴관리 > eng 영역 추가
02-04
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
서브페이지 snb...
04-15
resources
메뉴관리 > eng 영역 추가
02-04
webapp
서브페이지 snb...
04-15
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
서브페이지 snb...
04-15
ark
first commit
2025-12-11
common
first commit
2025-12-11
css
first commit
2025-12-11
editor
first commit
2025-12-11
font
first commit
2025-12-11
html
first commit
2025-12-11
ico
first commit
2025-12-11
images
first commit
2025-12-11
js
서브페이지 snb...
04-15
publish
서브페이지 snb...
04-15
index.jsp
first commit
2025-12-11
insp.html
first commit
2025-12-11
tempPrint.html
first commit
2025-12-11
File name
Commit message
Commit date
adm
서브페이지 snb...
04-15
common
관리자 접속통계 수정
01-30
usr
서브페이지 snb...
04-15
File name
Commit message
Commit date
css
서브페이지 snb...
04-15
guide
오가시스 사용자 페이지
01-20
images
서브페이지 snb...
04-15
layout
관리자/사용자 게시판 리스트 수정
01-27
login
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
menu1
오가시스 사용자 페이지
01-20
script
관리자 메인 대시보드
01-29
index.html
오가시스 사용자 페이지
01-20
File name
Commit message
Commit date
button.css
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
calendar.css
팝업 css 수정
01-30
common.css
오가시스 사용자 페이지
01-20
dashboard.css
관리자 메인 대시보드
01-29
icon.css
관리자 팝업
01-29
popup.css
서브페이지 snb...
04-15
style.css
서브페이지 snb...
04-15
tab.css
오가시스 사용자 페이지
01-20
table.css
포토형 게시판, 일반게시판 상세 수정
01-28
subsub 04-15 8a36567 서브페이지 snb... DOS
Raw Open in browser Change history
@charset "utf-8"; .mask{position:fixed;display:none;width:100%;height:100%;background:rgba(0,0,0,0.64);left:0;top:0;z-index:9;} .popup{background:#fff;} .popup_title_area{display:flex;width:100%;height:60px;padding:0 20px;border-bottom:1px solid #eee;background:#fff;align-items:center;justify-content:space-between;} .popup h1.popup_title{font-size:18px;font-weight:600;color:#222;} .popup_title_area .btn_popup_close{width:30px;height:30px;} .popup_title_wrap{display:flex;align-items:center;justify-content:space-between;} .popup_title_wrap h2{font-size:16px;font-weight:600;color:var(--primary-title-color);} .popup_content{padding:30px 24px 50px 24px;} .popup .btn.large{height:40px;font-size:16px;padding:0 12px;font-weight:500;} .popup .btn.xlarge{height:50px;font-size:16px;padding:0 24px;font-weight:500;} .popup .text_primary{font-size:16px;font-weight:500;} .popup .text_secondary{font-size:14px;font-weight:400;color:#444;} .popup .search_area.box{padding:0 10px;font-size:14px;} .popup .search_item{padding:4px 0;} .popup .input{height:30px;} .popup .input.medium{height:36px;} .popup select,.popup .select{height:30px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:#fff url(/publish/adm/images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;} .popup .radio_wrap,.popup .checkbox_wrap{gap:8px;} .popup .radio_item,.popup .checkbox_item{font-size:14px;} .popup_title_wrap+.table{margin:12px 0 40px 0;} .popup.table_type_cols thead>tr>th,.popup.table_type_cols tbody>tr>td{height:40px;font-size:15px;} .popup.table_type_rows tbody>tr>th, .popup.table_type_rows tbody>tr>td{height:40px;font-size:15px;padding:8px 12px;} .popup .page a{width:32px;height:32px;} /* 레이어 */ .popup:not(.popup_window){position:absolute;display:none;min-width:200px;min-height:200px;border-radius:12px;overflow:hidden;opacity:0;transition:all 0.3s;left:50%;top:50%;transform:translate(-50%,-50%);} .popup.active:not(.popup_window){display:block;opacity:1;z-index:11;} /* 새창팝업 */ .popup_window{padding:20px;box-sizing:border-box;} .popup_window h2.title{display:flex;width:100%;height:50px;font-size:20px;font-weight:bold;color:#fff;padding:0 20px;border-radius:4px;background:#f86a3c;align-items:center;} .popup_window h2.title .text_secondary{font-weight:300;color:#fff;} .popup_window .content_title{margin:40px 0 12px 0;} .popup_window h3.title{font-size:18px;font-weight:bold;margin:0;padding:0;} .popup_window h3.title::before{display:none;} .popup_window .search_title{font-weight:400;} .popup_window .search_title::after{top:12px;} .popup_window .search_area.box{border-radius:4px;} .popup_window input[type="text"]{height:30px;} .popup_window .search_item:has(input[type='hidden']:only-child){display:none;} .popup_window .tree{display:flex;border:1px solid #CDD5E6;border-radius:4px;flex-direction:column;} .popup_window .tree_title{display:flex;width:100%;height:50px;font-weight:500;padding:0 12px;background:#eff2f9;align-items:center;gap:8px;} .popup_window .tree .tree_wrap{padding:4px 0;max-height:300px;overflow:scroll;} .popup_window .tree .row{display:flex;height:35px;font-size:14px;padding:0 12px;align-items:center;gap:4px;} .popup_window .tree .row label{display:flex;min-height:35px;align-items:center;gap:4px;} .popup_window .tree .rowgroup{display:flex;width:calc(100% - 24px);font-size:14px;background:#f2f4f5;flex-direction:column;gap:4px;border-radius:4px;padding:8px 12px;margin:0 auto;} .popup_window .tree .rowgroup .row{height:auto;}

          
        
    
    
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