summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css31
1 files changed, 29 insertions, 2 deletions
diff --git a/local.css b/local.css
index c16b99d4..10013896 100644
--- a/local.css
+++ b/local.css
@@ -1,5 +1,6 @@
/* ikiwiki local style sheet */
h1 { font-weight: bold }
+.title { min-height: 3em }
#content a { text-decoration: underline }
.pageheader, #pagebody, #footer {
max-width: 60rem;
@@ -19,8 +20,9 @@ h1 { font-weight: bold }
.pageheader { border: none }
+#content { margin: 0 }
+
body.has-sidebar #content {
- max-width: 38rem;
margin: 0;
line-height: 1.5;
}
@@ -49,7 +51,7 @@ pre, code {
code { padding: .2em .3em }
pre > code { border: none; padding: 0 }
-.sidebar { padding: 0 1em }
+.sidebar { padding: 0 1em; width: 21ex; }
.sidebar ul, .sidebar ol { padding-left: 1em }
.sidebar > p:nth-child(1) { margin-bottom: 0.1em }
.sidebar > p:nth-child(2) { margin-top: 0; margin-bottom: 0 }
@@ -103,3 +105,28 @@ ol.chapters { list-style-type: none; padding: 0; }
ol.chapters .current { background-color: rgba(0, 255, 0, 0.2); }
.help { border: 1px solid green; padding: 1em; }
+ img.img { max-width: 100%; height: auto }
+
+.sched-entry { margin-bottom: 12pt; }
+.sched-entry .sched-title { font-weight: bold; }
+.sched-track { border-radius: 5px; padding: 3px; display: inline-block; min-width: 100pt }
+.sched-track.General { background-color: peachpuff }
+.sched-track.Development { background-color: skyblue }
+.sched-entry .sched-time { min-width: 90pt; display: inline-block }
+.sched-meta { }
+.talk-nav {
+ white-space: pre;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+h1 { margin-top: 2em }
+
+.schedule-in-context, .schedule-svg-container {
+ width: 100%;
+ overflow-x: auto;
+}
+video { border: 1px solid gray; }
+.draft { border: 1px solid red; padding: 10px; background-color: LightPink }
+svg a.highlight rect { stroke-width: 3px }
+a.highlight { background-color: yellow }