source: PSPA/madxPSPA/doc/usrguide/ptc_track/madxdoc.css @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 3.7 KB
Line 
1/* madxdoc.css */
2
3/* --- Common Properties --- */
4/* --- ----------------- --- */
5
6.orange      { color:#F0800F; }
7.red         { color:#B40C10; }
8.blue        { color:#004080; }
9.green       { color:#008040; }
10.lightblue   { color:#96B0E0; }
11.darkblue    { color:#00234E; }
12.lightgrey   { color:#EBEBEB; }
13.darkgrey    { color:#CCCCCC; }
14.lightblack  { color:#666666; }
15
16
17/* --- Page Properties   --- */
18/* --- ----------------- --- */
19
20
21div.madxdocContent div { /* Main sections */
22        margin-top:1%;
23        margin-bottom:0%; }
24
25div.madxdocContent ul { /* Lists without indent */
26        margin-top:0%;
27        margin-bottom:0%; 
28        padding:0%; 
29        padding-left:0%; }
30
31div.madxdocContent div dt { /* Main sections text */
32        margin-top:1%;
33        margin-bottom:0%; 
34        font-family:Arial,Helvetica,sans-serif;
35        font-size:110%;
36        font-style:normal;
37        font-weight:normal;
38        line-height:125%;
39        background-color:#96B0E0;
40        color:#0000A0; }
41
42div.madxdocContent div div dt { /* Sub sections text */
43        margin-top:2%;
44        margin-bottom:0%; 
45        font-family:Arial,Helvetica,sans-serif;
46        font-size:100%;
47        font-style:normal;
48        font-weight:bold;
49        background-color:#FFFFFF;
50        color:#0000A0; }
51
52div.madxdocContent div div div dt { /* SubSub sections text */
53        margin-top:1%;
54        margin-bottom:0%; 
55        font-family:Arial,Helvetica,sans-serif;
56        font-size:100%;
57        font-style:normal;
58        font-weight:normal;
59        background-color:#FFFFFF;
60        color:#0000A0; }
61
62div.madxdocContent div div dt.command { /* Sub sections text of type "command" */
63        margin-top:2%;
64        margin-bottom:0%; 
65        font-family:Arial,Helvetica,sans-serif;
66        font-size:100%;
67        font-style:normal;
68        font-weight:normal;
69        /* border-width:1px; */
70        /* border-color:#666666; */
71        /* border-style:solid; */
72        background-color:#E0E0E0;
73        color:#000000; }
74
75div.madxdocContent div div dt.command var.command { /* Sub sections text of type "command" */
76        font-family:Arial,Helvetica,sans-serif;
77        font-size:100%;
78        font-style:normal;
79        font-weight:bold;
80        background-color:#E0E0E0;
81        color:#000000; }
82
83div.madxdocContent div div dt.command var.option { /* Sub sections text of type "command" */
84        font-family:Arial,Helvetica,sans-serif;
85        font-size:100%;
86        font-style:normal;
87        font-weight:bold;
88        background-color:#E0E0E0;
89        color:#000000; }
90
91div.madxdocContent div dt strong { 
92        font-family:Arial,Helvetica,sans-serif;
93        font-size:110%;
94        font-style:normal;
95        font-weight:normal;
96        line-height:125%;
97        background-color:#96B0E0;
98        color:#0000A0; }
99
100div.madxdocContent div div dt strong { 
101        font-family:Arial,Helvetica,sans-serif;
102        font-size:100%;
103        font-style:normal;
104        font-weight:bold;
105        background-color:#FFFFFF;
106        color:#0000A0; }
107
108div.madxdocContent div div dt.command strong { 
109        font-family:Arial,Helvetica,sans-serif;
110        font-size:100%;
111        font-style:normal;
112        font-weight:normal;
113        background-color:#E0E0E0;
114        color:#000000; }
115
116var.command { 
117        font-style:normal;
118        font-weight:normal;
119        color:#800000; }
120
121var.option { 
122        font-style:normal;
123        font-weight:normal;
124        color:#800000; }
125
126.important { 
127        font-style:normal;
128        font-weight:bold;
129        color:#800000; }
130
131
132img {
133        border : 0;
134        border-style:0; }
135
136/* --- ----------------- --- */
137/* --- ----------------- --- */
Note: See TracBrowser for help on using the repository browser.