mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1468 e7d03fd6-7b0d-0410-9947-9c21f3af8025
40 lines
782 B
CSS
40 lines
782 B
CSS
.navigation {
|
|
background: transparent;
|
|
}
|
|
|
|
.navrow {
|
|
border-collapse: collapse;
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: dotted;
|
|
border-bottom-color: #f86821;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.navrow a {
|
|
color: #222222;
|
|
background: transparent;
|
|
border-left-width: 10px;
|
|
border-left-style: solid;
|
|
border-left-color: #f86821;
|
|
font-weight: normal;
|
|
margin-right: 1em;
|
|
padding: 0em 0.5em;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navrow a:hover {
|
|
color: black;
|
|
background: #f8c218;
|
|
border-color: #f85b0d;
|
|
}
|
|
|
|
.navrow span {
|
|
color: #222222;
|
|
background: #f8c218;
|
|
border-left-width: 10px;
|
|
border-left-style: solid;
|
|
border-left-color: #f85b0d;
|
|
font-weight: normal;
|
|
margin-right: 1em;
|
|
padding: 0em 0.5em;
|
|
}
|