Difference between revisions of "Template:Infobox drug reference/styles.css"
From WikiAnesthesia
Chris Rishel (talk | contribs) |
Chris Rishel (talk | contribs) |
||
Line 12: | Line 12: | ||
.drug-class-cardiovascular_antagonist { | .drug-class-cardiovascular_antagonist { | ||
background: #BA93DF; | 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 | |||
), #BA93DF; | |||
} | } | ||
Line 44: | Line 50: | ||
.drug-class-neuromuscular_blocker_reversal { | .drug-class-neuromuscular_blocker_reversal { | ||
background: #FE5442; | 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 | |||
), #FE5442; | |||
} | } | ||
Line 52: | Line 64: | ||
.drug-class-opioid_reversal { | .drug-class-opioid_reversal { | ||
background: repeating-linear-gradient( | background: repeating-linear-gradient( | ||
45deg, | 45deg, | ||
Line 62: | Line 70: | ||
rgba(255, 255, 255, 1) 10px, | rgba(255, 255, 255, 1) 10px, | ||
rgba(255, 255, 255, 1) 20px | rgba(255, 255, 255, 1) 20px | ||
), #FFE800; | ), #6CD1EF; | ||
} | |||
.drug-class-sedative_hypnotic { | |||
background: #FFE800; | |||
} | } | ||
Revision as of 00:06, 3 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( 45deg, 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( 45deg, 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-opioid { background: #6CD1EF; } .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 ), #6CD1EF; } .drug-class-sedative_hypnotic { background: #FFE800; } .drug-class-sevoflurane { background: #F8DA00; }