Increase token bucket burst parameter.
[lw2-viewer.git] / www / accordius / theme-classic.css.php
blob61d8c5623bcad6eb857093f6c2d8fde6035625aa
1 /*===============*/
2 /* CLASSIC THEME */
3 /*===============*/
5 /*++++++*/
6 /* TAGS */
7 /*++++++*/
9 #tags {
10 padding: 0.25em 0.5em;
11 line-height: 1;
12 justify-content: flex-start;
13 margin: 0.5em 0 0 0;
15 #tags::before {
16 content: "Tags:";
17 margin: 0 0.25em 0 0;
18 padding: 3px 0;
19 color: #999;
21 #tags a {
22 border-radius: 6px;
23 background-color: #fffec2;
24 border: 1px solid #d9b600;
25 padding: 3px 6px;
26 line-height: 1;
27 margin: 0.25em;
28 font-size: 0.9375em;
29 text-decoration: none;
30 color: #537254;
32 #tags a:hover {
33 text-decoration: none;
34 background-color: #ecc700;
35 color: #000;
37 #tags a:active {
38 color: #d00;