Projet

Général

Profil

Paste
Télécharger (1,57 ko) Statistiques
| Branche: | Révision:

root / css / ttn_style_1.css @ 0bd646e4

1
body
2
        {
3
                
4
                background:#44F;
5
                font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
6
                font-size:small;
7
                margin:8px 0 16px;
8
                text-align:center;
9
                overflow:auto;
10
                
11
        }
12
        
13
        #top
14
        {
15
                display:block;
16
                height:10px;
17
                margin:10px auto 0;
18
                width:650px;
19
        }
20
        
21
        div#page_container
22
        {
23
                background:#fff;
24
                
25
                margin: auto;
26
                text-align:left;
27
                width:640px;
28
        }
29
        
30
        div#page_container h2 {
31
                display:inline-block;
32
                margin:1.05em;
33
                text-shadow: 0.1em 0.1em 0.15em #44F; 
34
        }
35
        #bottom
36
        {
37
                display:block;
38
                height:10px;
39
                margin:0 auto;
40
                width:650px;
41
        }
42
        
43
        h1
44
        {
45
                background-color:#6699CC;
46
                margin:0;
47
                min-height:0;
48
                padding:0;
49
                text-decoration:none;
50
                text-align: center;
51
                
52
        }
53
        
54
        h1 a
55
        {
56
                
57
                display:block;
58
                height:100%;
59
                min-height:40px;
60
                
61
        }
62
        
63
        h1 img
64
        {
65
                margin-top: 8px;
66
        }
67
        
68
        img
69
        {
70
                /*behavior:url(css/iepngfix.htc);*/
71
                border:none;
72
        }
73
        
74
        h2 + p {
75
                display:inline-block;
76
                
77
        }
78
        
79
        div#containerList
80
        {
81
                margin:20px 20px 0;
82
                padding:0 0 20px;
83
        }
84
        
85
        #containerList
86
        {
87
                font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
88
                
89
        }
90
        
91
        #containerList li
92
        {
93
                width:100%;
94
                margin:1.05em;
95
                font-size:14px;
96
                list-style-type:none;
97
                
98
        }
99
        
100
        div#containerList ul
101
        {
102
                font-size:100%;
103
                list-style-type:circle;
104
                margin:0;
105
                padding:0;
106
                width:100%;
107
        }
108
        
109
        li a{
110
        
111
            color:#3F2DFF;
112
            text-decoration:none;
113
            font-size:16px;
114
    }
115
         
116
        li a:hover {
117
                color:#FF9900;
118
                text-decoration:underline;
119
        }
120
        
121
        li img {
122
                margin-left:20px;
123
        }
124
        
125
        #footer
126
        {
127
                width:640px;
128
                clear:both;
129
                color:#999999;
130
                text-align:center;
131
                width:640px;
132
                padding-bottom: 15px;
133
                font-size: 85%;
134
        }
135