source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/doc.css

Last change on this file was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 1.9 KB
Line 
1  H4 { color: rgb(153,0,0);
2    font-family: Arial,Helvetica,sans-serif;
3    font-weight: bold;
4    font-size: smallnormal;
5    }
6
7  H3 { color: rgb(153,0,0);
8    font-family: Arial,Helvetica,sans-serif;
9    font-weight: bold;
10    font-size: large;
11    }
12
13  H2 { color: rgb(153,0,0);
14    font-weight: bold;
15    font-size: x-large;
16    font-family: Arial,Helvetica,sans-serif;
17    }
18
19  H1 { color: rgb(10,0,0);
20    font-weight: bold;
21    font-size: xx-large;
22    font-family: Arial,Helvetica,sans-serif;
23    }
24
25  P { font-weight: normal;
26    font-style: normal;
27    color: rgb(0, 0, 32);
28    font-family: Arial,Helvetica,sans-serif;
29    text-decoration: none;
30    } 
31
32  LI { font-weight: normal;
33    font-style: normal;
34    color: rgb(0, 0, 32);
35    font-family: Arial,Helvetica,sans-serif;
36    text-decoration: none;
37    } 
38
39  A { font-weight: normal;
40    font-style: normal;
41    color: rgb(0,0,180, 0, 0);
42    font-family: Arial,Helvetica,sans-serif;
43    text-decoration: none;
44    }
45
46  CODE { font-family: Courier New,Courier,monospace;
47    color: #000044;
48    font-size: -1;
49    }
50CODE.FUNCTION {
51    color: #0000EE;
52    font-weight: bold;
53}
54CODE.INARG {
55    color: #008800;
56    font-weight: bold;
57}
58CODE.OUTARG {
59    color: #880000;
60    font-weight: bold;
61 }
62CODE.COMMENT {
63    color: #008800;
64}
65CODE.STRING {
66    color: #DD00FF;
67}
68
69TABLE.PROPERTYTABLE {
70    border-width: 3;
71    border-style: inset;
72    border-color: #777777;
73    cellpadding: 4;
74    cellspacing: 0;
75}
76TH.PROPERTYTABLE {
77    font-weight: bold;
78    color: #000000;
79    border-width: 2;
80    border-style: inset;
81    background-color: #b2b2b2;
82}
83TD.PROPERTYTABLE {
84    font-weight: normal;
85    color: #000000;
86    border-width: 2;
87    border-style: inset;
88    background-color: #f2f2f2;
89}
90
91PRE { font-family: Courier New,Courier,monospace;
92    color: #000044;
93    font-size: -1;
94}
95
Note: See TracBrowser for help on using the repository browser.