X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28generer_action_auteur%28%27charger_plugin%27%2C%20%27supprimer_flux%27%29%2C%27supprimer_flux%27%2C%20%24url%29.%27?a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Ffullcalendar%2Fcss%2Ffullcalendar.print.css;fp=www%2Fplugins%2Fauto%2Ffullcalendar%2Fcss%2Ffullcalendar.print.css;h=c55f2535e1ccb84078a6b384b9442202c8f49f42;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hp=0000000000000000000000000000000000000000;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c;p=velocampus%2Fweb%2Fwww.git diff --git a/www/plugins/auto/fullcalendar/css/fullcalendar.print.css b/www/plugins/auto/fullcalendar/css/fullcalendar.print.css new file mode 100644 index 0000000..c55f253 --- /dev/null +++ b/www/plugins/auto/fullcalendar/css/fullcalendar.print.css @@ -0,0 +1,61 @@ +/* + * FullCalendar v1.5.2 Print Stylesheet + * + * Include this stylesheet on your page to get a more printer-friendly calendar. + * When including this stylesheet, use the media='print' attribute of the tag. + * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. + * + * Copyright (c) 2011 Adam Shaw + * Dual licensed under the MIT and GPL licenses, located in + * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. + * + * Date: Sun Aug 21 22:06:09 2011 -0700 + * + */ + + + /* Events +-----------------------------------------------------*/ + +.fc-event-skin { + background: none !important; + color: #000 !important; + } + +/* horizontal events */ + +.fc-event-hori { + border-width: 0 0 1px 0 !important; + border-bottom-style: dotted !important; + border-bottom-color: #000 !important; + padding: 1px 0 0 0 !important; + } + +.fc-event-hori .fc-event-inner { + border-width: 0 !important; + padding: 0 1px !important; + } + +/* vertical events */ + +.fc-event-vert { + border-width: 0 0 0 1px !important; + border-left-style: dotted !important; + border-left-color: #000 !important; + padding: 0 1px 0 0 !important; + } + +.fc-event-vert .fc-event-inner { + border-width: 0 !important; + padding: 1px 0 !important; + } + +.fc-event-bg { + display: none !important; + } + +.fc-event .ui-resizable-handle { + display: none !important; + } + +