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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-09-30 18:55:23 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-09-30 18:55:23 +0300
commitb940bd4d4c24b588f376227a38540208ab003a19 (patch)
tree0e233b06c5b9c4a88556c028f86f56db4a3d3438 /static
parent126a1e53994437a02cbe458aa7dcd6a4f0241c8e (diff)
Closes #15
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css38
1 files changed, 36 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 3d11883..278d501 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -92,6 +92,10 @@ body {
border-top: 2px solid #00416a;
padding-top: 2px;
}
+
+ .card-content {
+ margin-left: 25px;
+ }
}
/* High-DPI mobile styles */
@@ -108,6 +112,10 @@ body {
blockquote {
font-size: x-large;
}
+
+ .card-content {
+ margin-left: 25px;
+ }
}
/* Low-DPI mobile styles */
@@ -124,6 +132,10 @@ body {
blockquote {
font-size: x-large;
}
+
+ .card-content {
+ margin-left: 0;
+ }
}
#sitelogo {
@@ -221,8 +233,30 @@ p.list-post-date {
text-align: center;
}
-p.h-card {
- display: none;
+div.h-card {
+ box-shadow: 0 5px 5px #ccc;
+ margin: 1em auto;
+ min-height: 150px;
+ padding: 25px;
+ width: 90%
+}
+
+img.u-photo {
+ width: 100px;
+}
+
+.card-content {
+ display: inline-block;
+}
+
+.card-name {
+ margin: 0;
+}
+
+.card-subhead {
+ font-family: 'Fira Sans';
+ font-size: smaller;
+ text-transform: uppercase;
}
blockquote {