From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- .../WikiEditor/modules/jquery.wikiEditor.css | 112 --------------------- 1 file changed, 112 deletions(-) delete mode 100644 extensions/WikiEditor/modules/jquery.wikiEditor.css (limited to 'extensions/WikiEditor/modules/jquery.wikiEditor.css') diff --git a/extensions/WikiEditor/modules/jquery.wikiEditor.css b/extensions/WikiEditor/modules/jquery.wikiEditor.css deleted file mode 100644 index cabe6a94..00000000 --- a/extensions/WikiEditor/modules/jquery.wikiEditor.css +++ /dev/null @@ -1,112 +0,0 @@ -/* - * CSS for WikiEditor jQuery plugin - */ - -.wikiEditor-ui { - position: relative; - clear: both; - width: 100%; - background-color: #E0EEf7; -} -.wikiEditor-ui textarea { - width: 100%; - border: 0; -} -.wikiEditor-ui textarea:focus { - outline: none; -} -.wikiEditor-ui .wikiEditor-ui-clear { - clear: both; -} -.wikiEditor-ui .wikiEditor-ui-view { - border: 1px solid silver; -} -.wikiEditor-ui .wikiEditor-ui-top { - position: relative; - border-bottom: 1px solid silver; -} -.wikiEditor-ui .wikiEditor-ui-left { - float: left; - width: 100%; -} -.wikiEditor-ui .wikiEditor-ui-right { - float: right; - background: #F3F3F3; - overflow: hidden; -} -.wikiEditor-wikitext { - float: left; - width: 100%; -} -.wikiEditor-ui-controls { - float: left; - width: 100%; - background-color: white; -} -.wikiEditor-ui-tabs { - float: left; - height: 2.5em; - margin-right: -1px; - background-color: white; - border-left: 1px solid silver; - border-top: 1px solid silver; -} -.wikiEditor-ui-buttons { - float: right; - height: 2.5em; - margin-right: -1px; - background-color: white; - padding-left: 1em; - border-top: 1px solid white; -} -.wikiEditor-ui-buttons button { - margin-left: 0.5em; -} -.wikiEditor-ui-tabs div { - float: left; - height: 2.5em; - background-color: #f3f3f3; - border-right: 1px solid silver; - border-bottom: 1px solid silver; -} -.wikiEditor-ui-tabs div.current { - border-bottom: 1px solid white; - background-color: white; -} -.wikiEditor-ui-tabs div a { - display: inline-block; - padding: 0 0.75em; - line-height: 2.5em; - color: #0645AD; -} -.wikiEditor-ui-tabs div.current a { - color: #333333; -} -.wikiEditor-ui-tabs div.current a:hover { - text-decoration: none; -} - -.wikiEditor-view-wikitext { - line-height: 1em; -} -.wikiEditor-ui-loading { - background: #f3f3f3; - z-index: 10; - position: absolute; - top: 0; - left: 0; - text-align: center; - height: 100%; - width: 100%; - border: 1px solid silver; - margin: -1px; -} -.wikiEditor-ui-loading span { - display: block; - height: 24px; - width: 24px; - /* @embed */ - background: url(images/toolbar/loading.gif) 0 0 no-repeat; - text-indent: -9999px; - margin: 0 auto; -} -- cgit v1.2.3-54-g00ecf