]> gitweb.fperrin.net Git - djsite.git/blob - quotes/static/quotes/style.css
db5467189a4638c85f27d2bd39d3d02042871301
[djsite.git] / quotes / static / quotes / style.css
1 a {
2     color: black;
3 }
4
5 a:hover {
6     text-decoration: none;
7 }
8
9 .quote {
10     background-color: #ffbd33;
11     border: 3px solid #ff5733;
12     padding: 1.5em 2em;
13     margin: 2em 30em;
14 }
15
16 .quote .author {
17     padding-left: 5em;
18 }
19
20 .quote .author .name {
21     font-style: italic;
22 }
23
24 .permalink {
25     font-size: 0.8em;
26     text-align: right;
27 }