about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main
Commit message (Collapse)AuthorAgeFilesLines
* More font fixesStar Rauchenberger2021-03-121-0/+1
|
* Fixed sidebar fontStar Rauchenberger2021-03-121-0/+1
|
* Fix padding on Game entry
name: "Dead End Room"
panels {
  name: "DOOR"
  path: "Panels/Dead End/panel3"
  clue: "door"
  answer: "knob"
  symbols: BOXES
}
panels {
  name: "WAYS"
  path: "Panels/Dead End/panel4"
  clue: "ways"
  answer: "sway"
  symbols: SPARKLES
}
panels {
  name: "DEAD"
  path: "Panels/Dead End/panel"
  clue: "dead"
  answer: "alive"
  symbols: SUN
}
panels {
  name: "END"
  path: "Panels/Dead End/panel2"
  clue: "end"
  answer: "begin"
  symbols: SUN
}
ports {
  name: "BEGIN"
  display_name: "Door Ways Worldport"
  path: "Components/Warps/worldport6"
  destination { x: -38 y: 0 z: 41.5 }
  rotation: 0
}
ports {
  name: "BEGIN2"
  display_name: "Dead End Worldport"
  path: "Components/Warps/worldport5"
  destination { x: -38 y: 0 z: 27.5 }
  rotation: 180
}
> | | | | | | Not a footer, but working on it. refs #11 * Implemented streamsKelly Rauchenberger2018-07-032-36/+73 | | | | | | Currently there are no links to the pages for editing stream updates, and the admin panel for managing streams could probably have a better look & feel, but here's some basic working functionality. refs #8 * Created admin panelKelly Rauchenberger2017-07-021-1/+1 | | | | | | | Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( * Styled figures in blog postsKelly Rauchenberger2017-06-301-0/+19 | * Split up stylesheets for each layoutKelly Rauchenberger2017-06-303-0/+259