summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/resources/css/ext.uls.inputsettings.less
blob: ab2f09ddea6083fa600286600021dc3e5d5241dd (plain)
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
@import 'mediawiki.mixins';

.imelabel {
	display: block;
	padding-bottom: 10px;
	font-size: 10pt;
	line-height: 16pt;
}

.imelabel span {
	padding-left: 5px;
}

.imelabel input {
	float: left;
}

.uls-ime-menu-settings-item {
	background-color: #f8f9fa;
	color: #222;
	border-top: 1px solid #c8ccd1;
	border-radius: 0 0 2px 2px;
	margin-top: 6px;
	padding: 4px 2px;
	position: relative;
}

.uls-ime-disable-link {
	background: transparent no-repeat left top;
	.background-image-svg( '../images/remove-input.svg', '../images/remove-input.png' );
	background-size: auto 16px;
	padding-left: 22px;
	padding-right: 26px;
	padding-bottom: 10px;
	cursor: pointer;
}

.uls-ime-more-settings-link {
	background: transparent no-repeat center top;
	.background-image-svg( '../images/cog.svg', '../images/cog.png' );
	background-size: auto 14px;
	border-left: 1px solid #c8ccd1;
	width: 22px;
	height: 14px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.uls-ime-menu-settings-item > a:hover {
	background-color: #f8f9fa;
	color: #000;
}

.ext-uls-input-settings-imes-title:empty {
	display: none;
}

.uls-input-settings-disable-info,
.uls-input-settings-no-inputmethods {
	color: #54595d;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 11pt;
}

.down + .uls-input-settings-caret {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #f8f9fa;
	content: '';
	position: relative;
	vertical-align: bottom;
	top: 12px;
	left: -16%;
	margin: 0 -8px;
}

.uls-input-settings-toggle {
	padding-top: 10px;
	margin-bottom: 10px;
}

.uls-input-settings .uls-input-settings-inputmethods-list {
	margin: 12px 0;
	padding: 6px 10px;
	background: #f8f9fa;

	.uls-input-settings-name {
		unicode-bidi: -moz-isolate;
		unicode-bidi: isolate;
	}
}

.uls-input-settings-inputmethods-list .mw-ui-radio {
	display: block;
}

.uls-ime-notification-bubble .link {
	color: #36c;
	cursor: pointer;
}

.uls-input-settings .uls-ime-help {
	margin-left: 10px;
}

/* Ime menu customizations */
.ime-perime-help {
	display: none;
}

.ime-checked .ime-perime-help {
	display: inline-block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	opacity: 0.81;
	padding: 0;
	background: transparent no-repeat right center;
	.background-image-svg( '../images/help.svg', '../images/help.png' );
	background-size: 16px 16px;
}

.ime-checked .ime-perime-help:hover {
	opacity: 1;
}