]> gitweb.fperrin.net Git - djsite.git/blob - quotes/static/quotes/style.css
Hide by default details about the quotes
[djsite.git] / quotes / static / quotes / style.css
1 body {
2     color: black;
3     background-color: white;
4 }
5
6 a { color: black; }
7
8 a:hover {
9     text-decoration: none;
10 }
11
12 .quote {
13     background-color: #ffbd33;
14     border: 3px solid #ff5733;
15     padding: 1.5em 2em;
16     margin: 2em 30em;
17 }
18
19 .quote .author {
20     padding-left: 5em;
21 }
22
23 .quote .author .name {
24     font-style: italic;
25 }
26
27 .permalink {
28     font-size: 0.8em;
29     text-align: right;
30 }
31
32 .hidden_details {
33     /* displayed through Javascript */
34     display: none;
35 }