Difference between revisions of "Template:Infobox drug reference/styles.css"

From WikiAnesthesia
m (Updated colors)
m
Line 3: Line 3:
}
}


.drug-class-anxiolytic {
.drug-class-benzodiazepine {
   background: #f57921;
   background: #f57921;
}
}

Revision as of 01:52, 12 November 2021

.drug-class-anticholinergic {
  background: #9fc96b;
}

.drug-class-benzodiazepine {
  background: #f57921;
}

.drug-class-cardiovascular_agonist {
  background: #e1c9df;
}

.drug-class-cardiovascular_antagonist {
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 10px,
    rgba(255, 255, 255, 1) 10px,
    rgba(255, 255, 255, 1) 20px
  ), #e1c9df;
}

.drug-class-desflurane {
  background: #0072ae;
}

.drug-class-enflurane {
  background-color: #f9a23b;
}

.drug-class-halothane {
  background: #b20107;
}

.drug-class-isoflurane {
  background: #92278f;
}

.drug-class-local_anesthetic {
  background: #b6b2a9;
}

.drug-class-nitrous_oxide {
  background: #004f7c;
}

.drug-class-neuromuscular_blocker {
  background: #f15563;
}

.drug-class-neuromuscular_blocker_reversal {
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 10px,
    rgba(255, 255, 255, 1) 10px,
    rgba(255, 255, 255, 1) 20px
  ), #f15563;
}

.drug-class-opioid {
  background: #6bc8ea;
}

.drug-class-opioid_reversal {
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 10px,
    rgba(255, 255, 255, 1) 10px,
    rgba(255, 255, 255, 1) 20px
  ), #6bc8ea;
}

.drug-class-sedative_hypnotic {
  background: #f7e20a;
}

.drug-class-sevoflurane {
  background: #ffe715;
}