Statistiques
| Révision :

root / tei / css / .localscroll.css @ 2

Historique | Voir | Annoter | Télécharger (1,08 ko)

1
/* LOCALSCROLL */
2

    
3
/* PANNEAU OUEST */ 
4
#navigation {
5
        overflow:auto;
6
        background-color:#EBA60B;
7
        width:12%;
8
        height:550px;
9
        float:left;
10
        text-align: left;
11
        font-size:0.9em;
12
        border-right:2px solid #888;
13
}
14

    
15
#navigation .sup{
16
        margin:26px 10px;
17
        font-size:14px;
18
}
19
#navigation ul{
20
        margin:5px 0;
21
        list-style:circle;
22
        padding-left:5px;                                                
23
}
24
#navigation a{
25
        color:maroon;
26
}                                
27
#navigation .sup li{
28
        margin: 3px 0 !important;
29
        margin:-4px 0;
30
        font-size:10px;
31
}
32
#navigation a.scrolling{
33
        color:#933;
34
}
35
/* PANNEAU CENTRE */ 
36
#content{
37
        overflow:auto;
38
        width:63%;
39
        background-color:white;
40
        position:relative;
41
        height:550px;
42
        float:left;
43
        text-align:left;
44
        margin:15px;
45

    
46
}
47

    
48

    
49

    
50
#content h2{
51
        color:#993333;
52
        margin:20px 0pt;
53
}
54
#content a{
55
        color:#000;
56
        font-size:10px;
57
        text-decoration:none;
58
}
59

    
60
.section{
61
        width:2500%;
62
        position:relative;
63
}
64

    
65

    
66
.section .sub{
67
        position:relative;
68
        float:left;
69
        padding:10px 30px;
70
        width:3.8%;
71

    
72
}
73

    
74
.section .sub p{
75

    
76
}
77
.section .next, .section .prev{
78
        font-size:18px;
79
        position:absolute;
80
        bottom:15px;
81
        letter-spacing:-2px;
82
}
83
.section .next{
84
        right:30px;
85
}
86
.section .prev{
87
        left:30px;
88
}
89

    
90