Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
SuperHamster (talk | contribs) (Clearing Page Forms CSS) |
SuperHamster (talk | contribs) (Restoring Page Forms styling) |
||
Line 1: | Line 1: | ||
@import url(//wikimediadc.org/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css); |
@import url(//wikimediadc.org/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css); |
||
+ | |||
+ | // 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%; |
||
+ | } |
Revision as of 06:54, 28 July 2019
@import url(//wikimediadc.org/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css);
// 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%;
}