MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 3: Zeile 3:
   --text-color: #212529;
   --text-color: #212529;
   --background-color: #fff;
   --background-color: #fff;
   --link-color: #0645ad;
   --link-color: #00A651;
   --link-color-visited: #04317c;
   --link-color-visited: #007338;
}
}
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
Zeile 17: Zeile 17:
   Genreal styles
   Genreal styles
  ******************/
  ******************/
@media screen {
body,
  body,
.mw-body,
  .mw-body,
.mw-body-content,
  .mw-body-content,
.parsoid-body,
  .parsoid-body,
#mw-head {
  #mw-head {
  background-color: var(--background-color);
    background-color: var(--background-color);
  color: var(--text-color);
    color: var(--text-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
    font-size: 1rem;
  font-weight: 400;
    font-weight: 400;
  line-height: 1.6;
    line-height: 1.6;
  text-align: left;
    text-align: left;
}
  }
h1,
  h1,
h2,
  h2,
h3,
  h3,
h4,
  h4,
h5,
  h5,
h6 {
  h6 {
  color: var(--text-color);
    color: var(--text-color);
}
  }
/** General darkmode changes */
  /** General darkmode changes */
@media (prefers-color-scheme: dark) {
   /******************
   /*
.vector-menu-tabs li {
background-image: linear-gradient(to top, #77c1f6, rgba(38, 41, 44, 0.5), rgba(38, 41, 44, 0));
}
 
.vector-menu-tabs .selected {
background-color: #34393d;
background-color: @clr-gray1;
a {
.link-pseudos(lighten(@clr-primary, 20%), @clr-primary)
}
}
 
.mw-body {
margin-top: 0px;
}
*/
}
/******************
       Links
       Links
  ******************/
  ******************/
  a:link,
a:link,
  .mw-parser-output a.external:link,
.mw-parser-output a.external:link,
  .vector-menu-portal .vector-menu-content li a:link,
.vector-menu-portal .vector-menu-content li a:link,
  .vector-menu-tabs li a:link,
.vector-menu-tabs li a:link,
  .toctogglelabel:link,
.toctogglelabel:link,
  a:active,
a:active,
  .mw-parser-output a.external:active,
.mw-parser-output a.external:active,
  .vector-menu-portal .vector-menu-content li a:active,
.vector-menu-portal .vector-menu-content li a:active,
  .vector-menu-tabs li a:active,
.vector-menu-tabs li a:active,
  .toctogglelabel:active {
.toctogglelabel:active {
    color: var(--link-color);
  color: var(--link-color);
  }
}
  a:visited,
a:visited,
  .mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
  .vector-menu-portal .vector-menu-content li a:visited,
.vector-menu-portal .vector-menu-content li a:visited,
  .vector-menu-tabs li a:visited,
.vector-menu-tabs li a:visited,
  .toctogglelabel:visited {
.toctogglelabel:visited {
    color: var(--link-color-visited);
  color: var(--link-color-visited);
  }
}
  a.new:link,
a.new:link,
  a.new:active,
a.new:active,
  a.new:visited {
a.new:visited {
    color: #df6565;
  color: #df6565;
  }
}
  .mw-editform #wpTextbox1 {
.mw-editform #wpTextbox1 {
    font-size: 1rem !important;
  font-size: 1rem !important;
  }
}
  .text-small {
.text-small {
    font-size: smaller !important;
  font-size: smaller !important;
  }
}
  .text-large {
.text-large {
    font-size: larger !important;
  font-size: larger !important;
  }
}
  .text-center {
.text-center {
    text-align: center !important;
  text-align: center !important;
  }
}
  .text-left {
.text-left {
    text-align: left !important;
  text-align: left !important;
  }
}
  .text-right {
.text-right {
    text-align: right !important;
  text-align: right !important;
  }
}
  pre,
pre,
  code,
code,
  .mw-code,
.mw-code,
  .pre {
.pre {
    font-family: monospace, 'Courier';
  font-family: monospace, 'Courier';
    color: #4e6a8e;
  color: #4e6a8e;
  }
}
  .pre {
.pre {
    background-color: #f8f9fa;
  background-color: #f8f9fa;
    border: 1px solid #3a3a3a;
  border: 1px solid #3a3a3a;
    padding: 1em;
  padding: 1em;
    white-space: pre-wrap;
  white-space: pre-wrap;
    display: block;
  display: block;
    line-height: 1.3em;
  line-height: 1.3em;
  }
}
  code {
code {
    background-color: transparent;
  background-color: transparent;
    border: none;
  border: none;
  }
}
  /* Color utilities */
/* Color utilities */
  .text-white {
.text-white {
    color: #FFF !important;
  color: #FFF !important;
  }
}
  .text-default {
.text-default {
    color: var(--text-color) !important;
  color: var(--text-color) !important;
  }
}
  .text-muted {
.text-muted {
    color: #AEAEAE !important;
  color: #AEAEAE !important;
  }
}
  .text-hg,
.text-hg,
  .text-primary {
.text-primary {
    color: #00A651 !important;
  color: #00A651 !important;
  }
}
  .text-hgrot,
.text-hgrot,
  .text-secondary {
.text-secondary {
    color: #97373d !important;
  color: #97373d !important;
  }
}
  .bg-dark {
.bg-dark {
    background-color: #3a3a3a !important;
  background-color: #3a3a3a !important;
  }
}
  .bg-light {
.bg-light {
    background-color: #f8f9fa !important;
  background-color: #f8f9fa !important;
  }
}
  .bg-hg,
.bg-hg,
  .bg-primary {
.bg-primary {
    background-color: #00A651 !important;
  background-color: #00A651 !important;
  }
}
  .bg-hgrot,
.bg-hgrot,
  .bg-secondary {
.bg-secondary {
    background-color: #97373d !important;
  background-color: #97373d !important;
  }
}
  .key,
.key,
  .uibutton,
.uibutton,
  .herobutton {
.herobutton {
    background-color: #f8f9fa;
  background-color: #f8f9fa;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
    border: 1px solid;
  border: 1px solid;
    border-color: #DDD #AAA #888 #CCC;
  border-color: #DDD #AAA #888 #CCC;
    border-radius: 2px;
  border-radius: 2px;
    font-family: inherit;
  font-family: inherit;
    padding: 0 0.4em;
  padding: 0 0.4em;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    white-space: nowrap;
  white-space: nowrap;
  }
}
  .uibutton {
.uibutton {
    border-radius: 4px;
  border-radius: 4px;
  }
}
  .uibutton img {
.uibutton img {
    max-height: 1em;
  max-height: 1em;
    padding: 1px 0;
  padding: 1px 0;
  }
}
  .herobutton {
.herobutton {
    /*max-width: 50%;*/
  /*max-width: 50%;*/
    /*min-width: 240px;*/
  /*min-width: 240px;*/
    padding: 0;
  padding: 0;
    border-radius: 4px;
  border-radius: 4px;
    text-align: center;
  text-align: center;
    margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  }
}
  .herobutton a,
.herobutton a,
  .herobutton span {
.herobutton span {
    display: block;
  display: block;
    padding: 4px 10px;
  padding: 4px 10px;
    border-radius: 4px;
  border-radius: 4px;
    background-color: transparent;
  background-color: transparent;
    min-height: 60px;
  min-height: 60px;
  }
}
  .herobutton a:hover,
.herobutton a:hover,
  .herobutton span:hover {
.herobutton span:hover {
    background-color: rgba(10, 10, 10, 0.1);
  background-color: rgba(10, 10, 10, 0.1);
  }
}
  /* Layout */
/* Layout */
  .clearfix:after {
.clearfix:after {
    content: ".";
  content: ".";
    clear: both;
  clear: both;
    display: block;
  display: block;
    visibility: hidden;
  visibility: hidden;
    height: 0px;
  height: 0px;
  }
}
  .hidden {
.hidden {
    display: none !important;
  display: none !important;
  }
}
  span.tab {
span.tab {
    display: inline-block;
  display: inline-block;
    width: 4em;
  width: 4em;
  }
}
  span.tabtab {
span.tabtab {
    display: inline-block;
  display: inline-block;
    width: 8em;
  width: 8em;
  }
}
  span.tabtabtab {
span.tabtabtab {
    display: inline-block;
  display: inline-block;
    width: 12em;
  width: 12em;
  }
}
  span.tabtabtabtab {
span.tabtabtabtab {
    display: inline-block;
  display: inline-block;
    width: 16em;
  width: 16em;
  }
}
  .img-responsive {
.img-responsive {
    display: block;
  display: block;
    max-width: 100%;
  max-width: 100%;
    height: auto;
  height: auto;
  }
}
  .img-inline,
.img-inline,
  .inline-img {
.inline-img {
    display: inline-block;
  display: inline-block;
    max-height: 1.1em;
  max-height: 1.1em;
    width: auto;
  width: auto;
    /*vertical-align: middle;
  /*vertical-align: middle;
vertical-align: initial;*/
vertical-align: initial;*/
    vertical-align: baseline;
  vertical-align: baseline;
  }
}
  /* Tables */
/* Tables */
  .infobox {
.infobox {
    position: relative;
  position: relative;
    float: right !important;
  float: right !important;
    margin: 0 0 8px 12px;
  margin: 0 0 8px 12px;
  }
}
  .infobox table {
.infobox table {
    position: relative;
  position: relative;
    margin-bottom: 0;
  margin-bottom: 0;
    background-color: #fff;
  background-color: #fff;
    max-width: 360px;
  max-width: 360px;
    border: 1px solid #dddddd;
  border: 1px solid #dddddd;
    border-collapse: collapse;
  border-collapse: collapse;
    border-spacing: 0;
  border-spacing: 0;
  }
}
  .infobox table caption {
.infobox table caption {
    text-align: center;
  text-align: center;
    padding: 0 0 4px;
  padding: 0 0 4px;
    font-size: smaller;
  font-size: smaller;
  }
}
  .infobox table .infobox-header {
.infobox table .infobox-header {
    text-align: center;
  text-align: center;
    font-weight: bold;
  font-weight: bold;
    background-color: #f5f5f5;
  background-color: #f5f5f5;
    font-size: 19px;
  font-size: 19px;
  }
}
  .infobox table th {
.infobox table th {
    background-color: #f5f5f5;
  background-color: #f5f5f5;
    font-weight: bold;
  font-weight: bold;
    border: 1px solid #dddddd;
  border: 1px solid #dddddd;
    max-width: 358px;
  max-width: 358px;
  }
}
  .infobox table td {
.infobox table td {
    border: 1px solid #dddddd;
  border: 1px solid #dddddd;
    max-width: 358px;
  max-width: 358px;
  }
}
  .logictable {
.logictable {
    border-spacing: 0;
  border-spacing: 0;
    border-collapse: collapse;
  border-collapse: collapse;
  }
}
  .logictable td {
.logictable td {
    min-width: 2em;
  min-width: 2em;
    min-height: 2em;
  min-height: 2em;
    max-width: 4em;
  max-width: 4em;
    max-height: 2em;
  max-height: 2em;
    text-align: center;
  text-align: center;
    vertical-align: middle;
  vertical-align: middle;
  }
}
  table.code {
table.code {
    font-family: monospace, 'Courier';
  font-family: monospace, 'Courier';
    color: #4e6a8e;
  color: #4e6a8e;
  }
}
  table.code input {
table.code input {
    width: 2em;
  width: 2em;
  }
}
  .wikitable,
.wikitable,
  .toc {
.toc {
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  }
}
  .wikitable th {
.wikitable th {
    text-align: center;
  text-align: center;
  }
}
  .mw-tablefooter {
.mw-tablefooter {
    font-size: 0.8em;
  font-size: 0.8em;
    color: #c8ccd1;
  color: #c8ccd1;
    text-align: right;
  text-align: right;
  }
}
  .mw-tablefooter:link,
.mw-tablefooter:link,
  .mw-tablefooter:active,
.mw-tablefooter:active,
  .mw-tablefooter:visited,
.mw-tablefooter:visited,
  .mw-tablefooter:hover {
.mw-tablefooter:hover {
    color: #c8ccd1;
  color: #c8ccd1;
  }
}
  .binarytable tr:last-of-type td {
.binarytable tr:last-of-type td {
    border-top: 2px solid black;
  border-top: 2px solid black;
  }
}
  /* Scratchblocks */
/* Scratchblocks */
  code.blocks,
code.blocks,
  code.blocks2 {
code.blocks2 {
    border: none;
  border: none;
    margin: 0 4px;
  margin: 0 4px;
    padding: 0;
  padding: 0;
    background-color: transparent !important;
  background-color: transparent !important;
    vertical-align: middle;
  vertical-align: middle;
  }
}
  pre.blocks,
pre.blocks,
  pre.blocks2 {
pre.blocks2 {
    padding: 0;
  padding: 0;
    background-color: transparent;
  background-color: transparent;
    border: none;
  border: none;
    margin: 0.8em 0;
  margin: 0.8em 0;
  }
}
  /* Navigation */
/* Navigation */
  .lernpfad-nav .back {
.lernpfad-nav .back {
    float: left;
  float: left;
    width: 48%;
  width: 48%;
  }
}
  .lernpfad-nav .next {
.lernpfad-nav .next {
    float: right;
  float: right;
    width: 48%;
  width: 48%;
    text-align: right;
  text-align: right;
  }
}
  /*********************
/*********************
         Alerts
         Alerts
  *********************/
  *********************/
  .alert {
.alert {
    border-radius: 4px;
  border-radius: 4px;
    padding: 8px;
  padding: 8px;
    margin: 8px;
  margin: 8px;
    font-size: 0.9em;
  font-size: 0.9em;
    border: 1px solid rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
    color: #212529;
  color: #212529;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
}
  .alert-title {
.alert-title {
    font-weight: 600;
  font-weight: 600;
    text-transform: uppercase;
  text-transform: uppercase;
  }
}
  .alert p {
.alert p {
    margin: 0;
  margin: 0;
  }
}
  .alert-error {
.alert-error {
    /*background: #ffecec;
  /*background: #ffecec;
border: 1px solid #f5aca6;*/
border: 1px solid #f5aca6;*/
    background: #dc3545;
  background: #dc3545;
    color: #fff;
  color: #fff;
  }
}
  .alert-success {
.alert-success {
    /*background: #e9ffd9;
  /*background: #e9ffd9;
border: 1px solid #a6ca8a;*/
border: 1px solid #a6ca8a;*/
    background: #28a745;
  background: #28a745;
    color: #fff;
  color: #fff;
  }
}
  .alert-warning {
.alert-warning {
    /*background: #fff8c4;
  /*background: #fff8c4;
border: 1px solid #f2c779;*/
border: 1px solid #f2c779;*/
    background: #ffc107;
  background: #ffc107;
    color: #212529;
  color: #212529;
  }
}
  .alert-notice {
.alert-notice {
    /*background: #e3f7fc;
  /*background: #e3f7fc;
border: 1px solid #8ed9f6;*/
border: 1px solid #8ed9f6;*/
    background: #17a2b8;
  background: #17a2b8;
    /*color: @clr-gray2;*/
  /*color: @clr-gray2;*/
    color: #212529;
  color: #212529;
  }
}
  /**********************
/**********************
   Wrappers and boxes
   Wrappers and boxes
  **********************/
  **********************/
  .collapsible-info {
.collapsible-info {
    border: 1px solid #3a3a3a;
  border: 1px solid #3a3a3a;
    background-color: #f8f9fa;
  background-color: #f8f9fa;
    padding: 5px;
  padding: 5px;
    overflow: auto;
  overflow: auto;
  }
}
  .wrapper,
.wrapper,
  .hgbox,
.hgbox,
  .hgwindow,
.hgwindow,
  .hgdrawer,
.hgdrawer,
  .hgborder {
.hgborder {
    margin-top: 0.5em;
  margin-top: 0.5em;
    margin-bottom: 0.5em;
  margin-bottom: 0.5em;
    padding: 8px;
  padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
    color: #212529;
  color: #212529;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  }
}
  .wrapper .code {
.wrapper .code {
    font-family: monospace, 'Courier' !important;
  font-family: monospace, 'Courier' !important;
    color: #4e6a8e;
  color: #4e6a8e;
  }
}
  .wrapper code,
.wrapper code,
  .wrapper pre {
.wrapper pre {
    background-color: rgba(248, 249, 250, 0.75);
  background-color: rgba(248, 249, 250, 0.75);
  }
}
  .wrapper code.clean,
.wrapper code.clean,
  .wrapper pre.clean {
.wrapper pre.clean {
    background: none;
  background: none;
    border: none;
  border: none;
    padding: 0;
  padding: 0;
  }
}
  .hgbox {
.hgbox {
    background-color: #eaecf0;
  background-color: #eaecf0;
  }
}
  .hgwindow {
.hgwindow {
    background-color: #c8ccd1;
  background-color: #c8ccd1;
    border-top: 17px solid rgba(0, 0, 0, 0.25);
  border-top: 17px solid rgba(0, 0, 0, 0.25);
  }
}
  .hgdrawer {
.hgdrawer {
    border-width: 2px;
  border-width: 2px;
    border-left: 9px solid rgba(0, 0, 0, 0.25);
  border-left: 9px solid rgba(0, 0, 0, 0.25);
  }
}
  .hgborder {
.hgborder {
    border: 2px solid #26292C;
  border: 2px solid #26292C;
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  }
}
  .hgbox.inverted,
.hgbox.inverted,
  .hgwindow.inverted,
.hgwindow.inverted,
  .hgdrawer.inverted,
.hgdrawer.inverted,
  .hgborder.inverted {
.hgborder.inverted {
    border-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  }
}
  .hgborder > :first-child,
.hgborder > :first-child,
  .wrapper > :first-child,
.wrapper > :first-child,
  .hgbox > :first-child,
.hgbox > :first-child,
  .hgwindow > :first-child,
.hgwindow > :first-child,
  .hgdrawer > :first-child {
.hgdrawer > :first-child {
    margin-top: 0;
  margin-top: 0;
    padding-top: 0;
  padding-top: 0;
  }
}
  .hgborder > :last-child,
.hgborder > :last-child,
  .wrapper > :last-child,
.wrapper > :last-child,
  .hgbox > :last-child,
.hgbox > :last-child,
  .hgwindow > :last-child,
.hgwindow > :last-child,
  .hgdrawer > :last-child {
.hgdrawer > :last-child {
    margin-bottom: 0;
  margin-bottom: 0;
    padding-bottom: 0;
  padding-bottom: 0;
  }
}
  .hintbox {
.hintbox {
    font-size: 0.95em;
  font-size: 0.95em;
    background-color: #c6ecf7;
  background-color: #c6ecf7;
    /*border: 1px solid gray;*/
  /*border: 1px solid gray;*/
  }
}
  .taskbox {
.taskbox {
    background-color: #BEE599;
  background-color: #BEE599;
    /*border: 1px solid #a6ca8a;*/
  /*border: 1px solid #a6ca8a;*/
  }
}
  .taskbox-bonus .taskbox {
.taskbox-bonus .taskbox {
    background-color: #e4cda1;
  background-color: #e4cda1;
    /*border: 1px solid #a6ca8a;*/
  /*border: 1px solid #a6ca8a;*/
  }
}
  .tldrbox {
.tldrbox {
    background-color: #f8f9fa;
  background-color: #f8f9fa;
  }
}
  .solutionbox {
.solutionbox {
    background-color: #f5f599;
  background-color: #f5f599;
    /*border: 1px solid #d1d183;*/
  /*border: 1px solid #d1d183;*/
  }
}
  .importantbox {
.importantbox {
    border-color: #ff593f;
  border-color: #ff593f;
  }
}
  .shortlinkbox {
.shortlinkbox {
    background-color: #f5f8da;
  background-color: #f5f8da;
  }
}
  .quote,
.quote,
  blockquote {
blockquote {
    font-style: italic;
  font-style: italic;
    font-size: 0.85rem;
  font-size: 0.85rem;
  }
}
  .quote-source {
.quote-source {
    font-style: normal !important;
  font-style: normal !important;
    font-size: 0.8rem;
  font-size: 0.8rem;
    display: block;
  display: block;
    margin-top: 0.5em;
  margin-top: 0.5em;
  }
}
  blockquote {
blockquote {
    border-left: 4px solid #3a3a3a;
  border-left: 4px solid #3a3a3a;
    padding-left: 4px;
  padding-left: 4px;
  }
}
  .quote blockquote {
.quote blockquote {
    border: none;
  border: none;
    padding: 0;
  padding: 0;
    margin: 0;
  margin: 0;
  }
}
  .hehodex {
.hehodex {
    padding: 0.8em;
  padding: 0.8em;
    display: inline-block;
  display: inline-block;
    margin: 1em auto;
  margin: 1em auto;
    font-size: 0.8rem;
  font-size: 0.8rem;
  }
}
  .hehodex center {
.hehodex center {
    font-size: 1.2rem;
  font-size: 1.2rem;
  }
}
  .hehomon-image {
.hehomon-image {
    width: 210px;
  width: 210px;
    padding: 5px;
  padding: 5px;
    margin: 0 1em 0 0;
  margin: 0 1em 0 0;
    float: left;
  float: left;
  }
}
  .hehodex span {
.hehodex span {
    font-variant: small-caps;
  font-variant: small-caps;
    margin-left: 1em;
  margin-left: 1em;
  }
}
  .hehodex table {
.hehodex table {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  }
}
  .hehodex.pflanze {
.hehodex.pflanze {
    background-color: #37ce5f;
  background-color: #37ce5f;
  }
}
  .hehodex.elektro {
.hehodex.elektro {
    background-color: #edd644;
  background-color: #edd644;
  }
}
  .hehodex.wasser {
.hehodex.wasser {
    background-color: #57a4ed;
  background-color: #57a4ed;
  }
}
  .hehodex.feuer {
.hehodex.feuer {
    background-color: #ed5e5e;
  background-color: #ed5e5e;
  }
}
  .hehodex.drache {
.hehodex.drache {
    background-color: #e0a4fc;
  background-color: #e0a4fc;
  }
}
  .hehodex.flug {
.hehodex.flug {
    background-color: #a0e1ff;
  background-color: #a0e1ff;
  }
}
  .hehodex.gift {
.hehodex.gift {
    background-color: #c19ad3;
  background-color: #c19ad3;
  }
}
  .hehodex.käfer {
.hehodex.käfer {
    background-color: #c4e8a7;
  background-color: #c4e8a7;
  }
}
  .hehodex.gestein {
.hehodex.gestein {
    background-color: #e8dba7;
  background-color: #e8dba7;
  }
}
  .hehodex.kampf {
.hehodex.kampf {
    background-color: #e0c2aa;
  background-color: #e0c2aa;
  }
}
  .hehodex.eis {
.hehodex.eis {
    background-color: #9bfff3;
  background-color: #9bfff3;
  }
}
  .hehodex.psycho {
.hehodex.psycho {
    background-color: #ff9bc9;
  background-color: #ff9bc9;
  }
}
  .hehodex.geist {
.hehodex.geist {
    background-color: #a7a3ff;
  background-color: #a7a3ff;
  }
  /* Spaltenlayouts */
  /* RQuiz */
  .rquiz-gapfill table.code input {
    width: 30px;
  }
}
}
@media screen and (min-width: 50em) {
/* Spaltenlayouts */
@media (min-width: 50em) {
   div.hgrow {
   div.hgrow {
     display: flex;
     display: flex;
Zeile 573: Zeile 586:
     width: 50vw;
     width: 50vw;
   }
   }
}
/* RQuiz */
.rquiz-gapfill table.code input {
  width: 30px;
}
}
8.581

Bearbeitungen