Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
commit
a4a5c7daa5
1389 changed files with 241399 additions and 0 deletions
38
static/css/breadcrumbs.css
Normal file
38
static/css/breadcrumbs.css
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
/* luflow.net web site */
|
||||
/* Public domain 2025. All rights waived */
|
||||
|
||||
.breadcrumbs {
|
||||
background-color: #e6e6e6;
|
||||
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;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.crumb:active,
|
||||
.crumb:focus,
|
||||
.crumb:hover {
|
||||
color: #fade8b;
|
||||
}
|
||||
|
||||
.crumb-active:link,
|
||||
.crumb-active:visited {
|
||||
color: #fade8b;
|
||||
}
|
||||
Loading…
Reference in a new issue