source: PSPA/Interface_Web/trunk/pspaWT/htdocs/pspa.css @ 424

Last change on this file since 424 was 411, checked in by garnier, 11 years ago

ameliorations graphiques et ajout d'une fonction search dans l'output

File size: 4.4 KB
Line 
1body {
2    padding-top: 30px
3}
4
5body {
6    background-image: url("fond.jpg");
7}
8
9#Wt-btn {
10   background-repeat: no-repeat;
11}
12
13.elementLigneFaiseau_transparent {
14}
15
16.elementLigneFaiseau_line {
17  background-image : url("line.gif");
18  background-repeat : repeat-x;
19  background-size : 100% 100%;
20}
21
22.elementLigneFaiseau_arrow {
23  background-image : url("arrow.gif");
24  background-repeat : no-repeat;
25  float: right;
26}
27
28.saveButton {
29  background-image : url("save.png");
30  background-repeat : no-repeat;
31  background-size : 100% 100%;
32}
33
34.restoreButton {
35  background-image : url("restore.png");
36  background-repeat : no-repeat;
37  background-size : 100% 100%;
38}
39
40.loadNewButton {
41  background-image : url("open.png");
42  background-repeat : no-repeat;
43  background-size : 100% 100%;
44}
45
46.histoButton {
47  background-image : url("histo.png");
48  background-repeat : no-repeat;
49  background-size : 100% 100%;
50}
51
52.trashButton {
53  background-image : url("trash.png");
54  background-repeat : no-repeat;
55  background-size : 100% 100%;
56}
57
58.ligneFaisceau {
59  background-image : url("background.png");
60}
61
62.beamLineIcon {
63  width: 32;
64  background-color: #FFFFFF;
65  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
66  padding: 8px 8px;
67  margin:4px 0px;
68  position: absolute;
69  border-radius: 5px;
70  text-align: center;
71}
72
73p.css-vertical-text {
74        color:#333;
75        border:0px solid red;
76        writing-mode:tb-rl;
77        -webkit-transform:rotate(270deg);
78        -moz-transform:rotate(270deg);
79        -o-transform: rotate(270deg);
80        white-space:nowrap;
81        display:block;
82        bottom:0;
83        width:20px;
84        height:20px;
85        font-family: â€˜Trebuchet MS’, Helvetica, sans-serif;
86        font-size:24px;
87        font-weight:normal;
88        text-shadow: 0px 0px 1px #333;
89}
90
91
92
93
94.Button.WhiteButton.ContrastButton {
95    border: 0 none;
96    box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(140, 126, 126, 0.5);
97}
98
99.Button.WhiteButton.ContrastButton.Graph {
100    display: inline;
101    padding-top: 0px;
102    padding-left: 0px;
103}
104.Button.WhiteButton.HiddenButton {
105    visibility: hidden;
106}
107
108.pin .WhiteButton.Button11 {
109    border-radius: 6px 6px 6px 6px;
110    padding: 7px 9px;
111}
112
113
114element.style.div {
115    left: -8px;
116    top: -8px;
117    z-index: 3;
118    top: 0px;
119}
120
121.beamLineElementActions element.style{
122    left: -8px;
123    top: -8px;
124    z-index: 3;
125    top: 0px;
126}
127
128.beamLineElementActions {
129    left: -8px;
130    top: -8px;
131    z-index: 3;
132    top: 0px;
133// -moz-box-sizing: border...ight: 88px; top: 120px;
134}
135
136.Button.WhiteButton, .repin_memo_on .pin:hover .beamLineElementActions .repin_link {
137    background-color: #F0EDED;
138    background-image: -moz-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
139    border-color: #BBBBBB;
140    color: #524D4D;
141    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
142}
143.Button.Button11 {
144    border-radius: 3px 3px 3px 3px;
145}
146
147
148.beamLineElementActions .parameters {
149    background-image: url("advanced.png");
150    background-repeat: no-repeat;
151    display: inline;
152}
153
154.beamLineElementActions .trash {
155    background-image: url("trash.png");
156    background-repeat: no-repeat;
157    display: inline;
158}
159
160
161.Button {
162    border: 1px solid transparent;
163    border-radius: 0.3em 0.3em 0.3em 0.3em;
164    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
165    cursor: pointer;
166    display: inline-block;
167    font-family: "helvetica neue",arial,sans-serif;
168    font-weight: bold;
169    line-height: 1em;
170    margin: 0;
171    padding: 0.45em 0.825em;
172    text-align: center;
173    transition: all 0.05s ease-in-out 0s;
174}
175
176
177.softwareElementLigneFaisceauName {
178    text-align: right;
179    font-family: futura,arial,sans-serif;
180    font-weight: bold;
181        font-size:11px;
182    color: #000000;
183}
184
185.warningsContainer {
186    background-image: url("warning20_20.png");
187    border: 2px solid #FFDD88;
188    background-repeat: no-repeat;
189    padding: 0px 25px;
190}
191
192.errorsContainer {
193    background-image: url("error20_20.png");
194    border: 2px solid #FF0000;
195    background-repeat: no-repeat;
196    padding: 0px 25px;
197}
198
199.roundButton {
200    border: 1px solid #BBBBBB;
201    border-radius: 0.7em 0.7em 0.7em 0.7em;
202}
203
204.scrollConsole {
205    background-color: #EEEEEE;
206    padding: 4px;
207}
208
209.draggableIcon {
210    border: 1px solid ;
211    border-radius: 0.3em 0.3em 0.3em 0.3em;
212    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
213    padding: 2px;
214}
215
216*|*:-moz-any-link:not(svg|a) {
217    text-decoration: underline;
218}
219*|*:link {
220    color: #FF6666;
221}
222:-moz-any-link {
223    cursor: pointer;
224}
Note: See TracBrowser for help on using the repository browser.