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 25: Line 25:
/* MediaWiki automatically removes links for the current page and surrounds it with <strong> tags instead */
/* MediaWiki automatically removes links for the current page and surrounds it with <strong> tags instead */
.tabtest a,.tabtest strong {
.tabtest a,.tabtest strong {
  padding: 5px 15px 4px 6px;
   margin-right: 1px;
   margin-right: 1px;
   margin-bottom: -1px;
   margin-bottom: -1px;
Line 76: Line 77:
   color: black;
   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%,#F9F9F9 55%);
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#E5E5E5),color-stop(55%,white));
   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%,white 55%);
   background: -webkit-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
   background: -o-linear-gradient(top,white 0,#E5E5E5 5%,white 55%);
   background: -o-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
   background: -ms-linear-gradient(top,white 0,#E5E5E5 5%,white 55%);
   background: -ms-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
   background: linear-gradient(top,white 0,#E5E5E5 5%,white 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;