Merge "Replace extract() with explicit variable definitions in DjVuImage"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.userlogin.login.css
1 /* The login form invites users to create an account */
2 #mw-createaccount-cta {
3 width: 20em;
4 /* @embed */
5 background: url( images/glyph-people-large.png ) no-repeat 50%;
6 margin: 0 auto;
7 padding-top: 7.8em;
8 font-weight: bold;
9 }
10
11 /* Login Button, following `ButtonWidget (progressive)‎` from OOjs UI */
12 #mw-createaccount-join {
13 color: #347bff;
14 }
15 #mw-createaccount-join:hover {
16 background-color: #ebf2ff; /* rgba( 52, 123, 255, 0.1 ); */
17 border-color: #859ecc;
18 box-shadow: none;
19 }
20 #mw-createaccount-join:active {
21 background-color: #ebf2ff;
22 color: #1f4999;
23 border-color: #1f4999;
24 }
25 #mw-createaccount-join:focus {
26 background-color: #fff;
27 color: #1f4999;
28 border-color: #1f4999;
29 box-shadow: inset 0 0 0 1px #1f4999;
30 }
31 #mw-createaccount-join:active:focus {
32 background-color: #ebf2ff;
33 }