"

Style Sheet Code

/* headers */
h1, h2, h3, h4, h5, h6 {
font-weight: bold !important;
margin-top: 1em !important;
margin-bottom: 1em !important;
}
/* Suppress Pressbooks rendering
of chapter titles in screaming caps */
section.chapter header h1 {
text-transform: none !important;
}
/* rounded textboxes */
.textbox, .textbox p {
  hyphens: none;
  border-radius: 1.5em !important;
}
.textbox__header {
  border-radius: 1.5em 1.5em 0 0 !important;
}
/*end of rounded textboxes */
/* Get rid of large margins some themes apply to textbox headings */
h2.textbox__title, h3.textbox__title, h4.textbox__title {
  margin: 0;
}
.textbox__header h2, h3, h4 {
   margin: 0;
}
/* Make headings bold by default */
h1, h2, h3, h4, h5, h6 {
font-weight: bold !important;
}
/* Make sure lists inside tables match table font defaults */
table li {
font-size: 0.9em !important;
font-weight: normal !important;
line-height: 1 !important;
}
table ul, ol {
margin-top: 1.5em !important;
}/*End of table list formatting */
/*normal word wrap in tables*/
td, th {
word-break: normal !important;
overflow-wrap: normal !important;
}
/* Styling ::before */
.textbox–learning-objectives .textbox__header::before,
.textbox–exercises .textbox__header::before,
.textbox–examples .textbox__header::before,
.textbox–key-takeaways .textbox__header::before {
    content: “”;
    display: block;
    float: left;
    background-size: 80px 80px !important;
width: 80px;
    height: 80px;
  margin-right: 1em;
}
/* Learning Objectives Box */
.textbox–learning-objectives .textbox__header::before {
    background: url(“https://ecampusontario.pressbooks.pub/app/uploads/sites/4094/2024/04/Pressbooks_Icon_Objectives_OG-White.png”) no-repeat;
}
/* Question/Exercises Box */
.textbox–exercises .textbox__header::before {
    background: url(“https://ecampusontario.pressbooks.pub/app/uploads/sites/4094/2024/04/Pressbooks_Icon_learning-assesment_OG-White.png”) no-repeat;
}
/* Examples Box */
.textbox–examples .textbox__header::before {
    background: url(“https://ecampusontario.pressbooks.pub/app/uploads/sites/4094/2024/04/Pressbooks_Icon_Examples_OG-White.png”) no-repeat;
}
/* Key Takeaways Box */
.textbox–key-takeaways .textbox__header::before {
    background: url(“https://ecampusontario.pressbooks.pub/app/uploads/sites/4094/2024/04/Pressbooks_Icon_Key_OG-White.png”) no-repeat;
}
.textbox, .textbox p {
  hyphens: none;
  border-radius: 1.5em !important;
}
.textbox__header {
  border-radius: 1.5em 1.5em 0 0 !important;
}
.table_overflow-x {
  width: 100%;
  display: block;
  overflow-x: auto;
}
/* My Table Grid*/
table.flexible-grid td {
  border: 1px solid;
  border-color: #373d3f;
}
/* Suppress Pressbooks rendering
of chapter titles in screaming caps */
section.chapter header h1 {
text-transform: none !important;
}