• 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
orgasissrcmainwebappcssreset.css
Download as .zip file
File name
Commit message
Commit date
src/main
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
resources
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
webapp
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
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
5648 관리자 메인비주얼관리 수정
01-26
publish
가이드 파일 및 title 수정
01-22
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
admin
first commit
2025-12-11
case
first commit
2025-12-11
fonts
first commit
2025-12-11
jstree/themes
first commit
2025-12-11
lib
first commit
2025-12-11
user
first commit
2025-12-11
video
first commit
2025-12-11
UserConfig.css
first commit
2025-12-11
addrlink.css
first commit
2025-12-11
animate.css
first commit
2025-12-11
button.css
first commit
2025-12-11
catpcha.css
first commit
2025-12-11
clipreport.css
first commit
2025-12-11
clipreport_png.css
first commit
2025-12-11
common.css
first commit
2025-12-11
eform.css
first commit
2025-12-11
font.css
first commit
2025-12-11
gtmHolyCalendar.css
first commit
2025-12-11
jquery-ui.css
first commit
2025-12-11
jquery-ui.min.css
first commit
2025-12-11
layout.css
first commit
2025-12-11
picker.default.css
first commit
2025-12-11
picker.default.date.css
first commit
2025-12-11
reset.css
first commit
2025-12-11
reset_bak.css
first commit
2025-12-11
search.css
first commit
2025-12-11
seed.contents.css
first commit
2025-12-11
seed.layout.css
first commit
2025-12-11
seed.mediaquery.css
first commit
2025-12-11
seed.reset.css
first commit
2025-12-11
slick.css
first commit
2025-12-11
smartPop.css
first commit
2025-12-11
space.css
first commit
2025-12-11
style.css
first commit
2025-12-11
style.min.css
first commit
2025-12-11
total.css
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 142c6c3 first commit UNIX
Raw Open in browser Change history
/* ======================================================================== reset.css — 2025 작성자: 정수빈 날짜: 2025-10-17 ======================================================================== */ /* box-sizing & 기본 리셋 */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* HTML5 요소 기본 표시 보장 */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; } /* root 설정 */ html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; } body { min-height: 100vh; line-height: 1.5; font-family: 'Noto Sans KR', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; letter-spacing: -0.35px; color: #222; background-color: #fff; } /* 텍스트 요소 */ h1, h2, h3, h4, h5, h6, p { font-weight: inherit; font-size: inherit; color: inherit; margin: 0; padding: 0; } a { color: inherit; text-decoration: none; display: inline-block; } a:focus-visible { outline: 2px solid #222; outline-offset: 3px; } /* 리스트 */ ol, ul { list-style: none; } /* 이미지 및 미디어 */ img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; border: 0; font-size: 0; } /* 표 */ table { border-collapse: collapse; border-spacing: 0; table-layout: fixed; width: 100%; } /* 폼 요소 */ button, input, select, textarea { font: inherit; color: inherit; border: none; background: none; margin: 0; padding: 0; vertical-align: middle; appearance: none; } /* 라디오, 체크박스는 appearance 제거 금지 (기본 표시 유지) */ input[type="radio"], input[type="checkbox"] { appearance: auto; -webkit-appearance: auto; -moz-appearance: auto; display: inline-block; width: auto; height: auto; cursor: pointer; vertical-align: middle; } button { cursor: pointer; background: transparent; } input::placeholder, textarea::placeholder { color: #777; font-weight: 400; font-size:14px; } input:disabled, input:read-only, textarea:disabled, textarea:read-only, select:disabled, select:read-only input.readonly, textarea.readonly, select.readonly{ background-color: var(--disable-fill-bg-color) !important; color: var(--disable-fill-text-color) !important; border: 1px solid var(--disable-fill-line-color) !important; } /* 접근성 - label 숨김 처리 */ caption,.caption, .label, .sr-only, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } /* 스크롤바 커스터마이징 */ ::-webkit-scrollbar { width: 7px; height: 7px; } ::-webkit-scrollbar-thumb { background: #adadad; border-radius: 10px; } ::-webkit-scrollbar-track { background: transparent; } /* 인용, 기타 */ blockquote, q { quotes: none; } blockquote::before, blockquote::after, q::before, q::after { content: ''; } /* 폼 예외 처리 */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { appearance: none; } /* 주소, 이탤릭 등 */ address, em, i { font-style: normal; } /* hr */ hr { border: none; height: 1px; background: #e0e0e0; margin: 0; } /* 텍스트영역 기본 */ textarea { resize: vertical; color: #333; } /* 접근성: 모션 줄이기 선호 시 */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; } } /* 다크모드 기본 대응 */ @media (prefers-color-scheme: dark) { body { color: #e6e6e6; background-color: #111; } ::-webkit-scrollbar-thumb { background: #666; } }

          
        
    
    
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