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

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

ajout d'un fond gris sur l output

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