gitlab-ci: enable sanitizers for the meson builds
[mesa-waffle.git] / www / waffle.css
blobac840739dfeeccdf97e889deb5cca528b19b5f21
1 /*
2 * This CSS was originally taken from
3 * https://wayland.freedesktop.org/wayland.css.
4 */
6 body {
7 font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
8 color: #222222;
9 background: white;
10 font-size: 14px;
11 line-height: 16px;
12 padding: 0px 150px;
15 h1 {
16 margin: 40px 0px;
17 color: #aaa;
20 h1 img {
21 vertical-align: middle;
22 border-width: 0px;
25 h2,
26 h2 > a:link,
27 h2 > a:visited,
28 h3,
29 h3 > a:link,
30 h3 > a:visited {
31 font-family: sans;
32 color: #444;
35 h2 > a:hover,
36 h2 > a:active,
37 h3 > a:hover,
38 h3 > a:active {
39 color: #c90;
42 p {
43 margin: 20px 0px;
46 li {
47 margin: 10px 0px;
50 a {
51 text-decoration: none;
54 a:link,
55 a:visited {
56 color: #028;
59 a:hover,
60 a:active {
61 color: #c90;
62 text-decoration: underline;
65 /* Code */
67 pre.code {
68 font-family: monospace;
69 color: #000000;
70 background-color: #ffffff;
73 .Statement {
74 color: #aa00aa;
77 .Type {
78 color: #00bb00;
81 .Constant {
82 color: #bb0000;
85 .PreProc {
86 color: #aa00aa;
89 .Comment {
90 color: #4040bb;
94 * vim:et:sw=2:ts=2: