Difference between revisions of "Mediawiki skin"
From Teknologisk videncenter
m (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 !! ...) |
(No difference)
|
Latest revision as of 07:07, 5 July 2011
Changing the skin
Vector
main-ltr.css
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;
}
|