xref: /minix3/external/bsd/llvm/dist/clang/www/analyzer/content.css (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1f4a2713aSLionel Sambuchtml { margin: 0px; } body { margin: 8px; }
2f4a2713aSLionel Sambuc
3f4a2713aSLionel Sambuchtml, body {
4f4a2713aSLionel Sambuc  padding:0px;
5f4a2713aSLionel Sambuc  margin:0px;
6f4a2713aSLionel Sambuc  font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
7f4a2713aSLionel Sambuc  line-height:1.5;
8f4a2713aSLionel Sambuc  background-color: #808080;
9f4a2713aSLionel Sambuc
10f4a2713aSLionel Sambuc}
11f4a2713aSLionel Sambuc
12f4a2713aSLionel Sambuch1, h2, h3, tt { color: #000 }
13f4a2713aSLionel Sambuc
14f4a2713aSLionel Sambuch1 { padding-top:0px; margin-top:0px;}
15f4a2713aSLionel Sambuch2 { color:#333333; padding-top:0.5em; }
16f4a2713aSLionel Sambuch3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7 }
17f4a2713aSLionel Sambuch4 { color:#2d58b7 }
18f4a2713aSLionel Sambuch4.faq { color:#2d58b7 }
19f4a2713aSLionel Sambucli { padding-bottom: 0.5em }
20f4a2713aSLionel Sambucul { padding-left:1.5em; }
21f4a2713aSLionel Sambuc
22f4a2713aSLionel Sambuc.command { font-weight:bold }
23f4a2713aSLionel Sambuc.code_highlight { font-weight:bold; color:#2d58b7 }
24f4a2713aSLionel Sambuc.code_example { border-width:1px; border-style:solid; border-color:#cccccc;
25f4a2713aSLionel Sambuc                background-color:#eeeeee; padding:10px }
26f4a2713aSLionel Sambuc
27f4a2713aSLionel Sambuc/* Slides */
28f4a2713aSLionel SambucIMG.img_slide {
29f4a2713aSLionel Sambuc    display: block;
30f4a2713aSLionel Sambuc    margin-left: auto;
31f4a2713aSLionel Sambuc    margin-right: auto
32f4a2713aSLionel Sambuc}
33f4a2713aSLionel Sambuc
34f4a2713aSLionel Sambuc#page { width:930px;  text-align: left; margin: 0 auto; padding:0;
35f4a2713aSLionel Sambuc        background-color: white; height:100%;
36f4a2713aSLionel Sambuc        border-left: 1px solid #EBF0FA;
37f4a2713aSLionel Sambuc}
38f4a2713aSLionel Sambuc
39f4a2713aSLionel Sambuc#content {
40f4a2713aSLionel Sambuc  clear: left;
41*0a6a1f1dSLionel Sambuc  padding: 1em 2em 1em 2em;
42f4a2713aSLionel Sambuc  background-color: #ffffff;
43f4a2713aSLionel Sambuc}
44f4a2713aSLionel Sambuc
45f4a2713aSLionel Sambuc.itemTitle { color:#2d58b7 }
46f4a2713aSLionel Sambuc
47f4a2713aSLionel Sambuc
48f4a2713aSLionel Sambuc/* Tables */
49f4a2713aSLionel Sambuctr { vertical-align:top }
50f4a2713aSLionel Sambuc
51f4a2713aSLionel Sambuctable.options thead {
52f4a2713aSLionel Sambuc  background-color:#eee; color:#666666;
53f4a2713aSLionel Sambuc  font-weight: bold; cursor: default;
54f4a2713aSLionel Sambuc  text-align:left;
55f4a2713aSLionel Sambuc  border-top: 2px solid #cccccc;
56f4a2713aSLionel Sambuc  border-bottom: 2px solid #cccccc;
57*0a6a1f1dSLionel Sambuc  font-weight: bold; font-family: Verdana
58f4a2713aSLionel Sambuc}
59f4a2713aSLionel Sambuctable.options { border: 1px #cccccc solid }
60f4a2713aSLionel Sambuctable.options { border-collapse: collapse; border-spacing: 0px }
61f4a2713aSLionel Sambuctable.options { margin-left:0px; margin-top:20px; margin-bottom:20px }
62f4a2713aSLionel Sambuctable.options td { border-bottom: 1px #cccccc dotted }
63f4a2713aSLionel Sambuctable.options td { padding:5px; padding-left:8px; padding-right:8px }
64f4a2713aSLionel Sambuctable.options td { text-align:left; font-size:9pt }
65f4a2713aSLionel Sambuc
66f4a2713aSLionel Sambuctable.checkers {
67f4a2713aSLionel Sambuc  border: 1px #cccccc solid;
68f4a2713aSLionel Sambuc  border-collapse: collapse;
69f4a2713aSLionel Sambuc  margin:0px; margin-top:20px; margin-bottom:20px;
70f4a2713aSLionel Sambuc  text-align:left;
71f4a2713aSLionel Sambuc  table-layout: fixed;
72f4a2713aSLionel Sambuc  width: 100%;
73f4a2713aSLionel Sambuc  word-wrap :break-word;
74f4a2713aSLionel Sambuc  font-size: 100%;
75f4a2713aSLionel Sambuc}
76f4a2713aSLionel Sambuctable.checkers thead {
77f4a2713aSLionel Sambuc  background-color:#eee; color:#666666;
78f4a2713aSLionel Sambuc  border-top: 2px solid #cccccc;
79f4a2713aSLionel Sambuc  border-bottom: 2px solid #cccccc;
80f4a2713aSLionel Sambuc  font-weight: bold; font-family: Verdana;
81f4a2713aSLionel Sambuc}
82*0a6a1f1dSLionel Sambuctable.checkers td { border-right: 1px #cccccc dotted; border-bottom: 1px #cccccc dotted; }
83f4a2713aSLionel Sambuctable.checkers td.aligned { text-align: center; vertical-align: middle; }
84f4a2713aSLionel Sambuctable.checkers col.namedescr { width: 45% }
85f4a2713aSLionel Sambuctable.checkers col.example { width: 55% }
86f4a2713aSLionel Sambuctable.checkers col.progress { width: 84px }
87*0a6a1f1dSLionel Sambuctable.checkers thead td,
88*0a6a1f1dSLionel Sambuctable.checkers div.namedescr,
89*0a6a1f1dSLionel Sambuctable.checkers div.exampleContainer { overflow: hidden; padding: 5px 8px 10px 8px }
90*0a6a1f1dSLionel Sambuc/* table.checkers tbody div.example { font-family: monospace; white-space: pre } */
91*0a6a1f1dSLionel Sambuctable.checkers div.example { border-top:1px #cccccc dashed; width:100%; padding-top: 5px; margin-top: 5px }
92*0a6a1f1dSLionel Sambuctable.checkers div.example:first-child { border-top:none; padding-top: 0px; margin-top: 0px }
93*0a6a1f1dSLionel Sambuctable.checkers span.name { font-weight: bold }
94*0a6a1f1dSLionel Sambuctable.checkers span.lang { font-weight: bold; padding-left: 7px; /* display:block; */ }
95*0a6a1f1dSLionel Sambuctable.checkers div.descr { margin-top:7px }
96*0a6a1f1dSLionel Sambuctable.checkers div.functions { margin-top: 2px; font-style: italic; font-size: 90%; color:#00B }
97*0a6a1f1dSLionel Sambuctable.checkers pre { margin: 1px; font-size: 100%; word-wrap: break-word }
98*0a6a1f1dSLionel Sambuctable.checkers p { margin: 10px 0px 0px 0px; }
99*0a6a1f1dSLionel Sambuctable.checkers ul, li { margin: 0 }
100f4a2713aSLionel Sambuc
101