Mediawiki skin

From Teknologisk videncenter
Revision as of 08:07, 5 July 2011 by Heth (talk | contribs) (New page: =Changing the skin= ==Vector== ===main-ltr.css=== ====Logo==== {|border=1 ;style="margin: 0 auto; text-align: center;cellpadding="5" cellspacing="0" |+ Logo |- bgcolor=lightgrey ! From !! ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}