User:Emma/Sandbox: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
Line 127: Line 127:
   background: -ms-linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
   background: -ms-linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
   background: linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
   background: linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
}
/* Commented Backslash Hack
  hides rule from IE5-Mac \*/
.tabtest a:hover {float:none;}
/* End IE5-Mac hack */
.tabtest a:hover {
  color:#A6B4E7;
}
}


.tabtest a:hover, .tabtest strong:hover, .tabtestselected a, .tabtestselected strong{
.tabtest a:hover, .tabtest strong:hover, .tabtestselected a, .tabtestselected strong{
  padding: 5px 10px 4px 10px;
  margin-right: 1px;
  margin-bottom: -1px;
  border: 1px solid #A6B4E7;
  font-weight: bold;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -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 #F9F9F9!important;
   border-bottom: 1px solid #F9F9F9!important;
   color: black;
   color: black;
Line 178: Line 156:
   color:#000;
   color:#000;
   clear: left;
   clear: left;
  resize: vertical;
  overflow: auto;
  min-width: 50px;
  min-height 50px;
}
}
</css></span>
</css></span>