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

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

Ameliorations pour la sauvegarde des fichiers et autres

File size: 1.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  font-size: 11px;
60  padding: 15px 15px 0;
61  position: absolute;
62  border-radius: 5px;
63}
64
65p.css-vertical-text {
66        color:#333;
67        border:0px solid red;
68        writing-mode:tb-rl;
69        -webkit-transform:rotate(270deg);
70        -moz-transform:rotate(270deg);
71        -o-transform: rotate(270deg);
72        white-space:nowrap;
73        display:block;
74        bottom:0;
75        width:20px;
76        height:20px;
77        font-family: â€˜Trebuchet MS’, Helvetica, sans-serif;
78        font-size:24px;
79        font-weight:normal;
80        text-shadow: 0px 0px 1px #333;
81}
Note: See TracBrowser for help on using the repository browser.