-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·71 lines (58 loc) · 1 KB
/
style.css
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
#content {
width:70%;
margin-left:-30%;
position:absolute;
left:45%
}
.photo {
max-width: 65%;
}
* {margin:0;padding:0}
html, body {height: 100%}
#wrap {min-height: 100%}
#main {
overflow:auto;
padding-bottom: 150px
}
#footer{
position:fixed;
bottom:0;
left:0;
height:3%;
weight:100%
background: #1C1C1C;
}
.bouton{
display:block;
width:150px;
line-height:30px;
text-align:center;
vertical-align:middle;
background:url(img/bg.png) no-repeat;
color:grey;
text-decoration:none;
font-family: Arial;
}
.bouton:hover {
background:url(img/bg.png) no-repeat;
}
/* General */
body {
margin: 0;
padding: 0;
color:black;
font: normal 90% "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Arial,Helvetica,Sans-Serif;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
overflow: auto;
background: #E6E6E6;
}
h2 {
margin-top:0;
font-size: 2em;
font-weight:bold;
color: #eca603;
}
a {
font-weight:bold;
color:black;
}