X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=local.css;h=454e0f7e0984a592956605a557a4033195fb21aa;hb=474c45a232daacc3e2c9dc9acc553415ee38fc61;hp=1de0b1bc0c36505c77ff9559d07db68ea002ff4b;hpb=eda013561b5021f7aa0bc093ca718b81cda43432;p=libreriscv.git diff --git a/local.css b/local.css index 1de0b1bc0..454e0f7e0 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,104 @@ 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; +} +/* +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; +}