Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #mw-user-domain-section { display: none !important; } #p-logo { display: none; } div#mw-panel { top: 96px; } ...") |
|||
Line 37: | Line 37: | ||
position: absolute; | position: absolute; | ||
top: 10px; | top: 10px; | ||
− | left: | + | left: 20px; |
} | } |
Revision as of 10:51, 13 July 2012
Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.
/* CSS placed here will be applied to all skins */
#mw-user-domain-section {
display: none !important;
}
#p-logo {
display: none;
}
div#mw-panel {
top: 96px;
}
div#mw-head {
top: 50px;
}
#artefactual {
background: White;
height: 50px;
position: relative;
}
#artefactual #logo {
position: absolute;
top: 10px;
left: 20px;
}
#mainMenu {
color: #999;
float: right;
font-size: 11px;
font-family: verdana, lucida, sans-serif;
margin: .5em;
text-transform: lowercase;
}
#mainMenu li {
margin: 0;
padding: 0;
padding-left: .4em;
}
#mainMenu li + li
{
border-left: 1px solid;
}
#mainMenu .active
{
color: #c00 !important;
text-decoration: underline;
}
#mainMenu :link,
#mainMenu :visited
{
color: inherit;
}
#mainMenu :link:focus,
#mainMenu :link:hover,
#mainMenu :visited:focus,
#mainMenu :visited:hover
{
background: #000;
color: #fff;
text-decoration: none;
}