table padding
[prawokultury.git] / prawokultury / static / css / entry.css
1 .avatar {
2   float: left;
3   margin-left: -8em;
4   margin-top: 0em; }
5
6 .entry-short {
7   border-bottom: 1px solid #8b8b87; }
8   .entry-short .entry-wrapped {
9     padding-top: .7em; }
10
11 .entry-wrapped {
12   margin-left: 8em;
13   line-height: 1.8em; }
14   .entry-wrapped h1, .entry-wrapped h2 {
15     margin: 0;
16     color: #ed7f00;
17     font-size: 1.4em; }
18     .entry-wrapped h1 a, .entry-wrapped h2 a {
19       color: #01519a; }
20   .entry-wrapped h2.section {
21     margin: 2em 0; }
22   .entry-wrapped .entry-data {
23     font-size: 1.4em;
24     margin-top: 1.4em;
25     margin-bottom: 1.4em; }
26     .entry-wrapped .entry-data .date {
27       color: #acacac; }
28     .entry-wrapped .entry-data .author {
29       font-weight: bold; }
30     .entry-wrapped .entry-data .categories {
31       font-style: italic; }
32       .entry-wrapped .entry-data .categories a {
33         color: black; }
34   .entry-wrapped .lead {
35     font-size: 1.4em; }
36   .entry-wrapped .body {
37     font-size: 1.4em; }
38   .entry-wrapped blockquote {
39     position: relative;
40     left: 1em;
41     font-style: italic;
42     margin-left: 1em; }
43   .entry-wrapped .toolbar {
44     font-size: 1.3em;
45     margin-top: 1.4em;
46     margin-bottom: 1.8em; }
47     .entry-wrapped .toolbar .social a {
48       margin-right: .6em; }
49       .entry-wrapped .toolbar .social a img {
50         vertical-align: middle; }
51   .entry-wrapped .more {
52     float: right;
53     font-style: italic; }
54     .entry-wrapped .more a {
55       color: #acacac; }
56     .entry-wrapped .more .read-more {
57       margin-left: 1.5em; }
58     .entry-wrapped .more .comments:after {
59       content: url("/static/img/comments.png");
60       margin-left: .7em; }
61     .entry-wrapped .more .read-more:after {
62       content: url("/static/img/read-more.png");
63       margin-left: .7em; }
64   .entry-wrapped .gallery h2 {
65     margin-top: 2em; }
66   .entry-wrapped .gallery-item {
67     float: left;
68     width: 300px;
69     text-align: center; }
70   .entry-wrapped .gallery-image {
71     height: 300px;
72     width: 300px;
73     display: table-cell;
74     vertical-align: middle; }
75     .entry-wrapped .gallery-image img {
76       margin: 0; }
77   .entry-wrapped table {
78     border-collapse: collapse; }
79     .entry-wrapped table td, .entry-wrapped table th {
80       border: 1px #bbb solid;
81       padding: 0.4em; }
82
83 .entry-info .entry-wrapped,
84 .entry-publications .entry-wrapped {
85   margin-left: 0; }
86   .entry-info .entry-wrapped h1,
87   .entry-publications .entry-wrapped h1 {
88     font-size: 2em;
89     margin-bottom: .5em; }
90
91 .entry-picture {
92   float: left;
93   margin-right: 1.5em; }
94
95 .submit-link {
96   margin-top: 1em;
97   padding-bottom: 1em;
98   height: 1.7em;
99   border-bottom: 1px solid #8b8b87; }
100   .submit-link a {
101     color: black;
102     font-size: 1.3em; }
103   .submit-link a:before {
104     content: url("/static/img/plus.png");
105     vertical-align: top;
106     margin-right: 1em; }
107
108 .comments {
109   margin-left: 8em; }
110   .comments .comment-form {
111     border-top: 1px solid #494948; }
112   .comments .comment-data {
113     font-size: 1.3em;
114     margin-top: 1.4em;
115     margin-bottom: 1.4em; }
116     .comments .comment-data .comment-date {
117       color: #acacac; }
118     .comments .comment-data .comment-author {
119       font-weight: bold; }
120   .comments .body {
121     font-size: 1.3em; }
122
123 /*# sourceMappingURL=entry.css.map */