Replaced shadow.jpg with svg one.
[libreriscv.git] / local.css
index 2586672b7c156f1d4ef642f539cfb1dce9b51a31..5cdd071cc3ec2478c3ed728ee94d59e0a997c85e 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,46 +1,27 @@
-body{
-       font-family:arial,sans-serif; 
-       margin-top: 20px;
-       margin-bottom: 40px;
-    margin-left: 0px;
-    margin-right 0px;
-    background-color: #fff8ff;
-    color: #00000;
-    width: 100%;
-}
-.actions{
-       font-family:arial,sans-serif; 
-       font-size: .95em;
-       text-align: left;
-}
-#content{
-       text-align: left;
-    width: 100%;
-}
-.pagedate{
-       font-family: times;
-       font-size: .8em;
+html, body {
+  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
 }
 
-/*Elements*/
-hr{
-       width: 50%;
-       border: solid 1px black;
+footer {
+  padding: 30px 0;
 }
-blockquote{
-       border: dashed 1px;
-       padding-left: 20px;
-       margin-left: 15px;
-       background-color: #ccc;
+
+.list-group-item.active {
+   background-color: #4A90E2;
 }
-p{
-       margin-bottom: 1.2em;
-       margin-left: 1.5em;
+
+.bg-dark {
+   background-color: #0F2035!important;
+   border-color: #e7e7e7;
 }
-ol{
-       margin-left: 2em;
+
+table th {
+       color: #eceeef;
+       background-color: #4A90E2;
+       border-color: #4A90E2;
 }
-/* Counter Headings */
+
+/* Counter Headings Local */
 body {
 counter-reset : h1;
     }
@@ -71,27 +52,27 @@ counter-increment : h1;
     }
 
 #content h2:before {
-content : counter(h2,decimal) ". ";
+content : counter(h1,decimal) "." counter(h2,decimal) ". ";
 counter-increment : h2;
     }
 
 #content h3:before {
-content : counter(h2,decimal) "." counter(h3,decimal) ". ";
+content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) ". ";
 counter-increment : h3;
     }
 
 #content h4:before {
-content : counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) ". ";
+content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) ". ";
 counter-increment : h4;
     }
 
 #content h5:before {
-content : counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) ". ";
+content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) ". ";
 counter-increment : h5;
     }
 
 #content h6:before {
-content : counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) "." counter(h6,decimal) ". ";
+content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) "." counter(h6,decimal) ". ";
 counter-increment : h6;
     }
 
@@ -100,174 +81,104 @@ content : "";
 counter-increment : none;
     }
 
-
-/* Headings */
-
-.pageheader { min-height: 100px; overflow: none; width: 95%; margin: 4px; }
-.header {
-    height: 50px;
-    background: #4b6983;
-    /*border: 2px solid #7590ae; */
-    color: #ffffff; 
-    font-family: sans-serif;
-    width: 100%;
-    margin: 4px;
-    padding: -4px;
+table {
+    margin-left: 35px;
 }
-.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;}
 
-/*.header{
-       font-family: georgia;
-       font-size: 1.25em;
-       line-height: 1em;       
-       font-weight: bolder;
-}
-*/
-h1{
-       font-size: 1.5em;
-       font-weight: bold;
-       line-height: 1em;
-       margin-left: 1em;
-       text-indent: -1em;
+th, td {
+    border: 1px solid black;
 }
-h2{
-       font-size: 1.4em;
-       line-height: 1em;       
-       font-weight: bold;
-       margin-left: 1em;
-       text-indent: -1em;
+
+td {
+    padding: 4px;
 }
-h3{
-       font-size: 1.3em;
-       font-weight: bold;
-       line-height: 1em;
-       margin-left: 1em;
-       text-indent: -1em;      
+
+/*Forums*/
+textarea{
+    font-family: monospace;
+    font-size: 1.2em;
 }
-h4{
-       font-size: 1.2em;       
-       font-weight: bold;
-       line-height: 1em;
-       margin-left: 1em;
-       text-indent: -1em;
+input#comments{
+    font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
 }
-h5{
-       font-size: 1.1em;       
-       font-weight: bold;
-       line-height: 1em;
-       margin-left: 1em;
-       text-indent: -1em;
+input#comments{
+    font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
 }
-h6{
-       font-size: 1em; 
-       font-weight: bold;
-       line-height: 1em;
-       margin-left: 1em;
-       text-indent: -1em;
+
+pre {
+    padding-left: 30px;
 }
-/*Forums*/
-form{
-       font-size: .9em;
-       font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
-       margin-left: 0em;
-       margin-top: 1.2em;
-       padding-bottom: 2em;
+
+/*
+comment out now that isatables have been fixed
+code {
+  font-family: Consolas,"courier new";
+  display: block;
+  white-space: pre-wrap
 }
-textarea{
-       /*font-family: "Inconsolata", "monaco", "droid sans mono",fixed;*/
-       /*font-size: .9em;*/
-        border: solid 1px;
-       width: 100%;
-       margin-bottom: 10px;
+*/
+
+/* add colors as classes allowing markdown files to generate colored text */
+.color-000 {
+    color: #000;
 }
-input#comments{
-       font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
-       font-size: .9em;
-       width: 550px;
-       line-height: 1em;
-       background-color: #fff;
-       border: solid 1px;
+
+.color-008 {
+    color: #008;
 }
-input#comments{
-       font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
-       font-size: .9em;
-       width: 550px;
-       line-height: 1em;
-       background-color: #fff; 
-        border: solid 1px;
+
+.color-00F {
+    color: #00F;
 }
-input[type="submit"]{
-       font-family: 
-       font-size: .9em;
-       font-weight: bold;
-       line-height: 1em;
-       background-color: #ddd; 
-       margin-right: 1.1em;
-       margin-top: 10px;
-       padding: 3px;
-       text-align: center;
-       width: 9.5em;
-        border: solid 1px;
+
+.color-080 {
+    color: #080;
 }
 
-#blogform input[name="title"]{
-       font-family: "inconsolata", "monaco", "droid sans mono",fixed;
-       font-size: .9em;
-       line-height: 1.2em;
-       font-size: 1.1em;
-       margin-left: .4em;
-       margin-right: .4em;
-        border: solid 1px;
+.color-088 {
+    color: #088;
 }
-#blogform input[type="submit"]{
-       font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
-       font-size: .9em;
-       line-height: 1em;
-       font-size: 1em;
-       background-color: #ddd;
-        border: solid 1px;
+
+.color-0F0 {
+    color: #0F0;
 }
-div.thumb {
-    margin-bottom: .5em;
-    border-style: solid;
-    border-color: white;
-    width: auto;
+
+.color-0FF {
+    color: #0FF;
 }
-div.thumbinner {
-    border: 1px solid #ccc;
-    padding: 3px !important;
-    background-color: #f9f9f9;
-    font-size: 94%;
-    text-align: center;
-    overflow: hidden;
+
+.color-800 {
+    color: #800;
 }
-html .thumbimage {
-    border: 1px solid #ccc;
+
+.color-808 {
+    color: #808;
 }
 
-img.thumbborder {
-    border: 1px solid #dddddd;
+.color-880 {
+    color: #880;
 }
 
-div.tright {
-    clear: right;
-    float: right;
-    border-width: .5em 0 .8em 1.4em;
+.color-888 {
+    color: #888;
 }
 
-pre {
-    margin-left: 45px;
+.color-CCC {
+    color: #CCC;
 }
 
+.color-F00 {
+    color: #F00;
+}
 
-table {
-    margin-left: 35px;
+.color-F0F {
+    color: #F0F;
 }
 
-table, th, td {
-    border: 1px solid black;
+.color-FF0 {
+    color: #FF0;
 }
 
-td {
-    padding: 4px;
+.color-FFF {
+    color: #FFF;
 }