Difference between revisions of "MediaWiki:Mobile.css"

From Bose Portable PA Encyclopedia
Jump to: navigation, search
(Created page with "H2 {font-color:red;}")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
H2 {font-color:red;}
+
h2, h3, h4 {color:red;background-color:blue}
 +
 
 +
body {
 +
  background-color: lightgrey;
 +
  color: blue;
 +
}
 +
 
 +
h1 {
 +
  background-color: black;
 +
  color: white;
 +
}

Latest revision as of 23:08, 12 June 2021

h2, h3, h4 {color:red;background-color:blue}

body {
  background-color: lightgrey;
  color: blue;
}

h1 {
  background-color: black;
  color: white;
}