< Style sheet editingDocument-global macros >

Style sheet of this help set

To give you an example, this is the style sheet of this very help set:

.example {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #dddddd;
  color: black;
}

.warn {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #ff6666;
  color: black;
}

.note {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #bbbbee;
  color: black;
}

h1 {
  padding: 2px;
  background-color: #ffff99;
  color: black;
  text-align: center;
}

h2 {
  margin-top: 15px;
  padding: 2px;
  background-color: #ccffcc;
  color: black;
}

< Style sheet editingDocument-global macros >