Mediawiki skin

From Teknologisk videncenter
Jump to: navigation, search

Changing the skin

Vector

main-ltr.css

Logo

Logo
From to
/* Logo */
#p-logo {
    position: absolute;
    top: -160px;
    left: 0;
    width: 10em;
    height: 160px;
}
#p-logo a {
    display: block;
    width: 10em;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}
/* Logo  HeTh*/
#p-logo {
    position: absolute;
    top: -160px;
    left: 0px;
    /*width: 25;*/
    height: 36px;
}
#p-logo a {
    display: block;
    width: 45em;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}