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