Remove crosspost link when a crosspost couldn't be retrieved.
[lw2-viewer.git] / www / accordius / theme-zero.css.php
blobfbb62020dd0a9a2bcf618ad84a54e77fd45ba056
1 /*============*/
2 /* THEME ZERO */
3 /*============*/
5 /*++++++*/
6 /* TAGS */
7 /*++++++*/
9 #tags {
10 padding: 0.5em;
12 #tags::before {
13 content: "Tags:";
14 margin: 0 0.25em 0 0;
15 opacity: 0.5;
16 line-height: 1;
17 align-self: center;
19 #tags a {
20 border-radius: 8px;
21 background-color: #f6f6f6;
22 border: 1px solid #ccc;
23 padding: 5px 8px 5px 8px;
24 line-height: 1;
25 margin: 0.25em;
26 font-size: 0.9375em;
28 #tags a:hover {
29 text-decoration: none;
30 background-color: #fff;
32 #tags a:active {
33 color: #d00;