MediaWiki:Common.css: Difference between revisions

Whoops, forgot this half. ^^
No edit summary
(Whoops, forgot this half. ^^)
Line 416: Line 416:
  -moz-transform:scale(1.04);
  -moz-transform:scale(1.04);
  -webkit-transform:scale(1.04);
  -webkit-transform:scale(1.04);
}
/* Input buttons */
input[type='submit'], input[type='reset'], input[type='button'] {
padding:1px 6px 3px;
border:3px double #aaa;
border-radius:4px;
cursor:pointer;
color:#222;
background:#f7f7f7;
background:linear-gradient(top,#f7f7f7,#e7e7e7);
background:-o-linear-gradient(top,#f7f7f7,#e7e7e7);
background:-ms-linear-gradient(top,#f7f7f7,#e7e7e7);
background:-moz-linear-gradient(top,#f7f7f7,#e7e7e7);
background:-webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
text-shadow:1px 1px 2px #aaa;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
border-color:#a50b5e;
box-shadow:0 0 5px #640639;
}
input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
padding:1px 5px 3px 7px;
}
}


/* Category Box */
/* Category Box */
div.catlinks {
div.catlinks {
background:#f9f9f9;
background:linear-gradient(top,#f9f9f9,#ddd);
background:-o-linear-gradient(top,#f9f9f9,#ddd);
background:-ms-linear-gradient(top,#f9f9f9,#ddd);
background:-moz-linear-gradient(top,#f9f9f9,#ddd);
  background:-webkit-linear-gradient(top,#f9f9f9,#ddd);
  background:-webkit-linear-gradient(top,#f9f9f9,#ddd);
  border-radius:8px;
  border-radius:8px;
3,295

edits