• 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
orgasissrcmainwebappcsscasefullcalendar.print.css
Download as .zip file
File name
Commit message
Commit date
src/main
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
.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-21
resources
5648 관리자 메인비주얼관리 수정
01-26
webapp
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
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
File name
Commit message
Commit date
common.css
first commit
2025-12-11
fullcalendar.css
first commit
2025-12-11
fullcalendar.min.css
first commit
2025-12-11
fullcalendar.print.css
first commit
2025-12-11
jquery.qtip.css
first commit
2025-12-11
scheduler.css
first commit
2025-12-11
scheduler.min.css
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 675a3ed first commit UNIX
Raw Open in browser Change history
/*! * FullCalendar v3.0.0 Print Stylesheet * Docs & License: http://fullcalendar.io/ * (c) 2016 Adam Shaw */ /* * Include this stylesheet on your page to get a more printer-friendly calendar. * When including this stylesheet, use the media='print' attribute of the <link> tag. * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. */ .fc { max-width: 100% !important; } /* Global Event Restyling --------------------------------------------------------------------------------------------------*/ .fc-event { background: #fff !important; color: #000 !important; page-break-inside: avoid; } .fc-event .fc-resizer { display: none; } /* Table & Day-Row Restyling --------------------------------------------------------------------------------------------------*/ th, td, hr, thead, tbody, .fc-row { border-color: #ccc !important; background: #fff !important; } /* kill the overlaid, absolutely-positioned components */ /* common... */ .fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton, /* for timegrid. within cells within table skeletons... */ .fc-bgevent-container, .fc-business-container, .fc-highlight-container, .fc-helper-container { display: none; } /* don't force a min-height on rows (for DayGrid) */ .fc tbody .fc-row { height: auto !important; /* undo height that JS set in distributeHeight */ min-height: 0 !important; /* undo the min-height from each view's specific stylesheet */ } .fc tbody .fc-row .fc-content-skeleton { position: static; /* undo .fc-rigid */ padding-bottom: 0 !important; /* use a more border-friendly method for this... */ } .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td { /* only works in newer browsers */ padding-bottom: 1em; /* ...gives space within the skeleton. also ensures min height in a way */ } .fc tbody .fc-row .fc-content-skeleton table { /* provides a min-height for the row, but only effective for IE, which exaggerates this value, making it look more like 3em. for other browers, it will already be this tall */ height: 1em; } /* Undo month-view event limiting. Display all events and hide the "more" links --------------------------------------------------------------------------------------------------*/ .fc-more-cell, .fc-more { display: none !important; } .fc tr.fc-limited { display: table-row !important; } .fc td.fc-limited { display: table-cell !important; } .fc-popover { display: none; /* never display the "more.." popover in print mode */ } /* TimeGrid Restyling --------------------------------------------------------------------------------------------------*/ /* undo the min-height 100% trick used to fill the container's height */ .fc-time-grid { min-height: 0 !important; } /* don't display the side axis at all ("all-day" and time cells) */ .fc-agenda-view .fc-axis { display: none; } /* don't display the horizontal lines */ .fc-slats, .fc-time-grid hr { /* this hr is used when height is underused and needs to be filled */ display: none !important; /* important overrides inline declaration */ } /* let the container that holds the events be naturally positioned and create real height */ .fc-time-grid .fc-content-skeleton { position: static; } /* in case there are no events, we still want some height */ .fc-time-grid .fc-content-skeleton table { height: 4em; } /* kill the horizontal spacing made by the event container. event margins will be done below */ .fc-time-grid .fc-event-container { margin: 0 !important; } /* TimeGrid *Event* Restyling --------------------------------------------------------------------------------------------------*/ /* naturally position events, vertically stacking them */ .fc-time-grid .fc-event { position: static !important; margin: 3px 2px !important; } /* for events that continue to a future day, give the bottom border back */ .fc-time-grid .fc-event.fc-not-end { border-bottom-width: 1px !important; } /* indicate the event continues via "..." text */ .fc-time-grid .fc-event.fc-not-end:after { content: "..."; } /* for events that are continuations from previous days, give the top border back */ .fc-time-grid .fc-event.fc-not-start { border-top-width: 1px !important; } /* indicate the event is a continuation via "..." text */ .fc-time-grid .fc-event.fc-not-start:before { content: "..."; } /* time */ /* undo a previous declaration and let the time text span to a second line */ .fc-time-grid .fc-event .fc-time { white-space: normal !important; } /* hide the the time that is normally displayed... */ .fc-time-grid .fc-event .fc-time span { display: none; } /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */ .fc-time-grid .fc-event .fc-time:after { content: attr(data-full); } /* Vertical Scroller & Containers --------------------------------------------------------------------------------------------------*/ /* kill the scrollbars and allow natural height */ .fc-scroller, .fc-day-grid-container, /* these divs might be assigned height, which we need to cleared */ .fc-time-grid-container { /* */ overflow: visible !important; height: auto !important; } /* kill the horizontal border/padding used to compensate for scrollbars */ .fc-row { border: 0 !important; margin: 0 !important; } /* Button Controls --------------------------------------------------------------------------------------------------*/ .fc-button-group, .fc button { display: none; /* don't display any button-related controls */ }

          
        
    
    
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