Css change to bgdark
[libreriscv.git] / local.css
1 html, body {
2 font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
3 }
4
5 footer {
6 padding: 30px 0;
7 }
8
9 .list-group-item.active {
10 background-color: #4A90E2;
11 }
12
13 .bg-dark {
14 background-color: #0F2035!important;
15 border-color: #e7e7e7;
16 }
17
18 /* Counter Headings Local */
19 body {
20 counter-reset : h1;
21 }
22
23 h1 {
24 counter-reset : h2;
25 }
26
27 h2 {
28 counter-reset : h3;
29 }
30
31 h3 {
32 counter-reset : h4;
33 }
34
35 h4 {
36 counter-reset : h5;
37 }
38
39 h5 {
40 counter-reset : h6;
41 }
42
43 #content h1:before {
44 content : counter(h1,decimal) ". ";
45 counter-increment : h1;
46 }
47
48 #content h2:before {
49 content : counter(h1,decimal) "." counter(h2,decimal) ". ";
50 counter-increment : h2;
51 }
52
53 #content h3:before {
54 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) ". ";
55 counter-increment : h3;
56 }
57
58 #content h4:before {
59 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) ". ";
60 counter-increment : h4;
61 }
62
63 #content h5:before {
64 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) ". ";
65 counter-increment : h5;
66 }
67
68 #content h6:before {
69 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) "." counter(h6,decimal) ". ";
70 counter-increment : h6;
71 }
72
73 h1.nocount:before, h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before {
74 content : "";
75 counter-increment : none;
76 }
77
78 table {
79 margin-left: 35px;
80 }
81
82 th, td {
83 border: 1px solid black;
84 }
85
86 td {
87 padding: 4px;
88 }
89
90 /*Forums*/
91 textarea{
92 font-family: monospace;
93 font-size: 1.2em;
94 }
95 input#comments{
96 font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
97 }
98 input#comments{
99 font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
100 }