Files
Félix MARQUET 0eb717651e feat: add exercise sheets for Bernoulli, integrals, binomial distribution, and cardinality
- Added exercise sheets for Bernoulli experiments including probability of success, failure, and simulation of multiple experiments.
- Added exercise sheets for calculating integrals using different methods such as rectangles, Simpson's rule, and the integrate function.
- Added exercise sheets for binomial distribution including probability calculations and cumulative probability.
- Added exercise sheets for calculating the cardinality of sets including unique elements and empty sets.
2024-12-20 08:26:12 +01:00

409 lines
8.6 KiB
CSS

.exo {
background: #ffffff;
color: #000000;
margin: 0.75em 1em;
font-size:0.9em;
}
.exo .titreexo
{
font-size:1.1em;
font-weight:bold;
}
.exo .titreexo a:link { color:#566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal;}
.exo .titreexo a:visited { color:#7566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal;}
.exo .titreexo a:hover {font-style:normal; color: #738CC6; font-size:12px; text-decoration:none; font-weight:normal;}
.exo .titreexo a:active { color:#7566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal;}
.exo .aprestitre
{
}
.exo {
}
.lienexo { color:#ffffff; font-style:normal; text-decoration:none; font-size:1em; }
.exo .enonce
{
border-color: #7aadbd;
border-style: solid;
border-width: 1px 1px 1px 3px;
padding: 3px 0px 3px 0px ;
margin: 5px 0px 0px 5px;
background: #f8f9f0;
a: {font-style:normal; text-decoration:none; font-size:15px}
}
.exo .enonce .inner
{
padding:3px;margin:3px;
}
.exo .indication
{
border-color: #7aadbd;
border-style: solid;
border-width: 0px 1px 1px 3px;
padding: 3px 0px 3px 0px;
margin: 0px 0px 0px 5px;
background: #EFF8FB;
}
.exo .indication .inner
{
padding:3px;margin:3px;
}
.exo .corrige
{
border-color: #7aadbd;
border-style: solid;
border-width: 0px 1px 1px 3px;
padding: 3px 0px 3px 0px;
margin: 0px 0px 0px 5px;
background: #FBEFF2;
}
.exo .corrige .inner
{
padding:3px;margin:3px;
}
.exo .enonce a:link { color:#566579; font-style:normal; text-decoration:none; }
.exo .enonce a:visited { color:#7566579; font-style:normal; text-decoration:none; }
.exo .enonce a:hover { color: #738CC6; font-style:normal; text-decoration:none; }
.exo .enonce a:active { color:#7566579; font-style:normal; text-decoration:none;}
.exo .indication a:link { color:#566579; font-style:normal; text-decoration:none; }
.exo .indication a:visited { color:#7566579; font-style:normal; text-decoration:none;}
.exo .indication a:hover { color: #738CC6; font-style:normal; text-decoration:none; }
.exo .indication a:active { color:#7566579; font-style:normal; text-decoration:none;}
.exo .corrige a:link { color:#566579; font-style:normal; text-decoration:none; }
.exo .corrige a:visited { color:#7566579; font-style:normal; text-decoration:none;}
.exo .corrige a:hover { color: #738CC6; font-style:normal; text-decoration:none; }
.exo .corrige a:active { color:#7566579; font-style:normal; text-decoration:none;}
.codebox {
border-style: solid;
border-width: 1px;
margin: 0.75em 1em;
padding: 30;
}
.exo .presquelien { color:#566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal; cursor:pointer;}
.presquelien { color:#566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal; cursor:pointer;}
.exo .presquelien:hover {font-style:normal; color: #738CC6; font-size:12px; font-weight:normal; cursor:pointer;}
.titrepartie .presquelien { color:#566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal; cursor:pointer; }
.titrepartie .presquelien:hover {font-style:normal; color: #738CC6; font-size:12px; font-weight:normal; cursor:pointer; }
#mafeuille{
float:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #FFE4E1;
margin-bottom:20px;
min-height:100%;
font-size:14px;
width:100%;
}
#mafeuille .toolbar {
background-color: #FFE4E1;
height: 20px;
margin-bottom: 15px;
min-height: 20px;
vertical-align: middle;
white-space: nowrap;
color: #AF0000;
font-size: 18px;
font-weight:bold;
}
.optionsfeuille {
font-style:verdana;
font-size:1em;
margin-left:10px;
margin-bottom:30px;
}
.divsepare
{
border-top-style: dotted;
border-width:1px;
padding-top:5px;
margin-top:10px;
}
.repertoire
{
padding: 3px 0px 3px 0px ;
margin: 2px 0px 0px 5px;
a: {font-style:normal; text-decoration:none; font-size:15px}
}
.repertoire .inner
{
border-color: #7aadbd;
border-style: solid;
border-width: 0px 0px 0px 3px;
background: #fafafa;
padding:3px;margin:3px;
}
.repertoireover
{
padding: 3px 0px 3px 0px ;
margin: 2px 0px 0px 5px;
}
.repertoireover a
{
font-weight:bold;}
}
.repertoire .inner
{
border-color: #7aadbd;
border-style: solid;
border-width: 0px 0px 0px 3px;
background: #fafafa;
transition-property: background;
transition-duration: 1s;
padding:3px;margin:3px;
}
.repertoireover .inner
{
border-color: #7aadbd;
border-style: solid;
border-width: 0px 0px 0px 3px;
background: #f0f0f0;
padding:3px;margin:3px;
transition-property: background;
transition-duration: 1s;
}
.repertoireover .inner a
{
font-weight:normal;}
}
.unefeuille .presquelien { color:#566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal; cursor:pointer;}
.unefeuille .presquelien:hover {font-style:normal; color: #738CC6; font-size:12px; font-weight:normal; cursor:pointer;}
.repertoire .presquelien { color:#566579; font-style:normal; text-decoration:none; font-size:12px; font-weight:normal; cursor:pointer;}
.repertoire .presquelien:hover {font-style:normal; color: #738CC6; font-size:12px; font-weight:normal; cursor:pointer;}
.panelboutons{
text-align:center;
padding-bottom:30px;
padding-top:15px;
}
.grosboutonsfeuille{
cursor:pointer;
border-radius:5px;
background:linear-gradient(#DDDDDD,#FFFFFF);
font-style:verdana;
font-size:1em;
margin:5px;
}
.grosboutonsfeuille:hover{
background:linear-gradient(#CCCCCC,#EEEEEE);
}
.boutonressource{
cursor:pointer;
border-radius:5px;
font-style:verdana;
background:linear-gradient(#DDDDDD,#FFFFFF);
}
.boutonressource:hover{
background:linear-gradient(#CCCCCC,#EEEEEE);
}
.enumeratechiffre
{
list-style-type: none;
}
.enumeratechiffre ol {
counter-reset: step-counter;
}
.enumeratechiffre li {
counter-increment: step-counter;
}
.enumeratechiffre li::before {
content: counters(step-counter,".")".";
margin-right: 2px;
font-weight: bold;
padding: 3px 2px;
}
.enumeratealpha
{
list-style-type: none;
}
.enumeratealpha ol
{
counter-reset: step-counteralpha;
}
.enumeratealpha li {
counter-increment: step-counteralpha;
}
.enumeratealpha li::before {
content: counter(step-counteralpha,lower-alpha)".";
margin-right: 2px;
font-weight: bold;
padding: 3px 2px;
}
.enumerateroman
{
list-style-type: none;
}
.enumerateroman ol
{
counter-reset:step-counterroman;
}
.enumerateroman li
{
counter-increment:step-counterroman;
}
.enumerateroman li::before
{
content: counter(step-counterroman,lower-roman)".";
margin-right: 2px;
font-weight: bold;
padding: 3px 2px;
}
.rien
{
list-style-type:square;
}
.rien li
{
counter-increment:virtual;
}
.rien li::before
{
content:none;
}
.conteneurquestion
{width:95%;
box-sizing:border-box;
display:-webkit-box;display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:column;
align-items:stretch;
line-height:1.5;
margin-bottom:1.5em;
margin-left:1em;
margin-right:1em;
margin-top:1.5em;
background: #fff;
border-radius: 6px 6px 6px 6px;
border:1px solid rgb(0,119,24);
}
.conteneurquestion a{ font-size:0.8em;}
.conteneurquestion a:link { font-style:normal; text-decoration:none }
.conteneurquestion a:visited { font-style:normal; text-decoration:none }
.conteneurquestion a:hover {font-style:italic; font-style:normal; color: #738CC6}
.conteneurquestion a:active { font-style:normal; text-decoration:none}
.conteneurquestion .titre a:link { color:#fff; font-style:normal; text-decoration:none }
.conteneurquestion .titre a:visited { color:#fff; font-style:normal; text-decoration:none }
.conteneurquestion .titre a:hover {font-style:italic; font-style:normal; color: #738CC6}
.conteneurquestion .titre a:active { color:#fff; font-style:normal; text-decoration:none}
.conteneurquestion .titre
{
background: rgb(0,119,24);
color:#fff;
font-size:19px;
margin-bottom:10px;
padding-left:5px;
padding-right:5px;
border-radius: 6px 6px 0px 0px;
display:flex;
justify-content:space-between;
}
.conteneurquestion .answer
{
display:flex;
justify-content:space-between;
align-items:center;
}
.conteneurquestion .upload
{
display:none;
justify-content:space-between;
align-items:center;
}
.file {
opacity: 0;
width: 0.1px;
height: 0.1px;
position: absolute;
}
.file-input {
cursor:pointer;
padding:2px;
border-radius:5px;
font-style:verdana;
font-size:0.9em;
background:linear-gradient(#DDDDDD,#FFFFFF);
border-top-width:0px;
border-right-width:2px;
border-left-width:0px;
border-bottom-width:2px;
border-color:#AAAAAA;
border-style:solid;
}