site_web_karafon/karafon_style.css

104 lines
1.3 KiB
CSS
Raw Normal View History

html {
2024-06-20 12:04:42 +00:00
font-family: Georgia, Verdana, sans-serif;
}
header {
align-items: center;
background-color: rgb(40,140,180);
padding: 20px;
text-align: center;
}
2024-06-19 10:53:57 +00:00
2024-06-19 12:44:32 +00:00
body{
margin-top: 0%;
background-color: rgb(250, 250, 200);
}
img{
2024-06-20 12:04:42 +00:00
margin:2%;
}
2024-06-20 12:04:42 +00:00
ul {
list-style-type: none;
margin: 0;
padding: 0;
position:relative;
}
2024-06-19 10:53:57 +00:00
2024-06-20 12:04:42 +00:00
li {
display: inline;
}
li a {
color:rgb(250, 250, 200);
text-align: center;
2024-06-20 12:04:42 +00:00
padding: 14px 16px;
text-decoration: none;
2024-06-20 13:35:08 +00:00
font-size: large;
2024-06-20 12:53:28 +00:00
}
p{
color:rgb(29, 92, 117);
2024-06-20 13:35:08 +00:00
font-size: large;
}
2024-06-20 12:04:42 +00:00
.centrer{
2024-06-19 12:44:32 +00:00
text-align: center;
2024-06-20 13:35:08 +00:00
2024-06-19 12:44:32 +00:00
}
2024-06-20 13:35:08 +00:00
.encadre{
color:rgb(29,92,117);
padding:5%;
font-size: 1.7em;
font-weight: 600;
2024-06-19 12:44:32 +00:00
}
2024-06-19 12:44:32 +00:00
.corps{
2024-06-20 12:53:28 +00:00
margin-top: 6%;
margin-left: 22%;
margin-right: 22%;
2024-06-19 14:53:41 +00:00
text-align: center;
2024-06-20 12:04:42 +00:00
}
2024-06-20 13:35:08 +00:00
.images{
max-width:28%;
}
2024-06-20 12:04:42 +00:00
#citi{
position:absolute;
left: 80%;
max-width: 3%;
}
#logo{
position:absolute;
left: 5%;
max-width:10%;
}
#collectif_karafon{
color: rgb(248, 248, 218);
}
#festival_itinerant{
color:rgb(248,248,218);
2024-06-20 12:53:28 +00:00
}
#equipe{
position:absolute;
right:7%;
top:30%;
max-height:40%;
}
#intro-prochain{
margin-top: 8%;
margin-left: 4%;
2024-08-29 17:19:08 +00:00
margin-right: 50%;
2024-06-20 12:53:28 +00:00
margin-bottom: -10%;
}
2024-06-20 13:35:08 +00:00