source: extensions/sobre/slider.css @ 5628

Last change on this file since 5628 was 5628, checked in by Gotcha, 14 years ago

Daily MAJ
Lots of changes

File size: 1.8 KB
Line 
1/**
2 * Slideshow style rules.
3 */
4.slide p {
5  font-family: Slider-com;
6  font-size:15px;
7  font-weight:normal;
8}
9#slideshow {
10  margin:0 auto;
11  height:263px;
12  position:relative;
13  width:980px;
14}
15#slideshow #slidesContainer {
16  margin:0 auto;
17  width:902px;
18  height:263px;
19  overflow:auto; /* affiche une scrollbar au cas ou */
20  position:relative;
21}
22#slideshow #slidesContainer .slide {
23  margin:0 auto;
24  width:882px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
25  height:263px;
26}
27
28/**
29  * Slideshow controls style rules.
30**/
31.control {
32  display:block;
33  width:39px;
34  height:263px;
35  text-indent:-10000px;
36  position:absolute;
37  cursor: pointer;
38}
39#navDiapo{
40  display:block;
41  width:20px;
42  height:20px;
43  position:absolute;
44  left:980px;
45  bottom:10px;
46  cursor:pointer;
47}
48#leftControl {
49  top:0;
50  left:0;
51  background:transparent url(../../../../slideshow/img/control_left.jpg) no-repeat 0 0;
52}
53#rightControl {
54  top:0;
55  right:0;
56  background:transparent url(../../../../slideshow/img/control_right.jpg) no-repeat 0 0;
57}
58#pageContainer {
59  margin:0 auto;
60  width:980px;
61}
62#pageContainer h1 {
63  display:block;
64  width:960px;
65  height:114px;
66  margin:auto;
67  background:transparent url(../../../../slideshow/img/bg_pagecontainer_h1.png) no-repeat top left;
68  text-indent: -10000px;
69}
70.slide h2, .slide p {
71  margin:15px;
72}
73.slide h2 {
74  background:none repeat scroll 0 0 transparent;
75  border:medium none;
76  font:italic 24px Georgia, "Times New Roman", Times, serif;
77  color:#ccc;
78  letter-spacing:-1px;
79}
80.slide img {
81  float:right;
82  margin:10px 0 0 10px;
83}
84#footer-slider p {
85  margin:-30px auto 0 auto;
86  display:block;
87  width:460px;
88  /* height:40px; */
89  position:relative;
90  padding-left:5px;
91}
92#stuffs_block_11  .titrePage {
93  display:none;
94}
95#stuffs_block_11 .personal_block{
96  padding:0px;
97  background-color:#252525;
98}
Note: See TracBrowser for help on using the repository browser.