diff --git a/epfl/default.css b/epfl/default.css new file mode 100644 index 0000000..4f075bc --- /dev/null +++ b/epfl/default.css @@ -0,0 +1,2463 @@ +/** +Planning Biblio +Licence GNU/GPL (version 2 et au dela) +Voir les fichiers README.md et LICENSE + +@file public/themes/default/default.css +@author Jérôme Combes + +Description : +Feuille de style principale du programme. +*/ + +body,a,input,select,textarea,button { + color: #29495C; + font-family: Poppins; + font-size:13px; + } + +b{ + font-weight: normal; +} + +.left-border{ + padding: 10px 19px 6px 19px; + border-left: 1px solid #000; + border-bottom: 0px; + border-top: 0px; + border-right: 0px; +} + +input:disabled { + color:grey; +} + +input,select,textarea { + font-size:13px; + } + +.decalage-gauche{ + width: 90%; + margin: auto; +} + +/* fond de tous le site avec image par transparance */ +body { + background:url("images/background.png") repeat-y top rgba(240, 240, 240, 1); + margin: 0px 0px 0px 0px; +} + +h3{ + margin-top:25px; + font-size:20pt; +} + +#h3-Multisites{ + position: absolute; + top: 62px; + left: 690px; + font-size: 20px; + font-weight: bold; +} + +#acces_refuse { + margin: 60px 0 80px 0; + width:100%; + text-align:center; + font-weight:bold; +} + +#auth, #auth input { + color:#29485C; +} + +#auth-logo{ + margin:15px auto 0 auto; + width:260px; + height:50px; + background:url("images/logo-planno.svg") no-repeat right top; +} + +#h2-authentification, #h2-planning-authentification { + text-align:center; + margin: 30px 0 30px; +} + +#h2-planning-authentification { + display:none; +} + +#logo { + position: absolute; + left:10px; + top: 12px; + width: 280px; + height: 75px; + background:url("images/logo-planno.svg") no-repeat left top; +} + +#logo2 { + position: absolute; + left: 140px; + top: 23px; + font-size: 24pt; + color:#BE541A; +} + +#logout_img{ + text-align:right; + width:42px; +} + +#logout_text a{ + font-size:13pt; + display:none; +} + +#title{ + text-align:center; +} + +#content{ + width: 90%; + margin: 10px auto auto auto; + padding: 80px 5px 5px 5px; +} + +.content-div{ + width: 100%; + background: #FFF; + border-radius: 5px; + padding: 10px; +} + +#content-auth{ + margin-top: 10px; + padding: 40px 0 0 0; +} + +#content-planning{ + margin-top: 10px; + padding: 0 0 0 0; +} + +#ferie,.ferie{ + color: #BA1800; + margin: 15px 0 5px 0; +} + +.important{ + color: #BA1800; +} + +.calendar-absence{ + margin-bottom: 0px; +} + +.absences-pj{ + display:inline; + padding:0 8px; + white-space:nowrap; + text-align:center; +} + +.absences-pj-fiche{ + display:inline; + margin-right:40px; +} + +.absences-motif-div{ + height: 20px; + font-weight: bold; + background: #29495C; + color:#FFF; +} + +.absences-motif-div span { + position: absolute; + } + + .absences-motif-div span:nth-child(1) { + left: 60px; + } + + .absences-motif-div span:nth-child(2) { + left: 415px; + } + + .absences-motif-div span:nth-child(3) { + left: 590px; + } + + .absences-motif-div span:nth-child(4) { + left: 750px; + } + +/* Absences récurrentes */ +#recurrence-summary, #recurrence-summary-form { + max-width:300px; + white-space: normal; +} + +/* .perso_ul : sélection des agents dans les pages absences/* */ +.perso_ul{ + display: inline-block; + vertical-align: top; + white-space: normal; +} + +/* .perso-drop : suppression des agents sélectionés dans les pages absences/* */ +.perso-drop{ + float: right; + margin-left: 10px; +} + +/* Icônes */ +.pl-icon{ + padding: 9px 13px 9px 13px; + text-decoration:none; +} + +.pl-icon-add { + background:url("images/icon/add_black_18dp.svg") no-repeat center; +} + +.pl-icon-copy { + background:url("images/icon/content_copy_black_18dp.svg") no-repeat center; +} + +.pl-icon-drop { + background:url("images/icon/close_white_24dp.svg") no-repeat center; +} + +.pl-icon-dropblack { + background:url("images/icon/close_black_24dp.svg") no-repeat center; +} + +.pl-icon-edit { + background:url("images/icon/edit_black_18dp.svg") no-repeat center; +} + +.pl-icon-google-calendar { + background:url("images/icon/calendar_month_black_18dp.svg") no-repeat center; +} + +.pl-icon-hide { + background:url("images/icon/visibility_off_white_18dp.svg") no-repeat center; +} + +.pl-icon-lock { + background:url("images/icon/lock_white_24dp.svg") no-repeat center; +} + +.pl-icon-logout { + background:url("images/icon/logout_black_24dp.svg") no-repeat center; +} + +.pl-icon-open { + background:url("images/icon/folder_white_24dp.svg") no-repeat center; +} + +.pl-icon-printer { + background:url("images/icon/print_white_24dp.svg") no-repeat center; +} + +.pl-icon-recurring { + background:url("images/icon/restart_alt_black_18dp.svg") no-repeat center; +} + +.pl-icon-refresh { + background:url("images/icon/refresh_white_24dp.svg") no-repeat center; +} + +.pl-icon-save { + background:url("images/icon/save_white_24dp.svg") no-repeat center; +} + +.pl-icon-unlock { + background:url("images/icon/lock_open_white_24dp.svg") no-repeat center; +} + +.pl-icon-valid { + background:url("images/icon/done_black_18dp.svg") no-repeat center/70%; +} + +.pl-icon-trash { + background:url("images/icon/delete_black_18dp.svg") no-repeat center; +} + +.pl-icon-arrowupdown{ + background:url("images/icon/import_export_black_18dp.svg") no-repeat center; + margin-top: 3px; +} + +.pl-icon-undo { + background:url("images/icon/undo_white_24dp.svg") no-repeat center; +} + +.pl-icon-redo { + background:url("images/icon/redo_white_24dp.svg") no-repeat center; +} + +/* Info-bulles */ +.ui-tooltip{ + /* Permet les sauts de lignes avec l'entité . */ + white-space:pre-wrap; +} + +/* Les agents */ +li .agent-acces-checked2{ + position:absolute; + left:550px; +} + +/* Importation des agents */ +#import-div td { + padding: 0 10px 0 10px; +} + + +/* Les tableaux */ +.tableauStandard,.tableauFiches{ + border-spacing: 0px; + border-collapse: collapse; + margin-top:10px; +} + +.tableauStandard{ + width: 100%; + margin: 10px 0; +} + +.tableauStandard td{ + text-align: center; + vertical-align:top; + padding-right: 20px; +} + +#EDTTabs .tableauStandard td{ + text-align: right; + vertical-align:top; + padding-right: 20px; +} + +.table-validation-notification { + border-spacing: 0px; +} + +.table-validation-notification td{ + text-align: left; + vertical-align:top; + padding: 0 60px 10px 10px; + white-space: nowrap; +} + +.table-validation-notification td:nth-child(2) { + width: 60px; +} + +.table-validation-notification th { + padding-bottom: 10px; + padding-left: 10px; +} + +.table-validation-notification .border-right { + border-right: 1px solid black; +} + + + + +.tableauFiches td{ + vertical-align:top; + padding: 0 60px 10px 10px; + white-space: nowrap; +} + +.tableauFiches td:first-child{ + width: 160px; +} + +.tableauFiches td:nth-child(2){ + width: 300px; +} + +.tableauFiches .td_validation{ + text-align: center; + padding-top: 20px; +} + +.tableauFiches input[type=text]{ + width: 200px; + text-align:center; +} + +.tableauFiches textarea{ + width: 100%; + height: 100px; +} + +.tableauFiches input[type=button],.tableauFiches input[type=submit]{ + margin: 0 20px 0 20px; +} + +.tableauFiches .tdValidation{ + padding-top:20px; + text-align:center; +} + +/* Menu Principal */ +/* solution temp, il faudrait peut être une class spécifique pour la div top gauche*/ +/* solution provoque des bugss dans les tableaux */ + +/* .logo_td : permet de positionner le menu principal, 1ere cellule avant le 1er item du menu */ +.logo_td{ + width:15%; +} + +/* Menu JavaScript */ +.menu_table{ + position: absolute; + min-width:200px; +} + +.menu_table td{ + padding : 1px 10px; +} + +.menu_table tr:first-child td{ + border-top: 1px outset #29495C; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.menu_table tr:last-child td{ + border-bottom: 1px outset #29495C; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; +} + +.ejsmenu2{ + padding : 5px; +} + +.navigation { + position:relative; + height:30px; +} + +.popper { + position: absolute; + visibility: hidden; + z-index:20; +} + +a.ejsmenu, a:hover.ejsmenu { + font-size:16px; + text-decoration:none; + display:inline-block; + width:100%; +} + +a.ejsmenu2 { + font-size:16px; + text-decoration:none; + font-weight:bold; +} + +a:hover.ejsmenu2 { + font-size:16px; + text-decoration:none; + font-weight:bold; + color: #FFD700; + border-bottom: 5px solid #FFD700; +} + + +.ejsmenu2.active { + color: #FFD700; + border-bottom: 5px solid #FFD700; +} + +/* Menu top */ +.topgauche{ + background-color: #FFFFFF; +} +.menu_ul{ + width: 70%; + padding: 0; + margin:0px; + white-space: nowrap; + list-style: none; +} + +.menu_li{ + display: inline; + padding: 5px 15px; +} + +.menu_li a, .menu_li a:hover{ + font-size:13pt; +} + +/* TD du menu top */ +/* maintenant directement le texte qui change de couleur +li.menu_li:hover { + background: #FFD700; +} +*/ + +/* TD des sous menu top */ +.menu_table{ + margin-top: 15px; + z-index: 20; +} +.menu_td{ + padding-left: 30px; +} + +td.menu_td2{ + background:#FFFFFF; + height:20px; + text-align:left; + border-left: 1px outset #29495C; + border-right: 1px outset #29495C; + border-bottom: none; + border-top: none; +} +td.menu_td2:hover{ + background:#FFD700; +} + +.myAccountLink{ + font-size:9pt; +} + +.myAccountLink:hover{ + color: #FFD700; +} + +input[type=text],input[type=password] + { + width:150px; + } +select + { + width:155px; + } + + +#popup { + background-color:#FFF; + position:absolute; + z-index:10; + } + +.select-popup{ + width: auto; + height: 20px; + font-size: 1em; + position: absolute; + left: 350px; +} + +#opac { + opacity: 0.5; + filter: alpha(opacity=50); /* Pour IE */ + background:#000; + height:100%; + width:100%; + position:fixed; + left:0px; + top:0px; + z-index:5; + } + +.th{ + background-color:#FFD700; + font-weight:bold; + white-space: nowrap; +} + +.tr1{ + background-color:#DFDFDF; +} + +.tr2{ + background-color:#999999; +} + +.striped{ + text-decoration:line-through; +} + +.aLeft{ + text-align:left; +} + +.aRight{ + text-align:right; +} + +.green{ + color:green; +} + +/* .out-of-work-time avant .red dans le CSS : permet de donner la priorité au red (absences) par rapport au out-of-work-time (heures de présence) dans le marquage des absences et congés dans le planning */ +.out-of-work-time { + color: #5394BA; +} + +/* .red avant .orange dans le CSS : permet de donner la priorité au orange (congés) par rapport au red (absences) dans le marquage des absences et congés dans le planning */ +.red{ + color:#cd1b19; +} + +.orange{ + color:#FFA500; +} + +.pointer{ + cursor:pointer; +} + +/* Plannings */ +/* Calendrier, titre (Semaine ...), Boutons de droite */ +#divcalendrier { + margin : 10px 0 0 0; +} + +.pl-validation { + margin: 0px 0 10px 0; + color: #FFFFFF; + position: absolute; + right: 175px; +} + +/*.pl-undo { + color: #FFFFFF; + position: absolute; + right: 75px; +} + +.pl-undo a { + color: #FFFFFF; +}*/ + +#planning-semaine #td_boutons{ + padding:30px; +} + + + +.pl-semaine-header{ + text-align: left; + margin: 25px auto 5px auto; + width: 90%; +} + +.pl-semaine-date{ + font-size: 16pt; + font-weight: bold; + background-color:#FFD700; /*FF5E0E;*/ +} + + +.pl-semaine-validation{ + margin: 10px auto 0 auto; + position: absolute; + right: 5%; +} + +#planningTips { + margin: 20px 0px; + font-weight: bold; + display: none; +} + +#planningTips .ui-icon-alert{ + margin-top: 0.3em; +} + +#date_planning, #semaine_planning { + margin-top: 5px; +} + +#semaine_planning{ + display:none; +} + +/* +table #tabsemaine1 .tabsemaine1 + ----------------------------------------------------------------------------------------------------- +tr .tr_horaires | td | td | + ----------------------------------------------------------------------------------------------------- +tr | td .td_postes | td > | td > | + | [.td_obligatoire] | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + | [.td_renfort] | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + | | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + ----------------------------------------------------------------------------------------------------- +tr | td .td_postes | td > | td > | + | [.td_obligatoire] | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + | [.td_renfort] | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + | | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + ----------------------------------------------------------------------------------------------------- +tr .tr_separation + ----------------------------------------------------------------------------------------------------- +tr | td .td_postes | td > | td > | + | [.td_obligatoire] | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + | [.td_renfort] | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + | | div .cellDiv > span .cellSpan | div .cellDiv > span .cellSpan | + ----------------------------------------------------------------------------------------------------- +tr .tr_espace +*/ + +/* Catégories, lignes du planning, en fonction de la catégorie requise par le poste */ +/* +.tr_CategorieA td{ +} + +.tr_CategorieA td.td_obligatoire{ +} + +.tr_CategorieB td{ +} + +.tr_CategorieB td.td_obligatoire{ +} + +.tr_CategorieC td{ +} + +.tr_CategorieC td.td_obligatoire{ +} + +td.cellule_grise{ +} +*/ + +/* Cellules et Statuts +class cellule = cellule par défaut +.statut_xxx = complète le style de la cellule en fonction du statut +.service_xxx = complète le style de la cellule en fonction du service +*/ +/* +.statut_moniteur, td.statut_moniteur{ + background:yellow; +} +*/ +#tabsemaine1 tr:first-child td:first-child{ + border-top-left-radius: 5px; + -moz-border-top-left-radius: 5px; +} + +#tabsemaine1 tr:first-child td:last-child{ + border-top-right-radius: 5px; + -moz-border-top-right-radius: 5px; +} + +.arrondi_tabsemaine_topLeft{ + border-top-left-radius: 5px; +} +.arrondi_tabsemaine_topRight{ + border-top-right-radius: 5px; +} +.arrondi_tabsemaine_bottomLeft{ + border-bottom-left-radius: 5px; +} +.arrondi_tabsemaine_bottomRight{ + border-bottom-right-radius: 5px; +} + +#tabsemaine1, .tabsemaine1 { + width:90%; + margin: auto; + empty-cells:show; +} + +#tabsemaine1 td, .tabsemaine1 td{ + height: 30px; +} + +/* tabsemaine1 est un div sur la page semaine.php : permet l'affichage des tableaux masqués */ +div#tabsemaine1{ + margin: 20px 0 0 0; +} + +.tr_horaires, .tr_separation, .tr_horaires a{ + background: #29495C; + color:#FFFFFF; + font-size:11pt; + font-weight:bold; +} + +.tr_horaires td:first-child{ + border-top-left-radius: 5px; +} + +.tr_horaires td:last-child{ + border-top-right-radius: 5px; +} + +.roundup-tab tr:last-child td:first-child{ + border-bottom-left-radius: 5px; +} + +.roundup-tab tr:last-child td:first-child{ + border-bottom-right-radius: 5px; +} + +.roundup-tab-left { + border-bottom-left-radius: 5px; +} + +.roundup-tab-right{ + border-bottom-right-radius: 5px; +} + +.tr_separation { + color: #FFD700; +} +.sticky { + position: -webkit-sticky; + position: sticky; + top: 0px; + left: 0; + z-index: 3; +} +.sticky-line { + background: inherit; + position: -webkit-sticky; + position: sticky; + top: 0px; + z-index: 1; + border: #29495C; +} +.sticky-col { + position: -webkit-sticky; + position: sticky; + left: 0; + z-index: 1; +} +.td_sep { + background: inherit; +} + +/* tr_espace : permet d'ajouter un espace entre les tableaux : ex: display:block; height:20px; */ +.tr_espace{ + display: block; + height:20px; +} + +#tabsemaine1 tr.tr_espace td, +.tabsemaine1 tr.tr_espace td{ + border: none; +} + +.td_postes { + width:192px; + font-size:11pt; + font-weight: bold; + white-space: nowrap; + color: #FFD700; +} + +.td_obligatoire{ + background:#0A8754; + color: #29495C; + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; + border-left: 1px solid #999999; + +} + +.td_renfort{ + background:#FFFFFF; + color: #29495C; + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; + border-left: 1px solid #999999; +} + +.td_postes tr:last-child td{ + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} + +.cellSpan{ + display:block; + padding:3px; + white-space: nowrap; +} + +#afficheTableaux{ + width: 90%; + text-align: left; + margin: auto; +} + +.noteBasDePage{ + text-align:left; + padding-top:30px; + font-style:italic; + font-size:10pt; +} + +.menudiv-titre{ + background:#7B7B7B; + color:#FFFFFF; + text-align:center; + text-decoration:none; + font-size:11.0pt; + font-family:Poppins; + font-weight: bold +} + +#menudiv1{ + position:absolute; + z-index:10; + width:250px; + overflow:auto; +} + +#menudiv2{ + position:absolute; + z-index:20; + width:250px; + overflow:auto; +} + +#menudivtab1, #menudivtab2{ + position:absolute; + cursor:pointer; + background: #FFFFFF; + width: 100%; +} + +#menudivtab1 td{ + padding-left: 15px; +} + +#menudivtab2 td{ + padding-left: 10px; +} + +.menudiv-tr:hover{ + background:#CCCCCC; +} + +.menudiv-tr td{ + height: 25px; + white-space: nowrap; +} + +.menudiv-tr td:first-child{ + width: 220px; + font-weight:normal; +} + +.menudiv-tr a{ + text-decoration: none; + font-size: 1.2em; +} + +.menudiv-nom{ + font-weight: bold; + white-space:nowrap; +} + +.menudiv-heures{ + width:100%; + text-align:right; + white-space:nowrap; + font-style: italic; + font-size: 0.95em; +} + +.menuTrigger { + background-color: #FFFFFF; + position: relative; + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; +} + +.arrow-right { + background:url("images/icon/arrow_forward_black_36dp.svg") no-repeat center; + z-index:7; + display: none; + position:absolute; + right: -15px; + top: calc(50% - 8px); +} + +/* Configuration des tableaux */ +.tableaux-cfg { + display: inline-block; + min-width:500px; + width: 31%; + vertical-align:top; + padding: 0 15px; +} + + +#tab_titre{ /* /index */ + width:100%; + border: none; + background-color: #29495C; + margin-bottom: 60px; +} + +/* Calendrier affiché en haut des plannings */ +#pl-calendar{ + border:0; + background: rgba(255, 255, 255, 0); + margin: 50px 0 0px 12px; + width: 165.75px; + position: absolute; + top: 30px; +} + +#pl-calendar .calendar-datepicker { + font-size:65%; +} + +#pl-calendar .calendar-datepicker a{ + font-size:110%; +} + +.pl-highlight { + background: #f0e68c; +} + +/* Notes affichées en bas des plannings */ +#pl-notes-div1, .pl-notes-div1{ + width: 90%; + margin: 20px auto 0 auto; + text-align: left; + border: 1px solid #29495C; + border-radius: 5px; + padding: 5px; + background: #FFF; +} + +#pl-notes-div2{ + position: relative; + left: 5%; + display: inline-block; + margin: 15px 10px 0 0; + text-align: left; +} + +#pl-notes-div1-validation{ + width: 90%; + margin: auto; + text-align: right; + padding: 5px 0; +} + +#pl-appelDispo-sujet, +#ics-url-subject{ + width: 100%; +} + +#pl-appelDispo-text{ + width: 100%; + height: 200px; +} + +#ics-url-text{ + width: 100%; + height: 160px; +} + +#pl-notes-text{ + width: 100%; + height: 240px; +} + +.empty-line, +.hidden-table{ + display: none; +} + +.print_only + { + font-size:13px; + display:none; + } + +.menu + { + background:#29495C; + color: #FFFFFF; + text-decoration:none; + font-size:13.0pt; + font-family: Poppins; + font-weight: bold; + z-index:3; + } + +.menuRed + { + color:#FFD700; + background:#29495C; + text-decoration:none; + font-size:13.0pt; + font-family:Poppins; + font-weight: bold; + z-index:3; + } + +a:hover.menuRed, a:hover.menu { + color:#FFD700; + font-size:13.0pt; + border-top: #FFD700; + border-top-width: 5px; + border-top-style: solid; +} + +.text,.text_clic + { + color:#29495C; + text-decoration:none; + font-weight: bolder; + font-size:10.0pt; + font-family: Poppins; + } + +.titre + { + position:absolute; + top:50px; + left:380px; + color:white; + font-size:32.0pt; + font-family:Poppins; + } + +.titreSemFixe{ + color:#FFFFFF; + text-decoration:none; + font-size:15pt; + font-family: Poppins; + font-weight: normal; + width:50%; + text-align:left; + padding-top: 50px; + padding-bottom: 20px; + padding-left: 220px; +} + +.top-button-div { + text-align:right; + margin: 0 10px 30px 0; +} + +#tab_jours{ /* /index */ + margin : 10px 0px 0px 0px; + text-align:left; +} + +.tr + { + color:#FFF; + text-decoration:none; + font-size:11.0pt; + font-family:Poppins; + font-weight: bold + } + +.cellule_grise { + text-align:center; + background: #dfdfdf; + } + +td.cellule_grise { + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; +} + +/* */ +/* Setup */ +/* */ +#setup #auth-logo{ + position:relative; + margin: 20px; +} + +#setup input[type=text], #setup input[type=password]{ + width:300px; + margin:2px; + } + +#setup input[type=checkbox]{ + margin:4px; +} +#setup fieldset{ + width:640px; + padding: 20px; + } + +#aide { + margin:0px 80px 0px 30px; + text-align:justify; + } + +#aide h3 { + margin-top:30px; + margin-bottom:10px; + } +#aide h4 { + margin-left:20px; + margin-top:30px; + margin-bottom:10px; + } +#aide h5 { + font-size:12pt; + margin-left:40px; + margin-top:30px; + margin-bottom:10px; + } + +#a_retour { + position:fixed; + right:40px; + bottom:40px; +} + +/* Messages d'informations */ +#messages_infos { + width: 90%; + margin: auto; + color:#cd1b19; + font-weight:bold; + font-size:13pt; + padding: 5px 10px; +} + +img{ + border: none; +} + +#tab_titre tr{ + vertical-align:top; +} + +#cal_ifram{ + width:200px; + height:160px; +} + +#td_boutons{ + width:25%; + text-align:right; + padding:50px 20px 0 0; +} + +#td_boutons .ui-state-error{ + text-align: left; +} + +#validation{ + font-size:13px; + margin:0 20px 0 0; +} + +#undo-redo{ + font-size:13px; + margin:5px 20px 0 0; +} + +#imprimante{ + cursor:pointer; +} + +#choix_tableaux{ + margin: 20px 15px; +} + +#choix_tableaux td{ + width:200px; + padding: 10px 0; +} + +#choix_tableaux select{ + width:180px; +} + +#tableau, .tableau{ + text-align:center; +} + +/* Jours Fériés */ +#joursFeries table{ + width:1024px; + margin-top:30px; +} + +#joursFeries .c350{ + width:300px; +} + +#joursFeries .c100{ + width:100px; +} + +.intitule, label{ + font-weight: bold; + white-space: nowrap; + color: #29495C; +} + +.textAlignRight{ + text-align: right; + padding-right: 5px; +} + +/*text of table header when background is blue*/ +#tablePresenceMonCompte_length label, #tablePresenceMonCompte_filter label, #tableConges_wrapper label, #tableAbsencesVoir_wrapper label, #tableStatAbsences_wrapper label, #DataTables_Table_0_wrapper label, #AbsenceInfoTable_wrapper label, #tableAgents_wrapper label, #tableAgents_wrapper label, #tablePostes_wrapper label, #tableModeles_wrapper label, #table-groups_wrapper label, #table-separations_wrapper label, #table-list_wrapper label, #table-list_length label, #table-list_filter label, #tablePlanningHebdo_wrapper label, #tablePlanningAbsences_wrapper label{ + color: #FFF; +} + +/* Elements "sortable" (gestion des motifs d'absences, des statuts des agents */ +ul[id$="-sortable"] { list-style-type: none; margin: 0; padding: 0; } +ul[id$="-sortable"] li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 30px; } +ul[id$="-sortable"] li span { margin-left: -1.3em; } + +.bold{ + font-weight:bold; +} + +option.bold{ + margin-top:3px; +} + +.center{ + text-align:center; +} + +.inline{ + display: inline; +} + +.nowrap{ + white-space:nowrap; +} + +.padding20{ + padding-left:20px; +} + +/* Statistiques */ +#stat-col1{ + width:350px; +} + +#stat-col1 select,#stat-col1 input[type=text] { + width:250px; +} + +#stat-col1 textarea { + width:244px; +} + +#stat-temps-aff-grp{ + margin: 0 0 0 30px; +} + +.statistiques-heures{ + text-align:right; + white-space:nowrap; +} + +#table_temps{ + text-align:center; +} + +div.presents-absents { + width: 97%; + margin-left: 25px; +} + +/* FixedColumns */ +.DTFC_LeftBodyLiner{ + overflow:hidden; +} + +.bg-yellow{ + background:#FFD700; +} + +/* DataTables */ +.dataTable tbody tr.odd { + background-color:#F0F0F0; +} + +.dataTable tbody tr:hover{ + background-color: #FFD700; +} + +.dataTable tbody td{ + border-right: 1px solid #000; +} + +.dataTable tbody tr.odd td:last-child{ + border-right: 1px solid #F0F0F0; +} +.dataTable tbody tr.even td:last-child{ + border-right: 1px solid #FFFFFF; +} + +.dataTable tbody tr.odd:hover td.sorting_1, +.dataTable tbody tr.odd:hover td.sorting_2, +.dataTable tbody tr.odd:hover td.sorting_3{ + background-color:#FFD700; +} + +.dataTable tbody tr.even:hover td.sorting_1, +.dataTable tbody tr.even:hover td.sorting_2, +.dataTable tbody tr.even:hover td.sorting_3{ + background-color:#FFD700; +} + +.fg-toolbar { + color: inherit; +} + +.dataTables_wrapper .dataTables_filter input, +.dataTables_wrapper .dataTables_length select { + background-color: #29485C; + color: #FFFFFF +} + +.dt-buttons { + background-color: #FFFFFF; + width: 100%; + padding: 11px 0 11px 0; + text-align: right; + border-radius: 4px; + margin-bottom: 5px; +} + +.ellipsis{ + color:#FFF; +} + +.dataTables_wrapper .dataTables_info{ + color: #fff; +} + +/* JQuery-UI Accordion */ +.ui-accordion .ui-accordion-header{ + margin-bottom: 0px; +} + +/* Agenda */ +#div_agenda{ + min-height:400px; + width: 72%; + margin-left: auto; + margin-right: auto; +} + +#div_agenda_content{ + background-color: #FFF; + padding:25px 25px 25px 25px; + border-radius: 5px; +} + +#div_agenda table { + width: 100%; +} + +#div_agenda .information{ + display: inline-block; +} + +#tab_agenda tr:last-child td:first-child{ + border-bottom-left-radius: 5px; +} + +#tab_agenda tr:last-child td:last-child{ + border-bottom-right-radius: 5px; +} + +#tab_agenda td{ + vertical-align: top; +} + +#tab_agenda tr td:first-child{ + border-left: 1px solid #999999; +} + +#tab_agenda td{ + border-right : 1px solid #999999; + border-bottom : 1px solid #999999; +} + +.calendar-border{ + border-right : 1px solid #999999; + border-bottom : 1px solid #999999; + border-top : 1px solid #999999; +} + +.calendar-border td:first-child{ + border-left: 1px solid #999999; +} + +#div_agenda .div_date{ + font-weight:bold; + margin-bottom:10px; + text-align:right; +} + +#div_agenda ul{ + margin-top:0px; + padding-left:20px; +} + +#div_agenda .postes{ + margin-top: 10px; +} + +/* Agents volants */ +#date_planning.volants-title{ + width: 600px; + margin: 0 auto 8 0px; + text-align: center; +} + +.volants-header{ + position:absolute; + left: 200px; + top: 70px; +} + +.volants-h2{ + text-align: left; + padding-left: 10px; +} + +.volants-a{ + position: absolute; + left: 0px; +} + +.volants-calendar{ + z-index: 10; + position: absolute; + top: 100px; + left: 10px +} + +#volants-content{ + margin: 200px auto; + width: 1080px; +} + +#volants-dispo-div, +#volants-buttons-div, +#volants-selectionnes-div, +#volants-validation{ + display: inline-block; + vertical-align: top; + width: 300px; + float: both; +} + +#volants-buttons-div, +#volants-calendar{ + margin-top : 45px; +} + +#volants-buttons-div{ + padding-top: 90px; + text-align: center; + width: 240px; +} + +#volants-validation{ + padding-top: 45px; + text-align: right; + width: 220px; +} + +#volants-buttons-div input, +#volants-validation input{ + width: 180px; +} + +#volants-dispo-div select, +#volants-selectionnes-div select{ + height: 400px; + width: 300px; + font-size: 1em; +} + +.statut_volants{ + background: #D5F5E3; +} + +/* Footer */ +.footer{ + text-align:center; + margin:50px 30px 0 0; + opacity:0.7; + font-size:9pt; + width:100%; +} + +/* Congés */ +#tableConges td{ + white-space: nowrap; +} + +.selectSite:disabled { + color: #29495C; + appearance: none; + background-color: inherit; + border: white; + text-indent: 1px; +} + +.planno-timepicker:disabled, +.planno-break-timepicker:disabled { + color: #29495C; +} + +.wh-timepicker { + width: 150px; +} + +.framework-timepicker { + width: 85px; +} + +/*Buttons START*/ +.ui-button{ + min-width: 85px; +} +/*main button style*/ +.ui-button-type1{ + border: 1px solid #FFD700; + background-color: #FFD700; + color: #29495C; +} + +.ui-button-type1:hover{ + border: 1px solid #d5ba2B; + background-color: #d5ba2B; + color: #29495C; +} +.ui-button-type1:active{ + border: 1px solid #d5ba2B; + background-color: #d5ba2B; + color: #29495C; +} + +.ui-button-type1.ui-state-active:hover{ + border: 1px solid #d5ba2B; + background-color: #d5ba2B; + color: #29495C; +} + +.ui-button-type1:focus{ + border: 1px solid #d5ba2B; + background-color: #d5ba2B; + color: #29495C; +} + +/*secondary button style*/ +.ui-button-type2{ + border: 1px solid #29495C; + color: #29495C; + background-color: #FFFFFF; +} + +.ui-button-type2:hover{ + border: 1px solid #29495C; + color: #FFFFFF; + background-color: #29495C; +} + +.ui-button-type2 .ui-state-hover{ + border: 1px solid #29495C; + color: #FFFFFF; + background-color: #29495C; +} + +.ui-button-type2:active{ + border: 1px solid #29495C; + color: #FFFFFF; + background-color: #29495C; +} + +.ui-button-type2:focus{ + border: 1px solid #29495C; + color: #FFFFFF; + background-color: #29495C; +} + +.ui-button-type2.ui-state-active:hover{ + border: 1px solid #29495C; + color: #FFFFFF; + background-color: #29495C; +} + +/*delete button style*/ +.ui-button-type3{ + border: 1px solid #cd1b19; + color: #cd1b19; + background-color: #FFFFFF; +} + +.ui-button-type3:hover{ + border: 1px solid #cd1b19; + color: #FFFFFF; + background-color: #cd1b19; +} + +.ui-button-type3:active{ + border: 1px solid #cd1b19; + color: #FFFFFF; + background-color: #cd1b19; +} + +.ui-button-type3:focus{ + border: 1px solid #cd1b19; + color: #FFFFFF; + background-color: #cd1b19; +} + +.ui-button-type3.ui-state-active:hover{ + border: 1px solid #cd1b19; + color: #FFFFFF; + background-color: #cd1b19; +} + +/*Buttons END*/ + +/*Popup START*/ + +.popup-background{ + background: #FFFFFF; + border: 1px solid #999999; + color: #29495C; + padding: 0 0 0 0; +} + +.popup-header{ + background: #FFD700; + border: 1px solid #FFD700; + color: #29495C; +} + +.popup-button{ + background: #FFD700; + border: 1px solid #FFD700; + color: #29495C; +} + +/*Popup END*/ + +/*Table START*/ + +table.dataTable th{ + background-color: #456578; + border: 1px solid #456578; + border-right-color: #000; + color: #FFFFFF; +} + + +.ui-button-table{ + background: #29495C; + border: 1px solid #FFFFFF; + +} + +#tablePlanningAbsences_wrapper{ + width: 90%; + margin: auto; +} + +/*Table END*/ + +/*Admin START*/ +#content-admin{ + width: 90%; + margin: 10px auto auto auto; +} + +.admin-div{ + width: 100%; + background: #FFF; + border-radius: 5px; + padding: 10px; +} + + +#admin .ui-state-default, .ui-widget-header .ui-state-default { + border: 2px solid #FFF; + background: #29495C; + font-weight: bold; + color: #FFF; +} + +#admin .ui-state-active, .ui-widget-header .ui-state-active{ + border: 2px solid #FFF; + background: #FFF; + font-weight: bold; + color: #29485C; +} + +#admin .ui-state-hover, .ui-widget-header .ui-state-hover{ + border: 2px solid #FFF; + background: #FFF; + font-weight: bold; + color: #29485C; +} + +.ui-widget-header .ui-state-hover a { + color: #29495C; +} + +#workhours{ + width: 100%; + margin: 10px auto auto auto; +} + +.workhours-header, .workhours-body{ + border: 0px solid #000; + border-left: 1px solid #000; + border-top: 1px solid #000; +} + +.workhours-header td:last-child, .workhours-body td:last-child{ + border-right: 1px solid #000; +} + +.workhours-body tr:last-child td{ + border-bottom: 1px solid #000; +} + +.workhours-header { + background: #29495C; + color: #fff; +} + +#closingday{ + width: 90%; + margin: 10px auto auto auto; +} + +#closingday td{ + border-left: 1px solid #000; + border-bottom: 1px solid #000; +} + +#closingday tr:first-child td{ + border-top: 1px solid #000; +} + +#closingday tr td:last-child{ + border-right: 1px solid #000; +} + +.closingday-header{ + background: #29495C; + color: #fff; +} + +#content-skill { + width: 90%; + margin: 10px auto auto auto; +} + +.skill{ + width: 100%; + background: #FFF; + border-radius: 5px; + padding: 10px; +} + +.icon-div{ + width: 80px; + margin: auto; + text-align: left; +} + +/*Admin END*/ + +/*Statistics START*/ + +#content-form, .content-form{ + width: 90%; + margin: 10px auto auto auto; +} + +.statistics-div{ + width: 100%; + background: #FFF; + border-radius: 5px; + padding: 10px; +} + +#content-form .th{ + background: #29495C; + color: #fff; +} + +.statistics-table{ + border-width: 0px; + box-sizing: content-box; + width: 100%; +} + +.statistics-td{ + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; + border-top: 0px solid red; + border-left: 0px solid red; +} + +.statistics-td-topleft{ + border-top: 1px solid #999999; + border-left: 1px solid #999999; +} + +.statistics-td-top{ + border-top: 1px solid #999999; +} + +.statistics-td-left{ + border-left: 1px solid #999999; +} + +.statistics-table tr:first-child td:first-child{ + border-top-left-radius: 5px; +} + +.statistics-table tr:first-child td:last-child{ + border-top-right-radius: 5px; +} + +.statistics-table tr:last-child td:first-child{ + border-bottom-left-radius: 5px; +} + +.statistics-table tr:last-child td:last-child{ + border-bottom-right-radius: 5px; +} + +.dataTable tbody tr.odd td.no-hover:hover{ + background: #F0F0F0; +} + +.dataTable tbody tr.even td.no-hover:hover{ + background: #FFFFFF; +} + +.dataTable tbody tr.odd:hover td.no-hover{ + background: #F0F0F0; +} + +.dataTable tbody tr.even:hover td.no-hover{ + background: #FFFFFF; +} + +.dataTable tbody tr.odd th.no-hover:hover{ + background: #F0F0F0; +} + +.dataTable tbody tr.even th.no-hover:hover{ + background: #FFFFFF; +} + +.dataTable tbody tr.odd:hover th.no-hover{ + background: #F0F0F0; +} + +.dataTable tbody tr.even:hover th.no-hover{ + background: #FFFFFF; +} + +/*Statistics END*/ + +/*Account START*/ + +#account .ui-widget-content a{ + color: #29495C; +} + +#account .ui-state-default{ + background-color: #456578; + border: 1px solid #456578; + border-right-color: #000; + color: #29495C; +} + +#account .ui-widget-content .ui-state-default{ + background-color: #456578; + border: 1px solid #456578; + border-right-color: #000; + color: #FFFFFF; +} + +/*Account END*/ + +/*CSS Datepicker START*/ +/* This CSS overrides the Jquery-ui.min.css to set the datepicker style*/ + +.calendar-helper-clearfix:before, .calendar-helper-clearfix:after{ + content:""; + display:table; + border-collapse:collapse +} + +.calendar-helper-clearfix:after{ + clear:both +} + +.calendar-state-disabled{ + cursor:default!important; + pointer-events:none +} + +.calendar-icon{ + display:inline-block; + vertical-align:middle; + margin-top:-.25em; + position:relative; + text-indent:-99999px; + overflow:hidden; + background-repeat:no-repeat +} + +.calendar-datepicker{ + width:17em; + padding:.2em .2em 0; + display:none +} + +.calendar-datepicker .calendar-datepicker-header{ + position:relative; + padding:.2em 0 +} + +.calendar-datepicker .calendar-datepicker-prev,.calendar-datepicker .calendar-datepicker-next{ + position:absolute; + top:2px;width:1.8em; + height:1.8em +} + +.calendar-datepicker .calendar-datepicker-prev-hover,.calendar-datepicker .calendar-datepicker-next-hover{ + top:1px +} + +.calendar-datepicker .calendar-datepicker-prev{ + left:2px +} + +.calendar-datepicker .calendar-datepicker-next{ + right:2px +} + +.calendar-datepicker .calendar-datepicker-prev-hover{ + left:1px +} + +.calendar-datepicker .calendar-datepicker-next-hover{ + right:1px +} + +.calendar-datepicker .calendar-datepicker-prev span,.calendar-datepicker .calendar-datepicker-next span{ + display:block; + position:absolute; + left:50%; + margin-left:-8px; + top:50%; + margin-top:-8px +} + +.calendar-datepicker .calendar-datepicker-title{ + margin:0 2.3em; + line-height:1.8em; + text-align:center +} + +.calendar-datepicker .calendar-datepicker-title select{ + font-size:1em; + margin:1px 0 +} + +.calendar-datepicker select.calendar-datepicker-month,.calendar-datepicker select.calendar-datepicker-year{ + width:45% +} + +.calendar-datepicker table{ + width:100%; + font-size:.9em; + border-collapse:collapse; + margin:0 0 .4em +} + +.calendar-datepicker th{ + padding:.7em .3em; + text-align:center; + font-weight:bold; + border:0 +} + +.calendar-datepicker td{ + border:0;padding:1px +} + +.calendar-datepicker td span,.calendar-datepicker td a{ + display:block; + padding:.2em; + text-align:right; + text-decoration:none +} + +.calendar-datepicker .calendar-datepicker-buttonpane{ + background-image:none; + margin:.7em 0 0 0; + padding:0 .2em; + border-left:0; + border-right:0; + border-bottom:0 +} + +.calendar-datepicker .calendar-datepicker-buttonpane button{ + float:right; + margin:.5em .2em .4em; + cursor:pointer; + padding:.2em .6em .3em .6em; + width:auto; + overflow:visible +} + +.calendar-datepicker .calendar-datepicker-buttonpane button.calendar-datepicker-current{ + float:left +} + +.calendar-datepicker.calendar-datepicker-multi{ + width:auto +} + +.calendar-datepicker-multi .calendar-datepicker-group{ + float:left +} + +.calendar-datepicker-multi .calendar-datepicker-group table{ + width:95%; + margin:0 auto .4em +} + +.calendar-datepicker-multi-2 .calendar-datepicker-group{ + width:50% +} + +.calendar-datepicker-multi-3 .calendar-datepicker-group{ + width:33.3% +} + +.calendar-datepicker-multi-4 .calendar-datepicker-group{ + width:25% +} + +.calendar-datepicker-multi .calendar-datepicker-group-last .calendar-datepicker-header,.calendar-datepicker-multi .calendar-datepicker-group-middle .calendar-datepicker-header{border-left-width:0} +.calendar-datepicker-multi .calendar-datepicker-buttonpane{ + clear:left +} + +.calendar-datepicker-row-break{ + clear:both; + width:100%; + font-size:0 +} + +.calendar-datepicker-rtl{ + direction:rtl +} + +.calendar-datepicker-rtl .calendar-datepicker-prev{ + right:2px; + left:auto +} + +.calendar-datepicker-rtl .calendar-datepicker-next{ + left:2px; + right:auto +} + +.calendar-datepicker-rtl .calendar-datepicker-prev:hover{ + right:1px; + left:auto +} + +.calendar-datepicker-rtl .calendar-datepicker-next:hover{ + left:1px; + right:auto +} + +.calendar-datepicker-rtl .calendar-datepicker-buttonpane{ + clear:right +} + +.calendar-datepicker-rtl .calendar-datepicker-buttonpane button{ + float:left +} + +.calendar-datepicker-rtl .calendar-datepicker-buttonpane button.calendar-datepicker-current,.calendar-datepicker-rtl .calendar-datepicker-group{ + float:right +} + +.calendar-datepicker-rtl .calendar-datepicker-group-last .calendar-datepicker-header,.calendar-datepicker-rtl .calendar-datepicker-group-middle .calendar-datepicker-header{ + border-right-width:0; + border-left-width:1px +} + +.calendar-datepicker .calendar-icon{ + display:block; + text-indent:-99999px; + overflow:hidden; + background-repeat:no-repeat; + left:.5em;top:.3em +} + +.calendar-widget{ + font-family:Poppins; + font-size:1em +} + +.calendar-widget .calendar-widget{ + font-size:1em +} + +.calendar-widget input,.calendar-widget select,.calendar-widget textarea,.calendar-widget button{ + font-family:Poppins; + font-size:1em +} + +.calendar-widget.calendar-widget-content{ + border:1px solid #999 +} + +.calendar-widget-content{ + border:1px solid #FFF; + background:#fff; + color:#29495C +} + +.calendar-widget-content a{ + color:#29495C +} + +.calendar-widget-header{ + border:1px solid #FFD700; + background:#FFD700; + color:#29495C; + font-weight:bold +} + +.calendar-widget-header a{ + color:#29495C +} + +.calendar-state-default,.calendar-widget-content .calendar-state-default,.calendar-widget-header .calendar-state-default,.calendar-button,html .calendar-button.calendar-state-disabled:hover,html .calendar-button.calendar-state-disabled:active{ + border:1px solid #999; + background:#999; + font-weight:bold; + color:#29495C +} + +.calendar-state-default a,.calendar-state-default a:link,.calendar-state-default a:visited,a.calendar-button,a:link.calendar-button,a:visited.calendar-button,.calendar-button{ + color:#29495C; + text-decoration:none +} +.calendar-state-hover,.calendar-widget-content .calendar-state-hover,.calendar-widget-header .calendar-state-hover,.calendar-state-focus,.calendar-widget-content .calendar-state-focus,.calendar-widget-header .calendar-state-focus,.calendar-button:hover,.calendar-button:focus{ + border:1px solid #29495C; + background:#29495C; + font-weight:bold; + color:#FFF +} + +.calendar-state-hover a,.calendar-state-hover a:hover,.calendar-state-hover a:link,.calendar-state-hover a:visited,.calendar-state-focus a,.calendar-state-focus a:hover,.calendar-state-focus a:link,.calendar-state-focus a:visited,a.calendar-button:hover,a.calendar-button:focus{ + color:#FFF; + text-decoration:none +} + +.calendar-state-active,.calendar-widget-content .calendar-state-active,.calendar-widget-header .calendar-state-active,a.calendar-button:active,.calendar-button:active,.calendar-button.calendar-state-active:hover{ + border:1px solid #29495C; + background:#29495C; + font-weight:bold; + color:#fff +} + +.calendar-icon-background,.calendar-state-active .calendar-icon-background{ + border:#29495C; + background-color:#fff +} + +.calendar-state-active a,.calendar-state-active a:link,.calendar-state-active a:visited{ + color:#fff; + text-decoration:none +} + +.calendar-state-highlight,.calendar-widget-content .calendar-state-highlight,.calendar-widget-header .calendar-state-highlight{ + border:1px solid #FFD700; + background:#FFD700; + color:#29495C +} + +.calendar-state-highlight a,.calendar-widget-content .calendar-state-highlight a,.calendar-widget-header .calendar-state-highlight a{ + color:#29495C +} + +.calendar-priority-primary,.calendar-widget-content .calendar-priority-primary,.calendar-widget-header .calendar-priority-primary{ + font-weight:bold +} + +.calendar-priority-secondary,.calendar-widget-content .calendar-priority-secondary,.calendar-widget-header .calendar-priority-secondary{ + opacity:.7; + -ms-filter:"alpha(opacity=70)"; + font-weight:normal +} + +.calendar-state-disabled,.calendar-widget-content .calendar-state-disabled,.calendar-widget-header .calendar-state-disabled{ + opacity:.35; + -ms-filter:"alpha(opacity=35)"; + background-image:none +} + +.calendar-state-disabled .calendar-icon{ + -ms-filter:"alpha(opacity=35)" +} + +.calendar-icon{ + width:16px; + height:16px +} + +.calendar-icon,.calendar-widget-content .calendar-icon{ + background-image:url("images/ui-icons_29495C_256x240.png") +} + +.calendar-widget-header .calendar-icon{ + background-image:url("images/ui-icons_29495C_256x240.png") +} + +.calendar-state-hover .calendar-icon,.calendar-state-focus .calendar-icon,.calendar-button:hover .calendar-icon,.calendar-button:focus .calendar-icon{ + background-image:url("images/ui-icons_FFFFFF_256x240.png") +} + +.calendar-state-active .calendar-icon,.calendar-button:active .calendar-icon{ + background-image:url("images/ui-icons_ffffff_256x240.png") +} + +.calendar-state-highlight .calendar-icon,.calendar-button .calendar-state-highlight.calendar-icon{ + background-image:url("images/ui-icons_29495C_256x240.png") +} + +.calendar-button .calendar-icon{ + background-image:url("images/ui-icons_29495C_256x240.png") +} + +.calendar-icon-blank.calendar-icon-blank.calendar-icon-blank{ + background-image:none +} + +.calendar-icon-circle-triangle-w{ + background-position:-80px -192px +} + +.calendar-icon-circle-triangle-e{ + background-position:-48px -192px +} + +.calendar-corner-all,.calendar-corner-top,.calendar-corner-left,.calendar-corner-tl{ + border-top-left-radius:4px +} + +.calendar-corner-all,.calendar-corner-top,.calendar-corner-right,.calendar-corner-tr{ + border-top-right-radius:4px +} + +.calendar-corner-all,.calendar-corner-bottom,.calendar-corner-left,.calendar-corner-bl{ + border-bottom-left-radius:4px +} + +.calendar-corner-all,.calendar-corner-bottom,.calendar-corner-right,.calendar-corner-br{ + border-bottom-right-radius:4px +} + +/*CSS Datepicker END*/ + +/*Personnalisation couleur tableau*/ +/* Bleu */ +.bleu.tr_horaires, .bleu.tr_separation, .bleu.tr_horaires td.td_postes, .blue.tr_horaires, .blue.tr_separation, .blue.tr_horaires td.td_postes{ + background: #04133b; + color: #FFF; +} + +.bleu td.td_postes, .blue td.td_postes{ + background: #CCECF8; + color: #000; +} + +/* Jaune */ +.jaune.tr_horaires, .jaune.tr_separation, .jaune.tr_horaires td.td_postes, .yellow.tr_horaires, .yellow.tr_separation, .yellow.tr_horaires td.td_postes{ + background: #d1ac07; + color: #000; +} + +.jaune td.td_postes, .yellow td.td_postes{ + background: #efe0a3; + color: #000; +} + +/* Rouge */ +.rouge.tr_horaires, .rouge.tr_separation, .rouge.tr_horaires td.td_postes, .red.tr_horaires, .red.tr_separation, .red.tr_horaires td.td_postes { + background: #720a05; + color: #FFF; +} + +.rouge td.td_postes, .red td.td_postes{ + background: #eacac9; + color: #000; +} + +/* Violet */ +.violet.tr_horaires, .violet.tr_separation, .violet.tr_horaires td.td_postes, .purple.tr_horaires, .purple.tr_separation, .purple.tr_horaires td.td_postes{ + background: rgb(68, 0, 68); + color: #FFF; +} + +.violet td.td_postes, .purple td.td_postes{ + background: #E3D8F7; + color: #000; +} + +/* Vert */ +.vert.tr_horaires, .vert.tr_separation, .vert.tr_horaires td.td_postes, .green.tr_horaires, .green.tr_separation, .green.tr_horaires td.td_postes{ + background: #06360f; + color: #FFF; +} + +.vert td.td_postes, .green td.td_postes{ + background: #BFEEC8; + color: #000; +} + +.isDisabled { + cursor: not-allowed; + opacity: 0.5; +} +.isDisabled > a { + color: currentColor; + display: inline-block; /* For IE11/ MS Edge bug */ + pointer-events: none; + text-decoration: none; +} diff --git a/epfl/default.css:Zone.Identifier b/epfl/default.css:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/default.css:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/background.png b/epfl/images/background.png new file mode 100644 index 0000000..78352ce Binary files /dev/null and b/epfl/images/background.png differ diff --git a/epfl/images/background.png:Zone.Identifier b/epfl/images/background.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/background.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/favicon.ico b/epfl/images/favicon.ico new file mode 100644 index 0000000..3894715 Binary files /dev/null and b/epfl/images/favicon.ico differ diff --git a/epfl/images/favicon.ico:Zone.Identifier b/epfl/images/favicon.ico:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/favicon.ico:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/add_black_18dp.svg b/epfl/images/icon/add_black_18dp.svg new file mode 100644 index 0000000..18046f4 --- /dev/null +++ b/epfl/images/icon/add_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/add_black_18dp.svg:Zone.Identifier b/epfl/images/icon/add_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/add_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/arrow_forward_black_36dp.svg b/epfl/images/icon/arrow_forward_black_36dp.svg new file mode 100644 index 0000000..577ee91 --- /dev/null +++ b/epfl/images/icon/arrow_forward_black_36dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/arrow_forward_black_36dp.svg:Zone.Identifier b/epfl/images/icon/arrow_forward_black_36dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/arrow_forward_black_36dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/calendar_month_black_18dp.svg b/epfl/images/icon/calendar_month_black_18dp.svg new file mode 100644 index 0000000..27291a4 --- /dev/null +++ b/epfl/images/icon/calendar_month_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/calendar_month_black_18dp.svg:Zone.Identifier b/epfl/images/icon/calendar_month_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/calendar_month_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/close_black_24dp.svg b/epfl/images/icon/close_black_24dp.svg new file mode 100644 index 0000000..5f1267d --- /dev/null +++ b/epfl/images/icon/close_black_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/close_black_24dp.svg:Zone.Identifier b/epfl/images/icon/close_black_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/close_black_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/close_white_24dp.svg b/epfl/images/icon/close_white_24dp.svg new file mode 100644 index 0000000..ec0bd50 --- /dev/null +++ b/epfl/images/icon/close_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/close_white_24dp.svg:Zone.Identifier b/epfl/images/icon/close_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/close_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/content_copy_black_18dp.svg b/epfl/images/icon/content_copy_black_18dp.svg new file mode 100644 index 0000000..587be19 --- /dev/null +++ b/epfl/images/icon/content_copy_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/content_copy_black_18dp.svg:Zone.Identifier b/epfl/images/icon/content_copy_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/content_copy_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/delete_black_18dp.svg b/epfl/images/icon/delete_black_18dp.svg new file mode 100644 index 0000000..f519316 --- /dev/null +++ b/epfl/images/icon/delete_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/delete_black_18dp.svg:Zone.Identifier b/epfl/images/icon/delete_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/delete_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/done_black_18dp.svg b/epfl/images/icon/done_black_18dp.svg new file mode 100644 index 0000000..7c117a7 --- /dev/null +++ b/epfl/images/icon/done_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/done_black_18dp.svg:Zone.Identifier b/epfl/images/icon/done_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/done_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/edit_black_18dp.svg b/epfl/images/icon/edit_black_18dp.svg new file mode 100644 index 0000000..9162776 --- /dev/null +++ b/epfl/images/icon/edit_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/edit_black_18dp.svg:Zone.Identifier b/epfl/images/icon/edit_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/edit_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/folder_white_24dp.svg b/epfl/images/icon/folder_white_24dp.svg new file mode 100644 index 0000000..142dddd --- /dev/null +++ b/epfl/images/icon/folder_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/folder_white_24dp.svg:Zone.Identifier b/epfl/images/icon/folder_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/folder_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/import_export_black_18dp.svg b/epfl/images/icon/import_export_black_18dp.svg new file mode 100644 index 0000000..3750534 --- /dev/null +++ b/epfl/images/icon/import_export_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/import_export_black_18dp.svg:Zone.Identifier b/epfl/images/icon/import_export_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/import_export_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/lock_open_white_24dp.svg b/epfl/images/icon/lock_open_white_24dp.svg new file mode 100644 index 0000000..fb91bb5 --- /dev/null +++ b/epfl/images/icon/lock_open_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/lock_open_white_24dp.svg:Zone.Identifier b/epfl/images/icon/lock_open_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/lock_open_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/lock_white_24dp.svg b/epfl/images/icon/lock_white_24dp.svg new file mode 100644 index 0000000..95a257b --- /dev/null +++ b/epfl/images/icon/lock_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/lock_white_24dp.svg:Zone.Identifier b/epfl/images/icon/lock_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/lock_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/logout_black_24dp.svg b/epfl/images/icon/logout_black_24dp.svg new file mode 100644 index 0000000..1b785f8 --- /dev/null +++ b/epfl/images/icon/logout_black_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/logout_black_24dp.svg:Zone.Identifier b/epfl/images/icon/logout_black_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/logout_black_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/print_white_24dp.svg b/epfl/images/icon/print_white_24dp.svg new file mode 100644 index 0000000..2fe2955 --- /dev/null +++ b/epfl/images/icon/print_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/print_white_24dp.svg:Zone.Identifier b/epfl/images/icon/print_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/print_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/redo_white_24dp.svg b/epfl/images/icon/redo_white_24dp.svg new file mode 100644 index 0000000..758a449 --- /dev/null +++ b/epfl/images/icon/redo_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/redo_white_24dp.svg:Zone.Identifier b/epfl/images/icon/redo_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/redo_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/refresh_white_24dp.svg b/epfl/images/icon/refresh_white_24dp.svg new file mode 100644 index 0000000..87a7e9a --- /dev/null +++ b/epfl/images/icon/refresh_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/refresh_white_24dp.svg:Zone.Identifier b/epfl/images/icon/refresh_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/refresh_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/restart_alt_black_18dp.svg b/epfl/images/icon/restart_alt_black_18dp.svg new file mode 100644 index 0000000..c34bbcd --- /dev/null +++ b/epfl/images/icon/restart_alt_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/restart_alt_black_18dp.svg:Zone.Identifier b/epfl/images/icon/restart_alt_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/restart_alt_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/save_white_24dp.svg b/epfl/images/icon/save_white_24dp.svg new file mode 100644 index 0000000..ed967b5 --- /dev/null +++ b/epfl/images/icon/save_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/save_white_24dp.svg:Zone.Identifier b/epfl/images/icon/save_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/save_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/undo_white_24dp.svg b/epfl/images/icon/undo_white_24dp.svg new file mode 100644 index 0000000..01d2e5d --- /dev/null +++ b/epfl/images/icon/undo_white_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/undo_white_24dp.svg:Zone.Identifier b/epfl/images/icon/undo_white_24dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/undo_white_24dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/visibility_off_black_18dp.svg b/epfl/images/icon/visibility_off_black_18dp.svg new file mode 100644 index 0000000..00a878c --- /dev/null +++ b/epfl/images/icon/visibility_off_black_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/visibility_off_black_18dp.svg:Zone.Identifier b/epfl/images/icon/visibility_off_black_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/visibility_off_black_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/icon/visibility_off_white_18dp.svg b/epfl/images/icon/visibility_off_white_18dp.svg new file mode 100644 index 0000000..9e10c3a --- /dev/null +++ b/epfl/images/icon/visibility_off_white_18dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/epfl/images/icon/visibility_off_white_18dp.svg:Zone.Identifier b/epfl/images/icon/visibility_off_white_18dp.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/icon/visibility_off_white_18dp.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/logo-160.png b/epfl/images/logo-160.png new file mode 100644 index 0000000..507c5a5 Binary files /dev/null and b/epfl/images/logo-160.png differ diff --git a/epfl/images/logo-160.png:Zone.Identifier b/epfl/images/logo-160.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/logo-160.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/logo-201.png b/epfl/images/logo-201.png new file mode 100644 index 0000000..2f19361 Binary files /dev/null and b/epfl/images/logo-201.png differ diff --git a/epfl/images/logo-201.png:Zone.Identifier b/epfl/images/logo-201.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/logo-201.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/logo-239.png b/epfl/images/logo-239.png new file mode 100644 index 0000000..6cc7bda Binary files /dev/null and b/epfl/images/logo-239.png differ diff --git a/epfl/images/logo-239.png:Zone.Identifier b/epfl/images/logo-239.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/logo-239.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/logo-planno.svg b/epfl/images/logo-planno.svg new file mode 100644 index 0000000..0e90039 --- /dev/null +++ b/epfl/images/logo-planno.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + diff --git a/epfl/images/logo-planno.svg:Zone.Identifier b/epfl/images/logo-planno.svg:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/logo-planno.svg:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_glass_100_29485C_1x400.png b/epfl/images/ui-bg_glass_100_29485C_1x400.png new file mode 100644 index 0000000..c549956 Binary files /dev/null and b/epfl/images/ui-bg_glass_100_29485C_1x400.png differ diff --git a/epfl/images/ui-bg_glass_100_29485C_1x400.png:Zone.Identifier b/epfl/images/ui-bg_glass_100_29485C_1x400.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_glass_100_29485C_1x400.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_glass_100_29495C_1x400.png b/epfl/images/ui-bg_glass_100_29495C_1x400.png new file mode 100644 index 0000000..6a1ac1a Binary files /dev/null and b/epfl/images/ui-bg_glass_100_29495C_1x400.png differ diff --git a/epfl/images/ui-bg_glass_100_29495C_1x400.png:Zone.Identifier b/epfl/images/ui-bg_glass_100_29495C_1x400.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_glass_100_29495C_1x400.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_glass_100_456578_1x400.png b/epfl/images/ui-bg_glass_100_456578_1x400.png new file mode 100644 index 0000000..7c18c30 Binary files /dev/null and b/epfl/images/ui-bg_glass_100_456578_1x400.png differ diff --git a/epfl/images/ui-bg_glass_100_456578_1x400.png:Zone.Identifier b/epfl/images/ui-bg_glass_100_456578_1x400.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_glass_100_456578_1x400.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_glass_100_F0F0F0_1x400.png b/epfl/images/ui-bg_glass_100_F0F0F0_1x400.png new file mode 100644 index 0000000..cb8f095 Binary files /dev/null and b/epfl/images/ui-bg_glass_100_F0F0F0_1x400.png differ diff --git a/epfl/images/ui-bg_glass_100_F0F0F0_1x400.png:Zone.Identifier b/epfl/images/ui-bg_glass_100_F0F0F0_1x400.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_glass_100_F0F0F0_1x400.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_glass_100_FFFFFF_1x400.png b/epfl/images/ui-bg_glass_100_FFFFFF_1x400.png new file mode 100644 index 0000000..2adab57 Binary files /dev/null and b/epfl/images/ui-bg_glass_100_FFFFFF_1x400.png differ diff --git a/epfl/images/ui-bg_glass_100_FFFFFF_1x400.png:Zone.Identifier b/epfl/images/ui-bg_glass_100_FFFFFF_1x400.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_glass_100_FFFFFF_1x400.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_glass_65_F0F0F0_1x400.png b/epfl/images/ui-bg_glass_65_F0F0F0_1x400.png new file mode 100644 index 0000000..862644c Binary files /dev/null and b/epfl/images/ui-bg_glass_65_F0F0F0_1x400.png differ diff --git a/epfl/images/ui-bg_glass_65_F0F0F0_1x400.png:Zone.Identifier b/epfl/images/ui-bg_glass_65_F0F0F0_1x400.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_glass_65_F0F0F0_1x400.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_glass_75_29495C_1x400.png b/epfl/images/ui-bg_glass_75_29495C_1x400.png new file mode 100644 index 0000000..ccd505b Binary files /dev/null and b/epfl/images/ui-bg_glass_75_29495C_1x400.png differ diff --git a/epfl/images/ui-bg_glass_75_29495C_1x400.png:Zone.Identifier b/epfl/images/ui-bg_glass_75_29495C_1x400.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_glass_75_29495C_1x400.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-bg_highlight-soft_100_F0F0F0_1x100.png b/epfl/images/ui-bg_highlight-soft_100_F0F0F0_1x100.png new file mode 100644 index 0000000..1c7cfc1 Binary files /dev/null and b/epfl/images/ui-bg_highlight-soft_100_F0F0F0_1x100.png differ diff --git a/epfl/images/ui-bg_highlight-soft_100_F0F0F0_1x100.png:Zone.Identifier b/epfl/images/ui-bg_highlight-soft_100_F0F0F0_1x100.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-bg_highlight-soft_100_F0F0F0_1x100.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-icons_29495C_256x240.png b/epfl/images/ui-icons_29495C_256x240.png new file mode 100644 index 0000000..71032fb Binary files /dev/null and b/epfl/images/ui-icons_29495C_256x240.png differ diff --git a/epfl/images/ui-icons_29495C_256x240.png:Zone.Identifier b/epfl/images/ui-icons_29495C_256x240.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-icons_29495C_256x240.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-icons_FFFFFF_256x240.png b/epfl/images/ui-icons_FFFFFF_256x240.png new file mode 100644 index 0000000..d6eca2e Binary files /dev/null and b/epfl/images/ui-icons_FFFFFF_256x240.png differ diff --git a/epfl/images/ui-icons_FFFFFF_256x240.png:Zone.Identifier b/epfl/images/ui-icons_FFFFFF_256x240.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-icons_FFFFFF_256x240.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/images/ui-icons_cd1b19_256x240.png b/epfl/images/ui-icons_cd1b19_256x240.png new file mode 100644 index 0000000..b0dd4a9 Binary files /dev/null and b/epfl/images/ui-icons_cd1b19_256x240.png differ diff --git a/epfl/images/ui-icons_cd1b19_256x240.png:Zone.Identifier b/epfl/images/ui-icons_cd1b19_256x240.png:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/images/ui-icons_cd1b19_256x240.png:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/jquery-ui.min.css b/epfl/jquery-ui.min.css new file mode 100644 index 0000000..00fbba6 --- /dev/null +++ b/epfl/jquery-ui.min.css @@ -0,0 +1,7 @@ +/*! jQuery UI - v1.13.1 - 2022-03-23 +* http://jqueryui.com +* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css +* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=tab1&bgImgOpacityHeader=100&bgImgOpacityContent=100&bgImgOpacityDefault=100&bgImgOpacityHover=100&bgImgOpacityActive=100&bgImgOpacityHighlight=100&bgImgOpacityError=65&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=15&bgImgOpacityShadow=100&bgTextureShadow=flat&bgColorShadow=%2329495C&opacityOverlay=100&bgImgOpacityOverlay=100&bgTextureOverlay=flat&bgColorOverlay=%23F0F0F0&iconColorError=%23cd1b19&fcError=%23cd1b19&borderColorError=%23cd1b19&bgTextureError=flat&bgColorError=%23F0F0F0&iconColorHighlight=%2329495C&fcHighlight=%2329495C&borderColorHighlight=%2329495C&bgTextureHighlight=flat&bgColorHighlight=%23FFD700&iconColorActive=%2329495C&fcActive=%2329495C&borderColorActive=%2329495C&bgTextureActive=glass&bgColorActive=%23F0F0F0&iconColorHover=%23FFFFFF&fcHover=%23FFFFFF&borderColorHover=%2329495C&bgTextureHover=flat&bgColorHover=%2329485C&iconColorDefault=%2329495C&fcDefault=%2329495C&borderColorDefault=%2329495C&bgTextureDefault=glass&bgColorDefault=%23F0F0F0&iconColorContent=%2329495C&fcContent=%2329495C&borderColorContent=%23456578&bgTextureContent=flat&bgColorContent=%23FFF&iconColorHeader=%2329495C&fcHeader=%23FFFFFF&borderColorHeader=%2329495C&bgTextureHeader=flat&bgColorHeader=%2329495C&cornerRadius=4px&fwDefault=bold&fsDefault=1.1em&ffDefault=Poppins +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Poppins;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Poppins;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #29495C}.ui-widget-content{border:1px solid #456578;background:#FFF;color:#29495C}.ui-widget-content a{color:#29495C}.ui-widget-header{border:1px solid #29495C;background:#29495C;color:#FFF;font-weight:bold}.ui-widget-header a{color:#FFF}.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #29495C;background:#F0F0F0 url("images/ui-bg_glass_100_F0F0F0_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#29495C}.ui-state-default,.ui-button{border:1px solid #29495C;background:#F0F0F0;font-weight:bold;color:#29495C}html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#29495C;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #29495C;background:#29485C;font-weight:bold;color:#FFF}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#FFF;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #29495C;background:#F0F0F0 url("images/ui-bg_glass_100_F0F0F0_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#29495C}.ui-icon-background,.ui-state-active .ui-icon-background{border:#29495C;background-color:#29495C}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#29495C;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #29495C;background:#FFD700;color:#29495C}.ui-state-checked{border:1px solid #29495C;background:#FFD700}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#29495C}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd1b19;background:#F0F0F0;color:#cd1b19}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd1b19}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd1b19}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_29495C_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_29495C_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_FFFFFF_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_29495C_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_29495C_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cd1b19_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_29495C_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#F0F0F0;opacity:0.5;-ms-filter:Alpha(Opacity=100)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #29495C;box-shadow:-8px -8px 8px #29495C} diff --git a/epfl/jquery-ui.min.css:Zone.Identifier b/epfl/jquery-ui.min.css:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/jquery-ui.min.css:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl/jquery.timepicker.min.css b/epfl/jquery.timepicker.min.css new file mode 100644 index 0000000..bb60921 --- /dev/null +++ b/epfl/jquery.timepicker.min.css @@ -0,0 +1,11 @@ +/** + * jQuery Timepicker - v1.3.5 - 2016-07-10 + * http://timepicker.co + * + * Enhances standard form input fields helping users to select (or type) times. + * + * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL + */ + + +.ui-timepicker-container{position:absolute;overflow:hidden;box-sizing:border-box}.ui-timepicker{box-sizing:content-box;display:block;height:205px;list-style:none outside none;margin:0;padding:0 1px;text-align:center}.ui-timepicker-viewport{box-sizing:content-box;display:block;height:205px;margin:0;padding:0;overflow:auto;overflow-x:hidden}.ui-timepicker-standard{font-family:Verdana,Arial,sans-serif;font-size:1.1em;background-color:#FFF;border:1px solid #AAA;color:#222;margin:0;padding:2px}.ui-timepicker-standard a{border:1px solid transparent;color:#222;display:block;padding:.2em .4em;text-decoration:none}.ui-timepicker-standard .ui-state-hover{background-color:#DADADA;border:1px solid #999;font-weight:400;color:#212121}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:0} \ No newline at end of file diff --git a/epfl/jquery.timepicker.min.css:Zone.Identifier b/epfl/jquery.timepicker.min.css:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/jquery.timepicker.min.css:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/print.css b/epfl/print.css similarity index 63% copy from print.css copy to epfl/print.css index d82c041..81f9b30 100644 --- a/print.css +++ b/epfl/print.css @@ -1,66 +1,84 @@ /** -Planning Biblio, Version 2.7.14 +Planning Biblio, Version 2.8 Licence GNU/GPL (version 2 et au dela) Voir les fichiers README.md et LICENSE @copyright 2011-2018 Jérôme Combes Fichier : css/print.css Création : mai 2011 -Dernière modification : 15 novembre 2016 +Dernière modification : 9 février 2018 @author Jérôme Combes Description : Feuille de style pour les impressions (media=print) Incluse dans les fichiers include/header.php et setup/header.php */ body{ - font-size:10pt; + color: #000; + font-size:10pt; } body{ background:none; } +#tab_titre{ + background: none +} + #planning{ + color: #000; width:297mm; height:210mm; -webkit-transform:rotate(90deg); -moz-transform:rotate(-90deg); rotation:90deg; position:absolute; - left:-40mm; - bottom:50mm; + top:50mm; } #tabsemaine1 { + color: #000; font-size:10pt; white-space: nowrap; - } + background: none; +} #tableau td { padding-left:2mm; padding-right:1mm; + background: none; } #date_planning { + color: #000; font-weight:bold; font-size:18pt; margin-bottom:5mm; } #h3-Multisites{ - font-size:16pt; + color: #000; + font-size:16pt; + margin-top:15mm; + margin-bottom:5mm; + font-weight:bold; + left: 222px; } #validation { + color: #000; position:absolute; right:10mm; top:0mm; white-space: nowrap; } - -a, img, .noprint, .popper, .footer, .navigation, .ui-widget-header, div.ui-state-error, .menu_table, #planningTips{ + +a, img, .noprint, .popper, .footer, .navigation, .ui-widget-header, div.ui-state-error, .menu_table, #planningTips, .ui-button { display:none; } +.tr_horaires{ + color: #fff; +} diff --git a/epfl/print.css:Zone.Identifier b/epfl/print.css:Zone.Identifier new file mode 100644 index 0000000..a01d526 --- /dev/null +++ b/epfl/print.css:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=C:\Users\svuilleu\Downloads\PlanningBiblio-master.zip diff --git a/epfl.css b/epfl_oldstyle/epfl.css similarity index 100% rename from epfl.css rename to epfl_oldstyle/epfl.css diff --git a/epfl_orig.css b/epfl_oldstyle/epfl_orig.css similarity index 100% rename from epfl_orig.css rename to epfl_oldstyle/epfl_orig.css diff --git a/images/add.png b/epfl_oldstyle/images/add.png similarity index 100% rename from images/add.png rename to epfl_oldstyle/images/add.png diff --git a/images/animated-overlay.gif b/epfl_oldstyle/images/animated-overlay.gif similarity index 100% rename from images/animated-overlay.gif rename to epfl_oldstyle/images/animated-overlay.gif diff --git a/images/bg_menu.gif b/epfl_oldstyle/images/bg_menu.gif similarity index 100% rename from images/bg_menu.gif rename to epfl_oldstyle/images/bg_menu.gif diff --git a/images/bg_menu_orig.gif b/epfl_oldstyle/images/bg_menu_orig.gif similarity index 100% rename from images/bg_menu_orig.gif rename to epfl_oldstyle/images/bg_menu_orig.gif diff --git a/images/copy.png b/epfl_oldstyle/images/copy.png similarity index 100% rename from images/copy.png rename to epfl_oldstyle/images/copy.png diff --git a/images/drop.png b/epfl_oldstyle/images/drop.png similarity index 100% rename from images/drop.png rename to epfl_oldstyle/images/drop.png diff --git a/images/edit.png b/epfl_oldstyle/images/edit.png similarity index 100% rename from images/edit.png rename to epfl_oldstyle/images/edit.png diff --git a/images/googlecalendar.png b/epfl_oldstyle/images/googlecalendar.png similarity index 100% rename from images/googlecalendar.png rename to epfl_oldstyle/images/googlecalendar.png diff --git a/images/hide.png b/epfl_oldstyle/images/hide.png similarity index 100% rename from images/hide.png rename to epfl_oldstyle/images/hide.png diff --git a/images/lock.png b/epfl_oldstyle/images/lock.png similarity index 100% rename from images/lock.png rename to epfl_oldstyle/images/lock.png diff --git a/images/logo160.png b/epfl_oldstyle/images/logo160.png similarity index 100% rename from images/logo160.png rename to epfl_oldstyle/images/logo160.png diff --git a/images/logo160_Old.png b/epfl_oldstyle/images/logo160_Old.png similarity index 100% rename from images/logo160_Old.png rename to epfl_oldstyle/images/logo160_Old.png diff --git a/images/logo160_old2.png b/epfl_oldstyle/images/logo160_old2.png similarity index 100% rename from images/logo160_old2.png rename to epfl_oldstyle/images/logo160_old2.png diff --git a/images/logo200.png b/epfl_oldstyle/images/logo200.png similarity index 100% rename from images/logo200.png rename to epfl_oldstyle/images/logo200.png diff --git a/images/logo200_old.png b/epfl_oldstyle/images/logo200_old.png similarity index 100% rename from images/logo200_old.png rename to epfl_oldstyle/images/logo200_old.png diff --git a/images/logo200_old2.png b/epfl_oldstyle/images/logo200_old2.png similarity index 100% rename from images/logo200_old2.png rename to epfl_oldstyle/images/logo200_old2.png diff --git a/images/logout.png b/epfl_oldstyle/images/logout.png similarity index 100% rename from images/logout.png rename to epfl_oldstyle/images/logout.png diff --git a/images/open.png b/epfl_oldstyle/images/open.png similarity index 100% rename from images/open.png rename to epfl_oldstyle/images/open.png diff --git a/images/printer.png b/epfl_oldstyle/images/printer.png similarity index 100% rename from images/printer.png rename to epfl_oldstyle/images/printer.png diff --git a/images/recurring.png b/epfl_oldstyle/images/recurring.png similarity index 100% rename from images/recurring.png rename to epfl_oldstyle/images/recurring.png diff --git a/images/refresh.png b/epfl_oldstyle/images/refresh.png similarity index 100% rename from images/refresh.png rename to epfl_oldstyle/images/refresh.png diff --git a/images/save.png b/epfl_oldstyle/images/save.png similarity index 100% rename from images/save.png rename to epfl_oldstyle/images/save.png diff --git a/images/trash.png b/epfl_oldstyle/images/trash.png similarity index 100% rename from images/trash.png rename to epfl_oldstyle/images/trash.png diff --git a/images/ui-bg_flat_75_aaaaaa_40x100.png b/epfl_oldstyle/images/ui-bg_flat_75_aaaaaa_40x100.png similarity index 100% rename from images/ui-bg_flat_75_aaaaaa_40x100.png rename to epfl_oldstyle/images/ui-bg_flat_75_aaaaaa_40x100.png diff --git a/images/ui-bg_glass_100_f5f0e5_1x400.png b/epfl_oldstyle/images/ui-bg_glass_100_f5f0e5_1x400.png similarity index 100% rename from images/ui-bg_glass_100_f5f0e5_1x400.png rename to epfl_oldstyle/images/ui-bg_glass_100_f5f0e5_1x400.png diff --git a/images/ui-bg_glass_70_ede4d4_1x400.png b/epfl_oldstyle/images/ui-bg_glass_70_ede4d4_1x400.png similarity index 100% rename from images/ui-bg_glass_70_ede4d4_1x400.png rename to epfl_oldstyle/images/ui-bg_glass_70_ede4d4_1x400.png diff --git a/images/ui-bg_highlight-hard_100_FF7F3F_1x100.png b/epfl_oldstyle/images/ui-bg_highlight-hard_100_FF7F3F_1x100.png similarity index 100% rename from images/ui-bg_highlight-hard_100_FF7F3F_1x100.png rename to epfl_oldstyle/images/ui-bg_highlight-hard_100_FF7F3F_1x100.png diff --git a/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png b/epfl_oldstyle/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png similarity index 100% rename from images/ui-bg_highlight-hard_100_f4f0ec_1x100.png rename to epfl_oldstyle/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png diff --git a/images/ui-bg_highlight-hard_65_fdd9d0_1x100.png b/epfl_oldstyle/images/ui-bg_highlight-hard_65_fdd9d0_1x100.png similarity index 100% rename from images/ui-bg_highlight-hard_65_fdd9d0_1x100.png rename to epfl_oldstyle/images/ui-bg_highlight-hard_65_fdd9d0_1x100.png diff --git a/images/ui-bg_highlight-hard_75_FF7F3F_1x100.png b/epfl_oldstyle/images/ui-bg_highlight-hard_75_FF7F3F_1x100.png similarity index 100% rename from images/ui-bg_highlight-hard_75_FF7F3F_1x100.png rename to epfl_oldstyle/images/ui-bg_highlight-hard_75_FF7F3F_1x100.png diff --git a/images/ui-bg_highlight-hard_75_e5f5b9_1x100.png b/epfl_oldstyle/images/ui-bg_highlight-hard_75_e5f5b9_1x100.png similarity index 100% rename from images/ui-bg_highlight-hard_75_e5f5b9_1x100.png rename to epfl_oldstyle/images/ui-bg_highlight-hard_75_e5f5b9_1x100.png diff --git a/images/ui-bg_inset-soft_100_f4f0ec_1x100.png b/epfl_oldstyle/images/ui-bg_inset-soft_100_f4f0ec_1x100.png similarity index 100% rename from images/ui-bg_inset-soft_100_f4f0ec_1x100.png rename to epfl_oldstyle/images/ui-bg_inset-soft_100_f4f0ec_1x100.png diff --git a/images/ui-icons_FF7F3F_256x240.png b/epfl_oldstyle/images/ui-icons_FF7F3F_256x240.png similarity index 100% rename from images/ui-icons_FF7F3F_256x240.png rename to epfl_oldstyle/images/ui-icons_FF7F3F_256x240.png diff --git a/images/ui-icons_cb672b_256x240.png b/epfl_oldstyle/images/ui-icons_cb672b_256x240.png similarity index 100% rename from images/ui-icons_cb672b_256x240.png rename to epfl_oldstyle/images/ui-icons_cb672b_256x240.png diff --git a/images/ui-icons_ff7519_256x240.png b/epfl_oldstyle/images/ui-icons_ff7519_256x240.png similarity index 100% rename from images/ui-icons_ff7519_256x240.png rename to epfl_oldstyle/images/ui-icons_ff7519_256x240.png diff --git a/images/ui-icons_ffffff_256x240.png b/epfl_oldstyle/images/ui-icons_ffffff_256x240.png similarity index 100% rename from images/ui-icons_ffffff_256x240.png rename to epfl_oldstyle/images/ui-icons_ffffff_256x240.png diff --git a/images/unlock.png b/epfl_oldstyle/images/unlock.png similarity index 100% rename from images/unlock.png rename to epfl_oldstyle/images/unlock.png diff --git a/jquery-ui.min.css b/epfl_oldstyle/jquery-ui.min.css similarity index 100% rename from jquery-ui.min.css rename to epfl_oldstyle/jquery-ui.min.css diff --git a/print.css b/epfl_oldstyle/print.css similarity index 100% rename from print.css rename to epfl_oldstyle/print.css