MediaWiki: Common.css: Difference between revisions

From BalCCon2k24
Jump to: navigation, search
(Created page with " →‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap'); body { font-family: 'Open Sans'; font-size: 16px; color: #888; background-color: #33333; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; top: 600px; left: 0; } .navbar-default{ font-family: '...")
 
No edit summary
Tag: Manual revert
 
(20 intermediate revisions by the same user not shown)
Line 3: Line 3:
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Broken+Fax&display=swap');
body {
body {
font-family: 'Open Sans';
font-family: 'Open Sans';
Line 14: Line 16:
top: 600px;
top: 600px;
left: 0;
left: 0;
 
}
.rubik-maze-regular {
  font-family: "Rubik Maze", system-ui;
  font-weight: 400;
  font-style: normal;
}
}
.navbar-default{
.navbar-default{
font-family: 'Rubik Glitch';
font-family: 'Rubik Maze';
 
font-size: 16px;
}
}
.firstHeading{
.rubik-broken-fax-regular {
font-family: 'Rubik Glitch';
  font-family: "Rubik Broken Fax", system-ui;
  font-weight: 400;
  font-style: normal;
}
}
#footer { display: none; }
#footer { display: none; }

Latest revision as of 20:49, 14 July 2024

 /* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Broken+Fax&display=swap');
body {
font-family: 'Open Sans';
font-size: 16px;
color: #888;
background-color: #33333;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
top: 600px;
left: 0;
}
.rubik-maze-regular {
  font-family: "Rubik Maze", system-ui;
  font-weight: 400;
  font-style: normal;
}
.navbar-default{
font-family: 'Rubik Maze'; 	
font-size: 16px;
}
.rubik-broken-fax-regular {
  font-family: "Rubik Broken Fax", system-ui;
  font-weight: 400;
  font-style: normal;
}
#footer { display: none; }