Skip to content

Commit

Permalink
added css code
Browse files Browse the repository at this point in the history
  • Loading branch information
marie-kamp committed Jan 12, 2024
1 parent 3131aca commit ef37c03
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
14 changes: 14 additions & 0 deletions inst/tutorials/5b_ttest/css/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@
border-radius: 4px;
padding:0.5em;
}

.aufgabe {
background-color: #e9e5ee ;
border-left: solid #957dad 4px;
border-radius: 4px;
padding:0.7em;
}

.aufgaberstudio {
background-color: ##e9eee5 ;
border-left: solid #95AD7D 4px;
border-radius: 4px;
padding:0.7em;
}
14 changes: 14 additions & 0 deletions inst/tutorials/5c_levene/css/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@
border-radius: 4px;
padding:0.5em;
}

.aufgabe {
background-color: #e9e5ee ;
border-left: solid #957dad 4px;
border-radius: 4px;
padding:0.7em;
}

.aufgaberstudio {
background-color: ##e9eee5 ;
border-left: solid #95AD7D 4px;
border-radius: 4px;
padding:0.7em;
}
14 changes: 14 additions & 0 deletions inst/tutorials/5d_chi/css/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@
border-radius: 4px;
padding:0.5em;
}

.aufgabe {
background-color: #e9e5ee ;
border-left: solid #957dad 4px;
border-radius: 4px;
padding:0.7em;
}

.aufgaberstudio {
background-color: ##e9eee5 ;
border-left: solid #95AD7D 4px;
border-radius: 4px;
padding:0.7em;
}
14 changes: 14 additions & 0 deletions inst/tutorials/6a_korrelationen/css/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@
border-radius: 4px;
padding:0.5em;
}

.aufgabe {
background-color: #e9e5ee ;
border-left: solid #957dad 4px;
border-radius: 4px;
padding:0.7em;
}

.aufgaberstudio {
background-color: ##e9eee5 ;
border-left: solid #95AD7D 4px;
border-radius: 4px;
padding:0.7em;
}

0 comments on commit ef37c03

Please sign in to comment.