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

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

Affichage du nom du cas test dans le titre de la fenetre + see History

File size: 3.5 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;
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.ligneFaisceau {
52  background-image : url("background.png");
53}
54
55.beamLineIcon {
56  width: 32;
57  background-color: #FFFFFF;
58  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
59  padding: 8px 8px;
60  position: absolute;
61  border-radius: 5px;
62}
63
64p.css-vertical-text {
65        color:#333;
66        border:0px solid red;
67        writing-mode:tb-rl;
68        -webkit-transform:rotate(270deg);
69        -moz-transform:rotate(270deg);
70        -o-transform: rotate(270deg);
71        white-space:nowrap;
72        display:block;
73        bottom:0;
74        width:20px;
75        height:20px;
76        font-family: â€˜Trebuchet MS’, Helvetica, sans-serif;
77        font-size:24px;
78        font-weight:normal;
79        text-shadow: 0px 0px 1px #333;
80}
81
82
83
84
85.Button.WhiteButton.ContrastButton {
86    border: 0 none;
87    box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(140, 126, 126, 0.5);
88}
89
90.Button.WhiteButton.ContrastButton.Graph {
91    display: inline;
92    padding-top: 0px;
93    padding-left: 0px;
94}
95.Button.WhiteButton.HiddenButton {
96    visibility: hidden;
97}
98
99.pin .WhiteButton.Button11 {
100    border-radius: 6px 6px 6px 6px;
101    padding: 7px 9px;
102}
103
104
105element.style.div {
106    left: -8px;
107    position: static;
108    top: -8px;
109    z-index: 3;
110    top: auto;
111}
112
113.beamLineElementActions element.style.div{
114    left: -8px;
115    position: static;
116    top: -8px;
117    z-index: 3;
118    top: auto;
119}
120
121.beamLineElementActions {
122    left: -8px;
123    position: static;
124    top: -8px;
125    z-index: 3;
126    top: auto;
127}
128
129.Button.WhiteButton, .repin_memo_on .pin:hover .beamLineElementActions .repin_link {
130    background-color: #F0EDED;
131    background-image: -moz-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
132    border-color: #BBBBBB;
133    color: #524D4D;
134    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
135}
136.Button.Button11 {
137    border-radius: 3px 3px 3px 3px;
138}
139
140.beamLineElementActions .parameters {
141    background-image: url("advanced.png");
142    background-repeat: no;
143    display: inline;
144}
145
146.beamLineElementActions .trash {
147    background-image: url("trash.png");
148    background-repeat: no;
149    display: inline;
150}
151
152
153.Button {
154    border: 1px solid transparent;
155    border-radius: 0.3em 0.3em 0.3em 0.3em;
156    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
157    cursor: pointer;
158    display: inline-block;
159    font-family: "helvetica neue",arial,sans-serif;
160    font-weight: bold;
161    line-height: 1em;
162    margin: 0;
163    padding: 0.45em 0.825em;
164    text-align: center;
165    transition: all 0.05s ease-in-out 0s;
166}
167
168.softwareElementLigneFaisceauName {
169    text-align: right;
170    font-family: futura,arial,sans-serif;
171    font-weight: bold;
172        font-size:11px;
173    color: #000000;
174}
175
176*|*:-moz-any-link:not(svg|a) {
177    text-decoration: underline;
178}
179*|*:link {
180    color: #FF6666;
181}
182:-moz-any-link {
183    cursor: pointer;
184}
Note: See TracBrowser for help on using the repository browser.