Difference between revisions of "Template:Queens Canada/Styles"

m
m
Line 1: Line 1:
 
<html>
 
<html>
  
<!-- This will be the location for all of the common styles on the website -->  
+
<!-- This will be the location for all of the common styles on the website -->
 +
<!-- The term "default styling" refers to the styles coming from load.php -->
  
 
<style>
 
<style>
Line 7: Line 8:
 
body {
 
body {
 
       background-color: white;
 
       background-color: white;
 +
      color: black;
 
}
 
}
  
 
#content {
 
#content {
 
       width: 100%;
 
       width: 100%;
 +
      padding: 0; /* this and the next 2 overwrite default styling */
 +
      margin: 0;
 +
      color: inherit;
 
}
 
}
  

Revision as of 17:01, 1 June 2020