62 lines
1.0 KiB
CSS
62 lines
1.0 KiB
CSS
|
|
/*
|
|
|
|
CSS style sheet for my slides.
|
|
|
|
*/
|
|
|
|
/* --- Global stuff --- */
|
|
|
|
BODY { background: white; color: black }
|
|
|
|
H1 {
|
|
text-align: center; margin-bottom: 36pt; margin-top: 24pt; color: #00a;
|
|
font-family: Verdana, Helvetica, Arial, sans-serif
|
|
}
|
|
|
|
div.contents {
|
|
margin-left: 10%; margin-right: 10%; margin-bottom: 24pt;
|
|
font-size: 140%
|
|
}
|
|
|
|
/* --- For part intro slides --- */
|
|
|
|
H1.part {
|
|
font-size: 180%; color: white; background: black; padding-top: 24pt;
|
|
padding-bottom: 24pt
|
|
}
|
|
|
|
H2.subtitle {
|
|
text-align: center; margin-bottom: 48pt
|
|
}
|
|
|
|
div.subtext { font-size: 120%; margin-bottom: 72pt }
|
|
|
|
div.point { text-align: center }
|
|
|
|
ul.part-links {
|
|
font-size: 80%; margin-left: 30%
|
|
}
|
|
|
|
/* --- For the table of contents --- */
|
|
|
|
div.contents UL LI {
|
|
margin-top: 12pt
|
|
}
|
|
|
|
/* --- For start page --- */
|
|
|
|
div.author-info {
|
|
text-align: center; margin-bottom: 36pt; margin-top: 36pt
|
|
}
|
|
|
|
div.presented-at {
|
|
text-align: center; font-weight: bold; font-size: 1.2em;
|
|
margin-bottom: 24pt
|
|
}
|
|
|
|
/* --- Slides --- */
|
|
|
|
ul ul {
|
|
font-size: 90%
|
|
} |