summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css')
-rw-r--r--www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css98
1 files changed, 98 insertions, 0 deletions
diff --git a/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css b/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
new file mode 100644
index 00000000..f451cb53
--- /dev/null
+++ b/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
@@ -0,0 +1,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;
+}