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

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

Amelioration dans le design du GUI des elementsFaisceau

File size: 3.3 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.HiddenButton {
91    visibility: hidden;
92}
93
94.pin .WhiteButton.Button11 {
95    border-radius: 6px 6px 6px 6px;
96    padding: 7px 9px;
97}
98
99
100element.style.div {
101    left: -8px;
102    position: static;
103    top: -8px;
104    z-index: 3;
105    top: auto;
106}
107
108.beamLineElementActions element.style.div{
109    left: -8px;
110    position: static;
111    top: -8px;
112    z-index: 3;
113    top: auto;
114}
115
116.beamLineElementActions {
117    left: -8px;
118    position: static;
119    top: -8px;
120    z-index: 3;
121    top: auto;
122}
123
124.Button.WhiteButton, .repin_memo_on .pin:hover .beamLineElementActions .repin_link {
125    background-color: #F0EDED;
126    background-image: -moz-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
127    border-color: #BBBBBB;
128    color: #524D4D;
129    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
130}
131.Button.Button11 {
132    border-radius: 3px 3px 3px 3px;
133}
134
135.beamLineElementActions .parameters {
136    background-image: url("advanced.png");
137    background-repeat: no;
138    display: inline;
139}
140
141.beamLineElementActions .trash {
142    background-image: url("trash.png");
143    background-repeat: no;
144    display: inline;
145}
146
147.Button {
148    border: 1px solid transparent;
149    border-radius: 0.3em 0.3em 0.3em 0.3em;
150    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
151    cursor: pointer;
152    display: inline-block;
153    font-family: "helvetica neue",arial,sans-serif;
154    font-weight: bold;
155    line-height: 1em;
156    margin: 0;
157    padding: 0.45em 0.825em;
158    text-align: center;
159    transition: all 0.05s ease-in-out 0s;
160}
161*|*:-moz-any-link:not(svg|a) {
162    text-decoration: underline;
163}
164*|*:link {
165    color: #FF6666;
166}
167:-moz-any-link {
168    cursor: pointer;
169}
Note: See TracBrowser for help on using the repository browser.