aboutsummaryrefslogtreecommitdiff
path: root/assets/css/qw.css
diff options
context:
space:
mode:
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;
+}