-add style
This commit is contained in:
33
css/sls.css
33
css/sls.css
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user