User:Emma/Sandbox: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
Line 129: Line 129:
}
}


.tabtest a:hover, .tabtest strong:hover, .tabtestselected a, .tabtestselected strong{
.tabtest a:hover, .tabtest strong:hover, .tabtestselected a, .tabtestselected strong,.tabtestselected a:hover, .tabtestselected strong:hover{
   border-bottom: 1px solid #F9F9F9!important;
   border-bottom: 1px solid #F9F9F9!important;
   color: black;
   color: black;
   background: white;
   background: white;
  background: -moz-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#E5E5E5),color-stop(55%,#F9F9F9));
  background: -webkit-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: -o-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: -ms-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
   box-shadow: 0 -1px 1px #ddd;
   box-shadow: 0 -1px 1px #ddd;
   -moz-box-shadow: 0 -1px 1px #ddd;
   -moz-box-shadow: 0 -1px 1px #ddd;
Line 145: Line 139:
.tabtest a:hover,.tabtest strong:hover {
.tabtest a:hover,.tabtest strong:hover {
   border-bottom: 1px solid #AAA!important;
   border-bottom: 1px solid #AAA!important;
  background: -moz-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#CAD1FA),color-stop(55%,#F9F9F9));
  background: -webkit-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: -o-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: -ms-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
}
}
.tabtestselected a:hover,.tabtestselected strong:hover {
.tabtestselected a, .tabtestselected strong,.tabtestselected a:hover, .tabtestselected strong:hover {
   border-bottom: 1px solid #F9F9F9!important;
   border-bottom: 1px solid #F9F9F9!important;
  background: -moz-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#E5E5E5),color-stop(55%,#F9F9F9))!important;
  background: -webkit-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: -o-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: -ms-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
}
}


Line 156: Line 162:
   color:#000;
   color:#000;
   clear: left;
   clear: left;
  resize: vertical;
  overflow: auto;
  min-width: 50px;
  min-height 50px;
}
}
</css></span>
</css></span>