17,029
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 68: | Line 68: | ||
background: rgba(255,255,255,0.5);  | background: rgba(255,255,255,0.5);  | ||
}  | }  | ||
/* General type bar for use with type effectiveness sections */  | |||
.type {  | |||
width: 100px;  | |||
border-radius: 20px;  | |||
-moz-border-radius: 20px;  | |||
-webkit-border-radius: 20px;  | |||
-khtml-border-radius: 20px;  | |||
-icab-border-radius: 20px;  | |||
-o-border-radius: 20px;  | |||
border: 0.5px solid black;  | |||
text-align: center;  | |||
font-weight: bold;  | |||
}  | |||
/* StatBar Div  | /* StatBar Div  | ||