generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
180 lines
2.4 KiB
180 lines
2.4 KiB
* {
|
|
text-decoration: none;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
table-layout: fixed;
|
|
caption-side: bottom;
|
|
}
|
|
|
|
body {
|
|
background-color: rgb(94, 36, 128);
|
|
font-family: 'quadranta';
|
|
}
|
|
|
|
table,
|
|
th,
|
|
td {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
div {
|
|
background-color: rgb(255, 251, 0);
|
|
}
|
|
|
|
p {
|
|
display: flex;
|
|
}
|
|
|
|
.activities-table img {
|
|
max-width: 150px;
|
|
}
|
|
|
|
header {
|
|
background-color: rgba(34, 80, 25, 0.918);
|
|
}
|
|
|
|
.bio {
|
|
position: relative;
|
|
left: 47%;
|
|
float: none;
|
|
border-radius: 10px/20px;
|
|
}
|
|
|
|
section {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
article {
|
|
width: 40%;
|
|
}
|
|
|
|
.biotxt {
|
|
color: rgb(112, 95, 131);
|
|
}
|
|
|
|
h2 {
|
|
text-align: center;
|
|
clear: both;
|
|
}
|
|
|
|
aside {
|
|
width: 40%;
|
|
padding-left: 0.5rem;
|
|
margin-left: 0.5rem;
|
|
float: right;
|
|
box-shadow: inset 5px 0 5px -5px #29627e;
|
|
font-style: italic;
|
|
color: #29627e;
|
|
}
|
|
|
|
aside>p {
|
|
margin: 0.5rem;
|
|
}
|
|
|
|
nav ul {
|
|
height: 50px;
|
|
margin: 10px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
nav li {
|
|
background: radial-gradient(circle at 0% 100%, #ffdf42, #ffcc2c, #ffb914, #ffa500, #ff8f00, #ff7800, #ff5e00, #ff3d0c);
|
|
flex: 1;
|
|
/*box-shadow: 2px 5px #29627e;*/
|
|
}
|
|
|
|
.bouton {
|
|
background-color: rgb(189, 201, 226);
|
|
text-align: center;
|
|
color: aliceblue;
|
|
}
|
|
|
|
nav li a {
|
|
color: black;
|
|
}
|
|
|
|
.liens1 {
|
|
top: 100px;
|
|
right: 10px;
|
|
height: 60px;
|
|
width: 60px;
|
|
position: fixed;
|
|
}
|
|
|
|
.liens2 {
|
|
top: 100px;
|
|
right: 75px;
|
|
height: 60px;
|
|
width: 60px;
|
|
position: fixed;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
}
|
|
|
|
nav li:hover {
|
|
background: radial-gradient(circle at 20% 0%, #ff8b17, #e6751f, #cc6021, #b24d22, #963b1f, #7b2b1c, #601d16, #45100e);
|
|
|
|
}
|
|
|
|
nav li:hover a {
|
|
color: white;
|
|
|
|
}
|
|
|
|
nav li {
|
|
display: block;
|
|
padding: 10px 35px;
|
|
}
|
|
|
|
li .sousli {
|
|
display: none;
|
|
}
|
|
|
|
.deroul:hover .sousli {
|
|
display: block;
|
|
position: absolute;
|
|
top: 40px;
|
|
left: 0;
|
|
width: max-content;
|
|
}
|
|
|
|
.deroul {
|
|
position: relative;
|
|
}
|
|
|
|
li {
|
|
border-left-style: dashed;
|
|
}
|
|
|
|
ul li:first-child {
|
|
border-left-style: none;
|
|
}
|
|
|
|
.deroul ul li {
|
|
border-left-style: none;
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
aside {
|
|
float: none;
|
|
}
|
|
}
|
|
|
|
.img:hover::after {
|
|
content: attr(title);
|
|
bottom: 10px;
|
|
color: #fff;
|
|
|
|
}@font-face{
|
|
font-family: "Quadranta";
|
|
src: url('quadranta.woff') format('woff');
|
|
|
|
}
|