diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 09:51:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 09:51:13 -0300 |
commit | c0accb84196d996d4ddc66d1c02b7e7cc3ed9765 (patch) | |
tree | d996f86e90ebf19b335349b90b64133d8d8fcddc /doc/hidra.css | |
parent | 342686e80dd37d3f18fed7dbb27c0feb31f087e6 (diff) | |
download | hydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.gz hydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.bz2 |
Slides location
Diffstat (limited to 'doc/hidra.css')
-rw-r--r-- | doc/hidra.css | 113 |
1 files changed, 0 insertions, 113 deletions
diff --git a/doc/hidra.css b/doc/hidra.css deleted file mode 100644 index 50b6c1e..0000000 --- a/doc/hidra.css +++ /dev/null @@ -1,113 +0,0 @@ -@import url(s6/projection.css); /* required to make the slide show run at all */
-
-body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
-
-a:link, a:visited { color: black; }
-
-.slide h1 { font-size: 30pt; }
-
-.slide h1 { text-align: center; }
-
-.slide h1.fullscreen { position: absolute;
- top: 40%;
- width: 100%; }
-
-/* lets you create slides with no heading (because heading is hidden but gets included in toc) */
-.slide h1.hidden { display: none; }
-
-
-.slide h2 { font-size: 28pt; }
-
-h3 { font-size: 25pt; }
-
-/* todo: add special formating for .cover slide
- lets you use h1(cover). for title/cover slide (a la S5 slide0) but more generic (not bound to 1st slide)
-*/
-
-.cover h1 { /* tbd */ }
-.cover h2 { /* tbd */ }
-
-/* todo: add special formating for h1, h2 in footer */
-
-#footer h1 { /* tbd */ }
-#footer h2 { /* tbd */ }
-
-
-p, li, dt, dd, td, th { font-size: 18pt; }
-
-ul { list-style-type: square; }
-
-/**********************************/
-/* general text-alignment classes */
-
-.left { text-align: left; }
-.center { text-align: center; }
-.right { text-align: right; }
-
-/**********************************/
-/* general font-size classes */
-
-.small { font-size: 97%; }
-
-.x-small,
-.smaller { font-size: 88%; }
-
-.xx-small,
-.smallest,
-.tiny { font-size: 82%; }
-
-
-
-pre { font-size: 16pt; }
-
-.code {
- background-color: azure;
- padding: 5px;
- }
-
-.footnote a:first-of-type { text-decoration: none; }
-
-
-p.small { font-size: 97%; }
-
-p.x-small,
-p.smaller,
-p.footnote { font-size: 88%; }
-
-p.xx-small,
-p.smallest,
-p.tiny { font-size: 82%; }
-
-
-.help p,
-.help td { font-size: 88%; }
-
-
-.step { color: silver; }
-/* or hide next steps e.g. .step { visibility: hidden; } */
-.stepcurrent { color: black; }
-
-
- -body { - font-family: monospace; -} - -.centered img { - display: block; - margin-left: auto; - margin-right: auto; -} - -.centered { - text-align: center; -} - -p, li, dt, dd, td, th { - font-size: 16pt; -} - -.slide h1 { - font-size: 25pt; -} - |