2023-01-26 14:49:04 +01:00
|
|
|
/* ScoDoc, (c) Emmanuel Viennet 1998 - 2023
|
2020-09-26 16:19:37 +02:00
|
|
|
*/
|
|
|
|
|
2023-01-26 14:49:04 +01:00
|
|
|
:root {
|
|
|
|
--sco-content-min-width: 600px;
|
|
|
|
--sco-content-max-width: 1024px;
|
2023-01-30 18:08:40 +01:00
|
|
|
--sco-color-explication: rgb(10, 58, 140);
|
2023-04-11 23:56:50 +02:00
|
|
|
--sco-color-background: rgb(242, 242, 238);
|
2023-01-26 14:49:04 +01:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
html,
|
|
|
|
body {
|
2023-04-11 23:56:50 +02:00
|
|
|
background-color: var(--sco-color-background);
|
2022-04-02 14:26:16 +02:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 12pt;
|
2023-09-25 23:51:38 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media print {
|
2022-04-02 14:26:16 +02:00
|
|
|
.noprint {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-09-25 23:51:38 +02:00
|
|
|
div.container {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
/* customization of multiselect style */
|
|
|
|
.multiselect-container.dropdown-menu {
|
|
|
|
background-color: #e9e9e9;
|
|
|
|
}
|
|
|
|
.multiselect-container label.form-check-label {
|
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
button.multiselect-option {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.multiselect-container button.multiselect-option span.form-check {
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
.multiselect-container span.multiselect-group {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.multiselect-container
|
|
|
|
.multiselect-all.active:not(.multiselect-active-item-fallback),
|
|
|
|
.multiselect-container
|
|
|
|
.multiselect-all:not(.multiselect-active-item-fallback):active,
|
|
|
|
.multiselect-container
|
|
|
|
.multiselect-group.active:not(.multiselect-active-item-fallback),
|
|
|
|
.multiselect-container
|
|
|
|
.multiselect-group:not(.multiselect-active-item-fallback):active,
|
|
|
|
.multiselect-container
|
|
|
|
.multiselect-option.active:not(.multiselect-active-item-fallback),
|
|
|
|
.multiselect-container
|
|
|
|
.multiselect-option:not(.multiselect-active-item-fallback):active {
|
|
|
|
background-color: #e9e9e9;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Legacy ScoDoc pages */
|
2021-09-28 07:28:16 +02:00
|
|
|
div#gtrcontent {
|
2023-02-12 01:13:43 +01:00
|
|
|
margin-bottom: 16px;
|
2021-09-28 07:28:16 +02:00
|
|
|
}
|
|
|
|
|
2021-12-08 15:11:05 +01:00
|
|
|
.gtrcontent {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 140px;
|
|
|
|
height: 100%;
|
|
|
|
margin-bottom: 10px;
|
2021-12-04 21:06:32 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
.gtrcontent a,
|
|
|
|
.gtrcontent a:visited {
|
|
|
|
color: rgb(4, 16, 159);
|
2021-12-08 15:11:05 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-12-08 15:11:05 +01:00
|
|
|
.gtrcontent a:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
2021-12-08 15:11:05 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2021-12-04 21:06:32 +01:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.scotext {
|
2023-11-16 01:58:12 +01:00
|
|
|
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia,
|
|
|
|
serif;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sco-hidden {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: None;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-04-14 23:36:36 +02:00
|
|
|
div.flashes {
|
|
|
|
left: 50%;
|
2023-06-25 21:05:19 +02:00
|
|
|
margin-top: 8px;
|
|
|
|
max-width: 800px;
|
2023-04-14 23:36:36 +02:00
|
|
|
position: fixed;
|
2023-06-25 21:05:19 +02:00
|
|
|
text-align: center;
|
2023-04-14 23:36:36 +02:00
|
|
|
top: 8px;
|
|
|
|
transform: translateX(-50%);
|
2023-06-25 21:05:19 +02:00
|
|
|
transition: opacity 0.5s ease;
|
2023-04-14 23:36:36 +02:00
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
2023-04-13 09:58:38 +02:00
|
|
|
div.alert {
|
2023-06-25 11:49:11 +02:00
|
|
|
padding: 16px;
|
|
|
|
border-radius: 12px;
|
|
|
|
font-size: 200%;
|
2023-06-25 21:05:19 +02:00
|
|
|
opacity: 0.9;
|
2023-04-13 09:58:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.alert-info {
|
2023-06-25 11:49:11 +02:00
|
|
|
color: #208d3b;
|
|
|
|
background-color: #fffd97;
|
|
|
|
border-color: #208d3b;
|
2023-04-13 09:58:38 +02:00
|
|
|
}
|
|
|
|
|
2023-06-25 21:05:19 +02:00
|
|
|
div.alert-warning {
|
|
|
|
color: #ef5c00;
|
|
|
|
background-color: #fbfb00d4;
|
|
|
|
border-color: #767676;
|
|
|
|
}
|
|
|
|
|
2023-04-13 09:58:38 +02:00
|
|
|
div.alert-error {
|
|
|
|
color: #ef0020;
|
|
|
|
background-color: #ffff00;
|
|
|
|
border-color: #8d0a17;
|
|
|
|
}
|
|
|
|
|
2023-06-25 11:49:11 +02:00
|
|
|
form.inline-form {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-04-13 09:58:38 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.tab-content {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.tab-content ul {
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.tab-content h3 {
|
|
|
|
font-size: 1.17em;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#group_selector {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#group_selector button {
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----- bandeau haut ------ */
|
|
|
|
span.bandeaugtr {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border-width: 0;
|
|
|
|
padding-left: 160px;
|
2022-04-02 14:26:16 +02:00
|
|
|
/* background-color: rgb(17,51,85); */
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
@media print {
|
2022-04-02 14:26:16 +02:00
|
|
|
span.bandeaugtr {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.bandeaugtr {
|
2022-04-02 14:26:16 +02:00
|
|
|
/* background-color: rgb(17,51,85); */
|
|
|
|
color: rgb(255, 215, 0);
|
|
|
|
/* font-style: italic; */
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: bold;
|
|
|
|
border-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#authuser {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 16px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#authuserlink {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(255, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
#authuserlink:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
#deconnectlink {
|
|
|
|
font-size: 75%;
|
|
|
|
font-style: normal;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(255, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.navbar-default .navbar-nav > li.logout a {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(255, 0, 0);
|
2021-09-10 23:18:27 +02:00
|
|
|
}
|
|
|
|
|
2023-03-02 14:49:18 +01:00
|
|
|
div.user_info div {
|
|
|
|
padding: 8px;
|
|
|
|
border-radius: 16px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.user_info ul li {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.user_basics {
|
|
|
|
border: 1px solid blue;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.user_info_admin {
|
|
|
|
border: 1px solid red;
|
|
|
|
background-color: #fdcaca;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.user_info div.permissions {
|
|
|
|
border: 1px solid rgb(0, 0, 255);
|
|
|
|
background-color: #dedefd;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* ----- page content ------ */
|
|
|
|
|
|
|
|
div.about-logo {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.head_message {
|
2022-12-18 19:42:33 +01:00
|
|
|
margin-top: 12px;
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-bottom: 8px;
|
|
|
|
padding: 5px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
background-color: rgba(255, 255, 115, 0.9);
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
font-family: arial, verdana, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 70%;
|
|
|
|
text-align: center;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sco_msg {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding: 0px;
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
color: green;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-05-13 18:35:10 +02:00
|
|
|
.message_custom {
|
2023-02-22 14:27:11 +01:00
|
|
|
position: fixed;
|
|
|
|
bottom: 100%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 10;
|
|
|
|
padding: 20px;
|
|
|
|
border-radius: 0 0 10px 10px;
|
|
|
|
background: rgb(247, 253, 67);
|
|
|
|
color: #2c1b1b;
|
|
|
|
font-size: 24px;
|
|
|
|
animation: message 3s;
|
|
|
|
transform: translate(-50%, 0);
|
|
|
|
}
|
|
|
|
|
2023-05-13 18:35:10 +02:00
|
|
|
div.message_error {
|
|
|
|
position: fixed;
|
|
|
|
top: 16px;
|
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
z-index: 10;
|
|
|
|
padding: 20px;
|
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
|
background: rgb(212, 0, 0);
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
div.passwd_warn {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 200%;
|
|
|
|
background-color: #feb199;
|
|
|
|
width: 80%;
|
|
|
|
height: 200px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.scovalueerror {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-bottom: 100px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
p.footer {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
|
|
|
color: rgb(60, 60, 60);
|
|
|
|
margin-top: 15px;
|
|
|
|
border-top: 1px solid rgb(60, 60, 60);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* ---- (left) SIDEBAR ----- */
|
|
|
|
|
|
|
|
div.sidebar {
|
|
|
|
position: absolute;
|
2022-04-02 14:26:16 +02:00
|
|
|
top: 5px;
|
|
|
|
left: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
width: 130px;
|
|
|
|
border: black 1px;
|
|
|
|
/* debug background-color: rgb(245,245,245); */
|
2022-04-02 14:26:16 +02:00
|
|
|
border-right: 1px solid rgb(210, 210, 210);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
@media print {
|
2022-04-02 14:26:16 +02:00
|
|
|
div.sidebar {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
a.sidebar:link,
|
|
|
|
.sidebar a:link {
|
|
|
|
color: rgb(4, 16, 159);
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
a.sidebar:visited,
|
|
|
|
.sidebar a:visited {
|
|
|
|
color: rgb(4, 16, 159);
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
a.sidebar:hover,
|
|
|
|
.sidebar a:hover {
|
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.scodoc_title {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(102, 102, 102);
|
|
|
|
font-family: arial, verdana, sans-serif;
|
|
|
|
font-size: large;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
h2.insidebar {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(102, 102, 102);
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: large;
|
|
|
|
margin-bottom: 0;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.insidebar {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(102, 102, 102);
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: medium;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.insidebar {
|
|
|
|
padding-left: 1em;
|
|
|
|
list-style: circle;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.box-chercheetud {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
2023-02-26 21:54:45 +01:00
|
|
|
div.box-chercheetud form input {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
2022-01-05 21:44:22 +01:00
|
|
|
/* Page accueil général */
|
|
|
|
span.dept_full_name {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-01-05 21:44:22 +01:00
|
|
|
span.dept_visible {
|
|
|
|
color: rgb(6, 158, 6);
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-01-05 21:44:22 +01:00
|
|
|
span.dept_cache {
|
|
|
|
color: rgb(194, 5, 5);
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.table_etud_in_accessible_depts {
|
|
|
|
margin-left: 3em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.table_etud_in_dept {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
div.table_etud_in_dept table.gt_table {
|
2020-09-26 16:19:37 +02:00
|
|
|
width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.etud-insidebar {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: small;
|
|
|
|
background-color: rgb(220, 220, 220);
|
|
|
|
width: 100%;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
-khtml-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.etud-insidebar h2 {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
|
|
|
.etud-insidebar ul {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 1.5em;
|
|
|
|
margin-left: 0;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.logo-insidebar {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 0px;
|
|
|
|
width: 75px;
|
|
|
|
/* la marge fait 130px */
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.logo-logo {
|
2022-02-27 20:12:20 +01:00
|
|
|
margin-left: -5px;
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: center;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-01-09 11:27:24 +01:00
|
|
|
|
2021-09-10 21:12:59 +02:00
|
|
|
div.logo-logo img {
|
2021-12-04 21:06:32 +01:00
|
|
|
box-sizing: content-box;
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
/* -10px */
|
2023-03-12 12:30:57 +01:00
|
|
|
width: 64px;
|
2022-04-02 14:26:16 +02:00
|
|
|
/* adapter suivant image */
|
2023-01-31 23:02:54 +01:00
|
|
|
/* padding-right: 5px; */
|
2021-09-10 21:12:59 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-09-10 21:12:59 +02:00
|
|
|
div.sidebar-bottom {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
div.etud_info_div {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 2px solid gray;
|
|
|
|
height: 94px;
|
|
|
|
background-color: #f7f7ff;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.eid_left {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
padding: 2px;
|
|
|
|
border: 0px;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-right: 100px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.eid_right {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
|
|
|
position: absolute;
|
|
|
|
right: 2px;
|
|
|
|
top: 2px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.eid_nom {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline;
|
|
|
|
color: navy;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 120%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.eid_nom div {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 4px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.eid_info {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 2px;
|
|
|
|
margin-top: 3px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.eid_bac {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.eid_bac span.eid_bac {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.eid_parcours {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 3px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.qtip-etud {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-width: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.qtip-etud .qtip-content {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding: 0px 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.listesems th {
|
|
|
|
text-align: left;
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-top: 0.5em;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-09-10 23:18:27 +02:00
|
|
|
table.listesems td {
|
|
|
|
vertical-align: center;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.listesems td.semicon {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.listesems tr.firstsem td {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 0.8em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-09-10 23:18:27 +02:00
|
|
|
td.datesem {
|
|
|
|
font-size: 80%;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
h2.listesems {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
/* table.semlist tr.gt_firstrow th {} */
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
table.semlist tr td {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
table.semlist tbody tr a.stdlink,
|
|
|
|
table.semlist tbody tr a.stdlink:visited {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: navy;
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.semlist tr a.stdlink:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.semlist tr td.semestre_id {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
table.semlist tbody tr td.modalite {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: left;
|
|
|
|
padding-right: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
/***************************/
|
|
|
|
/* Statut des cellules */
|
|
|
|
/***************************/
|
|
|
|
.sco_selected {
|
|
|
|
outline: 1px solid #c09;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sco_modifying {
|
|
|
|
outline: 2px dashed #c09;
|
|
|
|
background-color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sco_wait {
|
|
|
|
outline: 2px solid #c90;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sco_good {
|
|
|
|
outline: 2px solid #9c0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sco_modified {
|
|
|
|
font-weight: bold;
|
2023-11-16 01:58:12 +01:00
|
|
|
color: indigo;
|
2022-04-16 15:34:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/***************************/
|
|
|
|
/* Message */
|
|
|
|
/***************************/
|
|
|
|
.message {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 100%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 10;
|
|
|
|
padding: 20px;
|
|
|
|
border-radius: 0 0 10px 10px;
|
|
|
|
background: #ec7068;
|
|
|
|
background: #90c;
|
2023-11-16 01:58:12 +01:00
|
|
|
color: #fff;
|
2022-04-16 15:34:40 +02:00
|
|
|
font-size: 24px;
|
|
|
|
animation: message 3s;
|
|
|
|
transform: translate(-50%, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes message {
|
|
|
|
20% {
|
2023-11-16 01:58:12 +01:00
|
|
|
transform: translate(-50%, 100%);
|
2022-04-16 15:34:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
80% {
|
2023-11-16 01:58:12 +01:00
|
|
|
transform: translate(-50%, 100%);
|
2022-04-16 15:34:40 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div#gtrcontent table.semlist tbody tr.css_S-1 td {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(251, 250, 216);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
div#gtrcontent table.semlist tbody tr.css_S1 td {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(92%, 95%, 94%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
div#gtrcontent table.semlist tbody tr.css_S2 td {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(214, 223, 236);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
div#gtrcontent table.semlist tbody tr.css_S3 td {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(167, 216, 201);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
div#gtrcontent table.semlist tbody tr.css_S4 td {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(131, 225, 140);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-16 15:34:40 +02:00
|
|
|
div#gtrcontent table.semlist tbody tr.css_MEXT td {
|
2020-09-26 16:19:37 +02:00
|
|
|
color: #0b6e08;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----- Liste des news ----- */
|
|
|
|
|
|
|
|
div.news {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-right: 16px;
|
|
|
|
margin-left: 16px;
|
|
|
|
padding: 0.5em;
|
|
|
|
background-color: rgb(255, 235, 170);
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.news a,
|
|
|
|
div.news a.stdlink {
|
2022-04-12 17:12:51 +02:00
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news a:hover {
|
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.newstitle {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.newslist {
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-bottom: 0em;
|
|
|
|
list-style: circle;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.newsdate {
|
|
|
|
padding-right: 2em;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-family: monospace;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.newstext {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-08-22 19:30:58 +02:00
|
|
|
span.gt_export_icons {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* --- infos sur premiere page Sco --- */
|
|
|
|
div.scoinfos {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding: 2px;
|
|
|
|
padding-bottom: 0px;
|
2023-11-16 01:58:12 +01:00
|
|
|
background-color: #f4f4b2;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ----- fiches etudiants ------ */
|
|
|
|
|
|
|
|
div.ficheEtud {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #f5edc8;
|
|
|
|
/* rgb(255,240,128); */
|
|
|
|
border: 1px solid gray;
|
|
|
|
width: 910px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.menus_etud {
|
2022-04-02 14:26:16 +02:00
|
|
|
position: absolute;
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-top: 1px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.ficheEtud h2 {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.code_nip {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 10px;
|
|
|
|
font-family: "Andale Mono", "Courier";
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.fichesituation {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(231, 234, 218);
|
|
|
|
/* E7EADA */
|
2020-09-26 16:19:37 +02:00
|
|
|
margin: 0.5em 0 0.5em 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
div.ficheadmission {
|
|
|
|
background-color: rgb(231, 234, 218);
|
|
|
|
/* E7EADA */
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
margin: 0.5em 0 0.5em 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#adm_table_description_format table.gt_table td {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.ficheadmission div.note_rapporteur {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.etudarchive ul {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 1em;
|
|
|
|
list-style-type: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.etudarchive ul li {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-image: url(/ScoDoc/static/icons/bullet_arrow.png);
|
|
|
|
background-repeat: no-repeat;
|
2023-11-16 01:58:12 +01:00
|
|
|
background-position: 0 0.4em;
|
|
|
|
padding-left: 0.6em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.etudarchive ul li.addetudarchive {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-image: url(/ScoDoc/static/icons/bullet_plus.png);
|
2023-11-16 01:58:12 +01:00
|
|
|
padding-left: 1.2em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.etudarchive_descr {
|
2023-11-16 01:58:12 +01:00
|
|
|
margin-right: 0.4em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.deletudarchive {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 0.5em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
div#fichedebouche {
|
|
|
|
background-color: rgb(183, 227, 254);
|
|
|
|
/* bleu clair */
|
2020-09-26 16:19:37 +02:00
|
|
|
color: navy;
|
|
|
|
width: 910px;
|
|
|
|
margin: 0.5em 0 0.5em 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#fichedebouche .ui-accordion-content {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(183, 227, 254);
|
|
|
|
/* bleu clair */
|
|
|
|
padding: 0px 10px 0px 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.debouche_tit {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* li.itemsuivi {} */
|
|
|
|
|
|
|
|
span.itemsuivi_tag_edit {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 2px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.listdebouches .itemsuivi_tag_edit .tag-editor {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(183, 227, 254);
|
|
|
|
border: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.itemsuivi_tag_edit ul.tag-editor {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* .itemsuivi_tag_edit ul.tag-editor li {} */
|
|
|
|
|
|
|
|
.itemsuivi_tag_edit .tag-editor-delete {
|
2022-04-02 14:26:16 +02:00
|
|
|
height: 20px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.itemsuivi_suppress {
|
2022-04-02 14:26:16 +02:00
|
|
|
float: right;
|
|
|
|
padding-top: 9px;
|
|
|
|
padding-right: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.itemsituation {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(224, 234, 241);
|
|
|
|
/* height: 2em;*/
|
|
|
|
border: 1px solid rgb(204, 204, 204);
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.itemsituation em {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: #bbb;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* tags readonly */
|
|
|
|
span.ro_tag {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline-block;
|
|
|
|
background-color: rgb(224, 234, 241);
|
|
|
|
color: #46799b;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
border: 1px solid rgb(204, 204, 204);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.ficheinscriptions {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #eae3e2;
|
|
|
|
/* was EADDDA */
|
|
|
|
margin: 0.5em 0 0.5em 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
overflow-x: scroll;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ficheinscriptions a.sem {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
color: blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ficheinscriptions a.sem:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.photocell {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 32px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.fichetitre {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.etud_type_admission {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0, 0, 128);
|
|
|
|
font-style: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.fichetitre2 {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: top;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-12-07 15:52:50 +01:00
|
|
|
.ficheEtud span.boursier {
|
|
|
|
background-color: red;
|
|
|
|
color: white;
|
|
|
|
margin-left: 12px;
|
|
|
|
padding: 4px;
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.fichetitre2 .formula {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
|
|
|
color: rgb(0, 64, 0);
|
|
|
|
border: 1px solid red;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
margin-right: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.formula {
|
|
|
|
font-size: 80%;
|
|
|
|
font-family: Courier, monospace;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.fichetitre2 .fl {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2023-07-17 22:03:11 +02:00
|
|
|
div.section_but {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.section_but > div.link_validation_rcues {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.ficheannotations {
|
|
|
|
background-color: #f7d892;
|
|
|
|
width: 910px;
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
margin: 0.5em 0 0.5em 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ficheannotations table#etudannotations {
|
2022-04-02 14:26:16 +02:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.ficheannotations table#etudannotations tr:nth-child(odd) {
|
2022-04-02 14:26:16 +02:00
|
|
|
background: rgb(240, 240, 240);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.ficheannotations table#etudannotations tr:nth-child(even) {
|
2022-04-02 14:26:16 +02:00
|
|
|
background: rgb(230, 230, 230);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ficheannotations span.annodate {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(200, 50, 50);
|
|
|
|
font-size: 80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.ficheannotations span.annoc {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: navy;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.ficheannotations td.annodel {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.link_bul_pdf {
|
|
|
|
font-size: 80%;
|
2021-09-25 15:12:13 +02:00
|
|
|
padding-right: 2em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Page accueil Sco */
|
|
|
|
span.infostitresem {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.linktitresem {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.linktitresem a:link {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.linktitresem a:visited {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.stdlink,
|
|
|
|
a.stdlink:visited {
|
2023-04-13 09:58:38 +02:00
|
|
|
color: blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
a.stdlink:hover {
|
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
/* a.link_accessible {} */
|
2022-04-02 14:26:16 +02:00
|
|
|
a.link_unauthorized,
|
|
|
|
a.link_unauthorized:visited {
|
|
|
|
color: rgb(75, 75, 75);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.spanlink {
|
|
|
|
color: rgb(0, 0, 255);
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.spanlink:hover {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Trombinoscope */
|
|
|
|
|
|
|
|
.trombi_legend {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
-ms-word-break: break-all;
|
|
|
|
word-break: break-all;
|
|
|
|
/* non std for webkit: */
|
|
|
|
word-break: break-word;
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
hyphens: auto;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.trombi_box {
|
|
|
|
display: inline-block;
|
|
|
|
width: 110px;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.trombi_legend {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.trombi-photo {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline-block;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.trombi_box a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.trombi_box a img {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trombi_nom {
|
|
|
|
display: block;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
margin-top: -5px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trombi_prenom {
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
margin-top: -2px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* markup non semantique pour les cas simples */
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.fontred {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fontorange {
|
|
|
|
color: rgb(215, 90, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.fontitalic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.redboldtext {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.greenboldtext {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
color: green;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
a.redlink {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
a.redlink:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.discretelink {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.discretelink:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rightcell {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rightjust {
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.centercell {
|
|
|
|
text-align: center;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.expl,
|
|
|
|
.help {
|
2023-06-25 11:49:11 +02:00
|
|
|
max-width: var(--sco-content-max-width);
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
.help {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.help_important {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.sco_box,
|
|
|
|
div.sco_help {
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 12px;
|
2022-03-22 22:14:45 +01:00
|
|
|
margin-bottom: 4px;
|
2023-06-25 11:49:11 +02:00
|
|
|
margin-left: 0px;
|
2022-03-22 22:14:45 +01:00
|
|
|
padding: 8px;
|
|
|
|
border-radius: 4px;
|
2023-06-25 11:49:11 +02:00
|
|
|
border: 1px solid grey;
|
|
|
|
max-width: var(--sco-content-max-width);
|
|
|
|
}
|
|
|
|
div.sco_help {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2023-06-25 11:49:11 +02:00
|
|
|
background-color: rgb(209, 255, 214);
|
|
|
|
}
|
|
|
|
div.sco_box_title {
|
|
|
|
font-size: 120%;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
.sco_green_bg {
|
|
|
|
background-color: rgb(155, 218, 155);
|
|
|
|
}
|
|
|
|
.sco_lightgreen_bg {
|
2023-06-22 19:00:56 +02:00
|
|
|
background-color: rgb(209, 255, 214);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-09-30 22:43:39 +02:00
|
|
|
div.vertical_spacing_but {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
2021-09-08 23:00:01 +02:00
|
|
|
span.wtf-field ul.errors li {
|
|
|
|
color: red;
|
2021-11-19 11:51:05 +01:00
|
|
|
}
|
2022-01-27 18:12:40 +01:00
|
|
|
|
|
|
|
#bonus_description {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(6, 73, 6);
|
2022-01-27 18:12:40 +01:00
|
|
|
padding: 5px;
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 5px;
|
2022-01-27 18:12:40 +01:00
|
|
|
border: 2px solid blue;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: cornsilk;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
#bonus_description div.bonus_description_head {
|
2022-01-27 18:12:40 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-04-12 18:07:49 +02:00
|
|
|
.configuration_logo summary {
|
|
|
|
display: list-item !important;
|
|
|
|
}
|
|
|
|
|
2022-04-15 08:54:10 +02:00
|
|
|
.configuration_logo entete_dept {
|
2022-04-20 22:55:40 +02:00
|
|
|
display: inline-block;
|
2022-04-15 08:54:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo .effectifs {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2022-04-12 18:07:49 +02:00
|
|
|
.configuration_logo h1 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo h2 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo h3 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.configuration_logo details > *:not(summary) {
|
2022-04-12 18:07:49 +02:00
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo .content {
|
2022-04-12 17:27:52 +02:00
|
|
|
display: grid;
|
2022-04-12 18:07:49 +02:00
|
|
|
grid-template-columns: auto auto 1fr;
|
|
|
|
}
|
2021-11-19 11:51:05 +01:00
|
|
|
|
2022-04-12 18:07:49 +02:00
|
|
|
.configuration_logo .image_logo {
|
|
|
|
vertical-align: top;
|
|
|
|
grid-column: 1/2;
|
2021-09-08 23:00:01 +02:00
|
|
|
width: 256px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-09-08 23:00:01 +02:00
|
|
|
.configuration_logo div.img-container img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-12 18:07:49 +02:00
|
|
|
.configuration_logo .infos_logo {
|
|
|
|
grid-column: 2/3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo .actions_logo {
|
|
|
|
grid-column: 3/5;
|
2022-04-12 17:27:52 +02:00
|
|
|
display: grid;
|
2022-04-12 18:07:49 +02:00
|
|
|
grid-template-columns: auto auto;
|
|
|
|
grid-column-gap: 10px;
|
|
|
|
align-self: start;
|
|
|
|
grid-row-gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo .actions_logo .action_label {
|
|
|
|
grid-column: 1/2;
|
|
|
|
grid-template-columns: auto auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo .actions_logo .action_button {
|
|
|
|
grid-column: 2/3;
|
|
|
|
align-self: start;
|
2021-11-19 11:51:05 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-19 11:51:05 +01:00
|
|
|
.configuration_logo logo-edit titre {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: lightblue;
|
2021-11-19 11:51:05 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-19 11:51:05 +01:00
|
|
|
.configuration_logo logo-edit nom {
|
2022-04-02 14:26:16 +02:00
|
|
|
float: left;
|
|
|
|
vertical-align: baseline;
|
2021-11-19 11:51:05 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-19 11:51:05 +01:00
|
|
|
.configuration_logo logo-edit description {
|
2022-04-02 14:26:16 +02:00
|
|
|
float: right;
|
|
|
|
vertical-align: baseline;
|
2021-11-19 11:51:05 +01:00
|
|
|
}
|
2021-09-08 23:00:01 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
p.indent {
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.blacktt {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-family: Courier, monospace;
|
|
|
|
font-weight: normal;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
p.msg {
|
2020-09-26 16:19:37 +02:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid blue;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(140, 230, 250);
|
2020-09-26 16:19:37 +02:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tablegrid {
|
|
|
|
border-color: black;
|
|
|
|
border-width: 0 0 1px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.tablegrid td,
|
|
|
|
table.tablegrid th {
|
2020-09-26 16:19:37 +02:00
|
|
|
border-color: black;
|
|
|
|
border-width: 1px 1px 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----- Notes ------ */
|
|
|
|
a.smallbutton {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 2px;
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.evallink {
|
2023-08-30 08:53:36 +02:00
|
|
|
margin-left: 16px;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.boldredmsg {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.etuddem td {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(100, 100, 100);
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2023-07-26 14:07:42 +02:00
|
|
|
table.gt_table tr.etuddem td a {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
table.gt_table tr.etuddem td.etudinfo:first-child::after {
|
|
|
|
color: red;
|
2023-07-26 16:00:23 +02:00
|
|
|
content: " (dém.)";
|
2023-11-06 22:05:38 +01:00
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
td.etudabs,
|
|
|
|
td.etudabs a.discretelink,
|
|
|
|
tr.etudabs td.moyenne a.discretelink {
|
2022-04-10 17:38:59 +02:00
|
|
|
color: rgb(195, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.moyenne td {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-12-08 15:11:05 +01:00
|
|
|
table.notes_evaluation th.eval_complete {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(6, 90, 6);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-12-08 15:11:05 +01:00
|
|
|
table.notes_evaluation th.eval_incomplete {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2022-04-05 12:19:52 +02:00
|
|
|
width: 80px;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
table.notes_evaluation td.eval_incomplete > a {
|
2022-04-05 12:19:52 +02:00
|
|
|
font-size: 80%;
|
|
|
|
color: rgb(166, 50, 159);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-12-08 15:11:05 +01:00
|
|
|
table.notes_evaluation th.eval_attente {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(215, 90, 0);
|
2022-04-05 12:19:52 +02:00
|
|
|
width: 80px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-04-10 17:38:59 +02:00
|
|
|
table.notes_evaluation td.att a {
|
|
|
|
color: rgb(255, 0, 217);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.notes_evaluation td.exc a {
|
|
|
|
font-style: italic;
|
|
|
|
color: rgb(0, 131, 0);
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.notes_evaluation tr td a.discretelink:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.notes_evaluation tr td.tdlink a.discretelink:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.notes_evaluation tr td.tdlink a.discretelink,
|
|
|
|
table.notes_evaluation tr td.tdlink a.discretelink:visited {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.notes_evaluation tr td {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.notes_evaluation_stats {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: -15px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.eval_title {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14pt;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
/* #saisie_notes span.eval_title {
|
|
|
|
border-bottom: 1px solid rgb(100,100,100);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2021-02-13 22:06:03 +01:00
|
|
|
*/
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
span.jurylink {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 1.5em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.jurylink a {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-07 23:31:08 +02:00
|
|
|
div.jury_footer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.jury_footer > span {
|
2022-04-07 23:31:08 +02:00
|
|
|
border: 2px solid rgb(90, 90, 90);
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: rgb(230, 242, 230);
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.eval_description p {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 15px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-top: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.eval_description span.resp {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.eval_description span.resp a {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.eval_description span.eval_malus {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.eval_info {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.eval_complete {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: green;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.eval_incomplete {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.eval_attente {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(215, 90, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.tablenote {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border: 2px solid blue;
|
2022-04-02 14:26:16 +02:00
|
|
|
/* width: 100%;*/
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.tablenote th {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.tablenote a {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.tablenote a:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.tablenote_anonyme {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
border: 2px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.tablenote {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: solid blue 1px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.colnote {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 0.5em;
|
2020-09-26 16:19:37 +02:00
|
|
|
border: solid blue 1px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.colnotemoy {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-right: 0.5em;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
td.colcomment,
|
|
|
|
span.colcomment {
|
2020-09-26 16:19:37 +02:00
|
|
|
text-align: left;
|
|
|
|
padding-left: 2em;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
|
|
|
color: rgb(80, 100, 80);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-11-22 00:31:53 +01:00
|
|
|
table.notes_evaluation table.eval_poids {
|
|
|
|
font-size: 50%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-22 00:31:53 +01:00
|
|
|
table.notes_evaluation td.moy_ue {
|
|
|
|
font-weight: bold;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(1, 116, 96);
|
2021-11-22 00:31:53 +01:00
|
|
|
}
|
|
|
|
|
2021-12-08 21:49:13 +01:00
|
|
|
td.coef_mod_ue {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(1, 116, 96);
|
|
|
|
}
|
|
|
|
|
2021-12-08 23:43:07 +01:00
|
|
|
td.coef_mod_ue_non_conforme {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
|
|
|
background-color: yellow;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
h2.formsemestre,
|
|
|
|
#gtrcontent h2 {
|
|
|
|
margin-top: 2px;
|
|
|
|
font-size: 130%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.formsemestre_page_title table.semtitle,
|
|
|
|
.formsemestre_page_title table.semtitle td {
|
|
|
|
padding: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
border-width: 0;
|
|
|
|
border-collapse: collapse;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.formsemestre_page_title {
|
|
|
|
width: 100%;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.formsemestre_page_title table.semtitle td.infos table {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.formsemestre_page_title a {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: black;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.formsemestre_page_title .eye,
|
|
|
|
formsemestre_page_title .eye img {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-bottom: 2px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
.formsemestre_page_title .infos span.lock,
|
|
|
|
formsemestre_page_title .lock img {
|
2020-09-26 16:19:37 +02:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
#formnotes .tf-explanation {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
#formnotes .tf-explanation .sn_abs {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#formnotes .tf-ro-fieldlabel.formnote_bareme {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
#formnotes td.tf-ro-fieldlabel:after {
|
2023-11-16 01:58:12 +01:00
|
|
|
content: "";
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
#formnotes .tf-ro-field.formnote_bareme {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
#formnotes td.tf-fieldlabel {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-bottom: 1px dotted #fdcaca;
|
2021-02-13 22:06:03 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-09-11 10:04:52 +02:00
|
|
|
.wtf-field li {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wtf-field ul {
|
|
|
|
padding-left: 0;
|
2021-09-05 12:30:11 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-09-11 10:04:52 +02:00
|
|
|
.wtf-field .errors {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
2021-09-05 12:30:11 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/*
|
|
|
|
.formsemestre_menubar {
|
|
|
|
border-top: 3px solid #67A7E3;
|
|
|
|
background-color: #D6E9F8;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formsemestre_menubar .barrenav ul li a.menu {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
/* Barre menu semestre */
|
|
|
|
#sco_menu {
|
2022-04-02 14:26:16 +02:00
|
|
|
overflow: hidden;
|
2020-09-26 16:19:37 +02:00
|
|
|
background: rgb(214, 233, 248);
|
|
|
|
border-top-color: rgb(103, 167, 227);
|
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 3px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 3px;
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
#sco_menu > li {
|
2022-04-02 14:26:16 +02:00
|
|
|
float: left;
|
|
|
|
width: auto;
|
|
|
|
/* 120px !important; */
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 12px;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
#sco_menu > li li {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-transform: none;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
#sco_menu > li > a {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold !important;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
#sco_menu > li > a.ui-menu-item,
|
|
|
|
#sco_menu > li > a.ui-menu-item:visited {
|
2021-12-11 21:50:17 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
#sco_menu ul .ui-menu {
|
2022-04-02 14:26:16 +02:00
|
|
|
width: 200px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.sco_dropdown_menu > li {
|
2022-04-02 14:26:16 +02:00
|
|
|
width: auto;
|
|
|
|
/* 120px !important; */
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 12px;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.menu-etudiant > li {
|
2023-09-25 23:51:38 +02:00
|
|
|
width: 200px !important;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.inscr_addremove_menu {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.formsemestre_page_title .infos span {
|
|
|
|
padding-right: 25px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.formsemestre_page_title span.semtitle {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 12pt;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
.formsemestre_page_title span.resp,
|
|
|
|
span.resp a {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.formsemestre_page_title span.nbinscrits {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 1px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.formsemestre_status {
|
2022-04-02 14:26:16 +02:00
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 2px 6px 2px 16px;
|
|
|
|
margin-right: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-10-06 14:06:02 +02:00
|
|
|
.formsemestre_status_warning,
|
|
|
|
.formsemestre_status_warning a {
|
|
|
|
color: rgb(215, 90, 0);
|
|
|
|
}
|
|
|
|
|
2023-01-09 11:26:27 +01:00
|
|
|
.formsemestre_status_warning::before {
|
2022-10-06 14:06:02 +02:00
|
|
|
content: "\26a0 \fe0f \00a0";
|
|
|
|
/* EMO_WARNING, "⚠️" */
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.formsemestre_status {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.formsemestre_status {
|
|
|
|
background-color: rgb(90%, 90%, 90%);
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.formsemestre_status_green {
|
2023-11-16 01:58:12 +01:00
|
|
|
background-color: #eff7f2;
|
2022-04-02 14:26:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.formsemestre_status_ue {
|
|
|
|
background-color: rgb(90%, 90%, 90%);
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.formsemestre_status_cat td {
|
|
|
|
padding-top: 2ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.formsemestre_status td {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-top: 1px solid rgb(80%, 80%, 80%);
|
|
|
|
border-bottom: 1px solid rgb(80%, 80%, 80%);
|
|
|
|
border-left: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.formsemestre_status td.evals,
|
|
|
|
table.formsemestre_status th.evals,
|
|
|
|
table.formsemestre_status td.resp,
|
|
|
|
table.formsemestre_status th.resp,
|
|
|
|
table.formsemestre_status td.malus {
|
|
|
|
padding-left: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.formsemestre_status th {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
th.formsemestre_status_inscrits {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.formsemestre_status_code {
|
2022-04-02 14:26:16 +02:00
|
|
|
/* width: 2em; */
|
|
|
|
padding-right: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.formsemestre_status td.malus a {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.formsemestre_status_link {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
a.formsemestre_status_link:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.formsemestre_status_inscrits {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-01-26 16:35:15 +01:00
|
|
|
td.rcp_titre_sem a.jury_link {
|
|
|
|
margin-left: 8px;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.formsemestre_status_cell {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
span.mod_coef_indicator,
|
|
|
|
span.ue_color_indicator {
|
|
|
|
display: inline-block;
|
2022-09-21 13:58:21 +02:00
|
|
|
box-sizing: border-box;
|
2022-04-02 14:26:16 +02:00
|
|
|
width: 10px;
|
2022-01-25 10:45:13 +01:00
|
|
|
height: 10px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-01-25 10:45:13 +01:00
|
|
|
span.mod_coef_indicator_zero {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline-block;
|
2022-09-21 13:58:21 +02:00
|
|
|
box-sizing: border-box;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2022-01-25 10:45:13 +01:00
|
|
|
border: 1px solid rgb(156, 156, 156);
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
span.status_ue_acro {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.status_ue_title {
|
|
|
|
font-style: italic;
|
|
|
|
padding-left: 1cm;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.status_module_cat {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
table.formsemestre_inscr td {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-right: 1.25em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.ue_inscr_list li span.tit {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
ul.ue_inscr_list li.tit {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 1ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
ul.ue_inscr_list li.etud {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 0.7ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Liste des groupes sur tableau bord semestre */
|
|
|
|
.formsemestre_status h3 {
|
|
|
|
border: 0px solid black;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2023-09-19 21:39:36 +02:00
|
|
|
.sem-groups-abs {
|
2023-11-16 01:58:12 +01:00
|
|
|
background-color: rgb(137, 137, 137);
|
2023-09-19 21:39:36 +02:00
|
|
|
border-radius: 16px;
|
|
|
|
padding: 16px;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
.sem-groups-abs h4 {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-09-19 21:39:36 +02:00
|
|
|
.sem-groups-partition-titre {
|
|
|
|
margin-left: 4px;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
.sem-groups-partition {
|
2023-11-16 01:58:12 +01:00
|
|
|
background-color: rgb(213, 203, 183);
|
2023-09-19 21:39:36 +02:00
|
|
|
border-radius: 12px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
padding: 12px;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 240px auto;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.sem-groups-list,
|
|
|
|
.sem-groups-assi {
|
2023-09-19 21:39:36 +02:00
|
|
|
background-color: white;
|
|
|
|
border-radius: 6px;
|
|
|
|
margin: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sem-groups-list > div {
|
|
|
|
margin: 4px;
|
|
|
|
}
|
|
|
|
.sem-groups-assi > div {
|
|
|
|
margin: 6px 8px 6px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sem-groups-assi {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sem-groups-none {
|
|
|
|
grid-column: 1 / span 2;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-11-12 22:17:46 +01:00
|
|
|
/* Tableau de bord module */
|
2022-04-02 14:26:16 +02:00
|
|
|
div.moduleimpl_tableaubord {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding: 7px;
|
|
|
|
border: 2px solid gray;
|
2023-01-26 14:49:04 +01:00
|
|
|
min-width: var(--sco-content-min-width);
|
|
|
|
max-width: var(--sco-content-max-width);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-12 22:17:46 +01:00
|
|
|
div.moduleimpl_type_sae {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #cfeccf;
|
2021-11-12 22:17:46 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-12 22:17:46 +01:00
|
|
|
div.moduleimpl_type_ressource {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #f5e9d2;
|
2021-11-12 22:17:46 +01:00
|
|
|
}
|
|
|
|
|
2021-12-02 21:16:14 +01:00
|
|
|
div#modimpl_coefs {
|
|
|
|
position: absolute;
|
2022-01-06 22:42:26 +01:00
|
|
|
border: 1px solid;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 5px;
|
|
|
|
background-color: #d3d3d378;
|
2021-12-02 21:16:14 +01:00
|
|
|
}
|
2022-01-06 22:42:26 +01:00
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.coefs_histo {
|
2021-12-02 21:16:14 +01:00
|
|
|
height: 32px;
|
|
|
|
display: flex;
|
|
|
|
gap: 4px;
|
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
text-align: center;
|
|
|
|
align-items: flex-end;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 60%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.coefs_histo > div {
|
2022-10-25 17:56:19 +02:00
|
|
|
--height: calc(32px * var(--coef) / max(var(--max), 1));
|
2022-04-02 14:26:16 +02:00
|
|
|
height: var(--height);
|
|
|
|
padding: var(--height) 4px 0 4px;
|
2021-12-02 21:16:14 +01:00
|
|
|
background: #09c;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.coefs_histo > div:nth-child(odd) {
|
2021-12-02 21:16:14 +01:00
|
|
|
background-color: #9c0;
|
|
|
|
}
|
|
|
|
|
2022-12-15 17:09:35 +01:00
|
|
|
div.evaluation_titre {
|
|
|
|
margin-top: 4px;
|
|
|
|
display: inline-flex;
|
|
|
|
vertical-align: super;
|
|
|
|
}
|
|
|
|
|
2022-10-02 18:43:18 +02:00
|
|
|
/* visualisation poids évaluations */
|
|
|
|
.evaluation_poids {
|
|
|
|
height: 12px;
|
|
|
|
display: inline-flex;
|
|
|
|
text-align: center;
|
2022-10-05 10:34:18 +02:00
|
|
|
vertical-align: super;
|
2022-12-15 17:09:35 +01:00
|
|
|
margin-left: 4px;
|
2022-10-02 18:43:18 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.evaluation_poids > div {
|
2022-10-02 18:43:18 +02:00
|
|
|
display: inline-flex;
|
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
border: 1px solid rgb(180, 180, 180);
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.evaluation_poids > div > div {
|
2022-10-02 18:43:18 +02:00
|
|
|
height: var(--size);
|
|
|
|
width: var(--size);
|
|
|
|
background: #09c;
|
|
|
|
}
|
|
|
|
|
2021-01-02 22:07:38 +01:00
|
|
|
span.moduleimpl_abs_link {
|
|
|
|
padding-right: 2em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.moduleimpl_evaluations_top_links {
|
|
|
|
font-size: 80%;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.moduleimpl_evaluations {
|
|
|
|
width: 100%;
|
|
|
|
border-spacing: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.moduleimpl_evaluations {
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0, 0, 128);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
th.moduleimpl_evaluations a,
|
|
|
|
th.moduleimpl_evaluations a:visited {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: normal;
|
|
|
|
color: red;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
th.moduleimpl_evaluations a:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.mievr {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #eeeeee;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.mievr_rattr {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #dddddd;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.mievr_rattr {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: inline-block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 80%;
|
|
|
|
color: white;
|
|
|
|
background-color: orangered;
|
|
|
|
margin-left: 2em;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
border: 1px solid red;
|
|
|
|
padding: 1px 3px 1px 3px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-01-26 14:49:04 +01:00
|
|
|
tr.mievr_tit td.mievr_tit {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: bold;
|
2022-12-15 17:09:35 +01:00
|
|
|
border-top-left-radius: 8px;
|
2023-01-26 14:49:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.mievr.mievr_tit td {
|
|
|
|
background-color: #e1e1e1;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.mievr_tit td:last-child {
|
2022-12-15 17:09:35 +01:00
|
|
|
border-top-right-radius: 8px;
|
2023-01-26 14:49:04 +01:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 8px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr td {
|
|
|
|
text-align: left;
|
2022-10-03 11:07:43 +02:00
|
|
|
vertical-align: top;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: white;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
tr.mievr.non_visible_inter td,
|
|
|
|
tr.mievr.non_visible_inter th {
|
2023-10-12 22:53:26 +02:00
|
|
|
/* background-color: #d2cdc5; */
|
|
|
|
background: repeating-linear-gradient(
|
2023-11-16 01:58:12 +01:00
|
|
|
45deg,
|
|
|
|
#f0f0f0,
|
|
|
|
#f0f0f0 10px,
|
|
|
|
#e0e0e0 10px,
|
|
|
|
#e0e0e0 20px
|
|
|
|
);
|
2023-10-12 22:53:26 +02:00
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr th {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: white;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr td.mievr {
|
|
|
|
width: 90px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr td.mievr_menu {
|
|
|
|
width: 110px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr td.mievr_dur {
|
|
|
|
width: 60px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr td.mievr_coef {
|
|
|
|
width: 60px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr td.mievr_nbnotes {
|
|
|
|
width: 90px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr td.mievr_grtit {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
span.mievr_lastmodif {
|
|
|
|
padding-left: 2em;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
a.mievr_evalnodate {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(215, 90, 0);
|
|
|
|
font-style: italic;
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
a.mievr_evalnodate:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-10-01 18:55:32 +02:00
|
|
|
span.eval_warning_coef {
|
|
|
|
color: red;
|
|
|
|
margin: 2px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
background-color: rgb(255, 225, 0);
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.evalindex {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 80%;
|
|
|
|
margin-right: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.eval_arrows_chld {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-right: 3px;
|
|
|
|
margin-top: 3px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.eval_arrows_chld a {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
2021-12-19 11:08:03 +01:00
|
|
|
table.moduleimpl_evaluations td.eval_poids {
|
2022-12-16 01:27:52 +01:00
|
|
|
color: rgb(234, 110, 20);
|
2021-12-19 11:08:03 +01:00
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-01-20 13:00:25 +01:00
|
|
|
span.eval_coef_ue {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(6, 73, 6);
|
2022-01-20 13:00:25 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-size: 80%;
|
|
|
|
margin-right: 2em;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
span.eval_coef_ue_titre {
|
|
|
|
}
|
2022-01-20 13:00:25 +01:00
|
|
|
|
2023-01-12 17:08:39 +01:00
|
|
|
/* Inscriptions modules/UE */
|
|
|
|
div.list_but_ue_inscriptions {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 16px;
|
2023-05-14 19:03:55 +02:00
|
|
|
margin-right: 8px;
|
2023-01-12 17:08:39 +01:00
|
|
|
padding-left: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
border-radius: 16px;
|
|
|
|
border: 2px solid black;
|
|
|
|
background-color: #eafffa;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.list_but_ue_inscriptions h3 {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.list_but_ue_inscriptions table th:first-child {
|
|
|
|
border-left: 0px;
|
|
|
|
border-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.list_but_ue_inscriptions table th:last-child,
|
|
|
|
div.list_but_ue_inscriptions table td:last-child {
|
|
|
|
border-right: 1px solid salmon;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.list_but_ue_inscriptions table th {
|
|
|
|
border-top: 1px solid salmon;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.list_but_ue_inscriptions table th,
|
|
|
|
div.list_but_ue_inscriptions table td {
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
border-left: 1px solid salmon;
|
|
|
|
border-bottom: 1px solid salmon;
|
|
|
|
}
|
|
|
|
|
2023-01-13 23:23:18 +01:00
|
|
|
div.list_but_ue_inscriptions table td.ue_validee {
|
|
|
|
background-color: #a1f539;
|
|
|
|
}
|
|
|
|
|
2023-01-12 17:08:39 +01:00
|
|
|
form.list_but_ue_inscriptions {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.list_but_ue_inscriptions td:first-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.list_but_ue_inscriptions td {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-03-27 18:30:36 +02:00
|
|
|
table#but_ue_inscriptions {
|
|
|
|
margin-left: 16px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#but_ue_inscriptions_filter {
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* Formulaire edition des partitions */
|
|
|
|
form#editpart table {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 1px solid gray;
|
|
|
|
border-collapse: collapse;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
form#editpart tr.eptit th {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 110%;
|
|
|
|
border-bottom: 1px solid gray;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
form#editpart td {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-bottom: 1px dashed gray;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
form#editpart table td {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
form#editpart table td.epnav {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 0;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Liste des formations */
|
2022-04-02 14:26:16 +02:00
|
|
|
ul.notes_formation_list {
|
2020-09-26 16:19:37 +02:00
|
|
|
list-style-type: none;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
li.notes_formation_list {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.formation_list_table {
|
2022-04-02 14:26:16 +02:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
background-color: rgb(0%, 90%, 90%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table#formation_list_table tr.gt_hl {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(96%, 96%, 96%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-02-21 00:45:27 +01:00
|
|
|
table.formation_list_table td.buttons {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2023-02-21 21:34:38 +01:00
|
|
|
|
2023-02-21 00:45:27 +01:00
|
|
|
table.formation_list_table td.buttons a {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2023-02-21 21:34:38 +01:00
|
|
|
|
2023-02-21 00:45:27 +01:00
|
|
|
table.formation_list_table td.buttons span.but_placeholder {
|
|
|
|
display: inline-block;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.formation_list_table img.delete_small_img {
|
|
|
|
width: 16px;
|
2022-04-02 14:26:16 +02:00
|
|
|
height: 16px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.formation_list_table td.acronyme {
|
|
|
|
width: 10%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formation_list_table td.formation_code {
|
|
|
|
font-family: Courier, monospace;
|
|
|
|
font-weight: normal;
|
|
|
|
color: black;
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.formation_list_table td.version {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.formation_list_table td.titre {
|
2023-11-19 22:06:36 +01:00
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
.formation_list_table td.commentaire {
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.formation_list_table td.sems_list_txt {
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Presentation formation (ue_list) */
|
|
|
|
div.formation_descr {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(250, 250, 240);
|
|
|
|
border: 1px solid rgb(128, 128, 128);
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.formation_descr span.fd_t {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.formation_descr span.fd_n {
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
color: green;
|
|
|
|
margin-left: 6em;
|
|
|
|
}
|
|
|
|
|
2023-01-30 18:08:40 +01:00
|
|
|
span.explication {
|
|
|
|
font-style: italic;
|
|
|
|
color: var(--sco-color-explication);
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.formation_ue_list {
|
|
|
|
border: 1px solid black;
|
2023-03-30 00:00:14 +02:00
|
|
|
background-color: rgb(232, 249, 255);
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 12px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-17 10:28:51 +01:00
|
|
|
div.formation_list_ues_titre {
|
2023-03-30 00:00:14 +02:00
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
2021-11-17 10:28:51 +01:00
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 24px;
|
|
|
|
font-size: 120%;
|
2021-11-18 00:24:56 +01:00
|
|
|
font-weight: bold;
|
2023-03-30 00:00:14 +02:00
|
|
|
border-top-right-radius: 18px;
|
|
|
|
border-top-left-radius: 18px;
|
|
|
|
background-color: #0051a9;
|
|
|
|
color: #eee;
|
2021-11-17 10:28:51 +01:00
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
div.formation_list_modules,
|
|
|
|
div.formation_list_ues {
|
2021-11-17 10:28:51 +01:00
|
|
|
border-radius: 18px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-18 00:24:56 +01:00
|
|
|
div.formation_list_ues {
|
|
|
|
background-color: #b7d2fa;
|
2023-11-16 01:58:12 +01:00
|
|
|
margin-top: 20px;
|
2021-11-18 00:24:56 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.formation_list_ues_content {
|
|
|
|
}
|
2023-03-30 00:00:14 +02:00
|
|
|
|
2021-11-18 00:24:56 +01:00
|
|
|
div.formation_list_modules {
|
|
|
|
margin-top: 20px;
|
2021-11-17 10:28:51 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-17 10:28:51 +01:00
|
|
|
div.formation_list_modules_RESSOURCE {
|
|
|
|
background-color: #f8c844;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-17 10:28:51 +01:00
|
|
|
div.formation_list_modules_SAE {
|
|
|
|
background-color: #c6ffab;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-17 10:28:51 +01:00
|
|
|
div.formation_list_modules_STANDARD {
|
|
|
|
background-color: #afafc2;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-18 00:24:56 +01:00
|
|
|
div.formation_list_modules_titre {
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 24px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-18 00:24:56 +01:00
|
|
|
div.formation_list_ues ul.notes_module_list {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-17 10:28:51 +01:00
|
|
|
div.formation_list_modules ul.notes_module_list {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-02-28 11:00:24 +01:00
|
|
|
span.missing_ue_ects {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
li.module_malus span.formation_module_tit {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2021-12-16 16:27:35 +01:00
|
|
|
span.formation_module_ue {
|
2022-12-17 03:23:24 +01:00
|
|
|
color: #6e7d92;
|
|
|
|
font-size: 75%;
|
2021-12-16 16:27:35 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.notes_module_list_buts {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2022-06-26 22:45:53 +02:00
|
|
|
.formation_apc_infos ul li:not(:last-child) {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2023-04-10 11:25:46 +02:00
|
|
|
div.formation_parcs {
|
|
|
|
display: inline-flex;
|
|
|
|
margin-left: 8px;
|
2023-05-13 18:35:10 +02:00
|
|
|
margin-right: 8px;
|
|
|
|
column-gap: 8px;
|
2023-04-10 11:25:46 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.formation_parcs > div {
|
2023-04-10 11:25:46 +02:00
|
|
|
font-size: 100%;
|
|
|
|
color: white;
|
|
|
|
background-color: #09c;
|
|
|
|
opacity: 0.7;
|
|
|
|
border-radius: 4px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.formation_parcs > div.focus {
|
2023-04-10 11:25:46 +02:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.formation_parcs > div > a:hover {
|
2023-04-10 11:25:46 +02:00
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.formation_parcs > div > a,
|
|
|
|
div.formation_parcs > div > a:visited {
|
2023-04-10 11:25:46 +02:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.ue_choix_niveau > div.formation_parcs > div {
|
2023-04-10 11:25:46 +02:00
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.ue_list_tit {
|
|
|
|
font-weight: bold;
|
2023-02-22 22:45:39 +01:00
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ue_list_tit form {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ue_list_tit span.lock_info {
|
|
|
|
color: red;
|
|
|
|
margin-left: 8px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-11-18 00:24:56 +01:00
|
|
|
ul.apc_ue_list {
|
|
|
|
background-color: rgba(180, 189, 191, 0.14);
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
ul.notes_ue_list {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-right: 1em;
|
2021-11-18 00:24:56 +01:00
|
|
|
margin-left: 1em;
|
2022-02-20 15:10:15 +01:00
|
|
|
/* padding-top: 1em; */
|
2021-11-18 00:24:56 +01:00
|
|
|
padding-bottom: 1em;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-02-27 17:49:39 +01:00
|
|
|
.formation_classic_infos ul.notes_ue_list {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-02-27 17:49:39 +01:00
|
|
|
.formation_classic_infos li.notes_ue_list {
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 9px;
|
2021-11-18 00:24:56 +01:00
|
|
|
list-style-type: none;
|
2022-02-19 16:16:52 +01:00
|
|
|
border: 1px solid maroon;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding-bottom: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-01-09 21:02:07 +01:00
|
|
|
span.ue_type_1 {
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.ue_code {
|
|
|
|
font-family: Courier, monospace;
|
|
|
|
font-weight: normal;
|
|
|
|
color: black;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.ue_type {
|
|
|
|
color: green;
|
|
|
|
margin-left: 1.5em;
|
|
|
|
margin-right: 1.5em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-08-27 14:27:50 +02:00
|
|
|
table.formsemestre_description td.ue_coef_nul {
|
2023-11-16 01:58:12 +01:00
|
|
|
background-color: yellow !important;
|
2023-08-27 14:27:50 +02:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-11-17 10:28:51 +01:00
|
|
|
ul.notes_module_list span.ue_coefs_list {
|
|
|
|
color: blue;
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-12-17 03:23:24 +01:00
|
|
|
ul.notes_module_list span.ue_coefs_list span {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2021-10-22 23:09:15 +02:00
|
|
|
div.formation_ue_list_externes {
|
|
|
|
background-color: #98cc98;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
div.formation_ue_list_externes ul.notes_ue_list,
|
|
|
|
div.formation_ue_list_externes li.notes_ue_list {
|
2021-10-22 23:09:15 +02:00
|
|
|
background-color: #98cc98;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-10-22 23:09:15 +02:00
|
|
|
span.ue_is_external span {
|
|
|
|
color: orange;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-10-22 23:09:15 +02:00
|
|
|
span.ue_is_external a {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
li.notes_matiere_list {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.notes_matiere_list {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(220, 220, 220);
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: normal;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2022-02-19 16:16:52 +01:00
|
|
|
border-top: 1px solid maroon;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.notes_module_list {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(210, 210, 210);
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-02-20 15:10:15 +01:00
|
|
|
div.ue_list_div {
|
|
|
|
border: 3px solid rgb(35, 0, 160);
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ue_list_tit_sem {
|
|
|
|
font-size: 120%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: orangered;
|
2022-04-02 14:26:16 +02:00
|
|
|
display: list-item;
|
|
|
|
/* This has to be "list-item" */
|
|
|
|
list-style-type: disc;
|
|
|
|
/* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type */
|
2022-02-20 15:10:15 +01:00
|
|
|
list-style-position: inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.sco_tag_checkbox {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.notes_ue_list a.stdlink {
|
|
|
|
color: #001084;
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.notes_ue_list span.locked {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.notes_ue_list a.smallbutton img {
|
2022-04-02 14:26:16 +02:00
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#ue_list_code {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 1px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.notes_module_list {
|
2021-11-17 10:28:51 +01:00
|
|
|
list-style-type: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-11-02 10:41:31 +01:00
|
|
|
input#tf_submit,
|
|
|
|
input#tf_cancel {
|
|
|
|
padding: 8px 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input#tf_submit {
|
|
|
|
border: 2px solid #c50000;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.clone_form {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
2022-07-09 12:55:23 +02:00
|
|
|
/*Choix niveau dans form edit UE */
|
2022-05-22 03:26:39 +02:00
|
|
|
div.ue_choix_niveau {
|
2022-02-02 21:13:39 +01:00
|
|
|
background-color: rgb(191, 242, 255);
|
|
|
|
border: 1px solid blue;
|
|
|
|
border-radius: 10px;
|
2022-04-29 08:17:04 +02:00
|
|
|
padding: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2022-07-09 12:55:23 +02:00
|
|
|
/* Choix niveau dans edition programme (ue_table) */
|
|
|
|
div.formation_list_ues div.ue_choix_niveau {
|
|
|
|
margin-left: 64px;
|
|
|
|
margin-right: 64px;
|
|
|
|
margin-top: 2px;
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.formation_list_ues div.ue_choix_niveau b {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2022-10-30 16:07:06 +01:00
|
|
|
div.cont_ue_choix_niveau {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.cont_ue_choix_niveau > div {
|
2022-10-30 16:07:06 +01:00
|
|
|
display: inline-flex;
|
|
|
|
margin-left: 8px;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cont_ue_choix_niveau select {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cont_ue_choix_niveau select.select_niveau_ue {
|
|
|
|
width: 490px;
|
|
|
|
}
|
|
|
|
|
2023-04-11 13:48:57 +02:00
|
|
|
div.ue_advanced {
|
|
|
|
background-color: rgb(244, 253, 255);
|
|
|
|
border: 1px solid blue;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2023-04-11 23:56:50 +02:00
|
|
|
div.ue_advanced h3 {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
2022-04-29 08:17:04 +02:00
|
|
|
div#ue_list_modules {
|
|
|
|
background-color: rgb(251, 225, 165);
|
|
|
|
border: 1px solid blue;
|
|
|
|
border-radius: 10px;
|
2022-02-02 21:13:39 +01:00
|
|
|
padding: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.ue_share {
|
2022-02-02 21:13:39 +01:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.ue_warning {
|
2022-02-02 21:13:39 +01:00
|
|
|
border: 1px solid red;
|
|
|
|
border-radius: 10px;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(250, 220, 220);
|
2022-02-02 21:13:39 +01:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 15px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-02-02 21:13:39 +01:00
|
|
|
div.ue_warning:first-child {
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.ue_warning span:before {
|
2022-04-02 14:26:16 +02:00
|
|
|
content: url(/ScoDoc/static/icons/warning_img.png);
|
|
|
|
vertical-align: -80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.ue_warning span {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-11-13 12:09:30 +01:00
|
|
|
span.missing_value {
|
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2022-05-28 11:38:22 +02:00
|
|
|
span.code_parcours {
|
|
|
|
color: white;
|
|
|
|
background-color: rgb(254, 95, 246);
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2023-02-17 21:22:54 +01:00
|
|
|
span.code_parcours.no_parcours {
|
|
|
|
color: gold;
|
|
|
|
background-color: firebrick;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
tr#tf_module_parcours > td {
|
2022-05-02 10:54:52 +02:00
|
|
|
background-color: rgb(229, 229, 229);
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
tr#tf_module_app_critiques > td {
|
2022-05-02 14:39:06 +02:00
|
|
|
background-color: rgb(194, 209, 228);
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* tableau recap notes */
|
|
|
|
table.notes_recapcomplet {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 2px solid blue;
|
|
|
|
border-spacing: 0px 0px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
white-space: nowrap;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.recap_row_even {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(210, 210, 210);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
@media print {
|
2022-04-02 14:26:16 +02:00
|
|
|
tr.recap_row_even {
|
|
|
|
/* bordures noires pour impression */
|
|
|
|
border-top: 1px solid black;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.recap_row_min {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-top: 1px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
tr.recap_row_min,
|
|
|
|
tr.recap_row_max {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.recap_row_moy {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.recap_row_nbeval {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: green;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.recap_row_ects {
|
|
|
|
color: rgb(160, 86, 3);
|
|
|
|
border-bottom: 1px solid blue;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_tit {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 1.2em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_tit_ue {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 1.2em;
|
|
|
|
padding-left: 2px;
|
|
|
|
border-left: 1px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_col {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-right: 1.2em;
|
|
|
|
text-align: left;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_col_moy {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-right: 1.5em;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(80, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_col_moy_inf {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-right: 1.5em;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(255, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_col_ue {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-right: 1.2em;
|
|
|
|
padding-left: 4px;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
border-left: 1px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_col_ue_inf {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-right: 1.2em;
|
|
|
|
padding-left: 4px;
|
|
|
|
text-align: left;
|
|
|
|
color: rgb(255, 0, 0);
|
|
|
|
border-left: 1px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.recap_col_ue_val {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-right: 1.2em;
|
|
|
|
padding-left: 4px;
|
|
|
|
text-align: left;
|
|
|
|
color: rgb(0, 140, 0);
|
|
|
|
border-left: 1px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* noms des etudiants sur recap complet */
|
2022-04-02 14:26:16 +02:00
|
|
|
table.notes_recapcomplet a:link,
|
|
|
|
table.notes_recapcomplet a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.notes_recapcomplet a:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-03-27 23:57:10 +02:00
|
|
|
div.table_recap_caption {
|
|
|
|
width: fit-content;
|
2023-06-20 12:14:16 +02:00
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
2023-03-27 23:57:10 +02:00
|
|
|
padding: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: rgb(202, 255, 180);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.table_recap_caption div.title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.table_recap_caption div.captions {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 48px 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.table_recap_caption div.captions div:nth-child(odd) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.table_recap_caption div.captions div:nth-child(even) {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* bulletin */
|
|
|
|
div.notes_bulletin {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-07 23:43:48 +01:00
|
|
|
div.bull_head {
|
|
|
|
display: grid;
|
|
|
|
justify-content: space-between;
|
|
|
|
grid-template-columns: auto auto;
|
2023-01-26 14:49:04 +01:00
|
|
|
min-width: 600px;
|
|
|
|
max-width: 1072px;
|
2022-03-07 23:43:48 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-07 23:43:48 +01:00
|
|
|
div.bull_photo {
|
|
|
|
display: inline-block;
|
2023-01-26 14:49:04 +01:00
|
|
|
margin-right: 8px;
|
2022-03-07 23:43:48 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-07 23:43:48 +01:00
|
|
|
span.bulletin_menubar_but {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 2em;
|
2022-03-07 21:49:11 +01:00
|
|
|
margin-right: 2em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.notes_bulletin {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
border: 2px solid rgb(100, 100, 240);
|
|
|
|
width: 100%;
|
|
|
|
margin-right: 100px;
|
|
|
|
background-color: rgb(240, 250, 255);
|
|
|
|
font-family: arial, verdana, sans-serif;
|
|
|
|
font-size: 13px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.notes_bulletin_row_gen {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-top: 1px solid black;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.notes_bulletin_row_rang {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.notes_bulletin_row_ue {
|
2022-04-02 14:26:16 +02:00
|
|
|
/* background-color: rgb(170,187,204); voir sco_utils.UE_COLORS */
|
|
|
|
font-weight: bold;
|
|
|
|
border-top: 1px solid black;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.bul_row_ue_cur {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(180, 180, 180);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.bul_row_ue_cap {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(150, 170, 200);
|
|
|
|
color: rgb(50, 50, 50);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.notes_bulletin_row_mat {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-top: 2px solid rgb(140, 140, 140);
|
2020-09-26 16:19:37 +02:00
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.notes_bulletin_row_mod {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-top: 1px solid rgb(140, 140, 140);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.notes_bulletin_row_sum_ects {
|
|
|
|
border-top: 1px solid black;
|
|
|
|
font-weight: bold;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(170, 190, 200);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
tr.notes_bulletin_row_mod td.titre,
|
|
|
|
tr.notes_bulletin_row_mat td.titre {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.notes_bulletin_row_eval {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
|
|
|
color: rgb(60, 60, 80);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.notes_bulletin_row_eval_incomplete .discretelink {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(200, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.b_eval_first td {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-top: 1px dashed rgb(170, 170, 170);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.b_eval_first td.titre {
|
|
|
|
border-top: 0px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.notes_bulletin_row_eval td.module {
|
|
|
|
padding-left: 5px;
|
2022-04-02 14:26:16 +02:00
|
|
|
border-left: 1px dashed rgb(170, 170, 170);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-02-10 11:54:03 +01:00
|
|
|
span.bul_ue_descr {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.notes_bulletin td.note {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.notes_bulletin td.min,
|
|
|
|
table.notes_bulletin td.max,
|
|
|
|
table.notes_bulletin td.moy {
|
|
|
|
font-size: 80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.notes_bulletin tr.notes_bulletin_row_ue_cur td.note,
|
|
|
|
table.notes_bulletin tr.notes_bulletin_row_ue_cur td.min,
|
|
|
|
table.notes_bulletin tr.notes_bulletin_row_ue_cur td.max {
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.notes_bulletin tr.bul_row_ue_cur td,
|
|
|
|
table.notes_bulletin tr.bul_row_ue_cur td a {
|
|
|
|
color: rgb(114, 89, 89);
|
2022-02-10 11:54:03 +01:00
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.note_bold {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
td.bull_coef_eval,
|
|
|
|
td.bull_nom_eval {
|
|
|
|
font-style: italic;
|
|
|
|
color: rgb(60, 60, 80);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.notes_bulletin_row_eval td.note {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
|
|
|
color: rgb(40, 40, 40);
|
|
|
|
font-size: 90%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.notes_bulletin_row_eval td.note .note_nd {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* --- Bulletins UCAC */
|
2022-04-02 14:26:16 +02:00
|
|
|
tr.bul_ucac_row_tit,
|
|
|
|
tr.bul_ucac_row_ue,
|
|
|
|
tr.bul_ucac_row_total,
|
|
|
|
tr.bul_ucac_row_decision,
|
|
|
|
tr.bul_ucac_row_mention {
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid black;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.bul_ucac_row_tit {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(170, 187, 204);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
tr.bul_ucac_row_total,
|
|
|
|
tr.bul_ucac_row_decision,
|
|
|
|
tr.bul_ucac_row_mention {
|
|
|
|
background-color: rgb(220, 220, 220);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- /ucac */
|
|
|
|
|
|
|
|
span.bul_minmax {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 66%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.bul_minmax:before {
|
2022-04-02 14:26:16 +02:00
|
|
|
content: " ";
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-10 18:17:57 +02:00
|
|
|
a.invisible_link,
|
|
|
|
a.invisible_link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: rgb(20, 30, 30);
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
a.bull_link {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-decoration: none;
|
|
|
|
color: rgb(20, 30, 30);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
a.bull_link:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.bulletin_menubar {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 25px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2023-10-13 22:25:44 +02:00
|
|
|
div.bull_titre_semestre {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
div.bull_titre_semestre .parcours {
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
.bull_liensemestre {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
.bull_liensemestre a {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(255, 0, 0);
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.bull_liensemestre a:hover {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(153, 51, 51);
|
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bull_appreciations p {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin: 0;
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.bull_appreciations_link {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.bull_appreciations_date {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-right: 1em;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 75%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.eval_description {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(20, 20, 20);
|
|
|
|
/* border: 1px solid rgb(30,100,0); */
|
|
|
|
padding: 3px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-03-15 21:50:37 +01:00
|
|
|
div.bul_foot {
|
|
|
|
max-width: 1000px;
|
2023-11-16 01:58:12 +01:00
|
|
|
background: #ffe7d5;
|
2022-03-15 21:50:37 +01:00
|
|
|
border-radius: 16px;
|
2023-11-16 01:58:12 +01:00
|
|
|
border: 1px solid #aaa;
|
2022-03-15 21:50:37 +01:00
|
|
|
padding: 16px 32px;
|
2023-09-05 22:50:01 +02:00
|
|
|
margin-left: 16px;
|
2022-03-15 21:50:37 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-15 21:50:37 +01:00
|
|
|
div.bull_appreciations {
|
|
|
|
border-left: 1px solid black;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
/* Saisie des notes */
|
|
|
|
div.saisienote_etape1 {
|
|
|
|
border: 2px solid blue;
|
|
|
|
padding: 5px;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(231, 234, 218);
|
|
|
|
/* E7EADA */
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.saisienote_etape2 {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 2px solid green;
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 1em;
|
|
|
|
padding: 5px;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(234, 221, 218);
|
|
|
|
/* EADDDA */
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
span.titredivsaisienote {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 115%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.etud_dem {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(130, 130, 130);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input.note_invalid {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
background-color: yellow;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input.note_valid_new {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input.note_saved {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: green;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.history {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.histcomment {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----- Absences ------ */
|
|
|
|
td.matin {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(203, 242, 255);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.absent {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(255, 156, 156);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.present {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(230, 230, 230);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.capstr {
|
|
|
|
color: red;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2021-11-07 10:00:50 +01:00
|
|
|
b.etuddem {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
tr.row_1 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: white;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.row_2 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: white;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.row_3 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #dfdfdf;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.matin_1 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #e1f7ff;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.matin_2 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #e1f7ff;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.matin_3 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #c1efff;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.abs_form_table tr:hover td {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 1px solid red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-09-19 23:04:46 +02:00
|
|
|
.ul_abs button {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
|
|
|
/* ----- Formulator ------- */
|
2022-04-02 14:26:16 +02:00
|
|
|
ul.tf-msg {
|
|
|
|
color: rgb(6, 80, 18);
|
2020-09-26 16:19:37 +02:00
|
|
|
border: 1px solid red;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
li.tf-msg {
|
2020-09-26 16:19:37 +02:00
|
|
|
list-style-image: url(/ScoDoc/static/icons/warning16_img.png);
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
.warning::before {
|
2020-09-26 16:19:37 +02:00
|
|
|
content: url(/ScoDoc/static/icons/warning_img.png);
|
2022-04-02 14:26:16 +02:00
|
|
|
vertical-align: -80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-01-04 00:11:01 +01:00
|
|
|
.warning-light {
|
|
|
|
font-style: italic;
|
|
|
|
color: rgb(166, 50, 159);
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning-light::before {
|
|
|
|
content: "\26a0 \fe0f \00a0";
|
|
|
|
/* EMO_WARNING, "⚠️" */
|
|
|
|
}
|
|
|
|
|
2023-06-01 17:58:30 +02:00
|
|
|
p.error {
|
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.error::before {
|
|
|
|
content: "\2049 \fe0f";
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
mark {
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2023-01-04 00:11:01 +01:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.infop {
|
|
|
|
font-weight: normal;
|
|
|
|
color: rgb(26, 150, 26);
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
.infop::before {
|
2020-09-26 16:19:37 +02:00
|
|
|
content: url(/ScoDoc/static/icons/info-16_img.png);
|
2022-04-02 14:26:16 +02:00
|
|
|
vertical-align: -15%;
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.sco_pref table.tf {
|
|
|
|
border-spacing: 5px 15px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
td.tf-ro-fieldlabel {
|
2020-09-26 16:19:37 +02:00
|
|
|
/* font-weight: bold; */
|
2022-04-02 14:26:16 +02:00
|
|
|
vertical-align: top;
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.tf-ro-fieldlabel:after {
|
2023-11-16 01:58:12 +01:00
|
|
|
content: " :";
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.tf-ro-field {
|
2022-04-02 14:26:16 +02:00
|
|
|
vertical-align: top;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.tf-ro-value {
|
|
|
|
background-color: white;
|
|
|
|
color: grey;
|
|
|
|
margin-right: 2em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.tf-ro-textarea {
|
|
|
|
border: 1px solid grey;
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
select.tf-selglobal {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
td.tf-fieldlabel {
|
|
|
|
vertical-align: top;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-10-02 23:43:29 +02:00
|
|
|
td.tf-field {
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.tf-comment {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tf-explanation {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-10-02 23:43:29 +02:00
|
|
|
#tf details summary {
|
|
|
|
font-size: 130%;
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.radio_green {
|
|
|
|
background-color: green;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.radio_red {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.fvs_val {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-left: 1px solid rgb(80, 80, 80);
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.fvs_val_inf {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-left: 1px solid rgb(80, 80, 80);
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.fvs_tit {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
border-left: 1px solid rgb(80, 80, 80);
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.fvs_tit_chk {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-01-15 23:08:27 +01:00
|
|
|
span.table_nav_mid {
|
2022-04-02 14:26:16 +02:00
|
|
|
flex-grow: 1;
|
|
|
|
/* Set the middle element to grow and stretch */
|
2021-01-15 23:08:27 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
span.table_nav_prev,
|
|
|
|
span.table_nav_next {
|
|
|
|
width: 11em;
|
|
|
|
/* A fixed width as the default */
|
2021-01-15 23:08:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.table_nav {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
P.gtr_interdit:before {
|
|
|
|
content: url(/ScoDoc/static/icons/interdit_img.png);
|
2022-04-02 14:26:16 +02:00
|
|
|
vertical-align: -80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
P.gtr_devel:before {
|
|
|
|
content: url(/ScoDoc/static/icons/devel_img.png);
|
2022-04-02 14:26:16 +02:00
|
|
|
vertical-align: -80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- Sortable tables --- */
|
|
|
|
/* Sortable tables */
|
|
|
|
table.sortable a.sortheader {
|
2023-11-16 01:58:12 +01:00
|
|
|
background-color: #e6e6e6;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
display: block;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.sortable span.sortarrow {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Horizontal bar graph */
|
|
|
|
.graph {
|
|
|
|
width: 100px;
|
|
|
|
height: 12px;
|
|
|
|
/* background-color: rgb(200, 200, 250); */
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-bottom: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-left: 10px;
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 1px solid black;
|
2020-09-26 16:19:37 +02:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(100, 150, 255);
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 2px;
|
|
|
|
height: 8px;
|
|
|
|
z-index: 2;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mark {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(0, 150, 0);
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 2px;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 2;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.cell_graph {
|
2022-04-02 14:26:16 +02:00
|
|
|
width: 170px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ------------------ Formulaire validation semestre ---------- */
|
|
|
|
table.recap_parcours {
|
|
|
|
color: black;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.recap_parcours td {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recap_parcours tr.sem_courant {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(255, 241, 118);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.recap_parcours tr.sem_precedent {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(90%, 95%, 90%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.recap_parcours tr.sem_autre {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(90%, 90%, 90%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rcp_l1 td {
|
|
|
|
padding-top: 5px;
|
2022-04-02 14:26:16 +02:00
|
|
|
border-top: 3px solid rgb(50%, 50%, 50%);
|
2020-09-26 16:19:37 +02:00
|
|
|
border-right: 0px;
|
|
|
|
border-left: 0px;
|
|
|
|
color: blue;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.rcp_dec {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0%, 0%, 50%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-06-30 20:43:09 +02:00
|
|
|
td.rcp_nonass,
|
|
|
|
td.rcp_but {
|
2020-09-26 16:19:37 +02:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.recap_hide_details tr.rcp_l2 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.recap_hide_details td.ue_acro span {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.sco_hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.recap_hide_details tr.sem_courant,
|
|
|
|
table.recap_hide_details tr.sem_precedent {
|
|
|
|
display: table-row;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.recap_hide_details tr.sem_courant td.ue_acro span,
|
|
|
|
table.recap_hide_details tr.sem_precedent td.ue_acro span {
|
|
|
|
display: inline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.recap_parcours tr.sem_courant td.rcp_type_sem {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.recap_parcours tr.sem_autre td.rcp_type_sem {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(100%, 70%, 70%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.recap_parcours tr.sem_autre_formation td.rcp_titre_sem {
|
2023-11-16 01:58:12 +01:00
|
|
|
background-image: repeating-linear-gradient(
|
|
|
|
-45deg,
|
|
|
|
rgb(100, 205, 193),
|
|
|
|
rgb(100, 205, 193) 2px,
|
|
|
|
transparent 5px,
|
|
|
|
transparent 40px
|
|
|
|
);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rcp_l2 td {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.sem_ects_tit {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-align: right;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.ects_fond {
|
2022-04-02 14:26:16 +02:00
|
|
|
text-decoration: underline;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.ects_fond:before {
|
2022-04-02 14:26:16 +02:00
|
|
|
content: "(";
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.ects_fond:after {
|
2022-04-02 14:26:16 +02:00
|
|
|
content: ")";
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.recap_parcours td.datedebut {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0, 0, 128);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.recap_parcours td.datefin {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0, 0, 128);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.recap_parcours td.rcp_type_sem {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
color: red;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.ue_adm {
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.ue_cmp {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2022-11-24 00:11:59 +01:00
|
|
|
td.ue_capitalized,
|
|
|
|
.ue_cap {
|
2020-09-26 16:19:37 +02:00
|
|
|
text-decoration: underline;
|
2023-02-22 21:41:58 +01:00
|
|
|
text-decoration-thickness: 3px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
h3.sfv {
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
form.sfv_decisions {
|
|
|
|
border: 1px solid blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
padding: 6px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
form.sfv_decisions_manuelles {
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
th.sfv_subtitle {
|
2020-09-26 16:19:37 +02:00
|
|
|
text-align: left;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
tr.sfv_ass {
|
|
|
|
background-color: rgb(90%, 90%, 80%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
tr.sfv_pbass {
|
|
|
|
background-color: rgb(90%, 70%, 80%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.link_defaillance {
|
|
|
|
padding-top: 8px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.pas_sembox {
|
|
|
|
margin-top: 10px;
|
|
|
|
border: 2px solid #a0522d;
|
|
|
|
padding: 5px;
|
|
|
|
margin-right: 10px;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-family: arial, verdana, sans-serif;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.sp_etape {
|
|
|
|
display: inline-block;
|
|
|
|
width: 4em;
|
|
|
|
font-family: "Andale Mono", "Courier";
|
|
|
|
font-size: 75%;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inscrailleurs {
|
|
|
|
font-weight: bold;
|
|
|
|
color: red !important;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
span.paspaye,
|
|
|
|
span.paspaye a {
|
|
|
|
color: #9400d3 !important;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.finalisationinscription {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: green;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.pas_sembox_title a {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 100%;
|
2023-11-16 01:58:12 +01:00
|
|
|
color: #1c721c;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.pas_sembox_subtitle {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 100%;
|
|
|
|
color: blue;
|
2022-04-02 14:26:16 +02:00
|
|
|
border-bottom: 1px solid rgb(50%, 50%, 50%);
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.pas_recap {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 110%;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.pas_help {
|
|
|
|
width: 80%;
|
|
|
|
font-size: 80%;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(90%, 90%, 90%);
|
|
|
|
color: rgb(40%, 20%, 0%);
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.pas_help_left {
|
|
|
|
float: left;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.libelle {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.anomalie {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- check absences / evaluations ---- */
|
2022-04-02 14:26:16 +02:00
|
|
|
div.module_check_absences h2 {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 100%;
|
|
|
|
color: blue;
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-bottom: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
div.module_check_absences h2.eval_check_absences {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 80%;
|
|
|
|
color: black;
|
|
|
|
margin-left: 20px;
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
div.module_check_absences h3 {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 80%;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(133, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-left: 40px;
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
div.module_check_absences ul {
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-left: 60px;
|
|
|
|
font-size: 80%;
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------------------------------------------- */
|
|
|
|
/* Help bubbles (aka tooltips) */
|
|
|
|
/* ----------------------------------------------- */
|
2022-04-02 14:26:16 +02:00
|
|
|
.tooltip {
|
2020-09-26 16:19:37 +02:00
|
|
|
width: 200px;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: #000;
|
|
|
|
font: lighter 11px/1.3 Arial, sans-serif;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.tooltip span.top {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding: 30px 8px 0;
|
|
|
|
background: url(/ScoDoc/static/icons/bt_gif.png) no-repeat top;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.tooltip b.bottom {
|
|
|
|
padding: 3px 8px 15px;
|
2020-09-26 16:19:37 +02:00
|
|
|
color: #548912;
|
|
|
|
background: url(/ScoDoc/static/icons/bt_gif.png) no-repeat bottom;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* ----------------------------------------------- */
|
|
|
|
|
2022-11-24 00:11:59 +01:00
|
|
|
.scoplement {
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 100%;
|
|
|
|
left: 0;
|
|
|
|
padding: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: rgb(205, 228, 255);
|
|
|
|
color: #000;
|
|
|
|
border: 1px solid rgb(4, 16, 159);
|
|
|
|
opacity: 0;
|
|
|
|
display: grid !important;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
gap: 0 !important;
|
|
|
|
column-gap: 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.with_scoplement:hover .scoplement {
|
|
|
|
opacity: 1;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.scoplement > div {
|
2022-11-24 00:11:59 +01:00
|
|
|
text-align: left;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.scoplement > div:nth-child(1),
|
|
|
|
.scoplement > div:nth-child(7) {
|
2022-11-24 00:11:59 +01:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------------------------------------------- */
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* ----------------------------- */
|
|
|
|
/* TABLES generees par gen_table */
|
|
|
|
/* ----------------------------- */
|
|
|
|
/* Voir gt_table.css les definitions s'appliquant à toutes les tables
|
|
|
|
*/
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.table_cohorte tfoot tr td,
|
|
|
|
table.table_cohorte tfoot tr th {
|
|
|
|
background-color: rgb(90%, 95%, 100%);
|
|
|
|
border-right: 1px solid #dddddd;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.table_cohorte tfoot tr th {
|
|
|
|
text-align: left;
|
2022-04-02 14:26:16 +02:00
|
|
|
border-left: 1px solid #dddddd;
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.table_coldate tr td:first-child {
|
|
|
|
/* largeur col. date/time */
|
2020-09-26 16:19:37 +02:00
|
|
|
width: 12em;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0%, 0%, 50%);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.table_listegroupe tr td {
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list_users td.date_modif_passwd {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2023-02-26 22:18:37 +01:00
|
|
|
table.list_users td.roles_string,
|
|
|
|
table.list_users th.roles_string {
|
|
|
|
word-wrap: break-word;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.formsemestre_description tr.table_row_ue td {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-09-23 11:23:48 +02:00
|
|
|
table.formsemestre_description tr.evaluation td {
|
|
|
|
color: rgb(4, 16, 159);
|
|
|
|
font-size: 85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.formsemestre_description tr.evaluation td.poids a {
|
|
|
|
font-style: italic;
|
|
|
|
color: rgb(4, 16, 159);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.formsemestre_description tbody tr.evaluation td {
|
|
|
|
background-color: #cee4fa !important;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* --- */
|
2023-11-16 01:58:12 +01:00
|
|
|
tr#tf_extue_decl > td,
|
|
|
|
tr#tf_extue_note > td {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 20px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
tr#tf_extue_titre > td,
|
|
|
|
tr#tf_extue_acronyme > td,
|
|
|
|
tr#tf_extue_type > td,
|
|
|
|
tr#tf_extue_ects > td {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 20px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------------------------- */
|
|
|
|
|
|
|
|
div.form_rename_partition {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.calday {
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cal_evaluations table.monthcalendar td.calcell {
|
|
|
|
padding-left: 0.6em;
|
|
|
|
width: 6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cal_evaluations table.monthcalendar td a {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(128, 0, 0);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
#lyc_map_canvas {
|
|
|
|
width: 900px;
|
|
|
|
height: 600px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.othersemlist {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
padding-left: 5px;
|
|
|
|
border: 1px solid gray;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.othersemlist input {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-left: 20px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-03-19 22:00:31 +01:00
|
|
|
div#update_warning {
|
2022-04-02 14:26:16 +02:00
|
|
|
display: none;
|
|
|
|
border: 1px solid red;
|
|
|
|
background-color: rgb(250, 220, 220);
|
|
|
|
margin: 3ex;
|
|
|
|
padding-left: 1ex;
|
|
|
|
padding-right: 1ex;
|
|
|
|
padding-bottom: 1ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div#update_warning > div:first-child:before {
|
2022-04-02 14:26:16 +02:00
|
|
|
content: url(/ScoDoc/static/icons/warning_img.png);
|
|
|
|
vertical-align: -80%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div#update_warning > div:nth-child(2) {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
|
|
|
padding-left: 8ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2023-11-06 22:05:38 +01:00
|
|
|
/*
|
2021-02-13 22:06:03 +01:00
|
|
|
Titres des tabs:
|
2023-11-06 22:05:38 +01:00
|
|
|
.nav-tabs li a {
|
2021-02-13 22:06:03 +01:00
|
|
|
font-variant: small-caps;
|
|
|
|
font-size: 13pt;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
#group-tabs {
|
|
|
|
clear: both;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
#group-tabs ul {
|
|
|
|
display: inline;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
#group-tabs ul li {
|
|
|
|
display: inline;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* Page accueil */
|
|
|
|
#scodoc_attribution p {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 75%;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.maindiv {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
ul.main {
|
2021-09-11 15:59:06 +02:00
|
|
|
list-style-type: square;
|
|
|
|
margin-top: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.main li {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-bottom: 2ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#scodoc_admin {
|
2023-11-16 01:58:12 +01:00
|
|
|
background-color: #eeffff;
|
2022-04-02 14:26:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#message,
|
|
|
|
.message {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding: 0.1em;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
background-color: #ffff73;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
-khtml-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
font-family: arial, verdana, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 40%;
|
|
|
|
text-align: center;
|
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
h4.scodoc {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tr#erroneous_ue td {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Export Apogee */
|
|
|
|
|
|
|
|
div.apo_csv_infos {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-bottom: 12px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_infos span:first-of-type {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 2ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_infos span:last-of-type {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-family: "Andale Mono", "Courier";
|
|
|
|
margin-right: 2ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_1 {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_status {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 20px;
|
|
|
|
padding-left: 22px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_status li {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin: 10px 0;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_status span {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-family: arial, verdana, sans-serif;
|
|
|
|
font-weight: bold;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_status_nok {
|
2023-11-16 01:58:12 +01:00
|
|
|
background: url(/ScoDoc/static/icons/bullet_warning_img.png) no-repeat left
|
|
|
|
top 0px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_status_missing_elems {
|
2023-11-16 01:58:12 +01:00
|
|
|
background: url(/ScoDoc/static/icons/bullet_warning_img.png) no-repeat left
|
|
|
|
top 0px;
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-left: 22px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#param_export_res {
|
2022-04-02 14:26:16 +02:00
|
|
|
padding-top: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#apo_elements span.apo_elems {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-family: "Andale Mono", "Courier";
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 9pt;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#apo_elements span.apo_elems .missing {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
|
|
|
font-weight: normal;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_jury_nok li {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre.small_pre_acc {
|
|
|
|
font-size: 60%;
|
|
|
|
width: 90%;
|
|
|
|
height: 20em;
|
|
|
|
background-color: #fffff0;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
.apo_csv_jury_ok input[type="submit"] {
|
2020-09-26 16:19:37 +02:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
li.apo_csv_warning,
|
|
|
|
.apo_csv_problems li.apo_csv_warning {
|
2020-09-26 16:19:37 +02:00
|
|
|
color: darkorange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apo_csv_problems li {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.apo_maq_list {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.apo_maq_table tr.apo_not_scodoc td:last-of-type {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: red;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.apo_maq_table th:last-of-type {
|
2022-04-02 14:26:16 +02:00
|
|
|
width: 4em;
|
|
|
|
text-align: left;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_list {
|
|
|
|
margin-top: 4px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-bottom: 5px;
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 1px dashed rgb(150, 10, 40);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
#apo_csv_download {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 5px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_compare_csv_form_but {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div.apo_compare_csv_form_submit input {
|
|
|
|
margin-top: 2ex;
|
|
|
|
margin-left: 5em;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.section .tit {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size: 120%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apo_compare_csv div.section .key {
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.section .val_ok {
|
|
|
|
font-size: 110%;
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: "Courier New", Courier, monospace;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.section .val_dif {
|
|
|
|
font-size: 110%;
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: "Courier New", Courier, monospace;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.section .p_ok {
|
|
|
|
font-size: 100%;
|
|
|
|
font-style: italic;
|
|
|
|
color: green;
|
|
|
|
margin-left: 4em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.section .s_ok {
|
|
|
|
font-size: 100%;
|
|
|
|
font-style: italic;
|
|
|
|
color: green;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.sec_table {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.sec_table .gt_table {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
.apo_compare_csv div.sec_table .gt_table td.val_A,
|
|
|
|
.apo_compare_csv div.sec_table .gt_table td.val_B {
|
2020-09-26 16:19:37 +02:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
.apo_compare_csv div.sec_table .gt_table td.type_res {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.semset_descr {
|
2022-04-02 14:26:16 +02:00
|
|
|
border: 1px dashed rgb(10, 150, 40);
|
2020-09-26 16:19:37 +02:00
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.semset_descr p {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.semset_listsems li {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
ul.semset_listsems li:first-child {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 0;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.box_title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 115%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.apo_csv_status {
|
|
|
|
border: 1px dashed red;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.form_apo_export input[type="submit"] {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: green;
|
|
|
|
margin: 10px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.vdi_label {
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Poursuites edtude PE */
|
|
|
|
form#pe_view_sem_recap_form div.pe_template_up {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 30px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Editable */
|
|
|
|
span.span_apo_edit {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-bottom: 1px dashed #84ae84;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Tags */
|
2022-04-02 14:26:16 +02:00
|
|
|
.notes_module_list span.sco_tag_edit {
|
|
|
|
display: none;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.sco_tag_edit .tag-editor {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(210, 210, 210);
|
|
|
|
border: 0px;
|
|
|
|
margin-left: 40px;
|
|
|
|
margin-top: 2px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-05-02 10:54:52 +02:00
|
|
|
div.sco_tag_module_edit span.sco_tag_edit .tag-editor {
|
|
|
|
background-color: rgb(210, 210, 210);
|
|
|
|
border: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.sco_tag_edit .tag-editor-delete {
|
2022-04-02 14:26:16 +02:00
|
|
|
height: 20px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Autocomplete noms */
|
|
|
|
.ui-menu-item {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 11pt;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#formsemestre_ext_edit_ue_validations {
|
|
|
|
margin-bottom: 2ex;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
form.tf_ext_edit_ue_validations table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 97%;
|
2021-02-13 22:06:03 +01:00
|
|
|
margin-left: 1em;
|
2020-09-26 16:19:37 +02:00
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
form.tf_ext_edit_ue_validations table th,
|
|
|
|
form.tf_ext_edit_ue_validations table td {
|
2020-09-26 16:19:37 +02:00
|
|
|
border-bottom: 1px solid rgb(168, 168, 168);
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
form.tf_ext_edit_ue_validations table th {
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
form.tf_ext_edit_ue_validations table td.tf_field_note,
|
|
|
|
form.tf_ext_edit_ue_validations table td.tf_field_coef {
|
2020-09-26 16:19:37 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
form.tf_ext_edit_ue_validations table td.tf_field_note input {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.ext_sem_moy {
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(122, 40, 2);
|
|
|
|
font-size: 120%;
|
2022-03-23 22:30:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* DataTables */
|
2022-03-27 10:05:12 +02:00
|
|
|
|
2022-03-23 22:30:22 +01:00
|
|
|
table.dataTable tr.odd td {
|
|
|
|
background-color: #ecf5f4;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-23 22:30:22 +01:00
|
|
|
table.dataTable tr.gt_lastrow th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.dataTable td.etudinfo,
|
|
|
|
table.dataTable td.group {
|
2022-03-23 22:30:22 +01:00
|
|
|
text-align: left;
|
2022-03-26 23:33:57 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-02-22 14:27:11 +01:00
|
|
|
/* ------------- BOUTONS style radio ------------ */
|
|
|
|
#zonePartitions button.dt-button {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
margin: 0 4px;
|
|
|
|
border-radius: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
border: 2px solid lightgrey;
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
border-color: #0069d9;
|
|
|
|
background: #0069d9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zonePartitions button.dt-button.unselect {
|
|
|
|
color: #707070;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
2022-04-10 17:38:59 +02:00
|
|
|
/* ------------- Nouveau tableau recap ------------ */
|
2022-03-27 18:49:15 +02:00
|
|
|
div.table_recap {
|
2022-03-27 22:33:25 +02:00
|
|
|
margin-top: 6px;
|
2022-03-27 18:49:15 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-02-09 15:27:19 +01:00
|
|
|
.table_recap .but_on {
|
|
|
|
background-color: rgb(177, 238, 162);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2023-02-22 14:27:11 +01:00
|
|
|
.button.but_off,
|
|
|
|
button.unselect {
|
2023-02-09 15:27:19 +01:00
|
|
|
background-color: lightgray;
|
2023-02-22 14:27:11 +01:00
|
|
|
font-weight: normal;
|
2023-02-09 15:27:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.table_recap button.but_on:hover:not(.disabled),
|
|
|
|
.table_recap div.but_on:hover:not(.disabled),
|
|
|
|
.table_recap a.but_on:hover:not(.disabled),
|
|
|
|
.table_recap input.but_on:hover:not(.disabled) {
|
|
|
|
background: linear-gradient(to bottom, lightgray 0%, rgb(51, 255, 0) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.table_recap button.but_off:hover:not(.disabled),
|
|
|
|
.table_recap div.but_off:hover:not(.disabled),
|
|
|
|
.table_recap a.but_off:hover:not(.disabled),
|
|
|
|
.table_recap input.but_off:hover:not(.disabled) {
|
|
|
|
background: linear-gradient(to bottom, rgb(51, 255, 0) 0%, lightgray 100%);
|
|
|
|
}
|
|
|
|
|
2023-02-12 01:13:43 +01:00
|
|
|
/* Non supproté par les navigateurs (en Fev. 2023)
|
|
|
|
.table_recap button:has(span a.clearreaload) {
|
2023-11-06 22:05:38 +01:00
|
|
|
}
|
2023-02-12 01:13:43 +01:00
|
|
|
*/
|
|
|
|
|
2023-02-21 21:34:38 +01:00
|
|
|
div.table_recap table.table_recap,
|
|
|
|
div.evaluations_recap table.evaluations_recap {
|
2022-03-26 23:33:57 +01:00
|
|
|
width: auto;
|
2023-02-12 01:13:43 +01:00
|
|
|
margin-left: 0px;
|
2023-02-06 18:59:51 +01:00
|
|
|
/* font-family: Consolas, monaco, monospace; */
|
2022-03-26 23:33:57 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-27 18:49:15 +02:00
|
|
|
table.table_recap tr.selected td {
|
|
|
|
border-bottom: 1px solid rgb(248, 0, 33);
|
|
|
|
border-top: 1px solid rgb(248, 0, 33);
|
|
|
|
background-color: rgb(253, 255, 155);
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.table_recap tr.selected td:first-child {
|
|
|
|
border-left: 1px solid rgb(248, 0, 33);
|
2022-03-27 18:49:15 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-27 18:49:15 +02:00
|
|
|
table.table_recap tr.selected td:last-child {
|
2022-04-02 14:26:16 +02:00
|
|
|
border-right: 1px solid rgb(248, 0, 33);
|
2022-03-27 18:49:15 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-28 18:13:51 +02:00
|
|
|
table.table_recap tbody td {
|
|
|
|
padding-top: 4px !important;
|
|
|
|
padding-bottom: 4px !important;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-28 18:13:51 +02:00
|
|
|
table.table_recap tbody td:hover {
|
|
|
|
color: rgb(163, 0, 0);
|
|
|
|
text-decoration: dashed underline;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-02-05 18:38:52 +01:00
|
|
|
table.table_recap tfoot tr td {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2022-04-03 16:20:16 +02:00
|
|
|
/* col moy gen en gras seulement pour les form. classiques */
|
|
|
|
table.table_recap.classic td.col_moy_gen {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.table_recap .identite_court {
|
|
|
|
white-space: nowrap;
|
2022-03-26 23:33:57 +01:00
|
|
|
text-align: left;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.table_recap .rang {
|
|
|
|
white-space: nowrap;
|
2022-03-26 23:33:57 +01:00
|
|
|
text-align: right;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-01-29 21:52:39 +01:00
|
|
|
table.table_recap .cursus {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2023-02-12 23:03:12 +01:00
|
|
|
table.table_recap td.col_rcue,
|
|
|
|
table.table_recap th.col_rcue,
|
|
|
|
table.table_recap td.cursus_but.first,
|
|
|
|
table.table_recap td.cursus_but.first {
|
|
|
|
border-left: 1px solid rgb(221, 221, 221);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.cursus_BUT1 {
|
|
|
|
color: #007bff;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.cursus_BUT2 {
|
|
|
|
color: #d39f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.cursus_BUT3 {
|
|
|
|
color: #7f00ff;
|
|
|
|
}
|
|
|
|
|
2023-02-05 18:38:52 +01:00
|
|
|
table.table_recap td.col_ue,
|
|
|
|
table.table_recap td.col_ue_code,
|
|
|
|
table.table_recap td.col_moy_gen,
|
|
|
|
table.table_recap td.group {
|
2022-03-26 23:33:57 +01:00
|
|
|
border-left: 1px solid blue;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-06-24 08:59:09 +02:00
|
|
|
table.table_recap .col_ue {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2023-02-05 18:38:52 +01:00
|
|
|
table.table_recap.jury td.col_ue {
|
2022-06-24 08:59:09 +02:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2022-06-29 19:38:39 +02:00
|
|
|
table.table_recap.jury .col_rcue,
|
|
|
|
table.table_recap.jury .col_rcue_code {
|
2022-06-24 08:59:09 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-06-29 19:38:39 +02:00
|
|
|
table.table_recap.jury tr.odd td.col_rcue,
|
|
|
|
table.table_recap.jury tr.odd td.col_rcue_code {
|
2023-02-05 18:38:52 +01:00
|
|
|
background-color: #e0eeff;
|
2022-06-27 19:47:41 +02:00
|
|
|
}
|
|
|
|
|
2023-02-06 22:43:07 +01:00
|
|
|
table.table_recap.jury td.empty_code::after {
|
|
|
|
content: "📍";
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap.jury td.fontred a {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2022-03-27 10:05:12 +02:00
|
|
|
table.table_recap .group {
|
|
|
|
border-left: 1px dashed rgb(160, 160, 160);
|
2022-04-02 14:26:16 +02:00
|
|
|
white-space: nowrap;
|
2022-03-27 10:05:12 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-02-05 18:38:52 +01:00
|
|
|
table.table_recap thead th {
|
|
|
|
border-left: 1px solid rgb(200, 200, 200);
|
|
|
|
border-right: 1px solid rgb(200, 200, 200);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap tr.groups_header th {
|
|
|
|
border-bottom: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap thead tr.titles th {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap tr td.col_ue_code,
|
|
|
|
table.table_recap tr th.col_ue_code {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2023-02-05 23:15:50 +01:00
|
|
|
table.table_recap tr td.jury_code_sem {
|
|
|
|
font-weight: bold;
|
|
|
|
border-left: 1px solid blue;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.table_recap .admission {
|
|
|
|
white-space: nowrap;
|
|
|
|
color: rgb(6, 73, 6);
|
2022-03-29 00:03:38 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-29 00:03:38 +02:00
|
|
|
table.table_recap .admission_first {
|
|
|
|
border-left: 1px solid blue;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-27 18:49:15 +02:00
|
|
|
table.table_recap tbody tr td a:hover {
|
2022-03-27 10:49:45 +02:00
|
|
|
color: red;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-27 10:49:45 +02:00
|
|
|
/* noms des etudiants sur recap complet */
|
2022-04-02 14:26:16 +02:00
|
|
|
table.table_recap a:link,
|
|
|
|
table.table_recap a:visited {
|
2022-03-27 10:49:45 +02:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2022-06-24 07:28:27 +02:00
|
|
|
table.table_recap a.stdlink:link,
|
|
|
|
table.table_recap a.stdlink:visited {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
table.table_recap tfoot th,
|
|
|
|
table.table_recap thead th {
|
2022-03-26 23:33:57 +01:00
|
|
|
text-align: left;
|
|
|
|
padding-left: 10px !important;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-26 23:33:57 +01:00
|
|
|
table.table_recap td.moy_inf {
|
|
|
|
font-weight: bold;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(225, 147, 0);
|
2022-03-26 23:33:57 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-26 23:33:57 +01:00
|
|
|
table.table_recap td.moy_ue_valid {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0, 140, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.moy_ue_warning {
|
|
|
|
color: rgb(255, 0, 0);
|
|
|
|
}
|
|
|
|
|
2023-02-22 21:41:58 +01:00
|
|
|
table.table_recap td.cap table.table_recap td.col_ues_validables {
|
2022-04-02 14:26:16 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
font-style: normal !important;
|
2022-03-26 23:33:57 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2023-02-04 14:22:24 +01:00
|
|
|
table.table_recap td.col_res,
|
|
|
|
table.table_recap th.col_res {
|
|
|
|
border-right: 1px dashed green;
|
|
|
|
border-left: 1px dashed green;
|
|
|
|
}
|
2023-02-21 21:34:38 +01:00
|
|
|
|
2023-02-21 00:59:26 +01:00
|
|
|
table.table_recap td.abs,
|
|
|
|
table.table_recap th.abs {
|
2023-02-21 21:34:38 +01:00
|
|
|
color: rgb(80, 0, 0);
|
2023-02-21 00:59:26 +01:00
|
|
|
border-right: 1px dashed green;
|
|
|
|
border-left: 1px dashed green;
|
|
|
|
}
|
2023-02-04 14:22:24 +01:00
|
|
|
|
|
|
|
table.table_recap td.partition,
|
|
|
|
table.table_recap th.partition {
|
|
|
|
border-right: 1px solid rgb(221, 221, 221);
|
|
|
|
border-left: 1px solid rgb(221, 221, 221);
|
|
|
|
}
|
2022-04-03 16:20:16 +02:00
|
|
|
|
|
|
|
.green-arrow-up {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-left: 8px solid transparent;
|
|
|
|
border-right: 8px solid transparent;
|
|
|
|
border-bottom: 8px solid rgb(48, 239, 0);
|
|
|
|
}
|
|
|
|
|
2023-02-02 19:22:29 +01:00
|
|
|
.red-arrow-down {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-left: 8px solid transparent;
|
|
|
|
border-right: 8px solid transparent;
|
|
|
|
border-top: 8px solid red;
|
|
|
|
}
|
|
|
|
|
2022-04-03 16:20:16 +02:00
|
|
|
table.table_recap td.col_ue_bonus,
|
|
|
|
table.table_recap th.col_ue_bonus {
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(0, 128, 11);
|
|
|
|
}
|
|
|
|
|
2023-02-02 19:22:29 +01:00
|
|
|
table.table_recap span.sp2l {
|
2022-04-03 16:20:16 +02:00
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
2023-02-02 19:22:29 +01:00
|
|
|
table.table_recap .malus_negatif {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2022-04-03 16:20:16 +02:00
|
|
|
table.table_recap td.col_ue_bonus {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.col_malus,
|
|
|
|
table.table_recap th.col_malus {
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(165, 0, 0);
|
|
|
|
}
|
|
|
|
|
2022-03-26 23:33:57 +01:00
|
|
|
table.table_recap tr.ects td {
|
|
|
|
color: rgb(160, 86, 3);
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid blue;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-26 23:33:57 +01:00
|
|
|
table.table_recap tr.coef td {
|
|
|
|
font-style: italic;
|
|
|
|
color: #9400d3;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
|
|
|
table.table_recap tr.coef td,
|
|
|
|
table.table_recap tr.min td,
|
|
|
|
table.table_recap tr.max td,
|
|
|
|
table.table_recap tr.moy td {
|
2022-03-26 23:33:57 +01:00
|
|
|
font-size: 80%;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
2022-03-29 00:03:38 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-29 00:03:38 +02:00
|
|
|
table.table_recap tr.dem td {
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(100, 100, 100);
|
|
|
|
font-style: italic;
|
2022-03-29 00:03:38 +02:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-29 00:03:38 +02:00
|
|
|
table.table_recap tr.def td {
|
|
|
|
color: rgb(121, 74, 74);
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
2022-04-04 09:35:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.evaluation,
|
|
|
|
table.table_recap tr.descr_evaluation {
|
|
|
|
font-size: 90%;
|
|
|
|
color: rgb(4, 16, 159);
|
|
|
|
}
|
|
|
|
|
2022-04-09 14:20:56 +02:00
|
|
|
table.table_recap tr.descr_evaluation a {
|
|
|
|
color: rgb(4, 16, 159);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap tr.descr_evaluation a:hover {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2022-04-04 09:35:52 +02:00
|
|
|
table.table_recap tr.descr_evaluation {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2023-02-04 14:22:24 +01:00
|
|
|
table.table_recap tr.apo td:not(.identite_court) {
|
2022-04-04 09:35:52 +02:00
|
|
|
font-size: 75%;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap tr.apo td {
|
2023-02-04 14:22:24 +01:00
|
|
|
background-color: #f5fdf6;
|
2023-02-04 14:31:39 +01:00
|
|
|
overflow-wrap: anywhere;
|
|
|
|
max-width: 1px;
|
2022-04-04 09:35:52 +02:00
|
|
|
}
|
|
|
|
|
2023-02-05 18:38:52 +01:00
|
|
|
table.table_recap tr.type_col td {
|
2023-02-04 14:22:24 +01:00
|
|
|
font-size: 40%;
|
2023-01-14 21:56:41 +01:00
|
|
|
font-family: monospace;
|
2023-02-04 14:31:39 +01:00
|
|
|
overflow-wrap: anywhere;
|
|
|
|
max-width: 1px;
|
2023-01-14 21:56:41 +01:00
|
|
|
}
|
|
|
|
|
2022-04-04 09:35:52 +02:00
|
|
|
table.table_recap td.evaluation.first,
|
|
|
|
table.table_recap th.evaluation.first {
|
|
|
|
border-left: 2px solid rgb(4, 16, 159);
|
2022-04-10 17:38:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.evaluation.first_of_mod,
|
|
|
|
table.table_recap th.evaluation.first_of_mod {
|
|
|
|
border-left: 1px dashed rgb(4, 16, 159);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.evaluation.att {
|
|
|
|
color: rgb(255, 0, 217);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.evaluation.abs {
|
|
|
|
color: rgb(231, 0, 0);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.evaluation.exc {
|
|
|
|
font-style: italic;
|
|
|
|
color: rgb(0, 131, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.evaluation.non_inscrit {
|
|
|
|
font-style: italic;
|
|
|
|
color: rgb(101, 101, 101);
|
|
|
|
}
|
|
|
|
|
2022-06-25 02:59:43 +02:00
|
|
|
div.table_jury_but_links {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2023-02-12 01:13:43 +01:00
|
|
|
div.links_under_recap ul li {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
2022-12-25 21:43:22 +01:00
|
|
|
|
|
|
|
/* ------------- Tableau stats jury BUT -------- */
|
|
|
|
table.jury_stats_codes {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-left: 42px;
|
|
|
|
border: 3px solid #000000;
|
|
|
|
text-align: left;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.jury_stats_codes td {
|
|
|
|
margin-right: 12px;
|
|
|
|
border-top: 1px solid #000000;
|
|
|
|
padding: 5px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.jury_stats {
|
|
|
|
background-color: #c7f6c7;
|
|
|
|
border-radius: 12px;
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 8px;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
|
2022-04-10 17:38:59 +02:00
|
|
|
/* ------------- Tableau etat evals ------------ */
|
|
|
|
|
|
|
|
div.evaluations_recap table.evaluations_recap {
|
|
|
|
width: auto !important;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap tr.odd td {
|
|
|
|
background-color: #fff4e4;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap tr.res td {
|
|
|
|
background-color: #f7d372;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap tr.sae td {
|
|
|
|
background-color: #d8fcc8;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap tr.module td {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap tr.evaluation td.titre {
|
|
|
|
font-style: italic;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap td.titre,
|
|
|
|
table.evaluations_recap th.titre {
|
|
|
|
max-width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap td.complete,
|
|
|
|
table.evaluations_recap th.complete {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap tr.evaluation.incomplete td,
|
|
|
|
table.evaluations_recap tr.evaluation.incomplete td a {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap tr.evaluation.incomplete td a.incomplete {
|
|
|
|
font-weight: bold;
|
2022-04-12 17:27:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.evaluations_recap td.inscrits,
|
|
|
|
table.evaluations_recap td.manquantes,
|
|
|
|
table.evaluations_recap td.nb_abs,
|
|
|
|
table.evaluations_recap td.nb_att,
|
|
|
|
table.evaluations_recap td.nb_exc {
|
|
|
|
text-align: center;
|
2022-04-20 22:55:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ------------- Tableau récap formation ------------ */
|
|
|
|
table.formation_table_recap tr.ue td {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.formation_table_recap td.coef,
|
|
|
|
table.formation_table_recap td.ects,
|
|
|
|
table.formation_table_recap td.nb_moduleimpls,
|
|
|
|
table.formation_table_recap td.heures_cours,
|
|
|
|
table.formation_table_recap td.heures_td,
|
|
|
|
table.formation_table_recap td.heures_tp {
|
|
|
|
text-align: right;
|
2023-02-27 10:20:59 +01:00
|
|
|
}
|
|
|
|
|
2023-03-01 19:10:37 +01:00
|
|
|
div.cas_link {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
2023-03-09 11:59:58 +01:00
|
|
|
div.cas_settings {
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
border: 1px dashed rgb(191, 34, 191);
|
|
|
|
background-color: #feb4e54f;
|
|
|
|
}
|
|
|
|
|
2023-11-16 01:58:12 +01:00
|
|
|
div.cas_settings > div,
|
2023-03-09 11:59:58 +01:00
|
|
|
div.cas_settings div.form-group {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2023-02-27 10:20:59 +01:00
|
|
|
div.cas_etat_certif_ssl {
|
2023-03-09 11:59:58 +01:00
|
|
|
margin-top: -15px;
|
|
|
|
margin-bottom: 8px;
|
2023-02-27 10:20:59 +01:00
|
|
|
font-style: italic;
|
2023-03-09 11:59:58 +01:00
|
|
|
color: rgb(231, 0, 0);
|
2023-11-06 22:05:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.edt_id {
|
|
|
|
color: rgb(85, 255, 24);
|
|
|
|
}
|