Sha256: 77a8efebbe3ea406eed9b53bd3d0861c0408292e7ccb438847152cedd2e24139
Contents?: true
Size: 1.76 KB
Versions: 3
Compression:
Stored size: 1.76 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.time-ok { background: green; } #timer.time-warn { background: yellow; } #timer.time-alert { background: red; } #timer.time-over { background: red; } #timer #controls { /* Uncomment this if you want to hide the timer controls display: none; */ }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trickster-1.4.0 | css/styles.css |
trickster-1.3.1 | css/styles.css |
trickster-1.3.0 | css/styles.css |