X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=local.css;h=80dddb343bf543d84d0019943415d292971c6fc1;hb=84fde30c123d7fe5c7784bdd4c262bc621ff622e;hp=1de0b1bc0c36505c77ff9559d07db68ea002ff4b;hpb=eda013561b5021f7aa0bc093ca718b81cda43432;p=libreriscv.git diff --git a/local.css b/local.css index 1de0b1bc0..80dddb343 100644 --- 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; } @@ -103,7 +85,7 @@ table { margin-left: 35px; } -table, th, td { +th, td { border: 1px solid black; } @@ -112,55 +94,23 @@ td { } /*Forums*/ -form{ - font-size: .9em; - font-family: "Inconsolata", "monaco", "droid sans mono",fixed; - margin-left: 0em; - margin-top: 1.2em; - padding-bottom: 2em; -} -form#searchform{ - font-size: .9em; - font-family: "Inconsolata", "monaco", "droid sans mono",fixed; - margin-left: 0em; - margin-top: 0em; - padding-bottom: 0em; -} textarea{ font-family: monospace; font-size: 1.2em; - border: solid 1px; - width: 100%; - margin-bottom: 10px; } input#comments{ font-family: "Inconsolata", "monaco", "droid sans mono",fixed; - font-size: .9em; - width: 550px; - line-height: 1em; - background-color: #fff; - border: solid 1px; } input#comments{ font-family: "Inconsolata", "monaco", "droid sans mono",fixed; - font-size: .9em; - width: 550px; - line-height: 1em; - background-color: #fff; - border: solid 1px; -} -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; } +pre { + padding-left: 30px; +} +code { + font-family: Consolas,"courier new"; + display: block; + white-space: pre-wrap +}