More actions
mNo edit summary |
mNo edit summary |
||
| Line 559: | Line 559: | ||
#apply-breadcrumbs .items | #apply-breadcrumbs .items | ||
{ | { | ||
font-family: arial; | |||
font-size: 18px; | |||
font-variant: small-caps; | |||
} | } | ||
#apply-breadcrumbs .items .token | #apply-breadcrumbs .items .token | ||
| Line 569: | Line 571: | ||
#apply-breadcrumbs .items .token a | #apply-breadcrumbs .items .token a | ||
{ | { | ||
display: block; | |||
float: left; | |||
} | } | ||
#apply-breadcrumbs .items .current a | #apply-breadcrumbs .items .current a | ||
| Line 576: | Line 580: | ||
#apply-breadcrumbs .items .token .number | #apply-breadcrumbs .items .token .number | ||
{ | { | ||
background: url("http://wiki.eveuniversity.org/w/images/6/63/Recruitment_bg_bc_separator.png") no-repeat scroll 0 0 transparent; | |||
color: #656565; | |||
display: block; | |||
float: left; | |||
font-family: trebuchet MS; | |||
font-size: 18px; | |||
margin-right: 10px; | |||
padding-left: 20px; | |||
} | } | ||
#apply-breadcrumbs .items .token .text | #apply-breadcrumbs .items .token .text | ||
{ | { | ||
color: #B4B4B4; | |||
display: none; | |||
float: left; | |||
font-size: 14px; | |||
padding-right: 5px; | |||
} | |||
#apply-breadcrumbs .items .current .text | |||
{ | |||
display: block; | |||
} | } | ||
#apply-breadcrumbs .items .token a:hover .text, | #apply-breadcrumbs .items .token a:hover .text, | ||
#apply-breadcrumbs .items .token a.hover .text | #apply-breadcrumbs .items .token a.hover .text | ||
{ | { | ||
display: block; | |||
} | } | ||