-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
125 lines (104 loc) · 1.81 KB
/
Copy pathdefault.css
File metadata and controls
125 lines (104 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body {
/* text-align: center;*/
/* background-color: white;*/
/* background-image:url(images/fond.gif);*/
background-color: #F0F0F0;
font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
font-size: 13px;
/* line-height: 1.3;*/
}
a {
color: #CC0033;
text-decoration:none;
}
hr { border: 0px; color: Gray; /* Internet Explorer */ background-color: Gray; height: 1px; }
#header, #foot {
width: 640px;
margin: auto;
padding-left:40px;
}
#header h1 {
font-weight:300;
color:#669966;
margin-bottom:5px;
}
#main {
padding: 20px;
padding-left: 100px;
padding-top: 40px;
text-align: left;
background-color: #FFFFFF;
/* background-color: #EAFFDF; */
}
#navbar {
margin: auto;
text-align: right;
/* border: 1px solid #999;*/
padding: 5px 20px 0px 20px;
background-color:#99CC99;
}
#navbar li {
display: inline;
margin-right: 10px;
}
#phd_abstract {
border: 2px solid #EAFFDF;
}
dt {
background-color: #EAFFDF;
}
/* styles ajoutés */
#tagline {
font-weight:800;
font-size:10px;
color:#669966;
margin-bottom:40px;
}
#frame {
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
width: 640px;
margin: auto;
border-style: solid;
border-color: #99CC99;
border-width: 2px;
border-bottom-width: 6px;
background-color:#FFFFFF;
}
ul {
margin-top:0px;
font-weight:800;
font-size:10px;
}
h2 {
font-weight:300;
}
#main h2 {
color: #CC0033;
}
#chapter {
font-size:20px;
width: 640px;
height: 20px;
margin: auto;
padding-right:60px;
text-align:right;
color:#99CC99;
text-transform: uppercase;
}
#navbar li.webgen-menu-item-selected {
color:#FFFFFF;
}
#footer {
text-align:right;
font-size:9px;
padding-right:40px;
}
a:hover {
text-decoration:underline;
}
#navbar a:hover {
text-decoration:none;
background-color:#669966;
color:#FFFFFF;
}