X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=local.css;h=454e0f7e0984a592956605a557a4033195fb21aa;hb=6464f1b15810067cbbf9038057a3878448c6e12b;hp=08383df09d6a2ada7014bc93669bb8d369d1e557;hpb=23a2499cb7509a6fb8fe3eb74a7bf01ae8352a48;p=libreriscv.git diff --git a/local.css b/local.css index 08383df09..454e0f7e0 100644 --- a/local.css +++ b/local.css @@ -1,211 +1,197 @@ -body{ - font-family:arial,sans-serif; - margin-left: 10px; - margin-right: 10px; - margin-top: 20px; - margin-bottom: 40px; - background-color: #fff8ff; - color: #00000; -} -.actions{ - font-family:arial,sans-serif; - font-size: .95em; - text-align: left; -} -#content{ - margin-left: 10px; - margin-right: -10px; - text-align: left; - padding-right: 20px; -} -.pagedate{ - font-family: times; - font-size: .8em; -} - -/*Elements*/ -hr{ - width: 50%; - border: solid 1px black; -} -blockquote{ - border: dashed 1px; - padding-left: 20px; - margin-left: 15px; - background-color: #ccc; -} -p{ - margin-bottom: 1.2em; - margin-left: 1.5em; -} -ol{ - margin-left: 2em; -} -/* Headings */ - -.pageheader { min-height: 100px; overflow: auto; } -.header { - height: 50px; - background: #4b6983; - border: 2px solid #7590ae; - padding: 10px; - color: #ffffff; - font-family: sans-serif; -} -.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; +html, body { + font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important; } -*/ -h1{ - font-size: 1.5em; - font-weight: bold; - line-height: 1em; - margin-left: 1em; - text-indent: -1em; -} -h2{ - font-size: 1.4em; - line-height: 1em; - font-weight: bold; - margin-left: 1em; - text-indent: -1em; -} -h3{ - font-size: 1.3em; - font-weight: bold; - line-height: 1em; - margin-left: 1em; - text-indent: -1em; -} -h4{ - font-size: 1.2em; - font-weight: bold; - line-height: 1em; - margin-left: 1em; - text-indent: -1em; -} -h5{ - font-size: 1.1em; - font-weight: bold; - line-height: 1em; - margin-left: 1em; - text-indent: -1em; -} -h6{ - font-size: 1em; - font-weight: bold; - line-height: 1em; - margin-left: 1em; - text-indent: -1em; + +footer { + padding: 30px 0; } -/*Forums*/ -form{ - font-size: .9em; - font-family: "Inconsolata", "monaco", "droid sans mono",fixed; - margin-left: 0em; - margin-top: 1.2em; - padding-bottom: 2em; + +.list-group-item.active { + background-color: #4A90E2; } + +.bg-dark { + background-color: #0F2035!important; + border-color: #e7e7e7; +} + +table th { + color: #eceeef; + background-color: #4A90E2; + border-color: #4A90E2; +} + +/* Counter Headings Local */ +body { +counter-reset : h1; + } + +h1 { +counter-reset : h2; + } + +h2 { +counter-reset : h3; + } + +h3 { +counter-reset : h4; + } + +h4 { +counter-reset : h5; + } + +h5 { +counter-reset : h6; + } + +#content h1:before { +content : counter(h1,decimal) ". "; +counter-increment : h1; + } + +#content h2:before { +content : counter(h1,decimal) "." counter(h2,decimal) ". "; +counter-increment : h2; + } + +#content h3:before { +content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) ". "; +counter-increment : h3; + } + +#content h4:before { +content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) ". "; +counter-increment : h4; + } + +#content h5:before { +content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) ". "; +counter-increment : h5; + } + +#content h6:before { +content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) "." counter(h6,decimal) ". "; +counter-increment : h6; + } + +h1.nocount:before, h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before { +content : ""; +counter-increment : none; + } + +table { + margin-left: 35px; +} + +th, td { + border: 1px solid black; +} + +td { + padding: 4px; +} + +/*Forums*/ textarea{ - font-family: "Inconsolata", "monaco", "droid sans mono",fixed; - font-size: .9em; - border: solid 1px; - width: 500px; - margin-bottom: 10px; + font-family: monospace; + font-size: 1.2em; } input#comments{ - font-family: "Inconsolata", "monaco", "droid sans mono",fixed; - font-size: .9em; - width: 550px; - line-height: 1em; - background-color: #fff; - border: solid 1px; + font-family: "Inconsolata", "monaco", "droid sans mono",fixed; } 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; -} - -#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; -} -#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; -} -div.thumb { - margin-bottom: .5em; - border-style: solid; - border-color: white; - width: auto; -} -div.thumbinner { - border: 1px solid #ccc; - padding: 3px !important; - background-color: #f9f9f9; - font-size: 94%; - text-align: center; - overflow: hidden; -} -html .thumbimage { - border: 1px solid #ccc; -} - -img.thumbborder { - border: 1px solid #dddddd; -} - -div.tright { - clear: right; - float: right; - border-width: .5em 0 .8em 1.4em; + font-family: "Inconsolata", "monaco", "droid sans mono",fixed; } pre { - margin-left: 45px; + padding-left: 30px; } +/* +comment out now that isatables have been fixed +code { + font-family: Consolas,"courier new"; + display: block; + white-space: pre-wrap +} +*/ -table { - margin-left: 35px; +/* add colors as classes allowing markdown files to generate colored text */ +.color-000 { + color: #000; } -table, th, td { - border: 1px solid black; +.color-008 { + color: #008; } -td { - padding: 4px; +.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; }