Fix compatibility with new LW footnote markup.
[lw2-viewer.git] / www / accordius / theme-default.css.php
blob0b87fe470c71628df534cc9867adbbb303bdc890
1 /*===============*/
2 /* DEFAULT THEME */
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: #f0f5fa;
22 border: 1px solid #c5d6e9;
23 padding: 4px 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: #d5e7fa;
32 #tags a:active {
33 color: #d00;