add notes on 2024-01-23 meeting. terminated due to harrassment
[libreriscv.git] / local.css
index b39e0ac22f7d1338e006cab600596388f740e814..454e0f7e0984a592956605a557a4033195fb21aa 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,45 +1,27 @@
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
+html, body {
+  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
 }
-body {
-  /* Margin bottom by footer height */
-  margin-bottom: 60px;
-}
-.footer {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  /* Set the fixed height of the footer here */
-  height: 60px;
-  background-color: #f5f5f5;
-}
-
 
-/* Custom page CSS
--------------------------------------------------- */
-/* Not required for template or sticky footer method. */
-
-body > .container {
-  padding: 60px 15px 0;
-}
-.container .text-muted {
-  margin: 20px 0;
+footer {
+  padding: 30px 0;
 }
 
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
+.list-group-item.active {
+   background-color: #4A90E2;
 }
 
-code {
-  font-size: 80%;
+.bg-dark {
+   background-color: #0F2035!important;
+   border-color: #e7e7e7;
 }
 
+table th {
+       color: #eceeef;
+       background-color: #4A90E2;
+       border-color: #4A90E2;
+}
 
-/* Counter Headings */
+/* Counter Headings Local */
 body {
 counter-reset : h1;
     }
@@ -99,4 +81,117 @@ content : "";
 counter-increment : none;
     }
 
+table {
+    margin-left: 35px;
+}
+
+th, td {
+    border: 1px solid black;
+}
+
+td {
+    padding: 4px;
+}
+
+/*Forums*/
+textarea{
+    font-family: monospace;
+    font-size: 1.2em;
+}
+input#comments{
+    font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+}
+input#comments{
+    font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+}
+
+pre {
+    padding-left: 30px;
+}
+
+/*
+comment out now that isatables have been fixed
+code {
+  font-family: Consolas,"courier new";
+  display: block;
+  white-space: pre-wrap
+}
+*/
+
+/* add colors as classes allowing markdown files to generate colored text */
+.color-000 {
+    color: #000;
+}
+
+.color-008 {
+    color: #008;
+}
+
+.color-00F {
+    color: #00F;
+}
 
+.color-080 {
+    color: #080;
+}
+
+.color-088 {
+    color: #088;
+}
+
+.color-0F0 {
+    color: #0F0;
+}
+
+.color-0FF {
+    color: #0FF;
+}
+
+.color-800 {
+    color: #800;
+}
+
+.color-808 {
+    color: #808;
+}
+
+.color-880 {
+    color: #880;
+}
+
+.color-888 {
+    color: #888;
+}
+
+.color-CCC {
+    color: #CCC;
+}
+
+.color-F00 {
+    color: #F00;
+}
+
+.color-F0F {
+    color: #F0F;
+}
+
+.color-FF0 {
+    color: #FF0;
+}
+
+.color-FFF {
+    color: #FFF;
+}
+
+/*
+ * MEPY:
+ * Style for the notebox div element
+ * for use with the ikiwiki note template
+ */
+.notebox {
+       background-color: #FFFFCC;
+       border-radius: 3px;
+       padding: 10px 1em;
+       border: 1px solid #f4f228;
+       margin: 10px 0;
+}