Rev 13171 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13171 | Rev 15722 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | .breadcrumbs::after { |
57 | .breadcrumbs::after { |
58 | clear:both; |
58 | clear:both; |
59 | } |
59 | } |
60 | 60 | ||
61 | .breadcrumbs li { |
61 | .breadcrumbs li { |
62 | float:left; |
62 | float: left; |
63 | color:#0a0a0a; |
63 | color: #0a0a0a; |
64 | font-size:.6875rem; |
64 | font-size: .6875rem; |
65 | cursor:default; |
65 | cursor: default; |
66 | text-transform:uppercase; |
66 | text-transform: uppercase; |
67 | /*font-variant:small-caps;*/ |
67 | /*font-variant:small-caps;*/ |
68 | } |
68 | } |
69 | 69 | ||
70 | .breadcrumbs li:not(:last-child)::after { |
70 | .breadcrumbs li:not(:last-child)::after { |
71 | color:#cacaca; |
71 | color: #cacaca; |
72 | content:"/"; |
72 | content: "/"; |
73 | position:relative; |
73 | position: relative; |
74 | top:1px; |
74 | top: 1px; |
75 | opacity:1; |
75 | opacity: 1; |
76 | margin:0 .75em; |
76 | margin: 0 .75em; |
77 | } |
77 | } |
78 | 78 | ||
79 | .breadcrumbs>li>a { |
79 | .breadcrumbs>li>a { |
80 | color:#2ba6cb; |
80 | color: #2ba6cb; |
81 | text-decoration:none; |
81 | text-decoration: none; |
82 | } |
82 | } |
83 | 83 | ||
84 | .breadcrumbs a:hover { |
84 | .breadcrumbs a:hover { |
85 | text-decoration:underline; |
85 | text-decoration: underline; |
86 | } |
86 | } |
87 | 87 | ||
88 | .breadcrumbs .disabled { |
88 | .breadcrumbs .disabled { |
89 | color:#cacaca; |
89 | color: #cacaca; |
90 | cursor:not-allowed; |
90 | cursor: not-allowed; |
91 | } |
91 | } |