-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
112 lines (91 loc) · 1.83 KB
/
styles.css
File metadata and controls
112 lines (91 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/* QuickPatrol_v2 styles */
.quickpatrol, .patrolled {
color: green;
cursor: help;
}
.quickpatrol.unpatrolled {
color: #d33;
cursor: pointer;
}
.patrolling {
color: magenta;
}
.patrolling.quickpatrol {
font-weight: bold;
}
.quickpatrol-icon-unpatrolled {
position: absolute;
left: -0.8em;
margin-left: -1px;
text-decoration: underline dotted;
font-family: sans-serif;
margin-left: -0.1em;
font-weight: normal;
}
.quickpatrol-icon-unpatrolled.unpatrolled {
color: red;
font-weight: bold;
}
.quickpatrol-icon-unpatrolled:not(.unpatrolled) {
left: -1.15em;
margin-left: 0;
}
.quickpatrol-icon-unpatrolled.quickpatrol.patrolling {
left: -1em;
}
.quickpatrol-rollback {
font-style: italic;
font-family: math;
}
.quickpatrol-rollback.consolas {
font-family: Consolas;
}
.diff-version.patrolling {
color: #ff1493;
}
.diff-version:not(.diff-hidden-history):not([title]) {
color: blue;
cursor: pointer;
}
.page_prefixedtitle {
display: block;
width: 40%;
height: 1.5em;
margin-top: 2em;
}
.new_wikitext {
margin-top: 0.4em;
}
.quickpatrol-abuseedit {
margin-top: 0.5em;
}
.quickpatrol-abuseedit-summary {
display: inline-block;
padding: 3px 5px;
border: 1px solid;
margin-left: 0.5em;
}
.quickpatrol-setting {
font-size: 1em;
}
.quickpatrol-setting label {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
}
.quickpatrol-setting label input[type=checkbox] {
width: 16px;
height: 16px;
}
.quickpatrol-output .mw-parser-output {
text-align: left;
font-size: 0.85em;
}
.quickpatrol-rollback.quickpatrol-click {
font-weight: bold;
}
/* fixes InPageEdit v2 */
.mw-history-compareselectedversions-button+.cdx-button+.cdx-button {
display: none;
}