blob: e7d44a606689ed988b73fe4ba1217b1b960a1e6c [file] [log] [blame]
Chris Lattner217543b2007-12-09 08:40:26 +00001html, body {
2 margin:0px;
3 padding:0px;
4}
5
6/* FIXME: This is only for the status page */
7table,tr,td {
8 border:.3ex solid black;
9 border-collapse:collapse;
10 padding:.4ex;
11}
Kevinbc8e50f2007-10-05 21:18:52 +000012
Chris Lattner217543b2007-12-09 08:40:26 +000013.li_desc, .li_weak_desc { /* layout + formatting */
14 margin: 0 3ex;
15 font-size:.9em;
16}
17.li_weak_desc { /* color */
18 color:rgb(100,100,100);
19}
20.weak_txt {
21 font-size:.9em;
22 color:rgb(100,100,100);
23}
Kevinbc8e50f2007-10-05 21:18:52 +000024
Chris Lattner217543b2007-12-09 08:40:26 +000025.code {
26 font:Courier,Arial;
27}
28.quote {
29 display: block;
30 margin: 0 5em;
31}
32.key_point {
33 color:rgb(200,0,0);
34}
35.simple_list { /* simple lists that don't need to stand out */
36 margin-left:0;
37}
Kevinbc8e50f2007-10-05 21:18:52 +000038
39
Chris Lattner217543b2007-12-09 08:40:26 +000040/* ****************** */
41/* Performance images */
42.img_container {
43 display:inline;
44 background-color:rgb(250,250,250);
45 width:400px;
46 vertical-align:top;
47 margin:.1em;
48}
49[class=img_container] {
50 display:inline-block;
51}
52.img_container img {
53 display:block;
54}
Kevinbc8e50f2007-10-05 21:18:52 +000055
Chris Lattner217543b2007-12-09 08:40:26 +000056.img_title {
57 display:block;
58 font-weight:bold;
59 color:rgb(20,50,150);
60}
61.img_desc .img-notes {
62 display:block;
63 padding:.3em;
64}
65.img_notes {
66 font-style:italic;
67 color:rgb(50,50,50);
68 font-size:.9em;
69}
70/* ****************** */