page item et images + pdf de mémoire
This commit is contained in:
35
style.css
35
style.css
@@ -153,14 +153,20 @@
|
||||
/* CONTENUS DE LA PAGE */
|
||||
#page_content {
|
||||
position: relative;
|
||||
/* display: inline;
|
||||
float: none; */
|
||||
top: 15vh;
|
||||
max-width: 100ch;
|
||||
max-width: 80ch;
|
||||
padding: 3em 1em;
|
||||
margin: auto;
|
||||
line-height: 1.75;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
#page_content .memoire {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
input:active {
|
||||
border-color: rgba(77, 168, 112, 1);
|
||||
|
||||
@@ -287,7 +293,32 @@
|
||||
color: rgba(77, 168, 112, 1);
|
||||
}
|
||||
|
||||
.list hr{
|
||||
.list hr {
|
||||
color: #c104fc;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* ITEM PAGE */
|
||||
|
||||
.cover {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
embed {
|
||||
display: inherit;
|
||||
width: 800px;
|
||||
height: 700px;
|
||||
/* max-height: 800px ; */
|
||||
position: relative;
|
||||
margin: 0 auto; /* margin-left: 10%; */
|
||||
padding: 0.2rem;
|
||||
border-color: #c104fc;
|
||||
border-style: solid;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.memoire img {
|
||||
max-width: 40%;
|
||||
margin: 0.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user