2020-09-26 16:19:37 +02:00
|
|
|
/* # -*- mode: css -*-
|
2021-11-12 22:17:46 +01:00
|
|
|
ScoDoc, (c) Emmanuel Viennet 1998 - 2021
|
2020-09-26 16:19:37 +02:00
|
|
|
*/
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2020-09-26 16:19:37 +02:00
|
|
|
width: 100%;
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(242, 242, 238);
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media print {
|
2022-04-02 14:26:16 +02:00
|
|
|
.noprint {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2021-09-28 07:28:16 +02:00
|
|
|
div#gtrcontent {
|
|
|
|
margin-bottom: 4ex;
|
|
|
|
}
|
|
|
|
|
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 {
|
2022-04-02 14:26:16 +02: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
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2021-09-10 23:18:27 +02: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
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
/* ----- page content ------ */
|
|
|
|
|
|
|
|
div.about-logo {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.head_message {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-top: 2px;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
2021-12-04 21:06:32 +01:00
|
|
|
div.part2 {
|
|
|
|
margin-top: 3ex;
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
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 */
|
|
|
|
width: 80px;
|
|
|
|
/* adapter suivant image */
|
2022-01-09 11:27:24 +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
|
|
|
|
|
|
|
table.semlist tr a.stdlink,
|
|
|
|
table.semlist tr a.stdlink:visited {
|
|
|
|
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
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
table.semlist 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
|
|
|
|
2021-12-04 21:06:32 +01:00
|
|
|
div#gtrcontent table.semlist tr.css_S-1 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(251, 250, 216);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-12-04 21:06:32 +01:00
|
|
|
div#gtrcontent table.semlist tr.css_S1 {
|
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
|
|
|
|
2021-12-04 21:06:32 +01:00
|
|
|
div#gtrcontent table.semlist tr.css_S2 {
|
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
|
|
|
|
2021-12-04 21:06:32 +01:00
|
|
|
div#gtrcontent table.semlist tr.css_S3 {
|
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
|
|
|
|
2021-12-04 21:06:32 +01:00
|
|
|
div#gtrcontent table.semlist tr.css_S4 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(131, 225, 140);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-12-04 21:06:32 +01:00
|
|
|
div#gtrcontent table.semlist tr.css_MEXT {
|
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
|
|
|
}
|
|
|
|
|
2022-04-12 17:12:51 +02:00
|
|
|
div.news a {
|
|
|
|
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;
|
|
|
|
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;
|
|
|
|
background-position: 0 .4em;
|
|
|
|
padding-left: .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);
|
|
|
|
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 {
|
2022-04-02 14:26:16 +02:00
|
|
|
margin-right: .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
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listegroupelink a:link {
|
|
|
|
color: blue;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.listegroupelink a:visited {
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listegroupelink a:hover {
|
|
|
|
color: red;
|
|
|
|
}
|
2020-09-26 16:19:37 +02:00
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
a.stdlink,
|
|
|
|
a.stdlink:visited {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sco_help {
|
|
|
|
margin-top: 12px;
|
2022-03-22 22:14:45 +01:00
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 8px;
|
|
|
|
border-radius: 4px;
|
2022-04-02 14:26:16 +02:00
|
|
|
font-style: italic;
|
|
|
|
background-color: rgb(200, 200, 220);
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo h1 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo h2 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configuration_logo h3 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2022-04-12 17:27:52 +02: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 {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-size: 80%;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.notes_evaluation td.eval_incomplete>a {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.jury_footer>span {
|
|
|
|
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 {
|
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
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
#sco_menu>li {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
#sco_menu>li li {
|
|
|
|
text-transform: none;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
#sco_menu>li>a {
|
|
|
|
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
|
|
|
|
|
|
|
#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
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
.sco_dropdown_menu>li {
|
|
|
|
width: auto;
|
|
|
|
/* 120px !important; */
|
2020-09-26 16:19:37 +02:00
|
|
|
font-size: 12px;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
|
|
|
background-color: #EFF7F2;
|
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
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;
|
|
|
|
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;
|
|
|
|
width: 9px;
|
2022-01-25 10:45:13 +01:00
|
|
|
height: 9px;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#grouplists 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
|
|
|
}
|
|
|
|
|
|
|
|
#grouplists table {
|
2022-04-02 14:26:16 +02:00
|
|
|
/*border: 1px solid black;*/
|
|
|
|
border-spacing: 1px;
|
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;
|
|
|
|
}
|
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
|
|
|
|
|
|
|
.coefs_histo>div {
|
2021-12-04 22:48:32 +01:00
|
|
|
--height: calc(32px * var(--coef) / var(--max));
|
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
|
|
|
|
|
|
|
.coefs_histo>div:nth-child(odd) {
|
2021-12-02 21:16:14 +01:00
|
|
|
background-color: #9c0;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
tr.mievr td.mievr_tit {
|
2020-09-26 16:19:37 +02:00
|
|
|
font-weight: bold;
|
|
|
|
background-color: #cccccc;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
tr.mievr td {
|
|
|
|
text-align: left;
|
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 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
|
|
|
vertical-align: top;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
span.evalindex_cont {
|
2022-04-02 14:26:16 +02:00
|
|
|
float: 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.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-04-02 14:26:16 +02:00
|
|
|
color: rgb(0, 0, 255);
|
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;
|
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
span.eval_coef_ue_titre {}
|
2022-01-20 13:00:25 +01:00
|
|
|
|
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
|
|
|
|
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 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.formation_ue_list {
|
|
|
|
border: 1px solid black;
|
|
|
|
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 {
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 24px;
|
|
|
|
font-size: 120%;
|
2021-11-18 00:24:56 +01:00
|
|
|
font-weight: bold;
|
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;
|
|
|
|
margin-top: 20px
|
|
|
|
}
|
2022-04-02 14:26:16 +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 {
|
|
|
|
background-color: #b7d2fa;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
span.notes_module_list_buts {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ue_list_tit {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
background-color: rgb(155, 218, 155);
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid blue;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 15px;
|
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-02-02 21:13:39 +01:00
|
|
|
div#ue_list_modules {
|
|
|
|
background-color: rgb(191, 242, 255);
|
|
|
|
border: 1px solid blue;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
div#ue_list_etud_validations {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: rgb(220, 250, 220);
|
2022-02-02 21:13:39 +01:00
|
|
|
padding-left: 4px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
margin: 3ex;
|
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_list_etud_validations span {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
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;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
font-weight: bold;
|
|
|
|
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;
|
|
|
|
font-weight: bold;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
2022-03-07 23:43:48 +01:00
|
|
|
div.bull_photo {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.bull_liensemestre {
|
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
|
|
|
.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;
|
|
|
|
background: #FFE7D5;
|
|
|
|
border-radius: 16px;
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
padding: 16px 32px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ----- 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
|
|
|
|
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 {
|
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
|
|
|
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 {
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.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-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 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #E6E6E6;
|
|
|
|
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
|
|
|
|
2020-09-26 16:19:37 +02:00
|
|
|
td.rcp_nonass {
|
|
|
|
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 {
|
|
|
|
background-image: repeating-linear-gradient(-45deg, rgb(100, 205, 193), rgb(100, 205, 193) 2px, transparent 5px, transparent 40px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.ue_capitalized {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
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%;
|
|
|
|
color: #1C721C;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
/* ----------------------------------------------- */
|
|
|
|
|
|
|
|
/* ----------------------------- */
|
|
|
|
/* 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.roles {
|
|
|
|
width: 22em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list_users td.date_modif_passwd {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.formsemestre_description tr.table_row_ue td {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* --- */
|
2022-04-02 14:26:16 +02:00
|
|
|
tr#tf_extue_decl>td,
|
|
|
|
tr#tf_extue_note>td {
|
|
|
|
padding-top: 20px;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-02 14:26:16 +02:00
|
|
|
tr#tf_extue_titre>td,
|
|
|
|
tr#tf_extue_acronyme>td,
|
|
|
|
tr#tf_extue_type>td,
|
|
|
|
tr#tf_extue_ects>td {
|
|
|
|
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 p {
|
2022-04-02 14:26:16 +02:00
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 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
|
|
|
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
|
|
|
|
|
|
|
div#update_warning>div:first-child:before {
|
|
|
|
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
|
|
|
|
|
|
|
div#update_warning>div:nth-child(2) {
|
|
|
|
font-size: 80%;
|
|
|
|
padding-left: 8ex;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|
|
|
|
|
2021-02-13 22:06:03 +01:00
|
|
|
/*
|
|
|
|
Titres des tabs:
|
|
|
|
.nav-tabs li a {
|
|
|
|
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 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background-color: #EEFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
2022-04-02 14:26:16 +02: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 {
|
2022-04-02 14:26:16 +02:00
|
|
|
background: url(/ScoDoc/static/icons/bullet_warning_img.png) no-repeat left top 0px;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apo_csv_jury_ok input[type=submit] {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2022-03-26 23:33:57 +01:00
|
|
|
div.table_recap table.table_recap {
|
|
|
|
width: auto;
|
|
|
|
}
|
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
|
|
|
|
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
|
|
|
|
|
|
|
table.table_recap .col_ue,
|
|
|
|
table.table_recap .col_moy_gen,
|
|
|
|
table.table_recap .group {
|
2022-03-26 23:33:57 +01:00
|
|
|
border-left: 1px solid blue;
|
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
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
|
|
|
|
|
|
|
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-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 {
|
|
|
|
font-weight: bold;
|
2022-04-02 14:26:16 +02:00
|
|
|
color: rgb(0, 140, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.moy_ue_warning {
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(255, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.col_ues_validables {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal !important;
|
2022-03-26 23:33:57 +01:00
|
|
|
}
|
2022-04-02 14:26:16 +02:00
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap td.col_ue_bonus>span.sp2l {
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap tr.apo {
|
|
|
|
font-size: 75%;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_recap tr.apo td {
|
|
|
|
border: 1px solid gray;
|
|
|
|
background-color: #d8f5fe;
|
|
|
|
}
|
|
|
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ------------- 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;
|
2020-09-26 16:19:37 +02:00
|
|
|
}
|