Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: .poem { background-image: url:("/images/thumb/e/ea/PoemParchment.jpg/463px-PoemParchment.jpg"); }")
 
Line 2: Line 2:
  
 
.poem {
 
.poem {
background-image: url:("/images/thumb/e/ea/PoemParchment.jpg/463px-PoemParchment.jpg");
+
background-image: url("/images/thumb/e/ea/PoemParchment.jpg/463px-PoemParchment.jpg");
 
}
 
}

Revision as of 15:54, 3 January 2020

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

.poem {
background-image: url("/images/thumb/e/ea/PoemParchment.jpg/463px-PoemParchment.jpg");
}