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 43: Line 43:
   -webkit-border-radius: 8px 8px 0 0;
   -webkit-border-radius: 8px 8px 0 0;
   border-radius: 8px 8px 0 0;
   border-radius: 8px 8px 0 0;
   background: #7FB2FF;
   background: #c8d0ff;
   background: -moz-linear-gradient(top,#7FB2FF 0,#F2F2F2 100%);
   background: -moz-linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7FB2FF),color-stop(100%,#F2F2F2));
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c8d0ff),color-stop(100%,#F9F9F9));
   background: -webkit-linear-gradient(top,#7FB2FF 0,#F2F2F2 100%);
   background: -webkit-linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
   background: -o-linear-gradient(top,#7FB2FF 0,#F2F2F2 100%);
   background: -o-linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
   background: -ms-linear-gradient(top,#7FB2FF 0,#F2F2F2 100%);
   background: -ms-linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
   background: linear-gradient(top,#7FB2FF 0,#F2F2F2 100%);
   background: linear-gradient(top,#c8d0ff 0,#F9F9F9 100%);
}
}