Sha256: d960a61f18fe3e0674ab5ba356f1a243035bef216a16f8174933f95b985e7c25

Contents?: true

Size: 1.59 KB

Versions: 2

Compression:

Stored size: 1.59 KB

Contents

/*
 * This is where you can make custom styles for the visual
 * aspects of your slideshow.
 *
 * You shouldn't do too much custom sizing here, as it may
 * mess up the automatic sizing algorithm.
 */
section.TITLE, section.SECTION, section.IMAGE, section.NORMAL {
  text-align: center;
}

body.COMMANDLINE {
  background: black;
}

body.CODE {
  background: #eee8d5;
}

section.BULLETS {
  margin-left: 64px;
}
section.BULLETS h1 {
  text-align: center;
}
section.COMMANDLINE code {
  background: black;
  color: #00ff00;
}

section.COMMANDLINE .cli-prompt {
  font-weight: bold;
  color: white;
}

section.COMMANDLINE .cli-command {
  color: #00ffff;
}

section.CODE code {
  /*
  border-radius: 30px;
  */
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  box-shadow: 0 0.3em 0.2em -0.2em #ddd7c4;
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: Helvetica, Arial;
}
h2 {
  font-size: 90%;
}
h3 {
  font-size: 80%;
}
p, li {
  font-family: Helvetica, Arial;
}

li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
  margin-right: 1em;
  line-height: 2em;
}

#timer {
  position: fixed;
  left: 1em;
  bottom: 1em;
  /* uncomment this to remove the timer
  display: none;
  */
}

#timer .seconds {
  display: none; /* remove this to show seconds elapsing */
}

#timer .hours {
  display: none; /* remove this to show the hours field */
}

#timer a {
  text-decoration: none;
}
#timer #clock, #timer #controls {
  display: inline;
}

#timer #pause {
  letter-spacing: -0.2em;
}

#timer #controls {
  /* Uncomment this if you want to hide the timer controls
  display: none; 
  */
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trickster-1.2.0 css/styles.css
trickster-1.1.0 css/styles.css