Path: blob/main/build-assets/slideous/slideous.css
904 views
/* This work is licensed under Creative Commons GNU LGPL License.12License: http://creativecommons.org/licenses/LGPL/2.1/3Version: 1.045Author: Stefan Goessner/20056Web: http://goessner.net/7*/8@media screen, projection {9body {10background-color: #e3eee7;11padding: 0;12margin: 0;13color: #132;14border-color: #678;15font-size: 125%;16}17#statusbar {18display: none;19position: absolute; z-index: 10;20top: auto; bottom: 0; left: 0; right: 0;21height: 2em;22background-color: #f0fff8;23color: #132;24font-size: 75%;25padding: 0.5em 0.5em 0 2px;26border-top: solid 1px #000;27}28#statusbar button, #tocbox {29cursor: pointer;30color: #031;31background-color: #e0eee7;32margin: 1px;33padding: 0 0.5em;34border: inset 1px black;35}36#statusbar button:hover, #tocbox:hover {37color: #031;38background-color: #c0ccc6;39border: outset 1px black;40}41#tocbox {42width: 15em;43}44#eos {45visibility: hidden;46color: #021;47background-color: #fffafa;48border: inset 1px black;49font-size: 120%;50}51div.slide {52display: block;53margin: 0 0 2em 0;54padding: 0 150px;55}5657div.slide h1 {58background: #a0aaa4;59color: #f0fff8;60padding: 0 0.5em 0 0.5em;61margin: 0 -150px;62font-size: 120%;63border-bottom: solid 1px black;64}6566div.slide h1:before { content: "# "; }67div.handout { display: block; }6869body>#statusbar { /* ie6 hack for fixing the statusbar - in quirks mode */70position: fixed; /* thanks to Anne van Kesteren and Arthur Steiner */71} /* see http://limpid.nl/lab/css/fixed/footer */72* html body {73overflow: hidden;74}75* html div.slide {76height: 100%;77padding-bottom: 2em;78overflow: auto;79} /* end ie6-hack */8081} /* @media screen, projection */8283@media print {84body {85color: black;86font-family: sans-serif;87font-size: 11pt;88}8990#statusbar { display: none; }91div.slide { page-break-after: always; }92div.handout { display: block; }9394} /* @media print */959697