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

From WikiAnesthesia
Line 57: Line 57:
     rgba(255, 255, 255, 1) 20px
     rgba(255, 255, 255, 1) 20px
   ), #FE5442;
   ), #FE5442;
}
.drug-class-neuromuscular_blocker_reversal .drug-title {
  background: white;
  padding: 0em 0.4em 0.2em 0.4em;
}
}



Revision as of 09:36, 18 February 2021

.drug-class-anticholinergic {
  background: #00AC8C;
}

.drug-class-anxiolytic {
  background: #FF6C2F;
}

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

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

.drug-class-desflurane {
  background: #0AB8FD;
}

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

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

.drug-class-isoflurane {
  background: #CA7FC0;
}

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

.drug-class-nitrous_oxide {
  background: #2D549F;
}

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

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

.drug-class-neuromuscular_blocker_reversal .drug-title {
  background: white;
  padding: 0em 0.4em 0.2em 0.4em;
}

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

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

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

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