fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
prettier sponsors
[prawokultury.git]
/
prawokultury
/
static
/
css
/
entry.scss
diff --git
a/prawokultury/static/css/entry.scss
b/prawokultury/static/css/entry.scss
old mode 100755
(executable)
new mode 100644
(file)
index
77c2935
..
62de95a
--- a/
prawokultury/static/css/entry.scss
+++ b/
prawokultury/static/css/entry.scss
@@
-18,15
+18,19
@@
h1, h2 {
margin: 0;
color: #01519a;
h1, h2 {
margin: 0;
color: #01519a;
- font-size: 1.
2
em;
+ font-size: 1.
3
em;
a {
color: #01519a;
}
}
a {
color: #01519a;
}
}
+ h2.section {
+ margin: 2em 0;
+ }
+
.entry-data {
.entry-data {
- font-size: 1.
2
em;
+ font-size: 1.
3
em;
margin-top: 1.4em;
margin-bottom: 1.4em;
.date {
margin-top: 1.4em;
margin-bottom: 1.4em;
.date {
@@
-44,20
+48,36
@@
}
.lead {
}
.lead {
- font-size: 1.
2
em;
+ font-size: 1.
3
em;
}
.body {
}
.body {
- font-size: 1.2em;
+ font-size: 1.3em;
+ }
+
+ blockquote {
+ position:relative;
+ left:1em;
+ font-style:italic;
+ margin-left: 1em;
+ }
+
+ .toolbar {
+ font-size: 1.3em;
+ margin-top: 1.4em;
+ margin-bottom: 1.8em;
+
+ .social a {
+ margin-right: .6em;
+ img {
+ vertical-align: middle;
+ }
+ }
}
.more {
}
.more {
- clear: both;
float: right;
float: right;
- font-size: 1.2em;
font-style: italic;
font-style: italic;
- margin-top: .6em;
- margin-bottom: 1.8em;
a {
color: #acacac;
a {
color: #acacac;
@@
-97,11
+117,36
@@
a {
color: black;
a {
color: black;
- font-size: 1.
2
em;
+ font-size: 1.
3
em;
}
a:before {
content: url("/static/img/plus.png");
vertical-align: top;
margin-right: 1em;
}
}
a:before {
content: url("/static/img/plus.png");
vertical-align: top;
margin-right: 1em;
}
-}
\ No newline at end of file
+}
+
+
+.comments {
+ margin-left: 8em;
+
+ .comment-form {
+ border-top: 1px solid #494948;
+ }
+
+ .comment-data {
+ font-size: 1.3em;
+ margin-top: 1.4em;
+ margin-bottom: 1.4em;
+ .comment-date {
+ color: #acacac;
+ }
+ .comment-author {
+ font-weight: bold;
+ }
+ }
+
+ .body {
+ font-size: 1.3em;
+ }
+}