root / Portal / configurations / demo / css / TXM WEB.css @ 16
Historique | Voir | Annoter | Télécharger (1,37 ko)
1 |
@charset "UTF-8"; |
---|---|
2 |
/* CSS Document */
|
3 |
|
4 |
|
5 |
|
6 |
.main {
|
7 |
width: 94%; |
8 |
} |
9 |
|
10 |
|
11 |
.bandeau {
|
12 |
/* background-image:url(../images/Banniere.png); */
|
13 |
width:520px; |
14 |
height:60px; |
15 |
position:relative; |
16 |
left:53%; |
17 |
margin-left:-260px; |
18 |
-moz-border-radius:2em 0; |
19 |
} |
20 |
|
21 |
.bandeautext {
|
22 |
width:520px; |
23 |
height:60px; |
24 |
position:absolute; |
25 |
color:#FFFFCC; |
26 |
text-align:center; |
27 |
font-size:180%; |
28 |
font-family:Arial; |
29 |
top:50%; |
30 |
margin-top:-0.5em; |
31 |
} |
32 |
|
33 |
.textzone{
|
34 |
width:100%; |
35 |
position:relative; |
36 |
float:left; |
37 |
padding:3%; |
38 |
font-family:Arial; |
39 |
font-size:100%; |
40 |
text-align:justify; |
41 |
margin-bottom:50px; |
42 |
background-image:url(../images/Background_TXM_essai.png); |
43 |
background-repeat:repeat-y; |
44 |
} |
45 |
|
46 |
.cadre{
|
47 |
background:#CCCCCC; |
48 |
border:dotted 1px; |
49 |
-moz-border-radius:2em 2em; |
50 |
padding:10px; |
51 |
} |
52 |
|
53 |
h1{
|
54 |
font-family:Arial; |
55 |
color:#990033; |
56 |
font-size:115%; |
57 |
} |
58 |
|
59 |
.larger{
|
60 |
font-size:140%; |
61 |
} |
62 |
|
63 |
a {
|
64 |
text-decoration:none; |
65 |
} |
66 |
|
67 |
a:hover{ |
68 |
text-decoration:underline; |
69 |
} |
70 |
|
71 |
.bouton{
|
72 |
color:#0000FF; |
73 |
font-weight:bold; |
74 |
cursor:pointer; |
75 |
/*background-color:#CECECE;
|
76 |
text-decoration:none;
|
77 |
padding:1px;*/
|
78 |
} |
79 |
|
80 |
.bouton:hover{ |
81 |
/*color:#2A0000;
|
82 |
background-color:#BBD2E1*/
|
83 |
} |
84 |
|
85 |
#SplashScreen {
|
86 |
width: 700px; |
87 |
height: 400px; |
88 |
margin: 0px auto -1px auto; |
89 |
font-family:Arial; |
90 |
color:#990033; |
91 |
text-align:center; |
92 |
} |
93 |
|
94 |
/* added for DBP*/
|
95 |
|
96 |
.editionpage {
|
97 |
display:block; |
98 |
text-align:center; |
99 |
color:gray; |
100 |
font-size:80% |
101 |
} |
102 |
|