Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Arin Mara (talk | contribs)
Renamed ecm-info to faction-info (ECM was removed)
Arin Mara (talk | contribs)
Deleted ApplyBreadcrumbs CSS. Confimed with User:Evon R'al it was deleted in 2015
Line 450: Line 450:
line-height: 120%;
line-height: 120%;
padding: 0 5px;
padding: 0 5px;
}
/* CSS placed below this line will be applied only for the UniWiki Tools Template:ApplyBreadcrumbs */
#apply-breadcrumbs
{
background: url("http://wiki.eveuniversity.org/w/images/1/16/Recruitment_bg_bc_bgr.png") repeat-x scroll 0 0 transparent;
    border: 2px solid black;
    clear: both;
    float: left;
    height: 44px;
    overflow: hidden;
    width: 100%;
}
#apply-breadcrumbs .unilogo
{
background: url("http://wiki.eveuniversity.org/w/images/9/9d/Recruitment_bg_bc_unilogo.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 44px;
    width: 66px;
}
#apply-breadcrumbs .items
{
font-family: arial;
    font-size: 18px;
    font-variant: small-caps;
}
#apply-breadcrumbs .items .token a
{
display: block;
    float: left;
}
#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: white;
    display: block;
    float: left;
    font-family: trebuchet MS;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 10px;
}
#apply-breadcrumbs .items .current .number
{
background: url("http://wiki.eveuniversity.org/w/images/9/9d/Recruitment_bg_bc_separator_current_begin.png") no-repeat scroll 0 0 #111111;
color: khaki;
}
#apply-breadcrumbs .items  .end .number
{
background: url("http://wiki.eveuniversity.org/w/images/b/b8/Recruitment_bg_bc_separator_current_end.png") no-repeat scroll 0 0 transparent;
}
#apply-breadcrumbs .items .token .text
{
color: #B4B4B4;
    display: none;
    float: left;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding-right: 5px;
}
#apply-breadcrumbs .items .current .text
{
background-color: #111111;
    color: khaki;
    display: block;
    font-size: 18px;
    font-variant: inherit;
    text-transform: uppercase;
}
#apply-breadcrumbs .items .token a:hover .text,
#apply-breadcrumbs .items .token a.hover .text
{
display: block;
}
}