Difference between revisions of "MediaWiki:Common.css"

From Marcus Zenoria Designs - Tip Jars & Tech - Wiki
Jump to: navigation, search
Line 2: Line 2:
 
.version{ font-weight: bold; float: right;}
 
.version{ font-weight: bold; float: right;}
 
.butt{
 
.butt{
background-color:blue;
+
background-color: #167EB2;
 
color: white;
 
color: white;
padding: 3px;
+
padding: 6px;
border-radius: 2px;}
+
margin-left: 5px;
 +
border-radius: 3px;}

Revision as of 11:28, 23 July 2017

/* CSS placed here will be applied to all skins */
.version{ font-weight: bold; float: right;}
.butt{
background-color: #167EB2;
color: white;
padding: 6px;
margin-left: 5px;
border-radius: 3px;}