summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
blob: f451cb535f3f76bee357914a4f11fe647021e625 (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
/**
 * @author Santhosh Thottingal
 * @license GPL-2.0-or-later
 * @since 2013.10
 */

h1.firstHeading {
	display: none;
}

h1 {
	text-decoration: none;
	border-bottom: 0;
}

.translate-welcome-header > p {
	color: #54595d;
	font-size: 1.2em;
}

.translate-welcome-header {
	background-color: #f8f8f8;
	background-image: linear-gradient( #fafafa, #f8f8f8 );
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.limit-reached > p {
	color: #57585a;
	font-size: 1.2em;
}

.limit-reached {
	margin-top: 10px;
	background-color: #fbf9ce;
	padding: 10px;
}

.translate-stash-control {
	color: #54595d;
	font-size: 1.5em;
	padding: 35px 10px 20px 5px;
}

.ext-translate-language-selector-label {
	color: #54595d;
}

.ext-translate-language-selector {
	text-align: right;
}

/* The triangle shaped down-pointing callout after the language name
 * in the target language selector
 */
.ext-translate-language-selector:after {
	margin-left: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #0645ad;
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.tux-messagelist {
	padding: 0 20px;
	background: none;
}

.tux-loading-indicator {
	position: relative;
	top: 50%;
	left: 50%;
}

.messagekey {
	visibility: hidden;
}

.message-desc-control,
.layout-actions .close,
.tux-message-item,
.tux-message-item.translated.hide {
	display: none;
}

.tux-message:first-child .tux-message-item {
	border-top: 1px solid #c9c9c9;
}

.tux-message-item.translated {
	display: block;
}

.sourcemessage {
	top: -10px;
}