summaryrefslogtreecommitdiff
path: root/2016/cellular_modems_33c3/33c3-modems.css
diff options
context:
space:
mode:
Diffstat (limited to '2016/cellular_modems_33c3/33c3-modems.css')
-rw-r--r--2016/cellular_modems_33c3/33c3-modems.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/2016/cellular_modems_33c3/33c3-modems.css b/2016/cellular_modems_33c3/33c3-modems.css
new file mode 100644
index 0000000..0e43ccb
--- /dev/null
+++ b/2016/cellular_modems_33c3/33c3-modems.css
@@ -0,0 +1,31 @@
+div.change_topic {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+div.change_topic h1 {
+ text-align: center;
+ border-bottom-width: 0px;
+}
+
+span.gimmick_right img {
+ float: right;
+}
+
+div.qanda ol {
+ list-style-type: none;
+}
+
+.monospaced, code, pre {
+ color: black;
+ font-weight: bold;
+}
+
+div.quoteblock, div.verseblock {
+ color: black;
+}
+
+em {
+ color: black;
+}
personal git repositories of Harald Welte. Your mileage may vary