Difference between revisions of "MediaWiki:Common.css"

From BeebWiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
p {
 
p {
   background: red;
+
   background: blue;
 
   line-height: 0.2;
 
   line-height: 0.2;
 
   font-family: monospace, Courier;
 
   font-family: monospace, Courier;
Line 7: Line 7:
 
}
 
}
  
p::after {
+
p::before {
 
   font-weight: bold;
 
   font-weight: bold;
 
   color: navy;
 
   color: navy;
 
   content: "<div style='line-height: 1.2;>'";
 
   content: "<div style='line-height: 1.2;>'";
 
}
 
}

Revision as of 01:29, 3 December 2020

/* CSS placed here will be applied to all skins */
p {
  background: blue;
  line-height: 0.2;
  font-family: monospace, Courier;
  style="line-height: 1.2;"
}

p::before {
  font-weight: bold;
  color: navy;
  content: "<div style='line-height: 1.2;>'";
}