blob: 23244358d2d13dad28751e6341f7e5c48930b55a [file] [log] [blame]
Chris Lattnerd93d0fc2007-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}
Kevinaa469282007-10-05 21:18:52 +000012
Chris Lattnerd93d0fc2007-12-09 08:40:26 +000013.weak_txt {
14 font-size:.9em;
15 color:rgb(100,100,100);
16}
Kevinaa469282007-10-05 21:18:52 +000017
Chris Lattnerd93d0fc2007-12-09 08:40:26 +000018.code {
19 font:Courier,Arial;
20}
21.quote {
22 display: block;
23 margin: 0 5em;
24}
25.key_point {
26 color:rgb(200,0,0);
27}
28.simple_list { /* simple lists that don't need to stand out */
29 margin-left:0;
30}
Kevinaa469282007-10-05 21:18:52 +000031
32
Chris Lattnerd93d0fc2007-12-09 08:40:26 +000033/* ****************** */
34/* Performance images */
35.img_container {
36 display:inline;
37 background-color:rgb(250,250,250);
38 width:400px;
39 vertical-align:top;
40 margin:.1em;
41}
42[class=img_container] {
43 display:inline-block;
44}
45.img_container img {
46 display:block;
47}
Kevinaa469282007-10-05 21:18:52 +000048
Chris Lattnerd93d0fc2007-12-09 08:40:26 +000049.img_title {
50 display:block;
51 font-weight:bold;
52 color:rgb(20,50,150);
53}
54.img_desc .img-notes {
55 display:block;
56 padding:.3em;
57}
58.img_notes {
59 font-style:italic;
60 color:rgb(50,50,50);
61 font-size:.9em;
62}
63/* ****************** */