CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/assets/misc/talk-20121004/ui/default/print.css
Views: 687
1
/*
2
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3
* License: MS-RSL – see LICENSE.md for details
4
*/
5
6
.slide, ul {page-break-inside: avoid; visibility: visible !important;}
7
h1 {page-break-after: avoid;}
8
9
body {font-size: 12pt; background: white;}
10
* {color: black;}
11
12
#slide0 h1 {font-size: 200%; border: none; margin: 0.5em 0 0.25em;}
13
#slide0 h3 {margin: 0; padding: 0;}
14
#slide0 h4 {margin: 0 0 0.5em; padding: 0;}
15
#slide0 {margin-bottom: 3em;}
16
17
h1 {border-top: 2pt solid gray; border-bottom: 1px dotted silver;}
18
.extra {background: transparent !important;}
19
div.extra, pre.extra, .example {font-size: 10pt; color: #333;}
20
ul.extra a {font-weight: bold;}
21
p.example {display: none;}
22
23
#header {display: none;}
24
#footer h1 {margin: 0; border-bottom: 1px solid; color: gray; font-style: italic;}
25
#footer h2, #controls {display: none;}
26
27
/* The following rule keeps the layout stuff out of print. Remove at your own risk! */
28
.layout, .layout * {display: none !important;}
29
30