aboutsummaryrefslogtreecommitdiff
path: root/assets/css/qw.css
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2017-09-14 22:55:43 +0200
committerhellekin <hellekin@cepheide.org>2017-09-14 22:55:43 +0200
commitcfbad8a92412201ac61672fb1416b5d161817e87 (patch)
tree8e33ff08e5a24c4ee08c551259c2cefa5de7fbe4 /assets/css/qw.css
downloadqw.lesoiseaux.io-cfbad8a92412201ac61672fb1416b5d161817e87.tar.gz
Add current site
Diffstat (limited to 'assets/css/qw.css')
-rw-r--r--assets/css/qw.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/assets/css/qw.css b/assets/css/qw.css
new file mode 100644
index 0000000..a6f7772
--- /dev/null
+++ b/assets/css/qw.css
@@ -0,0 +1,59 @@
+body {
+ background-color: rgba(194, 194, 194, 0.3);
+ font-family: 'Cormorant Garamond';
+}
+
+body>header h1 img {
+ vertical-align: bottom;
+}
+
+body>header h2 {
+ margin-top: -1rem;
+ margin-left: 40px;
+ font-size: 2rem;
+}
+
+header,main,aside {
+ margin: 0 auto;
+ width: 80%;
+}
+
+main article {
+ padding: 2%;
+ font-size: 150%;
+ max-width: 60rem;
+}
+
+article header + a {
+ float: right;
+ margin: 1rem;
+}
+
+figcaption {
+ margin-top: -2rem;
+ font-variant: small-caps;
+ text-align: center;
+}
+
+section {
+ margin-top: 10rem;
+}
+
+section h3 + p, h2 + p {
+ font-size: 150%;
+}
+
+article footer {
+ font-size: 1rem;
+}
+
+body>footer {
+ font-size: x-small;
+ width: 60%;
+ margin: 0 auto;
+}
+
+.cnc-dicream {
+ margin: 3rem auto;
+ text-align: right;
+}