MediaWiki:Common.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 9: Line 9:
color: #fefefe;
color: #fefefe;
font-weight: bold;
font-weight: bold;
background: #22000E;
background: #3d67d6;
width: 180px;
width: 180px;
border: 2px solid #140008;
border: 1px solid #3d67d6;
border-radius: 5px;
border-radius: 8px;
text-align:center;
text-align:center;
margin: 5px;
margin: 4px;
padding: 5px;
padding: 4px;
font-size:100%;
font-size:100%;
white-space: nowrap;
white-space: nowrap;
Line 23: Line 23:


.mpbutton:hover {
.mpbutton:hover {
background: #3D0019;
background: #9c9cd6;
text-decoration: none;
text-decoration: none;
}
}