aboutsummaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2017-12-31 15:56:47 +0100
committerYour Name <you@example.com>2017-12-31 15:57:04 +0100
commit0c3f5d06a065ecaeac893d6a835bbb74e0234301 (patch)
tree5201456eb9d46b1ff6f090f1acc4dd97b7be4292 /assets/css/screen.css
parent7f7a538873544967287f6ade4bd922e25d0d9b99 (diff)
downloadlesoiseaux.io-0c3f5d06a065ecaeac893d6a835bbb74e0234301.tar.gz
Finalize /txt/
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index b26d0e9..9379dbe 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -2075,7 +2075,7 @@ span.ps {
background: url(../img/logo-ps.svg) top left/5rem no-repeat;
opacity: 0.75;
color: transparent;
- padding: 0 1rem; }
+ padding: 0.25rem 1.25rem; }
h1, h2, h3, h4, h5, h6 {
font-family: "Cormorant Garamond", serif;
@@ -2264,8 +2264,10 @@ article > header p {
line-height: 1.25;
font-family: "Cormorant Garamond", serif;
text-variant: italic;
- padding: 2rem 4rem;
+ padding: 0 4rem;
text-align: justify; }
+ article > header p:last-child {
+ padding-bottom: 2rem; }
article section:after {
display: table;
@@ -2284,7 +2286,6 @@ article aside ul {
article aside ul img {
display: block;
width: 16rem;
- height: 9rem;
background-color: black;
margin: 1rem auto; }
article .outro p {
@@ -2322,6 +2323,14 @@ article .video {
height: auto;
float: none; }
+span.note {
+ font-size: smaller;
+ padding-left: 1rem;
+ display: none; }
+
+:hover + span.note {
+ display: inline; }
+
body.vdo > main > article {
background: #6d90a2; }
body.vdo > aside:hover, body.vdo > aside:focus {