summaryrefslogtreecommitdiffstats
path: root/static/base/css/breadcrumbs.css
blob: 623496eeec737e96f51b74f47523894a2983a279 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
/* Harmonic Flow web site */
/* Public domain 2017. All rights waived */

.breadcrumbs {
    background-color: white;
    background-image: url("../img/breadcrumbs-bg.png");
    color: #E6E6E6;
    font-size: 0.8em;
    padding: 0px 15px;
}

.breadcrumbs span {
    display: inline-block;
    font-size: 0.7em;
    line-height: 2em;
    padding: 0px 5px;
}

.crumb:link,
.crumb:visited {
    border-style: none;
    color: #E6E6E6;
    display: inline-block;
    line-height: 2em;
    padding: 0px 5px;
}

.crumb:active,
.crumb:focus,
.crumb:hover {
    color: #FADE8B;
}

.crumb-active:link,
.crumb-active:visited {
    color: #FADE8B;
}