about summary refs log tree commit diff stats
path: root/data/maps/the_unyielding/rooms/Hero Room.txtpb
blob: 82c8bea94a38af63a2338f5463faec645f76c9bd (plain) (blame)
1
2
3
4
5
6
7
8
name: "Hero Room"
panels {
  name: "HER"
  path: "Panels/Door Openers/white_ne2"
  clue: "her"
  answer: "hero"
  symbols: SPARKLES
}
Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
body {
  background-color: black;
  color: white;
  font-family: sans-serif;
}

#header {
  width: 100%;

  img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}

h2 {
  text-align: center;
}

#scores {
  margin: 0 auto;
  border-spacing: 0px;
  tr {
    &.even {
      background-color: gray;
    }
    &.odd {
      background-color: purple;
    }
    th {
      text-align: left;
      padding-left: 0.5em;
      padding-bottom: 0.5em;
    }
    td {
      padding-right: 1em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      border-collapse: collapse;
      &:first-child {
        padding-left: 1em;
      }
      img {
        width: 2em;
      }
      &.score-pfp {
        width: 2em;
      }
      &.score-value {
        text-align: center;
      }
    }
  }
}