-add style

This commit is contained in:
2022-03-16 13:14:12 +00:00
parent 43a2bfba83
commit 0a3eb3d379
2 changed files with 43 additions and 21 deletions

View File

@@ -5,6 +5,14 @@ p {
text-align: center;
}
a:link, a:visited {
color: #858585;
}
a:hover {
color: #373737;
}
/*
The grid itself needs only 4 CSS declarations:
*/
@@ -66,11 +74,12 @@ p {
background: rgba(75, 75, 75, 0.50);
font-family: sans-serif;
font-size: 16px;
color: #fff;
color: #bbb;
width: calc(100% - 32px);
max-width: 400px;
padding: 2px 8px;
padding: 4px 8px;
border-radius: 4px;
text-align: center;
position: absolute;
left: 50%;
@@ -136,3 +145,23 @@ body {
font-size: 1rem;
}
._h1 {
font-family: sans-serif;
font-weight: 400;
}
.month {
font-family: sans-serif;
font-weight: 400;
font-size: 1rem;
}
.titrePhoto, .legendePhoto {
font-family: sans-serif;
font-weight: 400;
font-size: 1em;
}
.titrePhoto {
font-size: 1.3em;
}
.exif {
color: #999;
}