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

From WikiAnesthesia
m (Updated colors)
Line 1: Line 1:
.drug-class-anticholinergic {
.drug-class-anticholinergic {
   background: #00AC8C;
   background: #9fc96b;
}
}


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


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


.drug-class-cardiovascular_antagonist {
.drug-class-cardiovascular_antagonist {
   background: repeating-linear-gradient(
   background: repeating-linear-gradient(
     135deg,
     45deg,
     rgba(0, 0, 0, 0),
     rgba(0, 0, 0, 0),
     rgba(0, 0, 0, 0) 10px,
     rgba(0, 0, 0, 0) 10px,
     rgba(255, 255, 255, 1) 10px,
     rgba(255, 255, 255, 1) 10px,
     rgba(255, 255, 255, 1) 20px
     rgba(255, 255, 255, 1) 20px
   ), #BA93DF;
   ), #e1c9df;
}
 
.drug-class-cardiovascular_antagonist .drug-title {
  background: white;
  padding: 0em 0.4em 0.2em 0.4em;
}
}


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


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


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


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


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


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


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


.drug-class-neuromuscular_blocker_reversal {
.drug-class-neuromuscular_blocker_reversal {
   background: repeating-linear-gradient(
   background: repeating-linear-gradient(
     135deg,
     45deg,
     rgba(0, 0, 0, 0),
     rgba(0, 0, 0, 0),
     rgba(0, 0, 0, 0) 10px,
     rgba(0, 0, 0, 0) 10px,
     rgba(255, 255, 255, 1) 10px,
     rgba(255, 255, 255, 1) 10px,
     rgba(255, 255, 255, 1) 20px
     rgba(255, 255, 255, 1) 20px
   ), #FE5442;
   ), #f15563;
}
 
.drug-class-neuromuscular_blocker_reversal .drug-title {
  background: white;
  padding: 0em 0.4em 0.2em 0.4em;
}
}


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


.drug-class-opioid_reversal {
.drug-class-opioid_reversal {
   background: repeating-linear-gradient(
   background: repeating-linear-gradient(
     135deg,
     45deg,
     rgba(0, 0, 0, 0),
     rgba(0, 0, 0, 0),
     rgba(0, 0, 0, 0) 10px,
     rgba(0, 0, 0, 0) 10px,
     rgba(255, 255, 255, 1) 10px,
     rgba(255, 255, 255, 1) 10px,
     rgba(255, 255, 255, 1) 20px
     rgba(255, 255, 255, 1) 20px
   ), #6CD1EF;
   ), #6bc8ea;
}
 
.drug-class-opioid_reversal .drug-title {
  background: white;
  padding: 0em 0.4em 0.2em 0.4em;
}
}


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


.drug-class-sevoflurane {
.drug-class-sevoflurane {
   background: #F8DA00;
   background: #ffe715;
}
 
.drug-class-succinylcholine {
  background: #FE5442;
}
 
.drug-class-succinylcholine .drug-title {
  background: black;
  color: #FE5442;
  padding: 0em 0.4em 0.2em 0.4em;
}
}

Revision as of 04:52, 30 August 2021

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

.drug-class-anxiolytic {
  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;
}