3d934fca6dce1df64e5b8414c26b2e6aee53e226
[yaffs-website] / vendor / drupal / console / resources / dash.css
1 body {
2     font-family: 'Lucida Grande', 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, Arial, sans-serif;
3     line-height: 1.384615em;
4     width: 90%;
5     margin-left: auto;
6     margin-right: auto;
7 }
8
9 h1 {
10     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
11     color: black;
12     font-size: 2em;
13     font-weight: normal;
14     line-height: 1.385em;
15     margin: 0 0 0.692em;
16 }
17 h2 {
18     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
19     font-size: 1.538em;
20     font-weight: normal;
21     line-height: 1.35em;
22     margin: 0.9em 0 0.45em;
23 }
24
25 h2:first-child {
26     margin-top: 0;
27 }
28
29 h3 {
30     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
31     font-weight: bold;
32     font-size: 1.231em;
33     line-height: 1.6875em;
34     margin: 0 0 0.5625em;
35 }
36
37 h4, h5, h6 {
38     font-size: 1em;
39     line-height: 1.385em;
40     color: #666666;
41     font-weight: bold;
42 }
43
44 p {
45     margin: 0 0 1.385em 0;
46     padding: 0;
47     border: 0;
48     font: inherit;
49     font-size: 100%;
50     vertical-align: baseline;
51 }
52
53 code, tt, pre {
54     background-color: #f6f6f2;
55     font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
56     font-size: 0.9em;
57     padding: 1px;
58     white-space: pre-wrap;
59 }
60
61 strong, b {
62     font-weight: bold;
63 }
64
65 em, i {
66     font-style: italic;
67 }
68
69 table {
70     margin-bottom: 0.5em;
71     border-collapse: separate;
72 }
73
74 th, td {
75     text-align: left;
76     font-weight: normal;
77     vertical-align: middle;
78     padding: 0.25em 0.5em;
79 }
80
81 th {
82     background: #d7d7c7;
83     padding: 0.25em 0.5em;
84     font-weight: bold;
85 }
86
87 tbody tr {
88     padding: 0.1em 0.6em;
89 }
90
91 tbody tr.odd {
92     background-color: white;
93 }
94
95 tbody tr.even {
96     background: #eeeee0;
97     border-bottom: 1px solid #d8d8d2;
98     border-top: 1px solid #d8d8d2;
99 }