Fix compatibility with new LW footnote markup.
[lw2-viewer.git] / www / accordius / theme-brutalist.css.php
blob594e9da66a956e782fb3a4b7fb132e42d7db90ac
1 /*=================*/
2 /* BRUTALIST 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 color: #888;
17 #tags a {
18 border: 1px dotted #000;
19 padding: 5px 7px 4px 7px;
20 line-height: 1;
21 margin: 0.25em;
22 font-size: 0.9375em;
24 #tags a:hover {
25 text-decoration: none;
26 background-color: #fff;
27 border-style: solid;
28 box-shadow:
29 0 0 0 2px #fff inset,
30 0 0 0 3px #000 inset;
32 #tags a:active {
33 box-shadow:
34 0 0 0 4px #fff inset,
35 0 0 0 5px #000 inset;