Difference between revisions of "MediaWiki:Common.css"

From BlazeyAndTyler
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { font-size: 1.25em; }")
 
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
body {
+
#p-logo {
  font-size: 1.25em;
+
border-radius: 100%;
 +
background-color: tomato;
 +
}
 +
 
 +
#p-logo a {
 +
display: block;
 +
background-repeat: no-repeat;
 +
background-position: center center;
 +
background-size: 90%;
 +
text-decoration: none;
 
}
 
}

Latest revision as of 21:41, 29 December 2018

/* CSS placed here will be applied to all skins */
#p-logo {
border-radius: 100%;
background-color: tomato;
}

#p-logo a {
display: block;
background-repeat: no-repeat;
background-position: center center;
background-size: 90%;
text-decoration: none;
}