summaryrefslogtreecommitdiff
path: root/slidy/slidy.css
diff options
context:
space:
mode:
Diffstat (limited to 'slidy/slidy.css')
-rw-r--r--slidy/slidy.css50
1 files changed, 24 insertions, 26 deletions
diff --git a/slidy/slidy.css b/slidy/slidy.css
index 61effb6..c713c88 100644
--- a/slidy/slidy.css
+++ b/slidy/slidy.css
@@ -15,10 +15,6 @@ body
height: 100%;
color: black;
background-color: white;
- background-image: url(openlogo-nd-100.png);
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: 95% 5%;
font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;
font-size: 14pt;
}
@@ -47,7 +43,7 @@ div.initial_prompt {
width: 100%;
background-color: rgb(200,200,200);
opacity: 0.35;
- background-color: rgb(200,200,200, 0.35);
+ background-color: rgba(200,200,200, 0.35);
cursor: pointer;
}
@@ -138,23 +134,21 @@ div.slide h1 {
background: transparent;
}
-div.toc {
- position: absolute;
- top: auto;
- bottom: 4em;
- left: 4em;
- right: auto;
- width: 60%;
- max-width: 30em;
- height: 30em;
- border: solid thin black;
- padding: 1em;
- background: rgb(240,240,240);
- color: black;
- z-index: 300;
- overflow: auto;
- display: block;
- visibility: visible;
+@media screen and (max-device-width: 1024px)
+{
+ div.slide { font-size: 100%; }
+}
+
+@media screen and (max-device-width: 800px)
+{
+ div.slide { font-size: 200%; }
+ div.slidy_toc {
+ top: 1em;
+ left: 1em;
+ right: auto;
+ width: 80%;
+ font-size: 180%;
+ }
}
div.toc-heading {
@@ -164,6 +158,10 @@ div.toc-heading {
text-align: center;
}
+img {
+ image-rendering: optimize-quality;
+}
+
pre {
font-size: 80%;
font-weight: bold;
@@ -201,10 +199,10 @@ a:hover { color: red; text-decoration: underline }
a:active { color: red; text-decoration: underline }
a {text-decoration: none}
-.navbar a:link {color: white}
-.navbar a:visited {color: yellow}
-.navbar a:active {color: red}
-.navbar a:hover {color: red}
+.toolbar a:link {color: blue}
+.toolbar a:visited {color: blue}
+.toolbar a:active {color: red}
+.toolbar a:hover {color: red}
ul { list-style-type: square; }
ul ul { list-style-type: disc; }