Difference between revisions of "MediaWiki:Common.css"

From GFIPM Implementation Wiki
Jump to: navigation, search
 
Line 9: Line 9:
 
   border: 1px solid #888888;
 
   border: 1px solid #888888;
 
   padding: 0 5px 0 5px;
 
   padding: 0 5px 0 5px;
   -webkit-border-radius: 5px;
+
   -webkit-border-radius: 7px;
   -moz-border-radius: 5px;
+
   -moz-border-radius: 7px;
   border-radius: 5px;
+
   border-radius: 7px;
 
}
 
}
  
 
.gfipmnav a {color: black}
 
.gfipmnav a {color: black}

Latest revision as of 20:55, 3 June 2011

/* CSS placed here will be applied to all skins */

.gfipmnav {
  font-size: .75em;
  font-weight: normal;
  color: black;
  text-align: left;
  background-color: #eeeeee;
  border: 1px solid #888888;
  padding: 0 5px 0 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.gfipmnav a {color: black}