about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Daedalus Entrance.txtpb
blob: db9b78acb7c1b48fcb6a75cd7e76501c404ee9a0 (plain) (blame)
1
2
3
4
5
6
7
name: "Daedalus Entrance"
panel_display_name: "Starting Room"
ports {
  name: "DAEDALUS"
  path: "Components/Warps/worldport6"
  orientation: "west"
}
#dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.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 */
// Place all the styles related to the GamesController controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
#games-table {
  border-spacing: 0;
  width: 100%;

  tr {
    &.odd {
      background-color: #fff;
    }

    &.even {
      background-color: #edf;
    }
  }

  td {
    padding: 0.5em;
  }

  thead {
    th {
      border-bottom: 1px solid #aaa;
      text-align: left;
      padding: 0.5em;

      a {
        text-decoration: none;

        &:visited {
          color: blue;
        }
      }

      .current {
        padding-right: 12px;
        background-repeat: no-repeat;
        background-position: right center;

        &.asc {
          background-image: image-url("up_arrow.gif");
        }

        &.desc {
          background-image: image-url("down_arrow.gif");
        }
      }
    }
  }
}

.game-progress p {
  margin: 0;
}

.game-title {
  display: block;

  & + span {
    margin-top: 0.25em;
  }
}

.game-started, .game-finished {
  display: block;
  font-size: 0.8em;
  color: #777;
}

h2#games-title {
  background-color: #d6aeff;
  display: block;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  padding: 0.5em 20px;
  border-top: 1px solid #edf;
  border-bottom: 1px solid #edf;
}