Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-16 19:10:51 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-16 19:10:51 +0300
commita080c13c04c324f4d0195594c43a975e10d0726d (patch)
treec9e848de5ce0961ee43fba57bf4d106d3e7f459e /static
parent37444e23c30c2897a78e0b740d78063d77a7758a (diff)
Hacking away a nicer theme
Diffstat (limited to 'static')
-rw-r--r--static/css/style3.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/static/css/style3.css b/static/css/style3.css
index 6a65c61..902d3bf 100644
--- a/static/css/style3.css
+++ b/static/css/style3.css
@@ -35,6 +35,18 @@ h2 {
margin-top: 2em;
}
+footer,footer p {
+ color: #666;
+ font-size: .9em;
+ padding: 1em 1em 2em;
+ text-align: right;
+ padding: 0;
+ max-width: 38rem;
+}
+
+header {
+ color:#CCCCCC;text-align:right;max-width: 38rem;
+}
aside {
letter-spacing: -0.05em;
text-transform: uppercase;
@@ -106,6 +118,7 @@ img {
width: 100%;
display: block;
vertical-align: top;
+ border-radius: 15px;
text-align: center;
}
@@ -115,6 +128,15 @@ figcaption {
text-align: center;
}
+figure {
+ margin: 0 -1em;
+ width:110%;
+ margin-top: 3.0em;
+ display: block;
+ border: 0px solid #303030;
+}
+
+
table {
max-width: 30em;
}
@@ -162,4 +184,5 @@ ol, ul, li, p,dd {
h1 {
font-size: 1.5rem;
}
+
} \ No newline at end of file