User:Emma/common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
mNo edit summary
mNo edit summary
Line 59: Line 59:


.tabtest  a:hover, .tab  strong:hover {
.tabtest  a:hover, .tab  strong:hover {
  margin-right: 1px;
  margin-bottom: -1px;
  border: 1px solid;
  font-weight: bold;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  margin-bottom: -1px;
  border-bottom: 1px solid white!important;
  color: black;
   background: white;
   background: white;
   background: -moz-linear-gradient(top,white 0,#E5E5E5 5%,white 55%);
   background: -moz-linear-gradient(top,white 0,#E5E5E5 5%,white 55%);