MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 70: Line 70:
  * For example, gender ratio or HP - This can be used */
  * For example, gender ratio or HP - This can be used */


.statbar{
.statbarLeft{
border-top-left-radius: 20px;
border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topleft: 20px;
Line 84: Line 84:
-o-border-bottom-left-radius: 20px;
-o-border-bottom-left-radius: 20px;
color: #FFF;
color: #FFF;
height: 10px;
border: 0.5px solid black;
overflow: hidden;
}
.statbarRight{
border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-khtml-border-top-right-radius: 20px;
-icab-border-top-right-radius: 20px;
-o-border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-khtml-border-bottom-right-radius: 20px;
-icab-border-bottom-right-radius: 20px;
-o-border-bottom-right-radius: 20px;
color: #000;
height: 10px;
height: 10px;
border: 0.5px solid black;
border: 0.5px solid black;
overflow: hidden;
overflow: hidden;
}
}