MediaWiki:Gadget-wikisync-core.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
1 .rs-wikisync-help {
2 margin: .5em 0 !important;
3 }
4
5 .rs-wikisync-help .oo-ui-fieldLayout-body {
6 border: 1px solid #9f261e;
7 border-radius: 2px;
8 padding: 4px 8px;
9 }
10
11 .rs-wikisync-help .oo-ui-fieldLayout-header .oo-ui-labelElement-label {
12 color: #9f261e;
13 }
14
15 body.wgl-darkmode .rs-wikisync-help .oo-ui-fieldLayout-body {
16 border: 1px solid #fbc0ba;
17 }
18
19 body.wgl-darkmode .rs-wikisync-help .oo-ui-fieldLayout-header .oo-ui-labelElement-label {
20 color: #fbc0ba;
21 }
22 /* unused - for leagues
23 #rs-qc-form .oo-ui-buttonSelectWidget img {
24 margin-right: 0.2em;
25 }
26 */
27 #rs-qc-form .oo-ui-horizontalLayout {
28 display: flex;
29 }
30
31 #rs-qc-form .oo-ui-horizontalLayout .oo-ui-buttonInputWidget {
32 align-self: flex-end;
33 margin-bottom: 0;
34 }
35
36 #rs-qc-form .wikisync-success {
37 top: 0;
38 align-self: flex-end;
39 margin-bottom: .65em;
40 }
41
42 #rs-qc-form .oo-ui-fieldLayout::before,
43 #rs-qc-form .oo-ui-fieldLayout::after {
44 display: none;
45 }
46
47 .oo-ui-widget.rs-wikisync-missingdata {
48 padding: 4px 8px;
49 margin-top: .5em;
50 border: 1px solid #9f261e;
51 border-radius: 2px;
52 color: #9f261e;
53 }
54
55 body.wgl-darkmode .oo-ui-widget.rs-wikisync-missingdata {
56 border: 1px solid #fbc0ba;
57 color: #fbc0ba;
58 }
59
60 /* mobile hacky fix */
61 @media all and (max-width: 768px) {
62 body.skin-minerva .rs-wikisync-help .oo-ui-fieldLayout-body {
63 display: flex !important;
64 flex-flow: column;
65 font-size: .9em;
66 width: auto;
67 }
68
69 body.skin-minerva .oo-ui-widget.rs-wikisync-missingdata {
70 font-size: .9em;
71 }
72 }