forked from CarretteR/TP2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
117 lines (107 loc) · 2.08 KB
/
style.css
File metadata and controls
117 lines (107 loc) · 2.08 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
.res {
width: 100%;
height: auto;
}
#container
{
margin: 0 30px;
<<<<<<< HEAD
=======
background: #pink;
}
body{
background-image: url(bg.jpg);
>>>>>>> 1f2ba2d6f7d08499c6ff5153709a0e732cb79175
}
#header
{
background: #ccc;
padding: 20px;
background-image: url(bg.jpg);
}
#header h1 { margin: 0; }
#navigation
{
float: left;
width: 100%;
background: #pink;
background-image: url(bg.jpg);
}
#navigation ul
{
margin: 0;
padding: 0;
}
#navigation ul li
{
list-style-type: none;
display: inline;
}
#navigation li a
{
display: block;
float: left;
padding: 5px 10px;
color: #pink;
text-decoration: none;
border-right: 1px solid #fff;
background-image: url(bg.jpg);
}
#navigation li a:hover { background:green; }
#edito
{
clear: left;
padding: 20px;
margin: 20px;
-webkit-border-radius: 18px;
border-radius: 18px;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
background-image: -webkit-gradient(linear, left top, right top, from(#d6e1ff), to(#dbffe7));
background-image: -webkit-linear-gradient(left, #d6e1ff, #dbffe7);
background-image: linear-gradient(left, #d6e1ff, #dbffe7);
-webkit-background-clip: padding-box;
background-clip: padding-box;
opacity: 0.83;
background-image: url(bg.jpg);
}
#edito h2
{
color:pink;
font-size: 160%;
margin: 0 0 .5em;
}
#news
{
float: left;
width: 40%;
padding: 20px;
margin: 20px;
-webkit-border-radius: 18px;
border-radius: 18px;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
background-image: -webkit-gradient(linear, left top, right top, from(#d6e1ff), to(#dbffe7));
background-image: -webkit-linear-gradient(left, #d6e1ff, #dbffe7);
background-image: linear-gradient(left, #d6e1ff, #dbffe7);
-webkit-background-clip: padding-box;
background-clip: padding-box;
opacity: 0.83;
<<<<<<< HEAD
color:cyan;
=======
background-image: url("bg.jpg");
>>>>>>> 1f2ba2d6f7d08499c6ff5153709a0e732cb79175
}
#footer
{
clear: both;
background: #ccc;
text-align: right;
padding: 20px;
height: 1%;
background-image: url(bg.jpg);
}
body{
background:url(dab.jpg);
}