Difference between revisions of "MediaWiki:Common.css"

From BlazeyAndTyler
Jump to: navigation, search
(Dumb bug)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#p-logo {
 
#p-logo {
    border-radius: 100%;
+
border-radius: 100%;
    background-color: tomato;
+
background-color: tomato;
 
}
 
}
  
 
#p-logo a {
 
#p-logo a {
    display: block;
+
display: block;
    width: 10em;
+
background-repeat: no-repeat;
    height: 160px;
+
background-position: center center;
    background-repeat: no-repeat;
+
background-size: 90%;
    background-position: center center;
+
text-decoration: none;
    background-size: 90%;
 
    text-decoration: none;
 
 
}
 
}

Revision as of 21:40, 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;
}