Project

General

Profile

« Previous | Next » 

Revision 58533

[Library | Trunk]: Add css for breadcrumbs

View differences:

library.css
1915 1915
    border-color:black;
1916 1916
    text-decoration: underline;
1917 1917
}
1918

  
1919
.uk-breadcrumb.uk-light > * > *,
1920
.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before {
1921
    color: white;
1922
}
1923

  
1924
.uk-breadcrumb > * > * {
1925
    color: rgba(0, 0, 0, 0.60);
1926
    vertical-align: top;
1927
    line-height: 25px;
1928
}
1929

  
1930
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
1931
    content: "›";
1932
    color: rgba(0, 0, 0, 0.60);
1933
    font-weight: 200;
1934
    font-size: 25px;
1935
    margin: -9px 10px;
1936
}
1937

  
1938
.uk-breadcrumb > :last-child > * {
1939
    font-weight: 700;
1940
    color: rgba(0, 0, 0, 0.60);
1941
}

Also available in: Unified diff