User:Headquarter8302/Page.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Imported from Tark's CSS https://wiki.teamfortress.com/wiki/User:Tark/Page.css */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
/* I probably shouldn't overwrite MW stuff... */
/* Custom styles */
 
/* Imported from WIKIDOT SCP FOUNDATION AIAD HOMESCREEN SOURCE http://www.scpwiki.com/aiad-homescreen */
/* so the below doesn't work. so i imported the second one from Wikipedia */
#tech {
/*.mw-wiki-logo {
     background: url(http://scp-wiki.wdfiles.com/local--files/aiad-homescreen/blue_squares_2.gif)
     background-image: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) !important;
    background-size: 135px 135px;
}
}
*/


/* 2. */
:root {
/* #p-logo a { background: url(https://i1.theportalwiki.net/img/b/b5/Aperture_Science_anim.gif) 35% 50% no-repeat; } */
font: Rubik, arial, sans-serif !important;
 
/* 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;
}
/* Imported from WIKIDOT SCP FOUNDATION AIAD HOMESCREEN SOURCE http://www.scpwiki.com/aiad-homescreen */
body {
background: hex(#808080) rgb(255,255,255) rgba(255,255,255,0.96), url(http://scp-wiki.wdfiles.com/local--files/aiad-homescreen/blue_squares_2.gif);
}
}

Latest revision as of 01:43, 29 April 2021

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
/* Custom styles */
/* Imported from WIKIDOT SCP FOUNDATION AIAD HOMESCREEN SOURCE http://www.scpwiki.com/aiad-homescreen */
#tech {
    background: url(http://scp-wiki.wdfiles.com/local--files/aiad-homescreen/blue_squares_2.gif)
}

:root {
	font: Rubik, arial, sans-serif !important;
}