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
RevLine 
[245]1body {
2    padding-top: 30px
[248]3}
4
[245]5body {
[318]6    background-image: url("fond.jpg");
[245]7}
[246]8
[248]9#Wt-btn {
10   background-repeat: no;
[246]11}
12
[283]13.elementLigneFaiseau_transparent {
14}
15
[248]16.elementLigneFaiseau_line {
[259]17  background-image : url("line.gif");
[248]18  background-repeat : repeat-x;
19}
20
21.elementLigneFaiseau_arrow {
[259]22  background-image : url("arrow.gif");
[248]23  background-repeat : no-repeat;
24  float: right;
25}
26
27.saveButton {
[259]28  background-image : url("save.png");
[248]29  background-repeat : no-repeat;
30  background-size : 100% 100%;
31}
32
33.restoreButton {
[259]34  background-image : url("restore.png");
[248]35  background-repeat : no-repeat;
36  background-size : 100% 100%;
37}
38
39.loadNewButton {
[259]40  background-image : url("open.png");
[248]41  background-repeat : no-repeat;
42  background-size : 100% 100%;
43}
44
45.histoButton {
[259]46  background-image : url("histo.png");
[248]47  background-repeat : no-repeat;
48  background-size : 100% 100%;
49}
[260]50
51.ligneFaisceau {
52  background-image : url("background.png");
53}
[283]54
55.beamLineIcon {
56  width: 32;
[347]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;
[283]63}
[347]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.