Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
SuperHamster (talk | contribs) (Restoring Page Forms styling) |
SuperHamster (talk | contribs) (Moving Page Forms styling above import) |
||
Line 1: | Line 1: | ||
⚫ | |||
− | |||
// Page Forms styling: |
// Page Forms styling: |
||
input.createboxInput |
input.createboxInput |
||
Line 13: | Line 11: | ||
width:100%; |
width:100%; |
||
} |
} |
||
+ | |||
⚫ |
Revision as of 07:00, 28 July 2019
// Page Forms styling:
input.createboxInput
{
border: 3px solid #ccc;
box-sizing: border-box;
margin: 8px 0;
outline: none;
padding: 12px 10px;
transition: .5s;
-webkit-transition: .5s;
width:100%;
}
@import url(//wikimediadc.org/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css);