MediaWiki: Common.css: Difference between revisions

From BalCCon2k23 - SYSTEM FAILURE
Jump to: navigation, search
(Created page with " →‎CSS placed here will be applied to all skins: .gridexample { border:1px solid #f5f5f5; min-height:10px; margin-bottom:20px; } .gridexample .content { background-color: #f5f5f5; min-height: 50px; margin-top: 3px; margin-bottom: 3px; font-size: smaller; text-align: center; padding-top: 10px; color: #666; font-style: italic; border:1px solid white; }")
 
No edit summary
Line 1: Line 1:
  /* CSS placed here will be applied to all skins */
  /* CSS placed here will be applied to all skins */


.gridexample {
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
  border:1px solid #f5f5f5;
body {
  min-height:10px;
font-family: 'Open Sans';
  margin-bottom:20px;
font-size: 16px;
background:url('images/BalCCon2k22_2.png') center center fixed;
background-repeat: no-repeat;
background-position: center;
color: #888;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
top: 600px;
left: 0;
 
}
}
 
.navbar-default{
.gridexample .content {
font-family: 'Rubik Glitch';
    background-color: #f5f5f5;
}
    min-height: 50px;
.firstHeading{
    margin-top: 3px;
font-family: 'Rubik Glitch';
    margin-bottom: 3px;
    font-size: smaller;
    text-align: center;
    padding-top: 10px;
    color: #666;
    font-style: italic;
    border:1px solid white;
}
}
#footer { display: none; }

Revision as of 13:33, 10 April 2023

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

@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
body {
font-family: 'Open Sans';
font-size: 16px;
background:url('images/BalCCon2k22_2.png') center center fixed; 
background-repeat: no-repeat;
background-position: center;
color: #888;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
top: 600px;
left: 0;

}
.navbar-default{
font-family: 'Rubik Glitch'; 	
}
.firstHeading{
font-family: 'Rubik Glitch'; 	
}
#footer { display: none; }