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

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

Changement de la couleur des sections selectionnes + plein dautres choses

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