summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/resources/css/ext.uls.less
blob: 4aece6ee7a76c760542e0b493c2bc4c60bfa8c78 (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
@import 'ext.uls.mixins.less';

/* Overrides to follow MediaWiki style */
.uls-menu {
	border-radius: 2px;
	/* Ensure base font size is same in different skins */
	font-size: medium;
}

.uls-search,
.uls-language-settings-close-block {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.uls-language-list {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.uls-menu.callout {
	.caret();
}

.uls-ui-languages button {
	margin: 5px 15px 5px 0;
	white-space: nowrap;
	overflow: hidden;
}

.uls-search-wrapper-wrapper {
	position: relative;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.uls-icon-back {
	background: transparent url( ../images/back-grey-ltr.png ) no-repeat scroll center center;
	background-image: -webkit-linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg );
	/* @embed */
	background-image: linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg );
	background-size: 28px;
	background-position: center center;
	height: 32px;
	width: 40px;
	display: block;
	position: absolute;
	left: 0;
	border-right: 1px solid #c8ccd1;
	opacity: 0.8;
}

.uls-icon-back:hover {
	opacity: 1;
	cursor: pointer;
}

.uls-menu .uls-no-results-view {
	.uls-no-found-more {
		background-color: #fff;
	}

	h3 {
		padding: 0 28px;
		margin: 0;
		color: #54595d;
		font-size: 1em;
		font-weight: normal;
	}
}