summaryrefslogtreecommitdiff
path: root/css/codeq/hint.css
blob: 03f1b567c602fcb5d0d33108bd52be3d56d60d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
a.hint-static-link {
    cursor: pointer;
}

div.hint-static-group,
div:not(.hint-static-group) > div.hint-static {
    border: 1px solid gray;
    border-radius: 4px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0.5em;
}

.hint-static img {
    max-width: 80%;
    /* center img trick */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hints > :first-child {
    font-weight: bold;
}