User:Headquarter8302/Page.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
(umm...)
(finally)
Line 10: Line 10:


/* 2. */
/* 2. */
#p-logo a { background: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) 35% 50% no-repeat; }
/* #p-logo a { background: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) 35% 50% no-repeat; } */
 
/* That didn't work either, so i used Tark's support */
/* 3. This should work */
#p-logo > a {
      background-image: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) !important;
      background-size: 135px 135px;
}

Revision as of 04:26, 7 October 2020

/* Imported from Tark's CSS https://wiki.teamfortress.com/wiki/User:Tark/Page.css */
/* I probably shouldn't overwrite MW stuff... */

/* so the below doesn't work. so i imported the second one from Wikipedia */
/*.mw-wiki-logo {
    background-image: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) !important;
    background-size: 135px 135px;
}
*/

/* 2. */
/* #p-logo a { background: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) 35% 50% no-repeat; } */

/* That didn't work either, so i used Tark's support */
/* 3. This should work */
#p-logo > a {
      background-image: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) !important;
      background-size: 135px 135px;
}