Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Add GTAMods Wiki logo) |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
/* GTAMods Wiki Logo */ | /* GTAMods Wiki Logo */ | ||
#p-logo { | #p-logo { | ||
− | height: | + | height: 180px; |
} | } | ||
#p-logo a { | #p-logo a { | ||
− | height: | + | height: 180px; |
− | background-size: | + | background-size: 180px auto; |
} | } |
Latest revision as of 16:37, 24 January 2019
/* CSS placed here will affect users of the Vector skin */
/* GTAMods Wiki Logo */
#p-logo {
height: 180px;
}
#p-logo a {
height: 180px;
background-size: 180px auto;
}