User:Emma/Sandbox: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(edit summary removed)
Line 130: Line 130:
   color: black;
   color: black;
   background: white;
   background: white;
  box-shadow: 0 -1px 1px #ddd;
 
  -moz-box-shadow: 0 -1px 1px #ddd;
  -webkit-box-shadow: 0 -1px 1px #ddd;
}
}
.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: #D4DAFA;
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#CAD1FA),color-stop(55%,#F9F9F9));
   background: -moz-linear-gradient(top,#D4DAFA 0,#F9F9F9 100%);
   background: -webkit-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D4DAFA),color-stop(100%,#F9F9F9));
   background: -o-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
   background: -webkit-linear-gradient(top,#D4DAFA 0,#F9F9F9 100%);
   background: -ms-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
   background: -o-linear-gradient(top,#D4DAFA 0,#F9F9F9 100%);
   background: linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
   background: -ms-linear-gradient(top,#D4DAFA 0,#F9F9F9 100%);
   background: linear-gradient(top,#D4DAFA 0,#F9F9F9 100%);
}
}
.tabtestselected a, .tabtestselected strong,.tabtestselected a:hover, .tabtestselected strong:hover {
.tabtestselected a, .tabtestselected strong,.tabtestselected a:hover, .tabtestselected strong:hover {
Line 160: Line 159:
   color:#000;
   color:#000;
   clear: left;
   clear: left;
  -webkit-box-shadow: 2px 1px -1px 1px #CC;
  -moz-box-shadow: 2px 1px -1px 1px #CCC;
  box-shadow: 2px 1px -1px 1px #CCC;
}
}
</css></span>
</css></span>