diff --git a/.gitignore b/.gitignore index ae3ab96..8740cc9 100644 --- a/.gitignore +++ b/.gitignore @@ -64,4 +64,4 @@ target/ .gitignore .project .pydevproject -.settings/ +.settings/ \ No newline at end of file diff --git a/requirements/base.txt b/requirements/base.txt index 1ec379f..e165f72 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,6 +3,7 @@ django >= 1.7, < 1.9 django-appconf django-compressor django-contrib-comments +django-extra-views django-grappelli django-imagekit django-markdown @@ -19,6 +20,4 @@ python-social-auth pytz==2013d requests requests-oauthlib -xlwt - -bzr+https://code.launchpad.net/~adam.russell/pyexiv2/pyexiv2-0.3 +xlwt \ No newline at end of file diff --git a/requirements/development.txt b/requirements/development.txt index 1d31f26..4405d8d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,3 +3,4 @@ django-debug-toolbar django-sslserver rosetta sqlparse +bzr+https://code.launchpad.net/~adam.russell/pyexiv2/pyexiv2-0.3 diff --git a/src/content/forms.py b/src/content/forms.py index 07f9792..626f670 100644 --- a/src/content/forms.py +++ b/src/content/forms.py @@ -48,7 +48,7 @@ class PageForm(forms.ModelForm): cleaned_data = super(PageForm, self).clean() content_type = cleaned_data.get("content_type") pdf_de = cleaned_data.get("pdf_de") - if not pdf_de and content_type == "2": + if content_type == "2" and not cleaned_data.get("pdf_de"): msg = _('Please upload a PDF-File to this PDF-Page.') self._errors["content_type"] = self.error_class([msg]) self._errors["pdf_de"] = self.error_class([msg]) diff --git a/src/content/locale/de/LC_MESSAGES/django.po b/src/content/locale/de/LC_MESSAGES/django.po index 70d0ec9..c5d46f8 100644 --- a/src/content/locale/de/LC_MESSAGES/django.po +++ b/src/content/locale/de/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: kasu.content\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-05 19:23+0100\n" -"PO-Revision-Date: 2014-12-08 16:15+0100\n" +"POT-Creation-Date: 2015-08-16 11:34+0200\n" +"PO-Revision-Date: 2015-08-15 17:30+0200\n" "Last-Translator: Christian Berg \n" "Language-Team: Kasu \n" "Language: de\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Translated-Using: django-rosetta 0.7.2\n" -"X-Generator: Poedit 1.6.11\n" +"X-Generator: Poedit 1.8.3\n" #: feeds.py:16 msgid "Current news from Kasu" @@ -43,7 +43,7 @@ msgstr "Schlagzeile" msgid "Content" msgstr "Inhalt" -#: models.py:52 models.py:231 templates/content/article_detail.html:34 +#: models.py:52 models.py:231 templates/content/article_detail.html:25 msgid "Category" msgstr "Kategorie" @@ -55,7 +55,7 @@ msgstr "Bild" msgid "Slug" msgstr "Slug" -#: models.py:57 templates/content/article_detail.html:32 +#: models.py:57 templates/content/article_detail.html:23 msgid "Author" msgstr "Autor" @@ -131,66 +131,43 @@ msgstr "Beschreibung" msgid "Categories" msgstr "Kategorien" -#: views.py:42 -msgid "This Category does not exist." -msgstr "Diese Kategorie existiert nicht." - -#: views.py:93 templates/content/article_detail.html:52 -#: templates/content/article_form.html:17 -msgid "Edit Article" -msgstr "Artikel bearbeiten" - -#: views.py:95 templates/content/article_form.html:17 -msgid "Create Article" -msgstr "Artikel erstellen" - -#: views.py:160 -#, python-format -msgid "No Page found matching the Path %s" -msgstr "Keine Seite unter dem Pfad %s gefunden" - -#: views.py:174 -#, python-format -msgid "No PDF Document found matching the Path %s" -msgstr "Kein PDF Dokument unter dem Pfad %s gefunden." - #: templates/content/article_archive.html:5 #: templates/content/article_archive.html:11 -#: templates/content/article_archive.html:17 +#: templates/content/article_archive.html:19 msgid "Article Archive" msgstr "Nachrichtenarchiv" -#: templates/content/article_archive.html:32 +#: templates/content/article_archive.html:34 #: templates/content/article_archive_month.html:5 #: templates/content/article_archive_year.html:7 msgid "Archive" msgstr "Archiv" -#: templates/content/article_archive.html:49 +#: templates/content/article_archive.html:51 msgid "All Categories" msgstr "Alle Kategorien" -#: templates/content/article_archive.html:64 +#: templates/content/article_archive.html:66 msgid "created on" msgstr "erstellt am" -#: templates/content/article_archive.html:65 +#: templates/content/article_archive.html:67 msgid "by" msgstr "von" -#: templates/content/article_archive.html:66 +#: templates/content/article_archive.html:68 msgid "comments" msgstr "Kommentare" -#: templates/content/article_archive.html:70 +#: templates/content/article_archive.html:72 msgid "Read More" msgstr "Mehr lesen" -#: templates/content/article_archive.html:73 +#: templates/content/article_archive.html:75 msgid "We're sorry. Your search yielded no results." msgstr "Es tut uns leid. Deine Suche ergab keine Treffer." -#: templates/content/article_archive.html:91 +#: templates/content/article_archive.html:93 msgid "Add Article" msgstr "neuer Artikel " @@ -198,21 +175,22 @@ msgstr "neuer Artikel " msgid "back" msgstr "Zurück" -#: templates/content/article_detail.html:33 +#: templates/content/article_detail.html:24 msgid "Created on" msgstr "Erstellt am" -#: templates/content/article_detail.html:39 -msgid "Share on Google+" -msgstr "Auf Google+ teilen" +#: templates/content/article_detail.html:36 +msgid "share on" +msgstr "Teile auf" -#: templates/content/article_detail.html:40 -msgid "Share on Twitter" -msgstr "Auf Twitter teilen" +#: templates/content/article_detail.html:51 +#: templates/content/article_form.html:17 views.py:88 +msgid "Edit Article" +msgstr "Artikel bearbeiten" -#: templates/content/article_detail.html:41 -msgid "Share on Facebook" -msgstr "Auf Facebook teilen" +#: templates/content/article_form.html:17 views.py:90 +msgid "Create Article" +msgstr "Artikel erstellen" #: templates/content/article_form.html:22 templates/content/page_form.html:40 #: templates/content/page_form.html:46 @@ -245,5 +223,28 @@ msgstr "Seite hinzufügen" msgid "HTML Specific" msgstr "HTML spezifisch" +#: views.py:22 +msgid "This Category does not exist." +msgstr "Diese Kategorie existiert nicht." + +#: views.py:155 +#, python-format +msgid "No Page found matching the Path %s" +msgstr "Keine Seite unter dem Pfad %s gefunden" + +#: views.py:169 +#, python-format +msgid "No PDF Document found matching the Path %s" +msgstr "Kein PDF Dokument unter dem Pfad %s gefunden." + +#~ msgid "Share on Google+" +#~ msgstr "Auf Google+ teilen" + +#~ msgid "Share on Twitter" +#~ msgstr "Auf Twitter teilen" + +#~ msgid "Share on Facebook" +#~ msgstr "Auf Facebook teilen" + #~ msgid "Subpages" #~ msgstr "Unterseiten" diff --git a/src/content/templates/content/article_archive.html b/src/content/templates/content/article_archive.html index 7d22412..ab5d7c3 100644 --- a/src/content/templates/content/article_archive.html +++ b/src/content/templates/content/article_archive.html @@ -13,18 +13,20 @@ {% if month %}{{ month|date:'F Y' }}{% elif year %}{{year}}{% endif %} {% endblock %} +{% block jumbotron_background %}{% if active_category %}{{ active_category.image.url }}{% else %}{{STATIC_URL}}img/teaser/{{current_top_page.slug}}.jpg{% endif %}{% endblock %} + {% block teaser %}

{% trans 'Article Archive' %} {% if active_category %} - {{active_category.name}}{% endif %} {% if month %}{{ month|date:'F Y' }}{% elif year %}{{year}}{% endif %}

-
- {% if active_category %} +
+ {% if active_category %}

{{ active_category.description }}

- {% else %} + {% else %} {{current_page.content|safe}} - {% endif %} -
+ {% endif %} +
{% endblock %} {% block redbox %} @@ -62,7 +64,7 @@

{{article.headline}}

{{article.category}}: diff --git a/src/content/templates/content/article_detail.html b/src/content/templates/content/article_detail.html index b0520a6..ebd9ba2 100644 --- a/src/content/templates/content/article_detail.html +++ b/src/content/templates/content/article_detail.html @@ -16,29 +16,28 @@ {% block itemscope %}itemscope itemtype="http://schema.org/Article"{% endblock %} -{% block teaser %}

{{article.headline}}

{% endblock %} - -{% block content %} -

 

-
{{ article.content }}
+{% block teaser %} +

{{article.headline}}

+
+ +
{% endblock %} -{% block sidebar %} -

 

- {{article.category.name}} -

 

- - - -

- Google+ - Twitter - Facebook +{% block maincontent %} +

+ {{article.category.name}} + {{ article.content }} +
+

+ {% trans 'share on' %}: + Google+ + Twitter + Facebook

{% endblock %} diff --git a/src/content/templates/content/article_form.html b/src/content/templates/content/article_form.html index 216c394..031cb8b 100644 --- a/src/content/templates/content/article_form.html +++ b/src/content/templates/content/article_form.html @@ -2,9 +2,11 @@ {% load i18n fieldset_extras %} {% block extra_head %} - + - + {{ form.media }} + + {% endblock %} {% block maincontent %} @@ -39,7 +41,7 @@ {% endblock %} -{% block javascript %} +{% block java_script %} CKEDITOR.replace( 'id_content_de' ); CKEDITOR.replace( 'id_content_en' ); {% endblock %} diff --git a/src/content/templates/content/page.html b/src/content/templates/content/page.html index 407c62c..a89d846 100644 --- a/src/content/templates/content/page.html +++ b/src/content/templates/content/page.html @@ -13,25 +13,10 @@ {% endblock %} -{% block content %} +{% block maincontent %} {{ page.content }} {% endblock %} -{% block sidebar %} -{% if current_top_page.subpages %} -{% for subpage in current_top_page.subpages.all %} - {% if subpage.content_type > 0 %} -

{{subpage.title}}

- - {% endif %} -{% endfor %} -{% endif %} -{% endblock %} - {% block comments %}{% if page.enable_comments %} {% render_comment_list for page %} {% render_comment_form for page %} diff --git a/src/content/templates/content/page_form.html b/src/content/templates/content/page_form.html index 406dc3d..69515c8 100644 --- a/src/content/templates/content/page_form.html +++ b/src/content/templates/content/page_form.html @@ -2,13 +2,11 @@ {% load i18n fieldset_extras %} {% block title %} - {% if object.pk %}{% trans "Edit Page" %}: {{ page.title }} - {% else %}{% trans "Add Page" %} - {% endif %} + {% if object.pk %}{% trans "Edit Page" %}: {{ page.title }}{% else %}{% trans "Add Page" %}{% endif %} {% endblock %} {% block extra_head %} - + {% endblock %} @@ -23,49 +21,53 @@ {% block maincontent %} - {% get_fieldset "parent, slug, content_type, status" from form as fieldset_common %} -{% get_fieldset "menu_name_de, title_de, pdf_de, content_de" from form as fieldset_de %} -{% get_fieldset "menu_name_en, title_en, pdf_en, content_en" from form as fieldset_en %} +{% get_fieldset "menu_name_de, title_de, pdf_de" from form as fieldset_de %} +{% get_fieldset "menu_name_en, title_en, pdf_en" from form as fieldset_en %} {% get_fieldset "template, enable_comments" from form as fieldset_html %} -
- {% csrf_token %} -
- {% if object.pk %}{% trans "Edit Page" %}{% else %}{% trans "Add Page" %}{% endif %} - {% with fieldset_common as form %}{% include "form.html" %}{% endwith %} -
+ +
+ {% csrf_token %} + {% if object.pk %}{% trans "Edit Page" %}{% else %}{% trans "Add Page" %}{% endif %} + {% with fieldset_common as form %}{% include "form.html" %}{% endwith %} + {% trans "HTML Specific" %} + {% with fieldset_html as form %}{% include "form.html" %}{% endwith %} +
- + -
-
- {% trans "German" %} - {% with fieldset_de as form %}{% include "form.html" %}{% endwith %} -
-
- {% trans "English" %} - {% with fieldset_en as form %}{% include "form.html" %}{% endwith %} -
+
+
+
+ {% trans "German" %} + {% with fieldset_de as form %}{% include "form.html" %}{% endwith %} +
+
+ {{form.content_de}} +
+
+
+ {% trans "English" %} + {% with fieldset_en as form %}{% include "form.html" %}{% endwith %} +
+
+ {{form.content_en}} +
- -
- {% trans "HTML Specific" %} - {% with fieldset_html as form %}{% include "form.html" %}{% endwith %} -
- -

+

+

- {% endblock %} {% block javascript %} -CKEDITOR.replace( 'id_content_de' ); -CKEDITOR.replace( 'id_content_en' ); + CKEDITOR.dtd.$removeEmpty['span'] = false; + CKEDITOR.replace( 'id_content_de' ); + CKEDITOR.replace( 'id_content_en' ); {% endblock %} diff --git a/src/events/forms.py b/src/events/forms.py index 931cda8..e2e0dda 100644 --- a/src/events/forms.py +++ b/src/events/forms.py @@ -58,3 +58,5 @@ class EventForm(forms.ModelForm): class Meta(object): model = models.Event exclude = ('event_count', 'event_series', ) + +EventSeriesFormset = forms.inlineformset_factory(models.Event, models.Event, fields=('start', 'end'), form=EventForm) \ No newline at end of file diff --git a/src/events/locale/de/LC_MESSAGES/django.po b/src/events/locale/de/LC_MESSAGES/django.po index 543c5a5..484bf8b 100644 --- a/src/events/locale/de/LC_MESSAGES/django.po +++ b/src/events/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kasu.events\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-05 19:23+0100\n" +"POT-Creation-Date: 2015-08-16 11:34+0200\n" "PO-Revision-Date: 2014-12-08 16:06+0100\n" "Last-Translator: Christian Berg \n" "Language-Team: Kasu \n" @@ -35,31 +35,30 @@ msgstr "Beginn" msgid "end" msgstr "Ende" -#: models.py:67 models.py:155 +#: models.py:67 models.py:161 msgid "Name" msgstr "Name" -#: models.py:68 models.py:156 +#: models.py:68 models.py:162 msgid "Description" msgstr "Beschreibung" #: models.py:70 templates/events/event_archive.html:41 -#: templates/events/event_detail.html:31 templates/events/event_detail.html:77 -#: templates/events/event_list.html:15 +#: templates/events/event_detail.html:31 templates/events/event_detail.html:76 msgid "Start" msgstr "Beginn" #: models.py:71 templates/events/event_detail.html:32 -#: templates/events/event_detail.html:78 +#: templates/events/event_detail.html:77 msgid "End" msgstr "Ende" -#: models.py:72 models.py:159 templates/events/event_detail.html:37 -#: templates/events/event_detail.html:73 templates/events/event_detail.html:79 +#: models.py:72 models.py:165 templates/events/event_detail.html:36 +#: templates/events/event_detail.html:72 templates/events/event_detail.html:78 msgid "Homepage" msgstr "Homepage" -#: models.py:73 models.py:157 +#: models.py:73 models.py:163 msgid "Image" msgstr "Bild" @@ -92,134 +91,129 @@ msgstr "Termin" msgid "Events" msgstr "Termine" -#: models.py:160 +#: models.py:166 msgid "Postal Code" msgstr "Postleitzahl" -#: models.py:161 +#: models.py:167 msgid "Street Address" msgstr "Straße" -#: models.py:162 +#: models.py:168 msgid "Locality" msgstr "Ort" -#: models.py:163 +#: models.py:169 msgid "Country" msgstr "Land" -#: models.py:166 +#: models.py:172 msgid "Venue" msgstr "Veranstaltungsort" -#: models.py:167 +#: models.py:173 msgid "Venues" msgstr "Veranstaltungsorte" -#: views.py:101 templates/events/event_detail.html:110 -#: templates/events/event_form.html:9 -msgid "Edit Event" -msgstr "Termin bearbeiten" - -#: views.py:103 templates/events/event_form.html:9 -#: templates/events/page.html:15 -msgid "Add Event" -msgstr "Neuer Termin" - -#: views.py:199 -msgid "Event does not exist" -msgstr "Veranstaltung gibt es nicht" - #: templates/events/event_archive.html:5 templates/events/event_archive.html:9 msgid "Event Archive" msgstr "Veranstaltungsarchiv" -#: templates/events/event_archive.html:36 templates/events/event_list.html:11 +#: templates/events/event_archive.html:36 templates/events/event_list.html:14 msgid "Event Image" msgstr "Veranstaltungsbild" -#: templates/events/event_archive.html:44 templates/events/event_list.html:18 +#: templates/events/event_archive.html:44 msgid "from" msgstr "von" -#: templates/events/event_archive.html:44 templates/events/event_list.html:18 +#: templates/events/event_archive.html:44 msgid "to" msgstr "bis" #: templates/events/event_archive.html:52 -#: templates/events/event_detail.html:35 templates/events/event_detail.html:65 -#: templates/events/event_list.html:26 +#: templates/events/event_detail.html:33 templates/events/event_detail.html:64 +#: templates/events/event_list.html:25 msgid "Location" msgstr "Ort" -#: templates/events/event_archive.html:56 -#: templates/events/event_archive.html:57 templates/events/event_list.html:30 +#: templates/events/event_archive.html:53 templates/events/event_list.html:26 msgid "Comments" msgstr "Kommentare" -#: templates/events/event_archive.html:60 -#: templates/events/event_archive.html:61 -#: templates/events/event_detail.html:39 templates/events/event_detail.html:49 +#: templates/events/event_archive.html:54 +#: templates/events/event_detail.html:38 templates/events/event_detail.html:48 msgid "Photos" msgstr "Fotos" -#: templates/events/event_archive.html:64 -#: templates/events/event_archive.html:65 -#: templates/events/event_archive.html:66 -#: templates/events/event_detail.html:38 templates/events/event_detail.html:48 -#: templates/events/event_detail.html:50 +#: templates/events/event_archive.html:55 +#: templates/events/event_archive.html:56 +#: templates/events/event_detail.html:37 templates/events/event_detail.html:49 msgid "Hanchans" msgstr "Hanchans" -#: templates/events/event_archive.html:70 -msgid " Edit" -msgstr "Bearbeiten" - -#: templates/events/event_detail.html:40 +#: templates/events/event_detail.html:39 msgid "tourney" msgstr "Turnier" -#: templates/events/event_detail.html:40 +#: templates/events/event_detail.html:39 msgid "other rules apply here" msgstr "hier gelten andere Regeln" -#: templates/events/event_detail.html:48 +#: templates/events/event_detail.html:47 msgid "Info" msgstr "Info" -#: templates/events/event_detail.html:51 +#: templates/events/event_detail.html:50 msgid "Mai-Star Games" msgstr "Mai-Star Spiele" -#: templates/events/event_detail.html:54 +#: templates/events/event_detail.html:53 msgid "Tournament Ranking" msgstr "Turnier Wertung" -#: templates/events/event_detail.html:75 +#: templates/events/event_detail.html:74 templates/events/event_list.html:24 msgid "Date" msgstr "Datum" -#: templates/events/event_detail.html:91 +#: templates/events/event_detail.html:90 msgid "Share on Google+" msgstr "Auf Google+ teilen" -#: templates/events/event_detail.html:92 +#: templates/events/event_detail.html:91 msgid "Share on Twitter" msgstr "Auf Twitter teilen" -#: templates/events/event_detail.html:93 +#: templates/events/event_detail.html:92 msgid "Share on Facebook" msgstr "Auf Facebook teilen" -#: templates/events/event_detail.html:94 +#: templates/events/event_detail.html:93 msgid "Show on Google Maps" msgstr "Auf Google Maps zeigen" +#: templates/events/event_detail.html:109 templates/events/event_form.html:9 +#: views.py:103 +msgid "Edit Event" +msgstr "Termin bearbeiten" + +#: templates/events/event_detail.html:112 +#, fuzzy +#| msgid "Date" +msgid "Add Dates" +msgstr "Datum" + +#: templates/events/event_form.html:9 templates/events/page.html:9 +#: views.py:105 +msgid "Add Event" +msgstr "Neuer Termin" + #: templates/events/event_form.html:19 msgid "reset" msgstr "Zurücksetzen" #: templates/events/event_form.html:20 +#: templates/events/eventseries_form.html:30 msgid "save" msgstr "Speichern" @@ -227,13 +221,22 @@ msgstr "Speichern" msgid "Upcoming Events" msgstr "Bevorstehende Veranstaltungen" -#: templates/events/event_list.html:41 -msgid " Upload" -msgstr "Hochladen" +#: templates/events/eventseries_form.html:29 +msgid "back" +msgstr "" -#: templates/events/page.html:10 -msgid "Add to Google Calendar" -msgstr "Zu Google Kalender hinzufügen" +#: views.py:214 +msgid "Event does not exist" +msgstr "Veranstaltung gibt es nicht" + +#~ msgid " Edit" +#~ msgstr "Bearbeiten" + +#~ msgid " Upload" +#~ msgstr "Hochladen" + +#~ msgid "Add to Google Calendar" +#~ msgstr "Zu Google Kalender hinzufügen" #~ msgid "left" #~ msgstr "Links" diff --git a/src/events/models.py b/src/events/models.py index 3135be5..d420606 100644 --- a/src/events/models.py +++ b/src/events/models.py @@ -104,6 +104,14 @@ class Event(image_models.ImageModel): } return reverse('event-detail', kwargs=kwargs) + def get_eventseries_form_url(self): + kwargs = { + 'pk': self.id, + 'year': self.start.strftime('%Y'), + 'month': self.start.strftime('%m') + } + return reverse('eventseries-form', kwargs=kwargs) + def get_edit_url(self): kwargs = { 'pk': self.id, @@ -133,19 +141,17 @@ class Event(image_models.ImageModel): return None def save(self, **kwargs): + # Fülle fehlende Felder mit den Angaben der Hauptveranstaltung aus. if self.event_series: master_event = self.event_series - self.description = master_event.description + self.name = self.name or master_event.name + self.description = self.description or master_event.description self.location = master_event.location self.url = master_event.url - self.image = master_event.image + self.image = self.image or master_event.image self.photo_count = self.photo_set.count() super(Event, self).save(**kwargs) - # Update the rest of the event series: - for sub_event in Event.objects.filter(event_series=self): - sub_event.save() - # Update the Hanchans if necesery: for hanchan in self.hanchan_set.all(): hanchan.save() diff --git a/src/events/templates/events/event_archive.html b/src/events/templates/events/event_archive.html index cb2ac2a..226bdeb 100644 --- a/src/events/templates/events/event_archive.html +++ b/src/events/templates/events/event_archive.html @@ -50,9 +50,10 @@

{{event.description|truncatewords_html:20}}

{% if perms.events.change_event %}

diff --git a/src/events/templates/events/event_detail.html b/src/events/templates/events/event_detail.html index 93aecc2..29594bc 100644 --- a/src/events/templates/events/event_detail.html +++ b/src/events/templates/events/event_detail.html @@ -108,6 +108,9 @@ {% if perms.events.change_event %} {% trans "Edit Event" %} {% endif %} + {% if perms.events.add_event %} + {% trans "Add Dates" %} + {% endif %} {% endblock %} {% block javascript %} diff --git a/src/events/templates/events/event_list.html b/src/events/templates/events/event_list.html index a31c7ea..14bb214 100644 --- a/src/events/templates/events/event_list.html +++ b/src/events/templates/events/event_list.html @@ -5,44 +5,30 @@ {% block teaser%}

{% trans "Upcoming Events" %}

{% endblock %} {% block maincontent %} -{% for event in event_list %} -{% ifchanged %}

{{ event.start|date:'F Y' }}

{% endifchanged %} -{% get_comment_count for event as comment_count %} -  {% trans 'Event Image' %} -
-

{{ event.name }} - - {{ event.start|date:'SHORT_DATE_FORMAT' }} - {% if event.end %} - {% trans "from" %} {{ event.start|time:'H:i' }} {% trans "to" %} {{ event.end|time:'H:i' }} - {% else %} - {{ event.start|time:'H:i' }} +{% regroup event_list by start|date:'F Y' as month_list %} +{% for month in month_list %} +

{{ month.grouper }}

+ {% for event in month.list %} + {% get_comment_count for event as comment_count %} +  {% trans 'Event Image' %} +
+ {% if perms.events.change_event %} + {% endif %} - -

-

{{event.description|truncatewords_html:20}}

- -

- {% if perms.events.change_event %} - - {% endif %} - {% if perms.events.add_photo %} - - {% endif %} -

-
+ {% if perms.events.add_photo %} + + {% endif %} +

{{ event.name }}

+ +

{{event.description|truncatewords_html:20}}

+
+ {% if forloop.counter|divisibleby:2 %}
{% endif %} + {% endfor %} {% endfor %} - {% if page_obj.has_other_pages %}{% include 'paginator.html' %}{% endif %} - {% endblock %} diff --git a/src/events/templates/events/eventseries_form.html b/src/events/templates/events/eventseries_form.html new file mode 100644 index 0000000..70f1c7b --- /dev/null +++ b/src/events/templates/events/eventseries_form.html @@ -0,0 +1,40 @@ +{% extends "events/event_detail.html" %} +{% load i18n django_markdown comments %} + +{% block title %}{{ event.name }}{% endblock %} + +{% block teaser %} +

{{event.name}}

+ {% if event.description %} +
{{event.description|markdown|truncatewords_html:75}}
+ {% endif %} +{% endblock %} + +{% block event_content %} +

Hier kommt eine Tabelle rein!

+
+ {% csrf_token %} + {{ formset.management_form }} + + {% for form in formset %} + {% if forloop.counter = 1 %} + {% for field in form.visible_fields %}{% endfor %} + {% endif %} + + {% for field in form.visible_fields %}{% endfor %} + + + {% endfor %} + +
{{field.label_tag}}
{{field}} {% for error in field.errors %}
{{error}}{% endfor %}
{{form.id}}
+ {% trans 'back' %} + +
+
+{% endblock %} + +{% block comments %}{% endblock %} + +{% block buttonbar %} +{% endblock %} + diff --git a/src/events/templates/events/page.html b/src/events/templates/events/page.html index 2d0bb8e..8b3ba02 100644 --- a/src/events/templates/events/page.html +++ b/src/events/templates/events/page.html @@ -3,13 +3,6 @@ {% block title %}{{page.title}}{% endblock %} - -{% block sidebar %} - {% trans 'Add to Google Calendar' %} -{% endblock %} - {% block additional_buttonbar %} {% if perms.events.add_event %} diff --git a/src/events/urls.py b/src/events/urls.py index 7972f8b..f2b8d58 100644 --- a/src/events/urls.py +++ b/src/events/urls.py @@ -12,6 +12,8 @@ urlpatterns = patterns( name='event-archive'), url(r'^(?P[\d]{4})/(?P[\d]+)/(?P[\d]+)/$', EventDetail.as_view(), name='event-detail'), + url(r'^(?P[\d]{4})/(?P[\d]+)/(?P[\d]+)/add_dates/$', + EventSeriesForm.as_view(), name='eventseries-form'), url(r'^(?P[\d]{4})/(?P[\d]+)/(?P[\d]+)/edit/$', EventForm.as_view(), name='event-form'), url(r'^add/$', EventForm.as_view(), name='event-form'), diff --git a/src/events/views.py b/src/events/views.py index 4ae76a4..1071fbb 100644 --- a/src/events/views.py +++ b/src/events/views.py @@ -5,6 +5,7 @@ from datetime import timedelta from django.contrib.auth.decorators import permission_required from django.contrib.auth import get_user_model from django.core.urlresolvers import reverse +from extra_views import ModelFormSetView, InlineFormSetView from django.http import HttpResponse, Http404 from django.shortcuts import redirect from django.utils import timezone @@ -93,6 +94,7 @@ class EventDetailMixin(object): class EventForm(PermissionRequiredMixin, generic.UpdateView): form_class = forms.EventForm + template_name = 'events/event_form.html' permission_required = 'events.add_event' def get_context_data(self, **kwargs): @@ -110,15 +112,28 @@ class EventForm(PermissionRequiredMixin, generic.UpdateView): @param queryset: """ if self.kwargs.get('pk'): - event = models.Event.objects.get(pk=self.kwargs['pk']) - if event.event_series: - return event.event_series - else: - return event + return models.Event.objects.get(pk=self.kwargs['pk']) else: return models.Event() +class EventSeriesForm(EventDetailMixin, PermissionRequiredMixin, InlineFormSetView): + model = models.Event + inline_model = models.Event + fk_name = 'event_series' + fields = ('start', 'end') + form_class = forms.EventForm + extra = 3 + permission_required = 'events.add_event' + template_name = 'events/eventseries_form.html' + + def get_object(self, queryset=None): + self.event = models.Event.objects.get(pk=self.kwargs['pk']) + if self.event.event_series: + self.event = self.event.event_series + return self.event + + class EventGallery(generic.ListView): template_name = 'events/photo_gallery.html' queryset = models.Event.objects.filter(start__lt=timezone.now(), diff --git a/src/kasu/image_models.py b/src/kasu/image_models.py index c0ac003..5968fe6 100644 --- a/src/kasu/image_models.py +++ b/src/kasu/image_models.py @@ -24,15 +24,15 @@ CHOICES_VERTICAL = ( class ArticleImage(imagekit.ImageSpec): - format = 'PNG' + format = 'JPEG' width = 200 height = 120 - processors = [SmartResize(width=200, height=120)] + processors = [ResizeToFill(width=200, height=120, anchor=(0, 0.5))] class CalloutImage(imagekit.ImageSpec): format = 'JPEG' - width = 660 + width = 941 height = 300 @property @@ -52,13 +52,13 @@ class CalloutImage(imagekit.ImageSpec): class DisplayImage(imagekit.ImageSpec): - format = 'PNG' + format = 'JPEG' processors = [Transpose(), ResizeToFit(width=940, height=940, upscale=False)] class ThumbnailImage(CalloutImage): - format = 'PNG' + format = 'JPEG' width = 140 height = 140 diff --git a/src/kasu/locale/de/LC_MESSAGES/django.po b/src/kasu/locale/de/LC_MESSAGES/django.po index d902663..2ff114a 100644 --- a/src/kasu/locale/de/LC_MESSAGES/django.po +++ b/src/kasu/locale/de/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: kasu.utils\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-05 19:23+0100\n" -"PO-Revision-Date: 2015-08-04 23:47+0100\n" -"Last-Translator: Christian Berg \n" +"POT-Creation-Date: 2015-08-16 11:34+0200\n" +"PO-Revision-Date: 2015-08-16 11:38+0200\n" +"Last-Translator: Christian Berg \n" "Language-Team: Kasu \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.6.11\n" +"X-Generator: Poedit 1.8.3\n" "X-Translated-Using: django-rosetta 0.7.6\n" #: image_models.py:14 @@ -43,6 +43,355 @@ msgstr "Mitte" msgid "bottom" msgstr "Unten" +#: settings/base.py:75 +msgid "German" +msgstr "Deutsch" + +#: settings/base.py:76 +msgid "English" +msgstr "Englisch" + +#: templates/404.html:8 +msgid "The page your requested does not exist on this server." +msgstr "Die angeforderte Seite existiert auf diesem Server nicht." + +#: templates/base.html:21 +msgid "Current News" +msgstr "Aktuelle Neuigkeiten" + +#: templates/base.html:23 templates/index.html:37 +msgid "Recent Comments" +msgstr "Kürzliche Kommentare" + +#: templates/base.html:41 +msgid "Menu" +msgstr "Menü" + +#: templates/base.html:65 +msgid "Current Event" +msgstr "Aktuelle Veranstaltung" + +#: templates/base.html:69 +msgid "Since" +msgstr "seit" + +#: templates/base.html:70 templates/base.html.py:84 +msgid "Start" +msgstr "Beginn" + +#: templates/base.html:73 templates/base.html.py:87 +msgid "Location" +msgstr "Ort" + +#: templates/base.html:78 +msgid "Next Event" +msgstr "Nächste Veranstaltung" + +#: templates/base.html:83 +msgid "in" +msgstr "in" + +#: templates/base.html:89 +msgid "More Details" +msgstr "Mehr Details" + +#: templates/base.html:92 +msgid "Upcoming events" +msgstr "Bevorstehende Veranstaltungen" + +#: templates/base.html:142 +msgid "Edit Page" +msgstr "Seite bearbeiten" + +#: templates/base.html:144 +msgid "Add Subpage" +msgstr "Unterseite Hinzufügen" + +#: templates/base.html:152 +msgid "Imprint" +msgstr "Impressum" + +#: templates/base.html:153 +msgid "contact" +msgstr "Kontakt" + +#: templates/base.html:158 +msgid "Language" +msgstr "Sprache" + +#: templates/base.html:167 +msgid "Go" +msgstr "Los" + +#: templates/base.html:172 +msgid "Logged in as" +msgstr "Angemeldet als" + +#: templates/base.html:174 +msgid "Admin" +msgstr "Admin" + +#: templates/base.html:175 +msgid "Logout" +msgstr "Abmelden" + +#: templates/base.html:177 +msgid "no user logged in" +msgstr "Niemand angemeldet" + +#: templates/base.html:178 templates/comments/form.html:44 +#: templates/registration/login.html:31 +msgid "register" +msgstr "Registrieren" + +#: templates/base.html:179 templates/comments/form.html:45 +#: templates/registration/login.html:6 templates/registration/login.html:8 +#: templates/registration/login.html:37 +msgid "login" +msgstr "anmelden" + +#: templates/base.html:181 templates/registration/login.html:53 +msgid "Login with Facebook" +msgstr "über Facebook anmelden" + +#: templates/base.html:183 templates/registration/login.html:54 +msgid "Login with Twitter" +msgstr "über Twitter anmelden" + +#: templates/base.html:185 templates/registration/login.html:55 +msgid "Login with Google" +msgstr "über Google anmelden" + +#: templates/comments/form.html:5 +msgid "New Comment" +msgstr "Neuer Kommentar" + +#: templates/comments/form.html:20 +msgid "now" +msgstr "Jetzt" + +#: templates/comments/form.html:25 +msgid "Preview" +msgstr "Vorschau" + +#: templates/comments/form.html:26 +msgid "Post" +msgstr "Schreiben" + +#: templates/comments/form.html:35 +msgid "not logged in" +msgstr "Nicht angemeldet" + +#: templates/comments/form.html:39 +msgid "Register now, or Login to leave a comment here." +msgstr "Jetzt registrieren, oder anmelden um einen Kommentar zu schreiben." + +#: templates/comments/list.html:2 templates/index.html:24 +msgid "Comments" +msgstr "Kommentare" + +#: templates/comments/posted.html:4 templates/comments/posted.html.py:7 +msgid "Thank you for your comment" +msgstr "Danke für deinen Kommentar." + +#: templates/comments/preview.html:4 templates/comments/preview.html.py:6 +msgid "Preview your comment" +msgstr "Vorschau deines Kommentars" + +#: templates/comments/preview.html:10 +msgid "Please correct the error below" +msgid_plural "Please correct the errors below" +msgstr[0] "Bitte den Fehler weiter unten beheben" +msgstr[1] "Bitte die Fehler weiter unten beheben" + +#: templates/index.html:4 +msgid "traditional Asian game culture" +msgstr "traditionelle asiatische Spielkultur" + +#: templates/index.html:30 +msgid "Read More" +msgstr "Mehr lesen" + +#: templates/index.html:42 +#, python-format +msgid "" +"\n" +" From %(author)s in\n" +" “%(object)s”\n" +" since\n" +" \n" +" " +msgstr "" +"\n" +"Von %(author)s in\n" +" “%(object)s”\n" +" seit\n" +" \n" +" " + +#: templates/index.html:54 +msgid "Kasu in the social network" +msgstr "Kasu im sozialem Netzwerk" + +#: templates/index.html:58 templates/index.html.py:60 templates/index.html:62 +msgid "Visit us on" +msgstr "Besuche uns auf" + +#: templates/index.html:71 +msgid "Add Article" +msgstr "Artikel hinzufügen" + +#: templates/paginator.html:4 +msgid "Previous" +msgstr "Vorherige" + +#: templates/paginator.html:6 +msgid "Prev" +msgstr "Vorherige" + +#: templates/paginator.html:16 templates/paginator.html.py:18 +msgid "Next" +msgstr "Nächste" + +#: templates/registration/login.html:15 +msgid "Have you already registered?" +msgstr "Bereits registriert?" + +#: templates/registration/login.html:16 +msgid "" +"\n" +"

As a registered member you can:

\n" +"\n" +msgstr "" +"\n" +"

Als registiertes Mitglied kannst du:

\n" +"\n" + +#: templates/registration/login.html:25 +msgid "" +"\n" +"

You can register here with your Google, or Facebook account.\n" +"If you don't own such an account, or do not want to use it for " +"authentication,\n" +"you can fill out our registration form.

\n" +msgstr "" +"\n" +"

Du kannst dich hier mit deinen Google, Twitter, oder Facebook Account " +"anmelden. Wenn du so etwas nicht besitzt, oder es nicht für die Anmeldung " +"verwenden möchtest, kannst du auch unser Registrierungsformular verwenden.\n" + +#: templates/registration/login.html:41 +msgid "Your username and password didn't match. Please try again." +msgstr "" +"Benutzername und Passwort haben nicht gepasst. Bitte noch einmal versuchen." + +#: templates/registration/login.html:44 +msgid "Forgot your Password?" +msgstr "Passwort vergessen?" + +#: templates/registration/login.html:46 +#: templates/registration/password_reset_complete.html:13 +msgid "Login" +msgstr "Anmelden" + +#: templates/registration/login.html:52 +msgid "or login with an existing Account" +msgstr "oder mit einem bestehenden Account anmelden" + +#: templates/registration/password_change_done.html:4 +#: templates/registration/password_change_done.html:7 +msgid "Password change successful" +msgstr "Passwort erfolgreich geändert" + +#: templates/registration/password_change_done.html:8 +msgid "Your password was changed." +msgstr "Dein Passwort wurde geändert." + +#: templates/registration/password_change_form.html:4 +#: templates/registration/password_change_form.html:9 +#: templates/registration/password_change_form.html:16 +msgid "Password change" +msgstr "Passwort ändern" + +#: templates/registration/password_change_form.html:10 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Bitte gebe aus Sicherheitsgründen den altes Passwort an und anschließend 2x " +"das neue Passwort, so können wir sicher gehen das du es korrekt eingegeben " +"hast." + +#: templates/registration/password_change_form.html:23 +msgid "Change Password" +msgstr "Passwort ändern" + +#: templates/registration/password_reset_complete.html:4 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_complete.html:9 +msgid "Password reset complete" +msgstr "Passwort fertig zurückgesetzt" + +#: templates/registration/password_reset_complete.html:10 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Dein Passwort wurde geändert. Du kannst dich nun damit anmelden." + +#: templates/registration/password_reset_confirm.html:4 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_confirm.html:15 +msgid "Enter new password" +msgstr "Neues Passwort eingeben" + +#: templates/registration/password_reset_confirm.html:12 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Bitte gib das neue Passwort 2x ein, so können wir sicher sein das du es " +"korrekt eingegeben hast." + +#: templates/registration/password_reset_confirm.html:18 +msgid "Change my password" +msgstr "Mein Passwort ändern" + +#: templates/registration/password_reset_confirm.html:26 +msgid "Password reset unsuccessful" +msgstr "Passwort nicht erfolgreich zurückgesetzt" + +#: templates/registration/password_reset_confirm.html:27 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Der Link zum zurücksetzen des Passwortes ist ungültig, da er schon einmal " +"verwendet wurde. Bitte veranlasse eine erneute Zurücksetzung." + +#: templates/registration/password_reset_done.html:4 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_done.html:12 +msgid "Password reset successful" +msgstr "Passwort erfolgreich zurückgesetzt" + +#: templates/registration/password_reset_form.html:4 +#: templates/registration/password_reset_form.html:6 +msgid "Password reset" +msgstr "Passwort zurücksetzen" + +#: templates/registration/password_reset_form.html:21 +msgid "Transmit" +msgstr "Übertragen" + #: utils.py:19 msgid "United Kingdom" msgstr "Vereinigtes Königreich" @@ -1027,373 +1376,26 @@ msgstr "Sambia" msgid "Zimbabwe" msgstr "Zimbabwe" -#: utils.py:269 +#: utils.py:270 msgid "Rejected" msgstr "Zurückgewiesen" -#: utils.py:270 +#: utils.py:271 msgid "Waiting..." msgstr "Wartend..." -#: utils.py:271 +#: utils.py:272 msgid "Published" msgstr "Veröffentlicht" -#: settings/base.py:85 -msgid "German" -msgstr "Deutsch" +#~ msgid "Created on" +#~ msgstr "Erstellt am" -#: settings/base.py:86 -msgid "English" -msgstr "Englisch" +#~ msgid "Author" +#~ msgstr "Autor" -#: templates/404.html:8 -msgid "The page your requested does not exist on this server." -msgstr "Die angeforderte Seite existiert auf diesem Server nicht." - -#: templates/base.html:23 -msgid "Current News" -msgstr "Aktuelle Neuigkeiten" - -#: templates/base.html:25 templates/index.html:44 -msgid "Recent Comments" -msgstr "Kürzliche Kommentare" - -#: templates/base.html:42 -msgid "Menu" -msgstr "Menü" - -#: templates/base.html:57 -msgid "Current Event" -msgstr "Aktuelle Veranstaltung" - -#: templates/base.html:60 -msgid "Since" -msgstr "seit" - -#: templates/base.html:61 templates/base.html.py:72 -msgid "Start" -msgstr "Beginn" - -#: templates/base.html:62 templates/base.html.py:73 -msgid "Location" -msgstr "Ort" - -#: templates/base.html:64 templates/base.html.py:75 -msgid "More Details" -msgstr "Mehr Details" - -#: templates/base.html:67 -msgid "Next Event" -msgstr "Nächste Veranstaltung" - -#: templates/base.html:71 -msgid "in" -msgstr "in" - -#: templates/base.html:78 -msgid "Upcoming events" -msgstr "Bevorstehende Veranstaltungen" - -#: templates/base.html:127 -msgid "Edit Page" -msgstr "Seite bearbeiten" - -#: templates/base.html:129 -msgid "Add Subpage" -msgstr "Unterseite Hinzufügen" - -#: templates/base.html:138 -msgid "Imprint" -msgstr "Impressum" - -#: templates/base.html:139 -msgid "contact" -msgstr "Kontakt" - -#: templates/base.html:144 -msgid "Language" -msgstr "Sprache" - -#: templates/base.html:153 -msgid "Go" -msgstr "Los" - -#: templates/base.html:158 -msgid "Logged in as" -msgstr "Angemeldet als" - -#: templates/base.html:160 -msgid "Admin" -msgstr "Admin" - -#: templates/base.html:161 -msgid "Logout" -msgstr "Abmelden" - -#: templates/base.html:163 -msgid "no user logged in" -msgstr "Niemand angemeldet" - -#: templates/base.html:164 templates/comments/form.html:46 -#: templates/registration/login.html:32 templates/registration/login.html:33 -msgid "register" -msgstr "Registrieren" - -#: templates/base.html:165 templates/comments/form.html:47 -#: templates/registration/login.html:6 templates/registration/login.html:8 -#: templates/registration/login.html:39 -msgid "login" -msgstr "anmelden" - -#: templates/base.html:166 templates/registration/login.html:58 -msgid "Login with Facebook" -msgstr "über Facebook anmelden" - -#: templates/base.html:167 templates/registration/login.html:59 -msgid "Login with Twitter" -msgstr "über Twitter anmelden" - -#: templates/base.html:168 templates/registration/login.html:60 -msgid "Login with Google" -msgstr "über Google anmelden" - -#: templates/index.html:7 -msgid "traditional Asian game culture" -msgstr "traditionelle asiatische Spielkultur" - -#: templates/index.html:21 templates/index.html.py:22 -msgid "Created on" -msgstr "Erstellt am" - -#: templates/index.html:25 templates/index.html.py:26 -msgid "Author" -msgstr "Autor" - -#: templates/index.html:28 templates/index.html.py:30 -#: templates/comments/list.html:2 -msgid "Comments" -msgstr "Kommentare" - -#: templates/index.html:29 -msgid "comments" -msgstr "Kommentare" - -#: templates/index.html:36 -msgid "Read More" -msgstr "Mehr lesen" - -#: templates/index.html:50 -#, python-format -msgid "" -"\n" -" From %(author)s in\n" -" “%(object)s”\n" -" since\n" -" \n" -" " -msgstr "" -"\n" -"Von %(author)s in\n" -" “%(object)s”\n" -" seit\n" -" \n" -" " - -#: templates/index.html:62 -msgid "Kasu in the social network" -msgstr "Kasu im sozialem Netzwerk" - -#: templates/index.html:66 templates/index.html.py:68 templates/index.html:71 -msgid "Visit us on" -msgstr "Besuche uns auf" - -#: templates/index.html:81 -msgid "Add Article" -msgstr "Artikel hinzufügen" - -#: templates/paginator.html:4 -msgid "Previous" -msgstr "Vorherige" - -#: templates/paginator.html:6 -msgid "Prev" -msgstr "Vorherige" - -#: templates/paginator.html:16 templates/paginator.html.py:18 -msgid "Next" -msgstr "Nächste" - -#: templates/comments/form.html:5 -msgid "New Comment" -msgstr "Neuer Kommentar" - -#: templates/comments/form.html:19 -msgid "now" -msgstr "Jetzt" - -#: templates/comments/form.html:25 -msgid "Preview" -msgstr "Vorschau" - -#: templates/comments/form.html:28 -msgid "Post" -msgstr "Schreiben" - -#: templates/comments/form.html:37 -msgid "not logged in" -msgstr "Nicht angemeldet" - -#: templates/comments/form.html:41 -msgid "Register now, or Login to leave a comment here." -msgstr "Jetzt registrieren, oder anmelden um einen Kommentar zu schreiben." - -#: templates/comments/posted.html:4 templates/comments/posted.html.py:7 -msgid "Thank you for your comment" -msgstr "Danke für deinen Kommentar." - -#: templates/comments/preview.html:4 templates/comments/preview.html.py:10 -msgid "Preview your comment" -msgstr "Vorschau deines Kommentars" - -#: templates/comments/preview.html:8 -msgid "Please correct the error below" -msgid_plural "Please correct the errors below" -msgstr[0] "Bitte den Fehler weiter unten beheben" -msgstr[1] "Bitte die Fehler weiter unten beheben" - -#: templates/registration/login.html:15 -msgid "Have you already registered?" -msgstr "Bereits registriert?" - -#: templates/registration/login.html:16 -msgid "" -"\n" -"

As a registered member you can:

\n" -"\n" -msgstr "" -"\n" -"

Als registiertes Mitglied kannst du:

\n" -"\n" - -#: templates/registration/login.html:25 -msgid "" -"\n" -"

You can register here with your Google, or Facebook account.\n" -"If you don't own such an account, or do not want to use it for authentication,\n" -"you can fill out our registration form.

\n" -msgstr "" -"\n" -"

Du kannst dich hier mit deinen Google, Twitter, oder Facebook Account anmelden. Wenn du so etwas nicht besitzt, oder es nicht für die Anmeldung verwenden möchtest, kannst du auch unser Registrierungsformular verwenden.

\n" - -#: templates/registration/login.html:43 -msgid "Your username and password didn't match. Please try again." -msgstr "" -"Benutzername und Passwort haben nicht gepasst. Bitte noch einmal versuchen." - -#: templates/registration/login.html:46 -msgid "Forgot your Password?" -msgstr "Passwort vergessen?" - -#: templates/registration/login.html:49 -#: templates/registration/password_change_form.html:23 -#: templates/registration/password_reset_complete.html:14 -#: templates/registration/password_reset_complete.html:15 -msgid "Login" -msgstr "Anmelden" - -#: templates/registration/login.html:56 -msgid "or login with an existing Account" -msgstr "oder mit einem bestehenden Account anmelden" - -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_done.html:7 -msgid "Password change successful" -msgstr "Passwort erfolgreich geändert" - -#: templates/registration/password_change_done.html:8 -msgid "Your password was changed." -msgstr "Dein Passwort wurde geändert." - -#: templates/registration/password_change_form.html:4 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:16 -msgid "Password change" -msgstr "Passwort ändern" - -#: templates/registration/password_change_form.html:10 -msgid "" -"Please enter your old password, for security's sake, and then enter your new" -" password twice so we can verify you typed it in correctly." -msgstr "" -"Bitte gebe aus Sicherheitsgründen den altes Passwort an und anschließend 2x " -"das neue Passwort, so können wir sicher gehen das du es korrekt eingegeben " -"hast." - -#: templates/registration/password_change_form.html:23 -msgid "Change Password" -msgstr "Passwort ändern" - -#: templates/registration/password_reset_complete.html:4 -#: templates/registration/password_reset_complete.html:6 -#: templates/registration/password_reset_complete.html:9 -msgid "Password reset complete" -msgstr "Passwort fertig zurückgesetzt" - -#: templates/registration/password_reset_complete.html:10 -msgid "Your password has been set. You may go ahead and log in now." -msgstr "Dein Passwort wurde geändert. Du kannst dich nun damit anmelden." - -#: templates/registration/password_reset_confirm.html:4 -#: templates/registration/password_reset_confirm.html:6 -#: templates/registration/password_reset_confirm.html:15 -msgid "Enter new password" -msgstr "Neues Passwort eingeben" - -#: templates/registration/password_reset_confirm.html:12 -msgid "" -"Please enter your new password twice so we can verify you typed it in " -"correctly." -msgstr "" -"Bitte gib das neue Passwort 2x ein, so können wir sicher sein das du es " -"korrekt eingegeben hast." - -#: templates/registration/password_reset_confirm.html:18 -msgid "Change my password" -msgstr "Mein Passwort ändern" - -#: templates/registration/password_reset_confirm.html:26 -msgid "Password reset unsuccessful" -msgstr "Passwort nicht erfolgreich zurückgesetzt" - -#: templates/registration/password_reset_confirm.html:27 -msgid "" -"The password reset link was invalid, possibly because it has already been " -"used. Please request a new password reset." -msgstr "" -"Der Link zum zurücksetzen des Passwortes ist ungültig, da er schon einmal " -"verwendet wurde. Bitte veranlasse eine erneute Zurücksetzung." - -#: templates/registration/password_reset_done.html:4 -#: templates/registration/password_reset_done.html:6 -#: templates/registration/password_reset_done.html:12 -msgid "Password reset successful" -msgstr "Passwort erfolgreich zurückgesetzt" - -#: templates/registration/password_reset_form.html:4 -#: templates/registration/password_reset_form.html:6 -msgid "Password reset" -msgstr "Passwort zurücksetzen" +#~ msgid "comments" +#~ msgstr "Kommentare" #~ msgid "Log in" #~ msgstr "Anmelden" diff --git a/src/kasu/logging.conf b/src/kasu/logging.conf deleted file mode 100644 index 8bd5464..0000000 --- a/src/kasu/logging.conf +++ /dev/null @@ -1,34 +0,0 @@ -[loggers] -keys=root,doloto.pystories - -[handlers] -keys=consoleHandler,rfileHandler - -[formatters] -keys=simpleFormatter - -[logger_doloto.pystories] -level=DEBUG -handlers=consoleHandler,rfileHandler -qualname=doloto -propagate=0 - -[logger_root] -level=DEBUG -handlers=consoleHandler,rfileHandler - -[handler_consoleHandler] -class=StreamHandler -level=DEBUG -formatter=simpleFormatter -args=(sys.stdout,) - -[handler_rfileHandler] -class=handlers.RotatingFileHandler -level=DEBUG -formatter=simpleFormatter -args=(%(log_path)s,'a',50000,5) - -[formatter_simpleFormatter] -format=%(asctime)s - %(name)s - %(levelname)s - %(message)s -datefmt= \ No newline at end of file diff --git a/src/kasu/static/css/kasu.css b/src/kasu/static/css/kasu.css index b766d7c..43079c3 100644 --- a/src/kasu/static/css/kasu.css +++ b/src/kasu/static/css/kasu.css @@ -1,696 +1,4 @@ -@font-face{font-family:'Philosopher';font-weight:normal;font-style:normal;src:url('../fonts/philosopher.woff') format('woff'),url('../fonts/philosopher.ttf') format('truetype')}@font-face{font-family:'Amerika Sans';font-weight:normal;font-style:normal;src:url('../fonts/amerikasans.woff') format('woff'),url('../fonts/amerikasans.ttf') format('truetype')}@font-face{font-family:'Social Icons';font-weight:normal;font-style:normal;src:url('../fonts/social.woff') format('woff'),url('../fonts/social.ttf') format('truetype')}.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0} -#display{position:relative;top:0;text-align:center} -.clearfix{clear:both} -.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin:0 10px;position:relative;box-sizing:border-box} -.grid_1{width:60px} -.grid_2{width:140px} -.grid_3{width:220px} -.grid_4{width:300px} -.grid_5{width:380px} -.more_link{text-align:right;clear:left} -.error,ul.errorlist li{color:#a40000} -a:hover{color:#a40000;text-decoration:underline} -a:link{color:#204a87;font-weight:700;text-decoration:none} -a:visited{color:#5c3566} -button,a.button{display:inline-block;color:#2e3436;padding:.2em;font:bold 12pt Philosopher,sans-serif;margin:.2em;border:1px solid #d3d7cf;border-radius:5px;background-color:#f9f9f9;box-shadow:inset 0 1px 0 0 #fff;text-decoration:none;text-shadow:1px 1px 0 #fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(.05, #f9f9f9), color-stop(1, #e9e9e9));background:-moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9')} -a.button img,button img{vertical-align:middle} -article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} -h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited{color:#bc0a19;font-weight:400;text-decoration:none} -h1,h2,h3,h4,h5,h6,.player{color:#bc0a19;font-family:'Amerika Sans',sans-serif;font-variant:small-caps;font-weight:400;letter-spacing:-1px;margin:1em 0 .5em 0;text-shadow:2px 2px 2px #888;vertical-align:baseline} -.player{margin:0} -html,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;margin:0;padding:0;vertical-align:baseline} -p{margin-bottom:.5em} -img.partner,img.posting_image{border:1px solid #babdb6;display:block;float:left;height:120px;margin:0 20px 0 0;padding:4px;width:200px} -img.partner:nth-of-type(odd){float:right} -input{font:normal 12pt Philosopher,sans-serif} -input[type=number]{text-align:right} -input[readonly="readonly"],input[readonly]{border:none;background:transparent;color:#2e3436} -li{margin-bottom:.2em} -li.category{background:url(../icons/newspaper.png) left center no-repeat;padding-left:20px} -.thumbnail{display:block;position:relative;float:left;height:140px;width:140px;padding:5px;border:0;margin:5px;background:transparent url('../img/thumbnail-bg.png') top left no-repeat} -li.comment{background:url(../icons/comment.png) left center no-repeat;padding-left:20px} -li.date,li.event{background:url(../icons/date.png) left center no-repeat;padding-left:20px} -li.photo{background:url(../icons/camera.png) left center no-repeat;padding-left:20px} -li.hanchan{background:url(../icons/table.png) left center no-repeat;padding-left:20px} -li.time{background:url(../icons/time.png) left center no-repeat;padding-left:20px} -li.django_view{background:url(../icons/page_white_lightning.png) left center no-repeat;padding-left:20px} -li.html{background:url(../icons/page_white_text.png) left center no-repeat;padding-left:20px} -li.location{background:url(../icons/map.png) left center no-repeat;padding-left:20px} -li.pdf{background:url(../icons/page_white_acrobat.png) left center no-repeat;padding-left:20px} -li.season{background:url(../icons/star.png) left center no-repeat;padding-left:20px} -li.user{background:url(../icons/user_red.png) left center no-repeat;padding-left:20px} -ol{list-style:cjk-ideographic;padding-left:2em} -table{border-collapse:collapse;border-spacing:0;margin-bottom:1em;width:100%} -table td{border-bottom:1px solid #d3d7cf;border-top:1px solid #d3d7cf;padding:2px;vertical-align:middle} -table th{background:#a40000;color:#fff;padding:2px;vertical-align:middle} -table th a:link,table th a:visited{color:#fff} -table tr:nth-child(2n+1){background-color:#eeeeec} -table tr:hover{background-color:#eedcdc} -ul{list-style:circle outside;padding-left:30px} -ul.comment_list{font-size:small;list-style:none;padding:0} -ul.event_list,ul.list{list-style:none;padding:0} -ul.info{list-style:none;margin-bottom:.5em;padding-left:0} -ul.info li{display:inline-block;margin-right:10px} -.buttonbar{text-align:right;border-radius:10px;background:#000;background:linear-gradient(to bottom, #45484d 0, #000 100%);background:-moz-linear-gradient(top, #45484d 0, #000 100%);background:-webkit-linear-gradient(top, #45484d 0, #000 100%);background:-o-linear-gradient(top, #45484d 0, #000 100%);background:-ms-linear-gradient(top, #45484d 0, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);} -.pagination{text-align:center} -.pagination a,.pagination .current,.pagination .next,.pagination .previous{display:inline-block;text-decoration:none;padding:0 .5em 0 .5em} -.pagination .next{float:right;background:none} -.pagination .previous{float:left;background:none} -.center{text-align:center} -.right{text-align:right} -#redbox{color:#fff;border-radius:10px;padding:10px 5px 5px 5px;background:#a90329;background:-moz-linear-gradient(-45deg, #a90329 0, #8f0222 44%, #6d0019 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));background:-webkit-linear-gradient(-45deg, #a90329 0, #8f0222 44%, #6d0019 100%);background:-o-linear-gradient(-45deg, #a90329 0, #8f0222 44%, #6d0019 100%);background:-ms-linear-gradient(-45deg, #a90329 0, #8f0222 44%, #6d0019 100%);background:linear-gradient(135deg, #a90329 0, #8f0222 44%, #6d0019 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=1);} -#redbox h2:first-of-type{margin:-1em 10px 0 0;color:#000} -#redbox h2,#redbox h3{color:#fff} -#redbox a:link,#redbox a:visited{color:#fff;font-weight:normal;text-decoration:underline} -#redbox a.button:link,#redbox a.button:visited{color:#2e3436;font-weight:bold;text-decoration:none} -ul.tabs{text-align:center} -ul.tabs li{display:inline-block} -ul.tabs li:after{content:" | "} -ul.tabs li:last-child:after{content:""} -ul.tabs li a{color:#2e3436} -ul.tabs li.active a{border-bottom:3px solid #bc0a19;color:#bc0a19} -.comment{display:table;margin-bottom:1em;width:100%;padding:0} -.social,.social:link{display:inline-block;font-family:"Social Icons";font-style:normal;font-weight:normal} -.facebook:before{content:"f"} -.google:before{content:"G"} -.twitter:before{content:"T"} -fieldset.comment{padding:0} -fieldset.comment legend{margin-left:15px} -fieldset.comment .buttonbar{margin:0;width:100%} -fieldset.comment .buttonbar{margin:0;width:100%} -@media screen and (min-width:700px){#content{width:700px;display:inline;float:left;margin:0 10px;position:relative} #display .next,#display .previous{display:block;position:absolute;top:0;width:60px;height:100%;margin:0;padding:0;text-indent:9999px;overflow:hidden;opacity:.5} #display .next:hover,#display .previous:hover{opacity:1;transition:all .2s ease-out} #display .next{background:transparent url(../img/right-arrow.png) no-repeat center center;right:10px;z-index:3} #display .previous{background:transparent url(../img/left-arrow.png) no-repeat center center;left:10px;z-index:2} #display img{box-shadow:1px 1px 5px 1px #444} #sidebar{width:220px;display:inline;float:left;margin:0 10px;position:relative} #footer{width:920px;min-height:50px;margin:20px auto 0 auto;z-index:30} #footer p{text-align:center} #footer_kranich{display:block;position:relative;max-width:1250px;width:100%;margin:0 auto;top:-320px;text-align:right;z-index:-2} #siteheader{height:100px;margin:0 auto;padding:0;position:relative;width:960px;z-index:50} #maincontent{margin:0 auto;height:auto !important;width:960px;min-height:600px;padding:10px 0 20px 0;position:relative;z-index:19;border-radius:10px;background:rgba(255,255,255,0.5);box-shadow:0 0 20px 1px rgba(0,0,0,0.75)} #mainnav{left:233px;position:absolute;top:65px} #mainnav a{color:#000;text-decoration:none;font-weight:normal} #mainnav a.active{color:#bc0a19} #mainnav a:hover{color:#fff} #mainnav li{display:inline-block;font:normal small-caps 18px 'Amerika Sans',sans-serif;min-width:50px;padding:8px;text-align:center;text-shadow:2px 2px 2px #2e3436} #mainnav li:first-child{padding-left:0} #mainnav li:last-child{padding-right:0} ul.main_menu{padding:0} #messages{clear:both;margin:0 auto;padding:8px 0 0 30px;width:920px} #navigation,.pagination{clear:both;position:relative;background:url(../img/navigation-bg.png) no-repeat left top;height:56px;list-style:none;margin:0 auto;padding:8px 35px 0 25px;width:900px;z-index:30} #navigation a{background:url(../img/navigation-separator.png) no-repeat right center;color:#fff;display:block;float:left;font-weight:bold;height:33px;padding:17px 15px 0;text-decoration:none} #navigation a:hover,#navigation a.active{background:url(../img/navigation-hover.png) repeat-x left top;color:#3b3b3b} #navigation li{display:inline;margin:0} #sitelogo{background:url(../img/logo.png) no-repeat;height:110px;left:5px;margin:0;padding:0;position:absolute;text-indent:-9999px;top:5px;width:233px;z-index:99} #sitelogo a{display:block;height:110px;left:0;position:absolute;top:0;width:233px} #jumbotron{clear:both;position:relative;margin:20px auto 10px auto;padding:0 1px 0 0;z-index:5;width:940px;min-height:300px;border:none;border-radius:10px;background-repeat:no-repeat;background-color:#333;background-position:center left} #jumbotron>h2,#jumbotron>h1{padding:10px 5px;font-size:32pt;color:#eff0ef;position:absolute;margin:0;left:10px;top:33%;max-width:600px} #teaser_text{display:block;position:absolute;width:620px;min-height:4em;left:0;bottom:0;color:#fff;background:rgba(0,0,0,0.5);font-size:10pt;padding:5px 10px 5px 15px;border-radius:0 0 0 10px} #redbox{position:absolute;top:0;right:0;height:280px;width:280px;padding:10px;border-radius:0 10px 10px 0} #toggle,.toggle{display:none} #bottom_buttonbar{position:absolute;bottom:0;margin:0;width:100%} #usernav{position:absolute;top:0;right:0;text-align:right;background:#000;background:linear-gradient(to bottom, #45484d 0, #000 100%);border-radius:0 0 0 10px;font-size:14pt;color:#fff;padding:10px 10px;z-index:50;box-shadow:-1px -1px 5px 1px rgba(0,0,0,0.75)}#usernav a{color:#fff} #usernav img{vertical-align:middle} .clearfix{zoom:1px} .clearfix:after{clear:both} .gallery{display:inline;float:left;height:200px;margin:10px;overflow:hidden;text-align:center;width:300px} .gallery .thumbnail{display:block;float:none;margin:5px auto} div.thumbnail a.delete_image{position:absolute;right:4px;bottom:0} body{background:#fff url('../img/header_bg.jpg') no-repeat center top;font:12pt Philosopher,Georgia,serif;line-height:1;position:relative;margin:0;height:100%;min-width:960px;padding:0;vertical-align:baseline} fieldset{border:none;color:#2e3436;border-radius:10px;margin:10px 0 0 0;padding:0 10px 0 160px;background:linear-gradient(135deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-moz-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-webkit-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-o-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-ms-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);vertical-align:top} fieldset legend{margin-top:-0.1em;margin-left:-150px;color:#a40000;font-family:'Amerika Sans',sans-serif;font-variant:small-caps;font-weight:400;font-size:16pt;text-shadow:2px 2px 2px #888} fieldset div{margin:5px 0} fieldset .required{font-weight:bold} fieldset .buttonbar{border-radius:0 0 10px 10px;margin:0 -10px 0 -160px} fieldset .help_text{font-size:small} fieldset .field_name{text-align:right;width:140px;margin:0 20px 0 -160px;padding-top:3px;display:inline-block;clear:left;vertical-align:top} fieldset input,fieldset textarea{border:1px solid #999;border-radius:5px;padding:2px;margin:0} fieldset input[maxlength="255"],fieldset textarea{box-sizing:border-box;width:100%;max-width:760px} fieldset ul{display:inline-block;padding:0} fieldset ul li{list-style:none;display:inline} fieldset table{display:inline-table;max-width:760px} img.partner,img.partner_right,img.posting_image{border:1px solid #babdb6;float:left;height:120px;margin:0 20px 0 0;padding:4px;width:200px} img.partner:nth-of-type(odd){float:right} ul.tabs{margin:10px;padding:0;border-radius:10px;background:#bc0a19 url(../img/buttonbar.gif) repeat-x;text-align:left;list-style:none} ul.tabs li{display:inline-block} ul.tabs li:after{content:''} ul.tabs li a{border:1px solid #d3d7cf;border-radius:5px;background-color:#f9f9f9;color:#2e3436;font:bold 14px Philosopher sans-serif;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(.05, #f9f9f9), color-stop(1, #e9e9e9));background:-moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');display:inline-block;padding:4px 10px 2px 10px;margin:3px 0 0 15px;text-decoration:none;text-shadow:1px 1px 0 #fff} ul.tabs li.active a{background-color:#fa665a;background:-webkit-gradient(linear, left top, left bottom, color-stop(.05, #fa665a), color-stop(1, #d34639));background:-moz-linear-gradient(center top, #fa665a 5%, #d34639 100%);color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');border:1px solid #d83526;box-shadow:inset 0 1px 0 0 #fff;text-shadow:1px 1px 0 #98231a} .pagination a,.pagination .current,.pagination .next,.pagination .previous{display:inline-block;padding:2px;color:#fff;font-weight:bold;height:33px;text-decoration:none;padding:17px .5em 0 .5em} .pagination .current{color:#a40000} .pagination .disabled{color:#ccc} img.avatar{border:none;box-shadow:2px 2px 2px #888;width:60px;height:60px} .comment_picture{display:table-cell;padding:0 10px;width:60px;vertical-align:top} .comment_header{display:table-cell;padding:0 10px;width:140px;vertical-align:top} .comment_header h3{margin:0} .comment_text{display:table-cell;padding:0 10px;width:auto;max-width:700px} .userinfo{width:140px} .grid_6{width:460px} .grid_7{width:540px} .grid_8{width:620px} .grid_9{width:700px} .grid_10{width:780px} .grid_11{width:860px} .grid_12{width:940px} #recaptcha_widget_div{margin-top:-20px} #google_maps{position:relative;top:0;left:0;height:280px;padding:10px;border-radius:0 10px 10px 0}}@media screen and (max-width:699px){body{background:url('../img/background_mobile.png') no-repeat top center;font:12pt "Philosopher",Georgia,serif;-webkit-animation:bugfix infinite 1s} #display .grid_10{margin:0;position:relative;z-index:1} #display .next,#display .previous{display:block;position:absolute;top:0;width:45px;height:100%;margin:0;padding:0;text-indent:9999px;overflow:hidden;opacity:.5} #display .next:hover,#display .previous:hover{opacity:.9;transition:all .2s ease-out} #display .next{background:transparent url(../img/right-arrow.png) no-repeat center center;right:0;z-index:3} #display .previous{background:transparent url(../img/left-arrow.png) no-repeat center center;left:0;z-index:2} #footer_kranich{display:none} #top_bg{display:none} #footer{border-top:1px solid #000;text-align:center} #header{position:relative;min-height:54px;height:100%;padding:0 20px} img.posting_image,img.partner{float:left;width:99px;height:59px;padding:2px;margin:1em .5em 0 0;border:1px solid #babdb6} img{max-width:100%;height:auto} #topnav a{display:inline-block;color:#000;font:400 small-caps 24pt 'Amerika Sans',sans-serif;min-width:80px;text-align:center;text-decoration:none;text-shadow:2px 2px 2px #2e3436;padding:5px} #topnav a.active{color:#bc0a19} #topnav a:hover{color:#fff} #sitelogo{background:url('../img/logo_mobile.png') no-repeat;width:114px;height:54px;left:5px;margin:0;padding:0;text-indent:-9999px;top:5px;z-index:20;float:left} #teaser{background:none;margin-bottom:1em} #teaser_text{background:rgba(255,255,255,0.5)} #navigation{margin:10px 0;padding:0;background:#45484d url("../img/navigation-mobile.png") top left repeat-x;background-size:contain} #navigation li{display:inline-block;padding:.5em .3em .5em .5em;text-align:center;border-left:1px solid #fff;margin:0} #navigation li:first-of-type{border:none} #navigation a{font:bold 12px Arial;color:#fff;text-decoration:none} #sitelogo a{display:block;width:114px;height:54px} #siteheader:after{content:".";clear:both;display:block;visibility:hidden;height:0} #mainnav{display:block;float:right} #toggle,.toggle{display:none} #toggle:checked~.main_menu{display:block;opacity:1} #toggle:checked~.toggle,.toggle:hover{background:#45abd6} .comment_picture{display:table-cell;padding:0 10px;width:60px;vertical-align:top} .comment_header{display:table-cell;padding:0 10px;width:140px;vertical-align:top} .comment_header h3{margin:0} .toggle{z-index:2;display:block;position:relative;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none} .main_menu{display:none;opacity:0;width:100%;position:absolute;z-index:999;right:0;background:#000;border-top:1px solid #a40000;margin:0;padding:0;box-shadow:outset 0 1px 0 0 #fff} .main_menu>li{height:auto;list-style:none;float:left;z-index:100;background:#eeeeec;display:block;width:100%;margin:0} .main_menu>li>a{display:block;width:100%;height:auto;text-decoration:none;font:400 small-caps 18px 'Amerika Sans',sans-serif;color:#000;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;float:right;padding:1em;line-height:1;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear} #jumbotron{background:none !important} #redbox{margin-top:1em;display:block} .main_menu>li>a:hover,.menu>li>a:focus{box-shadow:inset 5px 0 #a40000;color:#a40000} .grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{width:100%;clear:both} .player{display:inline;float:left;margin-left:10px;margin-right:10px;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;min-width:60px} .toggle{display:block;width:150px;margin:8px 0;padding:10px;background:#a40000;text-align:center;color:#fff;content:'Main Menu';border-radius:2px;box-sizing:border-box;transition:all .5s linear;-webkit-border-radius:2px;-webkit-transition:all .5s linear;-webkit-box-sizing:border-box;-moz-transition:all .5s linear;-moz-box-sizing:border-box;-o-transition:all .5s linear} .thumbnail{display:block;position:relative;float:left;height:70px;padding:0;width:70px;margin:5px;box-shadow:2px 2px 5px #888} .thumbnail img{height:70px;width:70px} .thumbnail a.delete_image{display:none} img.thumbnail{display:block;float:left;height:70px;width:70px;margin:5px;box-shadow:2px 2px 5px #888} fieldset{border:none;color:#2e3436;border-radius:10px;margin:10px 0 0 0;padding:0 10px 0 160px;background:#f2f5f6;background:linear-gradient(135deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-moz-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc));background:-webkit-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-o-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);background:-ms-linear-gradient(-45deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%)} fieldset legend{margin-top:-0.1em;margin-left:-150px;color:#a40000;font-family:'Amerika Sans',sans-serif;font-variant:small-caps;font-weight:400;font-size:16pt;text-shadow:2px 2px 2px #888} fieldset .required{font-weight:bold} fieldset .error{color:#a40000} fieldset .buttonbar{border-radius:0 0 10px 10px;margin:0 -10px 0 -160px} fieldset .help_text{font-size:small} fieldset .field_name{text-align:right;width:140px;margin:0 20px 0 -160px;padding-top:3px;display:inline-block;clear:left} fieldset input,fieldset textarea{border:1px solid #999;border-radius:5px;padding:2px;margin:0;font-size:12pt} fieldset input[maxlength="255"],fieldset textarea{width:99%;box-sizing:border-box} fieldset ul{display:inline-block;padding:0} fieldset ul li{list-style:none;display:inline} ul.tabs{margin-top:1em} .pagination{clear:both} .pagination a,.pagination .current,.pagination .next,.pagination .previous{display:inline-block;text-decoration:none;padding:0 .5em 0 .5em} .gallery{float:left;width:150px;height:150px;margin:10px} .gallery h3{font-size:12pt} .comment{display:block} .comment_picture{display:block;float:left;vertical-align:top;width:60px} .comment_header{display:block;float:left;padding:0 10px;vertical-align:top;width:140px} .comment_header h3{margin:0} .comment_text{border-top:1px solid #45484d;display:block;margin-left:0 10px;padding-top:.5em;clear:both}}@media print{@page {size:portrait;margin:.5cm .5cm .5cm 1cm;orphans:3;widows:3}nav,aside,#comment_form,#navigation,#mainnav,#usernav,#bottom_buttonbar,#footer>form{display:none !important} #footer{width:100%;padding-top:.5em;border-top:1px solid #000;text-align:center} *{-webkit-print-color-adjust:exact;print-color-adjust:exact} a:link,a:visited{color:#000;font-weight:bold} #sitelogo{background:url(../img/logo.png) top right no-repeat;background-size:contain;left:0;margin:0;padding:0;line-height:1cm;font-family:'Amerika Sans',Helvetica;font-size:8pt;top:5px;z-index:99} #jumbotron{background:none !important} body,article{width:100%;margin:0;padding:0;color:#000;background:#fff} h1{font-size:32pt} h2,h3,h4,h5,h6{text-shadow:none;page-break-after:avoid} img{max-width:100% !important} ul,img{page-break-inside:avoid} #comment_form,#comments,#footer,#navigation,#mainnav,#usernav,#bottom_buttonbar,#footer>form{display:none} .more_link{display:none} #maincontent nav{display:none} #maincontent aside{display:none} .grid_6,grid_7,.grid_8,grid_9,.grid_10,.grid_11,.grid_12{width:100%}}@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} -.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.2857142857142858em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.3em} -.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} -.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} -@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)} -.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)} -:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-gear:before,.fa-cog:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-gears:before,.fa-cogs:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-save:before,.fa-floppy-o:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-unsorted:before,.fa-sort:before{content:"\f0dc"} -.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"} -.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-legal:before,.fa-gavel:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-flash:before,.fa-bolt:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-paste:before,.fa-clipboard:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-unlink:before,.fa-chain-broken:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"} -.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"} -.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"} -.fa-euro:before,.fa-eur:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-rupee:before,.fa-inr:before{content:"\f156"} -.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"} -.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"} -.fa-won:before,.fa-krw:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-turkish-lira:before,.fa-try:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"} -.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"} -.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"} -.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before{content:"\f1d0"} -.fa-ge:before,.fa-empire:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-send:before,.fa-paper-plane:before{content:"\f1d8"} -.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-hotel:before,.fa-bed:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-yc:before,.fa-y-combinator:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-tv:before,.fa-television:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} +@font-face{font-family:Philosopher;font-weight:400;font-style:normal;src:url(../fonts/philosopher.woff) format('woff'),url(../fonts/philosopher.ttf) format('truetype')}@font-face{font-family:'Amerika Sans';font-weight:400;font-style:normal;src:url(../fonts/amerikasans.woff) format('woff'),url(../fonts/amerikasans.ttf) format('truetype')}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.4.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.clear,.clearfix{clear:both}.clear{display:block;height:0;overflow:hidden;visibility:hidden;width:0}#display{position:relative;text-align:center;top:0}.grid_1,.grid_10,.grid_11,.grid_12,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9{box-sizing:border-box;display:inline;float:left;margin:0 10px;position:relative}.grid_1{width:60px}.grid_2{width:140px}.grid_3{width:220px}.grid_4{width:300px}.grid_5{width:380px}.more_link,input[type=number],.buttonbar{text-align:right}.more_link{clear:left}.error,ul.errorlist li,a:hover{color:#a40000}a:hover{text-decoration:underline}a:link{color:#204a87;font-weight:700;text-decoration:none}a:visited{color:#5c3566}a.button,button{background:-moz-linear-gradient(center top,#f9f9f9 5%,#e9e9e9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#f9f9f9),color-stop(1,#e9e9e9));border:1px solid #d3d7cf;border-radius:5px;box-shadow:inset 0 1px 0 0 #fff;color:#2e3436;display:inline-block;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');font:700 12pt Philosopher,sans-serif;margin:.2em;padding:.2em;text-decoration:none;text-shadow:1px 1px 0 #fff}a.button img,button img{vertical-align:middle}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#bc0a19;font-weight:400;text-decoration:none}.player,h1,h2,h3,h4,h5,h6{color:#bc0a19;font-family:'Amerika Sans',sans-serif;font-variant:small-caps;font-weight:400;letter-spacing:-1px;margin:1em 0 .5em;text-shadow:2px 2px 2px #888;vertical-align:baseline}.player{margin:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,time,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:baseline}p{margin-bottom:.5em}img.partner,img.posting_image{border:1px solid #babdb6;display:block;float:left;height:120px;margin:0 20px 0 0;padding:4px;width:200px}img.partner:nth-of-type(odd){float:right}input{font:400 12pt Philosopher,sans-serif}input[readonly=readonly],input[readonly]{background:0 0;border:none;color:#2e3436}li{margin-bottom:.2em}.thumbnail{background:url(../img/thumbnail-bg.png) top left no-repeat;border:0;display:block;float:left;height:140px;margin:5px;padding:5px;position:relative;width:140px}ol{list-style:cjk-ideographic;padding-left:2em}table{border-collapse:collapse;border-spacing:0;margin:0 auto 1em;width:100%}table td,table th{vertical-align:middle;padding:2px}table td{border-bottom:1px solid #d3d7cf;border-top:1px solid #d3d7cf}table th{background:#a40000;color:#fff}table th a:link,table th a:visited{color:#FFF}table tr:nth-child(2n+1){background-color:#eeeeec}table tr:hover{background-color:#eedcdc}ul{list-style:circle;padding-left:30px}ul.comment_list{font-size:small;list-style:none;padding:0}ul.event_list,ul.list{list-style:none;padding:0}ul.info{list-style:none;margin-bottom:.5em;padding-left:0}ul.info li{display:inline-block;margin-right:10px}.buttonbar{background:-ms-linear-gradient(top,#45484d 0,#000 100%);background:-o-linear-gradient(top,#45484d 0,#000 100%);background:#000;background:linear-gradient(to bottom,#45484d 0,#000 100%);background:-moz-linear-gradient(top,#45484d 0,#000 100%);background:-webkit-linear-gradient(top,#45484d 0,#000 100%);border-radius:10px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0)}.center,.pagination{text-align:center}.pagination .current,.pagination .next,.pagination .previous,.pagination a{display:inline-block;padding:0 .5em;text-decoration:none}.pagination .next{background:0 0;float:right}.pagination .previous{background:0 0;float:left}.right{text-align:right}#redbox{background:linear-gradient(135deg,#a90329 0,#8f0222 44%,#6d0019 100%);background:-o-linear-gradient(-45deg,#a90329 0,#8f0222 44%,#6d0019 100%);background:-ms-linear-gradient(-45deg,#a90329 0,#8f0222 44%,#6d0019 100%);background:#a90329;background:-moz-linear-gradient(-45deg,#a90329 0,#8f0222 44%,#6d0019 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));background:-webkit-linear-gradient(-45deg,#a90329 0,#8f0222 44%,#6d0019 100%);border-radius:10px;color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=1);padding:10px 5px 5px}#redbox h2:first-of-type{color:#000;margin:-1em 10px 0 0}#redbox h2,#redbox h3{color:#fff}#redbox a:link,#redbox a:visited{color:#fff;font-weight:400;text-decoration:underline}#redbox a.button:link,#redbox a.button:visited{color:#2e3436;font-weight:700;text-decoration:none}ul.tabs{text-align:center}ul.tabs li{display:inline-block}ul.tabs li:after{content:" | "}ul.tabs li:last-child:after{content:""}ul.tabs li a{color:#2e3436}ul.tabs li.active a{border-bottom:3px solid #bc0a19;color:#bc0a19}.comment,fieldset.comment{padding:0}.comment{display:table;margin-bottom:1em;width:100%}.social,.social:link{display:inline-block;font-family:"Social Icons";font-style:normal;font-weight:400}.facebook:before{content:"f"}.google:before{content:"G"}.twitter:before{content:"T"}fieldset.comment legend{margin-left:15px}fieldset.comment .buttonbar{margin:0;width:100%}@media screen and (min-width:700px){#content{margin:0 10px;position:relative;width:940px}#display .next,#display .previous{display:block;height:100%;margin:0;opacity:.5;overflow:hidden;padding:0;position:absolute;text-indent:9999px;top:0;width:60px}#display .next:hover,#display .previous:hover{opacity:1;transition:all .2s ease-out}#display .next{background:url(../img/right-arrow.png) center center no-repeat;right:10px;z-index:3}#display .previous{background:url(../img/left-arrow.png) center center no-repeat;left:10px;z-index:2}#display img{box-shadow:1px 1px 5px 1px #444}#footer{margin:20px auto 0;min-height:50px;width:920px;z-index:30}#footer p{text-align:center}#footer_kranich,#maincontent,#navigation,.pagination{position:relative;margin:0 auto}#footer_kranich{display:block;max-width:1250px;text-align:right;top:-320px;width:100%;z-index:-2}#maincontent,#jumbotron{position:relative;border-radius:10px}#maincontent{background:rgba(255,255,255,.5);box-shadow:0 0 20px 1px rgba(0,0,0,.75);height:auto!important;min-height:800px;padding:10px 0 20px;width:960px;z-index:19}#messages{clear:both;margin:0 auto;padding:8px 0 0 30px;width:920px}#navigation,.pagination{background:url(../img/navigation-bg.png) left top no-repeat;clear:both;height:56px;list-style:none;padding:8px 35px 0 25px;width:900px;z-index:30}#navigation a,.pagination a{background:url(../img/navigation-separator.png) right center no-repeat;color:#FFF;display:block;float:left;font-weight:700;height:33px;padding:17px 15px 0;text-decoration:none}#navigation #navigation a.active,#navigation a:hover,.pagination #navigation a.active,.pagination a:hover{background:url(../img/navigation-hover.png) left top repeat-x;color:#3B3B3B}#navigation li,.pagination li{display:inline;margin:0}#jumbotron{background-color:#333;background-position:center left;background-repeat:no-repeat;border:none;clear:both;margin:20px auto 10px;min-height:300px;padding:0 1px 0 0;width:940px;z-index:5}#jumbotron>h1,#jumbotron>h2{color:#eff0ef;font-size:32pt;left:10px;margin:0;max-width:600px;padding:10px 5px;position:absolute;top:33%}#teaser_text,#usernav{position:absolute;color:#FFF}#teaser_text{background:rgba(0,0,0,.5);border-radius:0 0 0 10px;bottom:0;display:block;left:0;padding:1em 1em .25em;vertical-align:bottom;width:620px}#teaser_text a:active,#teaser_text a:link,#teaser_text a:visited{color:#fff;text-decoration:underline}#redbox,#usernav{position:absolute;top:0;padding:10px;right:0}#redbox{border-radius:0 10px 10px 0;height:280px;width:280px}#bottom_buttonbar{bottom:0;margin:0;position:absolute;width:100%}#usernav{background:#000;background:linear-gradient(to bottom,#45484d 0,#000 100%);border-radius:0 0 0 10px;box-shadow:-1px -1px 5px 1px rgba(0,0,0,.75);font-size:14pt;text-align:right;z-index:50}#usernav a{color:#FFF}#usernav img{vertical-align:middle}.clearfix{zoom:1px}.clearfix:after{clear:both}.gallery{display:inline;float:left;height:200px;margin:10px;overflow:hidden;text-align:center;width:300px}.gallery .thumbnail{display:block;float:none;margin:5px auto}div.thumbnail a.delete_image{bottom:0;position:absolute;right:4px}#body{background-attachment:scroll,fixed;background-color:#fff;background-image:url(../img/kranich.png),url(../img/header_bg.jpg);background-position:center bottom,center top;background-repeat:no-repeat,no-repeat}body{font:12pt Philosopher,Georgia,serif;height:100%;line-height:1;margin:0;min-width:960px;padding:0;position:relative;vertical-align:baseline}fieldset,ul.tabs{border-radius:10px}fieldset{background:-ms-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:-o-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:-webkit-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:-moz-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:linear-gradient(135deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);border:none;color:#2e3436;margin:10px 0 0;padding:0 10px 0 160px;vertical-align:top}fieldset legend{color:#a40000;font-family:'Amerika Sans',sans-serif;font-size:16pt;font-variant:small-caps;font-weight:400;margin-left:-150px;margin-top:-.1em;text-shadow:2px 2px 2px #888}fieldset div{margin:5px 0}fieldset .required{font-weight:700}fieldset .buttonbar{border-radius:0 0 10px 10px;margin:0 -10px 0 -160px}fieldset .help_text{font-size:small}fieldset .field_name{clear:left;display:inline-block;margin:0 20px 0 -160px;padding-top:3px;text-align:right;vertical-align:top;width:140px}fieldset input,fieldset textarea{border:1px solid #999;border-radius:5px;margin:0;padding:2px}fieldset input[maxlength="255"],fieldset textarea{box-sizing:border-box;max-width:760px;width:100%}fieldset ul{display:inline-block;padding:0}fieldset ul li{display:inline;list-style:none}fieldset table{display:inline-table;max-width:760px}img.partner,img.partner_right,img.posting_image{border:1px solid #babdb6;float:left;height:120px;margin:0 20px 0 0;padding:4px;width:200px}img.partner:nth-of-type(odd){float:right}ul.tabs{background:url(../img/buttonbar.gif) repeat-x #bc0a19;list-style:none;margin:10px;padding:0;text-align:left}ul.tabs li{display:inline-block}ul.tabs li:after{content:''}ul.tabs li a{background:-moz-linear-gradient(center top,#f9f9f9 5%,#e9e9e9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#f9f9f9),color-stop(1,#e9e9e9));border:1px solid #d3d7cf;border-radius:5px;box-shadow:inset 0 1px 0 0 #fff;color:#2e3436;display:inline-block;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');font:700 14px Philosopher sans-serif;margin:3px 0 0 15px;padding:4px 10px 2px;text-decoration:none;text-shadow:1px 1px 0 #fff}ul.tabs li.active a{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#fa665a),color-stop(1,#d34639));background:-moz-linear-gradient(center top,#fa665a 5%,#d34639 100%);border:1px solid #d83526;box-shadow:inset 0 1px 0 0 #fff;color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');text-shadow:1px 1px 0 #98231a}.pagination .current,.pagination .next,.pagination .previous,.pagination a{color:#FFF;display:inline-block;font-weight:700;height:33px;padding:17px .5em 0;text-decoration:none}.pagination .current{color:#a40000}.pagination .disabled{color:#ccc}img.avatar{border:none;box-shadow:2px 2px 2px #888;height:60px;width:60px}.comment_picture,.comment_header{vertical-align:top;display:table-cell;padding:0 10px}.comment_picture{width:60px}.comment_header{width:140px}.comment_header h3{margin:0}.comment_text{display:table-cell;max-width:700px;padding:0 10px;width:auto}.userinfo{width:140px}.grid_6{width:460px}.grid_7{width:540px}.grid_8{width:620px}.grid_9{width:700px}.grid_10{width:780px}.grid_11{width:860px}.grid_12{width:940px}#recaptcha_widget_div{margin-top:-20px}#google_maps{border-radius:0 10px 10px 0;height:280px;left:0;padding:10px;position:relative;top:0}}@media screen and (max-width:699px){body{background:url(../img/background_mobile.png) top center no-repeat fixed;font:12pt Philosopher,Georgia,serif;margin:5px 10px}#display .grid_10{margin:0;position:relative;z-index:1}#display .next,#display .previous{display:block;height:100%;margin:0;opacity:.5;overflow:hidden;padding:0;position:absolute;text-indent:9999px;top:0;width:45px}#display .next:hover,#display .previous:hover{opacity:.9;transition:all .2s ease-out}#display .next{background:url(../img/right-arrow.png) center center no-repeat;right:0;z-index:3}#display .previous{background:url(../img/left-arrow.png) center center no-repeat;left:0;z-index:2}#footer,#topnav a,#navigation li,.toggle{text-align:center}#footer{border-top:1px solid #000}img.partner,img.posting_image{border:1px solid #babdb6;float:left;height:59px;margin:1em .5em 0 0;padding:2px;width:99px}img{height:auto;max-width:100%}#topnav a{color:#000;display:inline-block;font:400 small-caps 24pt 'Amerika Sans',sans-serif;min-width:80px;padding:5px;text-decoration:none;text-shadow:2px 2px 2px #2e3436}#topnav a.active{color:#bc0a19}#topnav a:hover{color:#FFF}#sitelogo{background:url(../img/logo_mobile.png) no-repeat;float:left;height:54px;left:5px;margin:0;padding:0;text-indent:-9999px;top:5px;width:114px;z-index:20}#teaser{background:0 0;margin-bottom:1em}#teaser_text{background:rgba(255,255,255,.5)}#navigation{background:url(../img/navigation-mobile.png) top left repeat-x #45484d;background-size:contain;margin:10px 0;padding:0}#navigation li{border-left:1px solid #fff;display:inline-block;margin:0;padding:.5em .3em .5em .5em}#navigation li:first-of-type{border:none}#navigation a{color:#FFF;font:700 12px Arial;text-decoration:none}#sitelogo a{display:block;height:54px;width:114px}#siteheader:after{clear:both;content:".";display:block;height:0;visibility:hidden}#maincontent{width:100%}#mainnav{display:block;float:right}#toggle,.toggle,.main_menu{display:none}#toggle:checked~.main_menu{display:block;opacity:1}#toggle:checked~.toggle,.toggle:hover{background:#45ABD6}.comment_picture{padding:0 10px}.toggle{-webkit-touch-callout:none;-webkit-user-select:none;cursor:pointer;position:relative;user-select:none;z-index:2}.main_menu{background:#eeeeec;border-bottom:3px solid #a40000;border-top:1px solid #a40000;margin:0;min-width:50%;padding:0;position:absolute;right:0;z-index:999}.main_menu li{display:block;list-style:none;margin:0}.main_menu li a{border-left:0 solid #eeeeec;box-sizing:border-box;color:#000;display:block;font:400 small-caps 18px 'Amerika Sans',sans-serif;line-height:1;padding:.5em 1em;text-decoration:none;transition:all .25s linear;width:100%}.main_menu li a:focus,.main_menu li a:hover{border-left:3px solid #a40000;color:#a40000}list-type:none,ul.main_dropdown{margin:0;padding:0}ul.main_dropdown li{padding:0}ul.main_dropdown a{font-size:12pt;padding-left:2em}#jumbotron{background:0 0!important}#redbox{display:block;margin-top:1em}.grid_10,.grid_11,.grid_12,.grid_6,.grid_7,.grid_8,.grid_9{clear:both;width:100%}.player,.thumbnail{float:left;position:relative}.player{-moz-box-sizing:border-box;box-sizing:border-box;display:inline;margin-left:10px;margin-right:10px;min-width:60px}.toggle{background:#a40000;border-radius:2px;box-sizing:border-box;color:#FFF;content:'Main Menu';display:block;margin:8px 0;padding:10px;transition:all .5s linear;width:150px}.thumbnail,img.thumbnail{float:left;box-shadow:2px 2px 5px #888;height:70px;margin:5px;width:70px}.thumbnail{display:block;padding:0}.thumbnail img{height:70px;width:70px}.thumbnail a.delete_image{display:none}img.thumbnail{display:block}fieldset{background:-ms-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:-o-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:-webkit-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#f2f5f6),color-stop(37%,#e3eaed),color-stop(100%,#c8d7dc));background:-moz-linear-gradient(-45deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);background:#f2f5f6;background:linear-gradient(135deg,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);border:none;border-radius:10px;color:#2e3436;margin:10px 0 0;padding:0 10px 0 160px}fieldset legend{color:#a40000;font-family:'Amerika Sans',sans-serif;font-size:16pt;font-variant:small-caps;font-weight:400;margin-left:-150px;margin-top:-.1em;text-shadow:2px 2px 2px #888}fieldset .required{font-weight:700}fieldset .error{color:#a40000}fieldset .buttonbar{border-radius:0 0 10px 10px;margin:0 -10px 0 -160px}fieldset .help_text{font-size:small}fieldset .field_name{clear:left;display:inline-block;margin:0 20px 0 -160px;padding-top:3px;text-align:right;width:140px}fieldset input,fieldset textarea{border:1px solid #999;border-radius:5px;font-size:12pt;margin:0;padding:2px}fieldset input[maxlength="255"],fieldset textarea{box-sizing:border-box;width:99%}fieldset ul{display:inline-block;padding:0}fieldset ul li{display:inline;list-style:none}ul.tabs{margin-top:1em}.pagination{clear:both}.pagination .current,.pagination .next,.pagination .previous,.pagination a{display:inline-block;padding:0 .5em;text-decoration:none}.gallery{float:left;height:150px;margin:10px;width:150px}.gallery h3{font-size:12pt}.comment{display:block}.comment_picture,.comment_header{display:block;float:left;vertical-align:top}.comment_picture{width:60px}.comment_header{padding:0 10px;width:140px}.comment_header h3{margin:0}.comment_text{border-top:1px solid #45484d;clear:both;display:block;margin-left:0 10px;padding-top:.5em}}@media screen and (min-width:700px){#siteheader{margin:0 auto;min-height:100px;padding:0;position:relative;width:960px;z-index:50}#sitelogo,#sitelogo a{height:110px;position:absolute;width:233px}#sitelogo{background:url(../img/logo.png) no-repeat;left:5px;margin:0;padding:0;text-indent:-9999px;top:5px;z-index:99}#sitelogo a{display:block;left:0;top:0}#mainnav{left:233px;position:absolute;top:65px}#mainnav #toggle,#mainnav .toggle{display:none}#mainnav>ul.main_menu{padding:0;position:relativ}#mainnav>ul.main_menu>li{display:block;float:left;font:400 small-caps 18px 'Amerika Sans',sans-serif;min-width:50px;padding:8px;text-align:center;text-shadow:2px 2px 2px #2e3436}#mainnav>ul.main_menu>li a{color:#000;font-weight:400;text-decoration:none}#mainnav>ul.main_menu>li a.active{color:#bc0a19}#mainnav>ul.main_menu>li a:hover{color:#FFF}#mainnav>ul.main_menu>li:first-child{padding-left:0}#mainnav>ul.main_menu>li:last-child{padding-right:0}#mainnav ul.main_menu>li>ul{background:rgba(255,255,255,.8);border-radius:10px;box-shadow:-1px 1px 5px 0 rgba(0,0,0,.75);display:none;margin-left:-10px;min-width:10em;padding:10px 0;position:absolute;top:30px;transition:all .25s linear}#mainnav ul.main_menu>li>ul li{display:block;float:none;font:400 small-caps 14pt 'Amerika Sans',sans-serif;padding:2px;text-align:left}#mainnav ul.main_menu>li>ul li a{border-radius:.5em;color:#000;display:block;padding:.5em .25em;transition:all .25s linear}#mainnav ul.main_menu>li>ul li a:hover{background:linear-gradient(135deg,#6d0019 0,#8f0222 44%,#a90329 100%);background:#bc0a19;color:#fff;transition:all .25s linear}#mainnav ul.main_menu li:hover>ul{display:block}}@media print{{margin:.5cm .5cm .5cm 1cm;orphans:3;size:portrait;widows:3}#bottom_buttonbar,#comment_form,#footer>form,#mainnav,#navigation,#usernav,aside,nav{display:none!important}#footer,article,body,.grid_10,.grid_11,.grid_12,.grid_6,.grid_8,grid_7,grid_9{width:100%}#footer{border-top:1px solid #000;padding-top:.5em;text-align:center}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}a:link,a:visited{color:#000;font-weight:700}#sitelogo{background:url(../img/logo.png) top right no-repeat;background-size:contain;font-family:'Amerika Sans',Helvetica;font-size:8pt;left:0;line-height:1cm;margin:0;padding:0;top:5px;z-index:99}#jumbotron{background:0 0!important}article,body{background:#fff;color:#000;margin:0;padding:0}h1{font-size:32pt}h2,h3,h4,h5,h6{page-break-after:avoid;text-shadow:none}img{max-width:100%!important}img,ul{page-break-inside:avoid}#bottom_buttonbar,#comment_form,#comments,#footer,#footer>form,#maincontent aside,#maincontent nav,#mainnav,#navigation,#usernav,.more_link{display:none}}/*! + * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */.fa,.fa-stack{display:inline-block}.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571429em}.fa-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.fa-ul>li{position:relative}.fa-li,.fa-stack-1x,.fa-stack-2x{text-align:center;position:absolute}.fa-li{left:-2.14285714em;top:.14285714em;width:2.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}.fa-rotate-90{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}.fa-rotate-180{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}.fa-rotate-270{-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg)}.fa-flip-horizontal{-ms-transform:scale(-1,1);-webkit-transform:scale(-1,1);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);transform:scale(-1,1)}.fa-flip-vertical{-ms-transform:scale(1,-1);-webkit-transform:scale(1,-1);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"} \ No newline at end of file diff --git a/src/kasu/static/fonts/social.ttf b/src/kasu/static/fonts/social.ttf deleted file mode 100644 index 173fdd9..0000000 Binary files a/src/kasu/static/fonts/social.ttf and /dev/null differ diff --git a/src/kasu/static/fonts/social.woff b/src/kasu/static/fonts/social.woff deleted file mode 100644 index 8e09ef2..0000000 Binary files a/src/kasu/static/fonts/social.woff and /dev/null differ diff --git a/src/kasu/static/icons/accept.png b/src/kasu/static/icons/accept.png deleted file mode 100755 index 89c8129..0000000 Binary files a/src/kasu/static/icons/accept.png and /dev/null differ diff --git a/src/kasu/static/icons/add.png b/src/kasu/static/icons/add.png deleted file mode 100644 index 6332fef..0000000 Binary files a/src/kasu/static/icons/add.png and /dev/null differ diff --git a/src/kasu/static/icons/anchor.png b/src/kasu/static/icons/anchor.png deleted file mode 100755 index 9b3422c..0000000 Binary files a/src/kasu/static/icons/anchor.png and /dev/null differ diff --git a/src/kasu/static/icons/application.png b/src/kasu/static/icons/application.png deleted file mode 100755 index 1dee9e3..0000000 Binary files a/src/kasu/static/icons/application.png and /dev/null differ diff --git a/src/kasu/static/icons/application_add.png b/src/kasu/static/icons/application_add.png deleted file mode 100755 index 2e94507..0000000 Binary files a/src/kasu/static/icons/application_add.png and /dev/null differ diff --git a/src/kasu/static/icons/application_cascade.png b/src/kasu/static/icons/application_cascade.png deleted file mode 100755 index da5c622..0000000 Binary files a/src/kasu/static/icons/application_cascade.png and /dev/null differ diff --git a/src/kasu/static/icons/application_delete.png b/src/kasu/static/icons/application_delete.png deleted file mode 100755 index 0a335ac..0000000 Binary files a/src/kasu/static/icons/application_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/application_double.png b/src/kasu/static/icons/application_double.png deleted file mode 100755 index 647592f..0000000 Binary files a/src/kasu/static/icons/application_double.png and /dev/null differ diff --git a/src/kasu/static/icons/application_edit.png b/src/kasu/static/icons/application_edit.png deleted file mode 100755 index fb2efb8..0000000 Binary files a/src/kasu/static/icons/application_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/application_error.png b/src/kasu/static/icons/application_error.png deleted file mode 100755 index b35fa57..0000000 Binary files a/src/kasu/static/icons/application_error.png and /dev/null differ diff --git a/src/kasu/static/icons/application_form.png b/src/kasu/static/icons/application_form.png deleted file mode 100755 index 807b862..0000000 Binary files a/src/kasu/static/icons/application_form.png and /dev/null differ diff --git a/src/kasu/static/icons/application_form_add.png b/src/kasu/static/icons/application_form_add.png deleted file mode 100755 index 28c2175..0000000 Binary files a/src/kasu/static/icons/application_form_add.png and /dev/null differ diff --git a/src/kasu/static/icons/application_form_delete.png b/src/kasu/static/icons/application_form_delete.png deleted file mode 100755 index cd305ec..0000000 Binary files a/src/kasu/static/icons/application_form_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/application_form_edit.png b/src/kasu/static/icons/application_form_edit.png deleted file mode 100755 index af486c9..0000000 Binary files a/src/kasu/static/icons/application_form_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/application_form_magnify.png b/src/kasu/static/icons/application_form_magnify.png deleted file mode 100755 index 7b7fbd1..0000000 Binary files a/src/kasu/static/icons/application_form_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/application_get.png b/src/kasu/static/icons/application_get.png deleted file mode 100755 index 28e41ea..0000000 Binary files a/src/kasu/static/icons/application_get.png and /dev/null differ diff --git a/src/kasu/static/icons/application_go.png b/src/kasu/static/icons/application_go.png deleted file mode 100755 index 5cc2b0d..0000000 Binary files a/src/kasu/static/icons/application_go.png and /dev/null differ diff --git a/src/kasu/static/icons/application_home.png b/src/kasu/static/icons/application_home.png deleted file mode 100755 index b60d0c8..0000000 Binary files a/src/kasu/static/icons/application_home.png and /dev/null differ diff --git a/src/kasu/static/icons/application_key.png b/src/kasu/static/icons/application_key.png deleted file mode 100755 index 998d65c..0000000 Binary files a/src/kasu/static/icons/application_key.png and /dev/null differ diff --git a/src/kasu/static/icons/application_lightning.png b/src/kasu/static/icons/application_lightning.png deleted file mode 100755 index 7e91545..0000000 Binary files a/src/kasu/static/icons/application_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/application_link.png b/src/kasu/static/icons/application_link.png deleted file mode 100755 index f8fbb3e..0000000 Binary files a/src/kasu/static/icons/application_link.png and /dev/null differ diff --git a/src/kasu/static/icons/application_osx.png b/src/kasu/static/icons/application_osx.png deleted file mode 100755 index 9f022ec..0000000 Binary files a/src/kasu/static/icons/application_osx.png and /dev/null differ diff --git a/src/kasu/static/icons/application_osx_terminal.png b/src/kasu/static/icons/application_osx_terminal.png deleted file mode 100755 index b3d8ce0..0000000 Binary files a/src/kasu/static/icons/application_osx_terminal.png and /dev/null differ diff --git a/src/kasu/static/icons/application_put.png b/src/kasu/static/icons/application_put.png deleted file mode 100755 index c30cf59..0000000 Binary files a/src/kasu/static/icons/application_put.png and /dev/null differ diff --git a/src/kasu/static/icons/application_side_boxes.png b/src/kasu/static/icons/application_side_boxes.png deleted file mode 100755 index efbf3c4..0000000 Binary files a/src/kasu/static/icons/application_side_boxes.png and /dev/null differ diff --git a/src/kasu/static/icons/application_side_contract.png b/src/kasu/static/icons/application_side_contract.png deleted file mode 100755 index 3585f94..0000000 Binary files a/src/kasu/static/icons/application_side_contract.png and /dev/null differ diff --git a/src/kasu/static/icons/application_side_expand.png b/src/kasu/static/icons/application_side_expand.png deleted file mode 100755 index 030cf7c..0000000 Binary files a/src/kasu/static/icons/application_side_expand.png and /dev/null differ diff --git a/src/kasu/static/icons/application_side_list.png b/src/kasu/static/icons/application_side_list.png deleted file mode 100755 index 248eaf1..0000000 Binary files a/src/kasu/static/icons/application_side_list.png and /dev/null differ diff --git a/src/kasu/static/icons/application_side_tree.png b/src/kasu/static/icons/application_side_tree.png deleted file mode 100755 index f04a52b..0000000 Binary files a/src/kasu/static/icons/application_side_tree.png and /dev/null differ diff --git a/src/kasu/static/icons/application_split.png b/src/kasu/static/icons/application_split.png deleted file mode 100755 index a91c78a..0000000 Binary files a/src/kasu/static/icons/application_split.png and /dev/null differ diff --git a/src/kasu/static/icons/application_tile_horizontal.png b/src/kasu/static/icons/application_tile_horizontal.png deleted file mode 100755 index 8a1191c..0000000 Binary files a/src/kasu/static/icons/application_tile_horizontal.png and /dev/null differ diff --git a/src/kasu/static/icons/application_tile_vertical.png b/src/kasu/static/icons/application_tile_vertical.png deleted file mode 100755 index 1d40383..0000000 Binary files a/src/kasu/static/icons/application_tile_vertical.png and /dev/null differ diff --git a/src/kasu/static/icons/application_view_columns.png b/src/kasu/static/icons/application_view_columns.png deleted file mode 100755 index dc2e9d5..0000000 Binary files a/src/kasu/static/icons/application_view_columns.png and /dev/null differ diff --git a/src/kasu/static/icons/application_view_detail.png b/src/kasu/static/icons/application_view_detail.png deleted file mode 100755 index aba044b..0000000 Binary files a/src/kasu/static/icons/application_view_detail.png and /dev/null differ diff --git a/src/kasu/static/icons/application_view_gallery.png b/src/kasu/static/icons/application_view_gallery.png deleted file mode 100755 index 851950d..0000000 Binary files a/src/kasu/static/icons/application_view_gallery.png and /dev/null differ diff --git a/src/kasu/static/icons/application_view_icons.png b/src/kasu/static/icons/application_view_icons.png deleted file mode 100755 index 8a58c33..0000000 Binary files a/src/kasu/static/icons/application_view_icons.png and /dev/null differ diff --git a/src/kasu/static/icons/application_view_list.png b/src/kasu/static/icons/application_view_list.png deleted file mode 100755 index acc30b8..0000000 Binary files a/src/kasu/static/icons/application_view_list.png and /dev/null differ diff --git a/src/kasu/static/icons/application_view_tile.png b/src/kasu/static/icons/application_view_tile.png deleted file mode 100755 index c55d2ea..0000000 Binary files a/src/kasu/static/icons/application_view_tile.png and /dev/null differ diff --git a/src/kasu/static/icons/application_xp.png b/src/kasu/static/icons/application_xp.png deleted file mode 100644 index d22860a..0000000 Binary files a/src/kasu/static/icons/application_xp.png and /dev/null differ diff --git a/src/kasu/static/icons/application_xp_terminal.png b/src/kasu/static/icons/application_xp_terminal.png deleted file mode 100644 index c28dd63..0000000 Binary files a/src/kasu/static/icons/application_xp_terminal.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_branch.png b/src/kasu/static/icons/arrow_branch.png deleted file mode 100755 index 7542db1..0000000 Binary files a/src/kasu/static/icons/arrow_branch.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_divide.png b/src/kasu/static/icons/arrow_divide.png deleted file mode 100755 index 61a7b1d..0000000 Binary files a/src/kasu/static/icons/arrow_divide.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_down.png b/src/kasu/static/icons/arrow_down.png deleted file mode 100755 index 2c4e279..0000000 Binary files a/src/kasu/static/icons/arrow_down.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_in.png b/src/kasu/static/icons/arrow_in.png deleted file mode 100755 index 745c651..0000000 Binary files a/src/kasu/static/icons/arrow_in.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_inout.png b/src/kasu/static/icons/arrow_inout.png deleted file mode 100755 index 1b76367..0000000 Binary files a/src/kasu/static/icons/arrow_inout.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_join.png b/src/kasu/static/icons/arrow_join.png deleted file mode 100755 index a128413..0000000 Binary files a/src/kasu/static/icons/arrow_join.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_left.png b/src/kasu/static/icons/arrow_left.png deleted file mode 100644 index 5dc6967..0000000 Binary files a/src/kasu/static/icons/arrow_left.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_merge.png b/src/kasu/static/icons/arrow_merge.png deleted file mode 100755 index 7502dbb..0000000 Binary files a/src/kasu/static/icons/arrow_merge.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_out.png b/src/kasu/static/icons/arrow_out.png deleted file mode 100755 index 2e9bc42..0000000 Binary files a/src/kasu/static/icons/arrow_out.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_redo.png b/src/kasu/static/icons/arrow_redo.png deleted file mode 100755 index fdc394c..0000000 Binary files a/src/kasu/static/icons/arrow_redo.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_refresh.png b/src/kasu/static/icons/arrow_refresh.png deleted file mode 100755 index 0de2656..0000000 Binary files a/src/kasu/static/icons/arrow_refresh.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_refresh_small.png b/src/kasu/static/icons/arrow_refresh_small.png deleted file mode 100755 index d3087df..0000000 Binary files a/src/kasu/static/icons/arrow_refresh_small.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_right.png b/src/kasu/static/icons/arrow_right.png deleted file mode 100644 index b1a1819..0000000 Binary files a/src/kasu/static/icons/arrow_right.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_rotate_anticlockwise.png b/src/kasu/static/icons/arrow_rotate_anticlockwise.png deleted file mode 100755 index 46c75aa..0000000 Binary files a/src/kasu/static/icons/arrow_rotate_anticlockwise.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_rotate_clockwise.png b/src/kasu/static/icons/arrow_rotate_clockwise.png deleted file mode 100755 index aa65210..0000000 Binary files a/src/kasu/static/icons/arrow_rotate_clockwise.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_switch.png b/src/kasu/static/icons/arrow_switch.png deleted file mode 100755 index 258c16c..0000000 Binary files a/src/kasu/static/icons/arrow_switch.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_turn_left.png b/src/kasu/static/icons/arrow_turn_left.png deleted file mode 100755 index a3d6c9e..0000000 Binary files a/src/kasu/static/icons/arrow_turn_left.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_turn_right.png b/src/kasu/static/icons/arrow_turn_right.png deleted file mode 100755 index 629f20d..0000000 Binary files a/src/kasu/static/icons/arrow_turn_right.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_undo.png b/src/kasu/static/icons/arrow_undo.png deleted file mode 100755 index 6972c5e..0000000 Binary files a/src/kasu/static/icons/arrow_undo.png and /dev/null differ diff --git a/src/kasu/static/icons/arrow_up.png b/src/kasu/static/icons/arrow_up.png deleted file mode 100755 index 1ebb193..0000000 Binary files a/src/kasu/static/icons/arrow_up.png and /dev/null differ diff --git a/src/kasu/static/icons/asterisk_orange.png b/src/kasu/static/icons/asterisk_orange.png deleted file mode 100755 index 1ebebde..0000000 Binary files a/src/kasu/static/icons/asterisk_orange.png and /dev/null differ diff --git a/src/kasu/static/icons/asterisk_yellow.png b/src/kasu/static/icons/asterisk_yellow.png deleted file mode 100755 index bab7cc9..0000000 Binary files a/src/kasu/static/icons/asterisk_yellow.png and /dev/null differ diff --git a/src/kasu/static/icons/attach.png b/src/kasu/static/icons/attach.png deleted file mode 100755 index ea897cc..0000000 Binary files a/src/kasu/static/icons/attach.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_add.png b/src/kasu/static/icons/award_star_add.png deleted file mode 100755 index 9c4be9b..0000000 Binary files a/src/kasu/static/icons/award_star_add.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_bronze_1.png b/src/kasu/static/icons/award_star_bronze_1.png deleted file mode 100755 index 658c711..0000000 Binary files a/src/kasu/static/icons/award_star_bronze_1.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_bronze_2.png b/src/kasu/static/icons/award_star_bronze_2.png deleted file mode 100755 index e47babd..0000000 Binary files a/src/kasu/static/icons/award_star_bronze_2.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_bronze_3.png b/src/kasu/static/icons/award_star_bronze_3.png deleted file mode 100755 index 396e4b3..0000000 Binary files a/src/kasu/static/icons/award_star_bronze_3.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_delete.png b/src/kasu/static/icons/award_star_delete.png deleted file mode 100755 index 4721b15..0000000 Binary files a/src/kasu/static/icons/award_star_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_gold_1.png b/src/kasu/static/icons/award_star_gold_1.png deleted file mode 100755 index 97a22b7..0000000 Binary files a/src/kasu/static/icons/award_star_gold_1.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_gold_2.png b/src/kasu/static/icons/award_star_gold_2.png deleted file mode 100755 index 0eaa571..0000000 Binary files a/src/kasu/static/icons/award_star_gold_2.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_gold_3.png b/src/kasu/static/icons/award_star_gold_3.png deleted file mode 100755 index 124c991..0000000 Binary files a/src/kasu/static/icons/award_star_gold_3.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_silver_1.png b/src/kasu/static/icons/award_star_silver_1.png deleted file mode 100755 index 028a546..0000000 Binary files a/src/kasu/static/icons/award_star_silver_1.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_silver_2.png b/src/kasu/static/icons/award_star_silver_2.png deleted file mode 100755 index e487c3a..0000000 Binary files a/src/kasu/static/icons/award_star_silver_2.png and /dev/null differ diff --git a/src/kasu/static/icons/award_star_silver_3.png b/src/kasu/static/icons/award_star_silver_3.png deleted file mode 100755 index 1d72d47..0000000 Binary files a/src/kasu/static/icons/award_star_silver_3.png and /dev/null differ diff --git a/src/kasu/static/icons/basket.png b/src/kasu/static/icons/basket.png deleted file mode 100755 index b0686d7..0000000 Binary files a/src/kasu/static/icons/basket.png and /dev/null differ diff --git a/src/kasu/static/icons/basket_add.png b/src/kasu/static/icons/basket_add.png deleted file mode 100755 index 3554368..0000000 Binary files a/src/kasu/static/icons/basket_add.png and /dev/null differ diff --git a/src/kasu/static/icons/basket_delete.png b/src/kasu/static/icons/basket_delete.png deleted file mode 100755 index 1349974..0000000 Binary files a/src/kasu/static/icons/basket_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/basket_edit.png b/src/kasu/static/icons/basket_edit.png deleted file mode 100755 index 8138bbd..0000000 Binary files a/src/kasu/static/icons/basket_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/basket_error.png b/src/kasu/static/icons/basket_error.png deleted file mode 100755 index 3978b29..0000000 Binary files a/src/kasu/static/icons/basket_error.png and /dev/null differ diff --git a/src/kasu/static/icons/basket_go.png b/src/kasu/static/icons/basket_go.png deleted file mode 100755 index ed8b9a5..0000000 Binary files a/src/kasu/static/icons/basket_go.png and /dev/null differ diff --git a/src/kasu/static/icons/basket_put.png b/src/kasu/static/icons/basket_put.png deleted file mode 100755 index be62faa..0000000 Binary files a/src/kasu/static/icons/basket_put.png and /dev/null differ diff --git a/src/kasu/static/icons/basket_remove.png b/src/kasu/static/icons/basket_remove.png deleted file mode 100755 index 04dd7fd..0000000 Binary files a/src/kasu/static/icons/basket_remove.png and /dev/null differ diff --git a/src/kasu/static/icons/bell.png b/src/kasu/static/icons/bell.png deleted file mode 100755 index 6e0015d..0000000 Binary files a/src/kasu/static/icons/bell.png and /dev/null differ diff --git a/src/kasu/static/icons/bell_add.png b/src/kasu/static/icons/bell_add.png deleted file mode 100755 index 7db01d6..0000000 Binary files a/src/kasu/static/icons/bell_add.png and /dev/null differ diff --git a/src/kasu/static/icons/bell_delete.png b/src/kasu/static/icons/bell_delete.png deleted file mode 100755 index 23907bb..0000000 Binary files a/src/kasu/static/icons/bell_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/bell_error.png b/src/kasu/static/icons/bell_error.png deleted file mode 100755 index a0ddc00..0000000 Binary files a/src/kasu/static/icons/bell_error.png and /dev/null differ diff --git a/src/kasu/static/icons/bell_go.png b/src/kasu/static/icons/bell_go.png deleted file mode 100755 index b89bb34..0000000 Binary files a/src/kasu/static/icons/bell_go.png and /dev/null differ diff --git a/src/kasu/static/icons/bell_link.png b/src/kasu/static/icons/bell_link.png deleted file mode 100755 index b8c64af..0000000 Binary files a/src/kasu/static/icons/bell_link.png and /dev/null differ diff --git a/src/kasu/static/icons/bin.png b/src/kasu/static/icons/bin.png deleted file mode 100755 index ebad933..0000000 Binary files a/src/kasu/static/icons/bin.png and /dev/null differ diff --git a/src/kasu/static/icons/bin_closed.png b/src/kasu/static/icons/bin_closed.png deleted file mode 100755 index afe22ba..0000000 Binary files a/src/kasu/static/icons/bin_closed.png and /dev/null differ diff --git a/src/kasu/static/icons/bin_empty.png b/src/kasu/static/icons/bin_empty.png deleted file mode 100755 index 375b8bf..0000000 Binary files a/src/kasu/static/icons/bin_empty.png and /dev/null differ diff --git a/src/kasu/static/icons/bomb.png b/src/kasu/static/icons/bomb.png deleted file mode 100755 index 1be3797..0000000 Binary files a/src/kasu/static/icons/bomb.png and /dev/null differ diff --git a/src/kasu/static/icons/book.png b/src/kasu/static/icons/book.png deleted file mode 100755 index b0f4dd7..0000000 Binary files a/src/kasu/static/icons/book.png and /dev/null differ diff --git a/src/kasu/static/icons/book_add.png b/src/kasu/static/icons/book_add.png deleted file mode 100755 index e2f0847..0000000 Binary files a/src/kasu/static/icons/book_add.png and /dev/null differ diff --git a/src/kasu/static/icons/book_addresses.png b/src/kasu/static/icons/book_addresses.png deleted file mode 100755 index b73419b..0000000 Binary files a/src/kasu/static/icons/book_addresses.png and /dev/null differ diff --git a/src/kasu/static/icons/book_delete.png b/src/kasu/static/icons/book_delete.png deleted file mode 100755 index d9a6340..0000000 Binary files a/src/kasu/static/icons/book_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/book_edit.png b/src/kasu/static/icons/book_edit.png deleted file mode 100755 index 6e756cc..0000000 Binary files a/src/kasu/static/icons/book_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/book_error.png b/src/kasu/static/icons/book_error.png deleted file mode 100755 index f3fbed0..0000000 Binary files a/src/kasu/static/icons/book_error.png and /dev/null differ diff --git a/src/kasu/static/icons/book_go.png b/src/kasu/static/icons/book_go.png deleted file mode 100755 index cd4e196..0000000 Binary files a/src/kasu/static/icons/book_go.png and /dev/null differ diff --git a/src/kasu/static/icons/book_key.png b/src/kasu/static/icons/book_key.png deleted file mode 100755 index d8e23ec..0000000 Binary files a/src/kasu/static/icons/book_key.png and /dev/null differ diff --git a/src/kasu/static/icons/book_link.png b/src/kasu/static/icons/book_link.png deleted file mode 100755 index dd0820e..0000000 Binary files a/src/kasu/static/icons/book_link.png and /dev/null differ diff --git a/src/kasu/static/icons/book_next.png b/src/kasu/static/icons/book_next.png deleted file mode 100755 index ff2ea1a..0000000 Binary files a/src/kasu/static/icons/book_next.png and /dev/null differ diff --git a/src/kasu/static/icons/book_open.png b/src/kasu/static/icons/book_open.png deleted file mode 100755 index 7d863f9..0000000 Binary files a/src/kasu/static/icons/book_open.png and /dev/null differ diff --git a/src/kasu/static/icons/book_previous.png b/src/kasu/static/icons/book_previous.png deleted file mode 100755 index 2e53c69..0000000 Binary files a/src/kasu/static/icons/book_previous.png and /dev/null differ diff --git a/src/kasu/static/icons/box.png b/src/kasu/static/icons/box.png deleted file mode 100644 index 8443c23..0000000 Binary files a/src/kasu/static/icons/box.png and /dev/null differ diff --git a/src/kasu/static/icons/brick.png b/src/kasu/static/icons/brick.png deleted file mode 100755 index 7851cf3..0000000 Binary files a/src/kasu/static/icons/brick.png and /dev/null differ diff --git a/src/kasu/static/icons/brick_add.png b/src/kasu/static/icons/brick_add.png deleted file mode 100755 index fac186b..0000000 Binary files a/src/kasu/static/icons/brick_add.png and /dev/null differ diff --git a/src/kasu/static/icons/brick_delete.png b/src/kasu/static/icons/brick_delete.png deleted file mode 100755 index 3a8c373..0000000 Binary files a/src/kasu/static/icons/brick_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/brick_edit.png b/src/kasu/static/icons/brick_edit.png deleted file mode 100755 index eb06df3..0000000 Binary files a/src/kasu/static/icons/brick_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/brick_error.png b/src/kasu/static/icons/brick_error.png deleted file mode 100755 index 18ab01e..0000000 Binary files a/src/kasu/static/icons/brick_error.png and /dev/null differ diff --git a/src/kasu/static/icons/brick_go.png b/src/kasu/static/icons/brick_go.png deleted file mode 100755 index fe0d335..0000000 Binary files a/src/kasu/static/icons/brick_go.png and /dev/null differ diff --git a/src/kasu/static/icons/brick_link.png b/src/kasu/static/icons/brick_link.png deleted file mode 100755 index 9ebf013..0000000 Binary files a/src/kasu/static/icons/brick_link.png and /dev/null differ diff --git a/src/kasu/static/icons/bricks.png b/src/kasu/static/icons/bricks.png deleted file mode 100755 index 0905f93..0000000 Binary files a/src/kasu/static/icons/bricks.png and /dev/null differ diff --git a/src/kasu/static/icons/briefcase.png b/src/kasu/static/icons/briefcase.png deleted file mode 100755 index 05c5649..0000000 Binary files a/src/kasu/static/icons/briefcase.png and /dev/null differ diff --git a/src/kasu/static/icons/bug.png b/src/kasu/static/icons/bug.png deleted file mode 100755 index 2d5fb90..0000000 Binary files a/src/kasu/static/icons/bug.png and /dev/null differ diff --git a/src/kasu/static/icons/bug_add.png b/src/kasu/static/icons/bug_add.png deleted file mode 100755 index ced7817..0000000 Binary files a/src/kasu/static/icons/bug_add.png and /dev/null differ diff --git a/src/kasu/static/icons/bug_delete.png b/src/kasu/static/icons/bug_delete.png deleted file mode 100755 index e81d757..0000000 Binary files a/src/kasu/static/icons/bug_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/bug_edit.png b/src/kasu/static/icons/bug_edit.png deleted file mode 100755 index e5c7dc0..0000000 Binary files a/src/kasu/static/icons/bug_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/bug_error.png b/src/kasu/static/icons/bug_error.png deleted file mode 100755 index c4e8c28..0000000 Binary files a/src/kasu/static/icons/bug_error.png and /dev/null differ diff --git a/src/kasu/static/icons/bug_go.png b/src/kasu/static/icons/bug_go.png deleted file mode 100755 index 4e4ae99..0000000 Binary files a/src/kasu/static/icons/bug_go.png and /dev/null differ diff --git a/src/kasu/static/icons/bug_link.png b/src/kasu/static/icons/bug_link.png deleted file mode 100755 index 30e25ab..0000000 Binary files a/src/kasu/static/icons/bug_link.png and /dev/null differ diff --git a/src/kasu/static/icons/building.png b/src/kasu/static/icons/building.png deleted file mode 100755 index 11a017c..0000000 Binary files a/src/kasu/static/icons/building.png and /dev/null differ diff --git a/src/kasu/static/icons/building_add.png b/src/kasu/static/icons/building_add.png deleted file mode 100755 index d88e2b9..0000000 Binary files a/src/kasu/static/icons/building_add.png and /dev/null differ diff --git a/src/kasu/static/icons/building_delete.png b/src/kasu/static/icons/building_delete.png deleted file mode 100755 index db6455d..0000000 Binary files a/src/kasu/static/icons/building_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/building_edit.png b/src/kasu/static/icons/building_edit.png deleted file mode 100755 index 646db36..0000000 Binary files a/src/kasu/static/icons/building_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/building_error.png b/src/kasu/static/icons/building_error.png deleted file mode 100755 index a342eef..0000000 Binary files a/src/kasu/static/icons/building_error.png and /dev/null differ diff --git a/src/kasu/static/icons/building_go.png b/src/kasu/static/icons/building_go.png deleted file mode 100755 index cdcbcb3..0000000 Binary files a/src/kasu/static/icons/building_go.png and /dev/null differ diff --git a/src/kasu/static/icons/building_key.png b/src/kasu/static/icons/building_key.png deleted file mode 100755 index 8b79e30..0000000 Binary files a/src/kasu/static/icons/building_key.png and /dev/null differ diff --git a/src/kasu/static/icons/building_link.png b/src/kasu/static/icons/building_link.png deleted file mode 100755 index a340629..0000000 Binary files a/src/kasu/static/icons/building_link.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_add.png b/src/kasu/static/icons/bullet_add.png deleted file mode 100755 index 41ff833..0000000 Binary files a/src/kasu/static/icons/bullet_add.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_arrow_bottom.png b/src/kasu/static/icons/bullet_arrow_bottom.png deleted file mode 100755 index 1a28d82..0000000 Binary files a/src/kasu/static/icons/bullet_arrow_bottom.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_arrow_down.png b/src/kasu/static/icons/bullet_arrow_down.png deleted file mode 100755 index 9b23c06..0000000 Binary files a/src/kasu/static/icons/bullet_arrow_down.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_arrow_top.png b/src/kasu/static/icons/bullet_arrow_top.png deleted file mode 100755 index 0ce86d2..0000000 Binary files a/src/kasu/static/icons/bullet_arrow_top.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_arrow_up.png b/src/kasu/static/icons/bullet_arrow_up.png deleted file mode 100755 index 24df0f4..0000000 Binary files a/src/kasu/static/icons/bullet_arrow_up.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_black.png b/src/kasu/static/icons/bullet_black.png deleted file mode 100755 index 5761970..0000000 Binary files a/src/kasu/static/icons/bullet_black.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_blue.png b/src/kasu/static/icons/bullet_blue.png deleted file mode 100755 index a7651ec..0000000 Binary files a/src/kasu/static/icons/bullet_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_delete.png b/src/kasu/static/icons/bullet_delete.png deleted file mode 100755 index bd6271b..0000000 Binary files a/src/kasu/static/icons/bullet_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_disk.png b/src/kasu/static/icons/bullet_disk.png deleted file mode 100755 index 209c6a7..0000000 Binary files a/src/kasu/static/icons/bullet_disk.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_error.png b/src/kasu/static/icons/bullet_error.png deleted file mode 100755 index bca2b49..0000000 Binary files a/src/kasu/static/icons/bullet_error.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_feed.png b/src/kasu/static/icons/bullet_feed.png deleted file mode 100755 index 1a0e0f1..0000000 Binary files a/src/kasu/static/icons/bullet_feed.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_go.png b/src/kasu/static/icons/bullet_go.png deleted file mode 100755 index bc4faa7..0000000 Binary files a/src/kasu/static/icons/bullet_go.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_green.png b/src/kasu/static/icons/bullet_green.png deleted file mode 100755 index 058ad26..0000000 Binary files a/src/kasu/static/icons/bullet_green.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_key.png b/src/kasu/static/icons/bullet_key.png deleted file mode 100755 index 3d37f2e..0000000 Binary files a/src/kasu/static/icons/bullet_key.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_orange.png b/src/kasu/static/icons/bullet_orange.png deleted file mode 100755 index fa63024..0000000 Binary files a/src/kasu/static/icons/bullet_orange.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_picture.png b/src/kasu/static/icons/bullet_picture.png deleted file mode 100755 index 386cb30..0000000 Binary files a/src/kasu/static/icons/bullet_picture.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_pink.png b/src/kasu/static/icons/bullet_pink.png deleted file mode 100755 index 0c9f73e..0000000 Binary files a/src/kasu/static/icons/bullet_pink.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_purple.png b/src/kasu/static/icons/bullet_purple.png deleted file mode 100755 index 52ba503..0000000 Binary files a/src/kasu/static/icons/bullet_purple.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_red.png b/src/kasu/static/icons/bullet_red.png deleted file mode 100755 index 0cd8031..0000000 Binary files a/src/kasu/static/icons/bullet_red.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_star.png b/src/kasu/static/icons/bullet_star.png deleted file mode 100755 index fab774a..0000000 Binary files a/src/kasu/static/icons/bullet_star.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_toggle_minus.png b/src/kasu/static/icons/bullet_toggle_minus.png deleted file mode 100755 index b47ce55..0000000 Binary files a/src/kasu/static/icons/bullet_toggle_minus.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_toggle_plus.png b/src/kasu/static/icons/bullet_toggle_plus.png deleted file mode 100755 index 9ab4a89..0000000 Binary files a/src/kasu/static/icons/bullet_toggle_plus.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_white.png b/src/kasu/static/icons/bullet_white.png deleted file mode 100755 index a9af8d4..0000000 Binary files a/src/kasu/static/icons/bullet_white.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_wrench.png b/src/kasu/static/icons/bullet_wrench.png deleted file mode 100755 index 67817e6..0000000 Binary files a/src/kasu/static/icons/bullet_wrench.png and /dev/null differ diff --git a/src/kasu/static/icons/bullet_yellow.png b/src/kasu/static/icons/bullet_yellow.png deleted file mode 100755 index 6469cea..0000000 Binary files a/src/kasu/static/icons/bullet_yellow.png and /dev/null differ diff --git a/src/kasu/static/icons/cake.png b/src/kasu/static/icons/cake.png deleted file mode 100755 index 4ef151a..0000000 Binary files a/src/kasu/static/icons/cake.png and /dev/null differ diff --git a/src/kasu/static/icons/calculator.png b/src/kasu/static/icons/calculator.png deleted file mode 100755 index 701a60a..0000000 Binary files a/src/kasu/static/icons/calculator.png and /dev/null differ diff --git a/src/kasu/static/icons/calculator_add.png b/src/kasu/static/icons/calculator_add.png deleted file mode 100755 index fd377bd..0000000 Binary files a/src/kasu/static/icons/calculator_add.png and /dev/null differ diff --git a/src/kasu/static/icons/calculator_delete.png b/src/kasu/static/icons/calculator_delete.png deleted file mode 100755 index ac96170..0000000 Binary files a/src/kasu/static/icons/calculator_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/calculator_edit.png b/src/kasu/static/icons/calculator_edit.png deleted file mode 100755 index 63b06b9..0000000 Binary files a/src/kasu/static/icons/calculator_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/calculator_error.png b/src/kasu/static/icons/calculator_error.png deleted file mode 100755 index 0bc4288..0000000 Binary files a/src/kasu/static/icons/calculator_error.png and /dev/null differ diff --git a/src/kasu/static/icons/calculator_link.png b/src/kasu/static/icons/calculator_link.png deleted file mode 100755 index a2a8fe6..0000000 Binary files a/src/kasu/static/icons/calculator_link.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar.png b/src/kasu/static/icons/calendar.png deleted file mode 100755 index 6589138..0000000 Binary files a/src/kasu/static/icons/calendar.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar_add.png b/src/kasu/static/icons/calendar_add.png deleted file mode 100755 index 17679db..0000000 Binary files a/src/kasu/static/icons/calendar_add.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar_delete.png b/src/kasu/static/icons/calendar_delete.png deleted file mode 100755 index 69a3b10..0000000 Binary files a/src/kasu/static/icons/calendar_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar_edit.png b/src/kasu/static/icons/calendar_edit.png deleted file mode 100755 index d1d2d6e..0000000 Binary files a/src/kasu/static/icons/calendar_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar_link.png b/src/kasu/static/icons/calendar_link.png deleted file mode 100755 index 6b106b9..0000000 Binary files a/src/kasu/static/icons/calendar_link.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar_view_day.png b/src/kasu/static/icons/calendar_view_day.png deleted file mode 100755 index 9740f76..0000000 Binary files a/src/kasu/static/icons/calendar_view_day.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar_view_month.png b/src/kasu/static/icons/calendar_view_month.png deleted file mode 100755 index 6cff76c..0000000 Binary files a/src/kasu/static/icons/calendar_view_month.png and /dev/null differ diff --git a/src/kasu/static/icons/calendar_view_week.png b/src/kasu/static/icons/calendar_view_week.png deleted file mode 100755 index 8fe695f..0000000 Binary files a/src/kasu/static/icons/calendar_view_week.png and /dev/null differ diff --git a/src/kasu/static/icons/camera.png b/src/kasu/static/icons/camera.png deleted file mode 100755 index 8536d1a..0000000 Binary files a/src/kasu/static/icons/camera.png and /dev/null differ diff --git a/src/kasu/static/icons/camera_add.png b/src/kasu/static/icons/camera_add.png deleted file mode 100755 index 08b5da9..0000000 Binary files a/src/kasu/static/icons/camera_add.png and /dev/null differ diff --git a/src/kasu/static/icons/camera_delete.png b/src/kasu/static/icons/camera_delete.png deleted file mode 100755 index 3846d74..0000000 Binary files a/src/kasu/static/icons/camera_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/camera_edit.png b/src/kasu/static/icons/camera_edit.png deleted file mode 100755 index b5015b1..0000000 Binary files a/src/kasu/static/icons/camera_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/camera_error.png b/src/kasu/static/icons/camera_error.png deleted file mode 100755 index 3c1bc95..0000000 Binary files a/src/kasu/static/icons/camera_error.png and /dev/null differ diff --git a/src/kasu/static/icons/camera_go.png b/src/kasu/static/icons/camera_go.png deleted file mode 100755 index 94ce2b2..0000000 Binary files a/src/kasu/static/icons/camera_go.png and /dev/null differ diff --git a/src/kasu/static/icons/camera_link.png b/src/kasu/static/icons/camera_link.png deleted file mode 100755 index d2ac9f9..0000000 Binary files a/src/kasu/static/icons/camera_link.png and /dev/null differ diff --git a/src/kasu/static/icons/camera_small.png b/src/kasu/static/icons/camera_small.png deleted file mode 100755 index 454b0b0..0000000 Binary files a/src/kasu/static/icons/camera_small.png and /dev/null differ diff --git a/src/kasu/static/icons/cancel.png b/src/kasu/static/icons/cancel.png deleted file mode 100755 index c149c2b..0000000 Binary files a/src/kasu/static/icons/cancel.png and /dev/null differ diff --git a/src/kasu/static/icons/car.png b/src/kasu/static/icons/car.png deleted file mode 100755 index 4f3a770..0000000 Binary files a/src/kasu/static/icons/car.png and /dev/null differ diff --git a/src/kasu/static/icons/car_add.png b/src/kasu/static/icons/car_add.png deleted file mode 100755 index 1215a51..0000000 Binary files a/src/kasu/static/icons/car_add.png and /dev/null differ diff --git a/src/kasu/static/icons/car_delete.png b/src/kasu/static/icons/car_delete.png deleted file mode 100755 index 2803b56..0000000 Binary files a/src/kasu/static/icons/car_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/cart.png b/src/kasu/static/icons/cart.png deleted file mode 100755 index 1baf7b9..0000000 Binary files a/src/kasu/static/icons/cart.png and /dev/null differ diff --git a/src/kasu/static/icons/cart_add.png b/src/kasu/static/icons/cart_add.png deleted file mode 100755 index 45c2900..0000000 Binary files a/src/kasu/static/icons/cart_add.png and /dev/null differ diff --git a/src/kasu/static/icons/cart_delete.png b/src/kasu/static/icons/cart_delete.png deleted file mode 100755 index ac5bce5..0000000 Binary files a/src/kasu/static/icons/cart_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/cart_edit.png b/src/kasu/static/icons/cart_edit.png deleted file mode 100755 index b94ff88..0000000 Binary files a/src/kasu/static/icons/cart_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/cart_error.png b/src/kasu/static/icons/cart_error.png deleted file mode 100755 index 144c835..0000000 Binary files a/src/kasu/static/icons/cart_error.png and /dev/null differ diff --git a/src/kasu/static/icons/cart_go.png b/src/kasu/static/icons/cart_go.png deleted file mode 100755 index 20ee058..0000000 Binary files a/src/kasu/static/icons/cart_go.png and /dev/null differ diff --git a/src/kasu/static/icons/cart_put.png b/src/kasu/static/icons/cart_put.png deleted file mode 100755 index 3aec353..0000000 Binary files a/src/kasu/static/icons/cart_put.png and /dev/null differ diff --git a/src/kasu/static/icons/cart_remove.png b/src/kasu/static/icons/cart_remove.png deleted file mode 100755 index 360217b..0000000 Binary files a/src/kasu/static/icons/cart_remove.png and /dev/null differ diff --git a/src/kasu/static/icons/cd.png b/src/kasu/static/icons/cd.png deleted file mode 100644 index ef43223..0000000 Binary files a/src/kasu/static/icons/cd.png and /dev/null differ diff --git a/src/kasu/static/icons/cd_add.png b/src/kasu/static/icons/cd_add.png deleted file mode 100755 index b0254ef..0000000 Binary files a/src/kasu/static/icons/cd_add.png and /dev/null differ diff --git a/src/kasu/static/icons/cd_burn.png b/src/kasu/static/icons/cd_burn.png deleted file mode 100755 index 157cb0b..0000000 Binary files a/src/kasu/static/icons/cd_burn.png and /dev/null differ diff --git a/src/kasu/static/icons/cd_delete.png b/src/kasu/static/icons/cd_delete.png deleted file mode 100755 index 7d7b3d5..0000000 Binary files a/src/kasu/static/icons/cd_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/cd_edit.png b/src/kasu/static/icons/cd_edit.png deleted file mode 100755 index b0dc194..0000000 Binary files a/src/kasu/static/icons/cd_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/cd_eject.png b/src/kasu/static/icons/cd_eject.png deleted file mode 100755 index 762932f..0000000 Binary files a/src/kasu/static/icons/cd_eject.png and /dev/null differ diff --git a/src/kasu/static/icons/cd_go.png b/src/kasu/static/icons/cd_go.png deleted file mode 100755 index 13e0499..0000000 Binary files a/src/kasu/static/icons/cd_go.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_bar.png b/src/kasu/static/icons/chart_bar.png deleted file mode 100755 index 9051fbc..0000000 Binary files a/src/kasu/static/icons/chart_bar.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_bar_add.png b/src/kasu/static/icons/chart_bar_add.png deleted file mode 100755 index d283e84..0000000 Binary files a/src/kasu/static/icons/chart_bar_add.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_bar_delete.png b/src/kasu/static/icons/chart_bar_delete.png deleted file mode 100755 index 259f686..0000000 Binary files a/src/kasu/static/icons/chart_bar_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_bar_edit.png b/src/kasu/static/icons/chart_bar_edit.png deleted file mode 100755 index df64d97..0000000 Binary files a/src/kasu/static/icons/chart_bar_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_bar_error.png b/src/kasu/static/icons/chart_bar_error.png deleted file mode 100755 index bdacea5..0000000 Binary files a/src/kasu/static/icons/chart_bar_error.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_bar_link.png b/src/kasu/static/icons/chart_bar_link.png deleted file mode 100755 index bf18aed..0000000 Binary files a/src/kasu/static/icons/chart_bar_link.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_curve.png b/src/kasu/static/icons/chart_curve.png deleted file mode 100755 index 01e933a..0000000 Binary files a/src/kasu/static/icons/chart_curve.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_curve_add.png b/src/kasu/static/icons/chart_curve_add.png deleted file mode 100755 index f9e2050..0000000 Binary files a/src/kasu/static/icons/chart_curve_add.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_curve_delete.png b/src/kasu/static/icons/chart_curve_delete.png deleted file mode 100755 index b411391..0000000 Binary files a/src/kasu/static/icons/chart_curve_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_curve_edit.png b/src/kasu/static/icons/chart_curve_edit.png deleted file mode 100755 index bd07673..0000000 Binary files a/src/kasu/static/icons/chart_curve_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_curve_error.png b/src/kasu/static/icons/chart_curve_error.png deleted file mode 100755 index 906dd03..0000000 Binary files a/src/kasu/static/icons/chart_curve_error.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_curve_go.png b/src/kasu/static/icons/chart_curve_go.png deleted file mode 100755 index ac9eda5..0000000 Binary files a/src/kasu/static/icons/chart_curve_go.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_curve_link.png b/src/kasu/static/icons/chart_curve_link.png deleted file mode 100755 index 144eafe..0000000 Binary files a/src/kasu/static/icons/chart_curve_link.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_line.png b/src/kasu/static/icons/chart_line.png deleted file mode 100755 index 85020f3..0000000 Binary files a/src/kasu/static/icons/chart_line.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_line_add.png b/src/kasu/static/icons/chart_line_add.png deleted file mode 100755 index 5571a5e..0000000 Binary files a/src/kasu/static/icons/chart_line_add.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_line_delete.png b/src/kasu/static/icons/chart_line_delete.png deleted file mode 100755 index 5b0aa90..0000000 Binary files a/src/kasu/static/icons/chart_line_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_line_edit.png b/src/kasu/static/icons/chart_line_edit.png deleted file mode 100755 index 9cf6607..0000000 Binary files a/src/kasu/static/icons/chart_line_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_line_error.png b/src/kasu/static/icons/chart_line_error.png deleted file mode 100755 index ff23c03..0000000 Binary files a/src/kasu/static/icons/chart_line_error.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_line_link.png b/src/kasu/static/icons/chart_line_link.png deleted file mode 100755 index f3727d2..0000000 Binary files a/src/kasu/static/icons/chart_line_link.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_organisation.png b/src/kasu/static/icons/chart_organisation.png deleted file mode 100755 index c32d25c..0000000 Binary files a/src/kasu/static/icons/chart_organisation.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_organisation_add.png b/src/kasu/static/icons/chart_organisation_add.png deleted file mode 100755 index f0dba4a..0000000 Binary files a/src/kasu/static/icons/chart_organisation_add.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_organisation_delete.png b/src/kasu/static/icons/chart_organisation_delete.png deleted file mode 100755 index 7dc8dca..0000000 Binary files a/src/kasu/static/icons/chart_organisation_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_pie.png b/src/kasu/static/icons/chart_pie.png deleted file mode 100755 index fe00fa0..0000000 Binary files a/src/kasu/static/icons/chart_pie.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_pie_add.png b/src/kasu/static/icons/chart_pie_add.png deleted file mode 100755 index bf0822e..0000000 Binary files a/src/kasu/static/icons/chart_pie_add.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_pie_delete.png b/src/kasu/static/icons/chart_pie_delete.png deleted file mode 100755 index 5ab9efd..0000000 Binary files a/src/kasu/static/icons/chart_pie_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_pie_edit.png b/src/kasu/static/icons/chart_pie_edit.png deleted file mode 100755 index 3debc12..0000000 Binary files a/src/kasu/static/icons/chart_pie_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_pie_error.png b/src/kasu/static/icons/chart_pie_error.png deleted file mode 100755 index 7344174..0000000 Binary files a/src/kasu/static/icons/chart_pie_error.png and /dev/null differ diff --git a/src/kasu/static/icons/chart_pie_link.png b/src/kasu/static/icons/chart_pie_link.png deleted file mode 100755 index c072f8e..0000000 Binary files a/src/kasu/static/icons/chart_pie_link.png and /dev/null differ diff --git a/src/kasu/static/icons/clock.png b/src/kasu/static/icons/clock.png deleted file mode 100755 index e2672c2..0000000 Binary files a/src/kasu/static/icons/clock.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_add.png b/src/kasu/static/icons/clock_add.png deleted file mode 100755 index 598b839..0000000 Binary files a/src/kasu/static/icons/clock_add.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_delete.png b/src/kasu/static/icons/clock_delete.png deleted file mode 100755 index 8bf9efe..0000000 Binary files a/src/kasu/static/icons/clock_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_edit.png b/src/kasu/static/icons/clock_edit.png deleted file mode 100755 index 7d35718..0000000 Binary files a/src/kasu/static/icons/clock_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_error.png b/src/kasu/static/icons/clock_error.png deleted file mode 100755 index a7c461b..0000000 Binary files a/src/kasu/static/icons/clock_error.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_go.png b/src/kasu/static/icons/clock_go.png deleted file mode 100755 index a1a24d3..0000000 Binary files a/src/kasu/static/icons/clock_go.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_link.png b/src/kasu/static/icons/clock_link.png deleted file mode 100755 index 481cf04..0000000 Binary files a/src/kasu/static/icons/clock_link.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_pause.png b/src/kasu/static/icons/clock_pause.png deleted file mode 100755 index ba74725..0000000 Binary files a/src/kasu/static/icons/clock_pause.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_play.png b/src/kasu/static/icons/clock_play.png deleted file mode 100755 index fb4ebc8..0000000 Binary files a/src/kasu/static/icons/clock_play.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_red.png b/src/kasu/static/icons/clock_red.png deleted file mode 100755 index 2842cc3..0000000 Binary files a/src/kasu/static/icons/clock_red.png and /dev/null differ diff --git a/src/kasu/static/icons/clock_stop.png b/src/kasu/static/icons/clock_stop.png deleted file mode 100755 index 6fe8a6f..0000000 Binary files a/src/kasu/static/icons/clock_stop.png and /dev/null differ diff --git a/src/kasu/static/icons/cog.png b/src/kasu/static/icons/cog.png deleted file mode 100755 index 67de2c6..0000000 Binary files a/src/kasu/static/icons/cog.png and /dev/null differ diff --git a/src/kasu/static/icons/cog_add.png b/src/kasu/static/icons/cog_add.png deleted file mode 100755 index 04f22ba..0000000 Binary files a/src/kasu/static/icons/cog_add.png and /dev/null differ diff --git a/src/kasu/static/icons/cog_delete.png b/src/kasu/static/icons/cog_delete.png deleted file mode 100755 index 8ce71c4..0000000 Binary files a/src/kasu/static/icons/cog_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/cog_edit.png b/src/kasu/static/icons/cog_edit.png deleted file mode 100755 index 47b75a4..0000000 Binary files a/src/kasu/static/icons/cog_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/cog_error.png b/src/kasu/static/icons/cog_error.png deleted file mode 100755 index 4766743..0000000 Binary files a/src/kasu/static/icons/cog_error.png and /dev/null differ diff --git a/src/kasu/static/icons/cog_go.png b/src/kasu/static/icons/cog_go.png deleted file mode 100755 index 3262767..0000000 Binary files a/src/kasu/static/icons/cog_go.png and /dev/null differ diff --git a/src/kasu/static/icons/coins.png b/src/kasu/static/icons/coins.png deleted file mode 100755 index 0ca9074..0000000 Binary files a/src/kasu/static/icons/coins.png and /dev/null differ diff --git a/src/kasu/static/icons/coins_add.png b/src/kasu/static/icons/coins_add.png deleted file mode 100755 index cdff5d3..0000000 Binary files a/src/kasu/static/icons/coins_add.png and /dev/null differ diff --git a/src/kasu/static/icons/coins_delete.png b/src/kasu/static/icons/coins_delete.png deleted file mode 100755 index 18e0c0f..0000000 Binary files a/src/kasu/static/icons/coins_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/color_swatch.png b/src/kasu/static/icons/color_swatch.png deleted file mode 100755 index 89dd1a8..0000000 Binary files a/src/kasu/static/icons/color_swatch.png and /dev/null differ diff --git a/src/kasu/static/icons/color_wheel.png b/src/kasu/static/icons/color_wheel.png deleted file mode 100644 index 809fb00..0000000 Binary files a/src/kasu/static/icons/color_wheel.png and /dev/null differ diff --git a/src/kasu/static/icons/comment.png b/src/kasu/static/icons/comment.png deleted file mode 100755 index 7bc9233..0000000 Binary files a/src/kasu/static/icons/comment.png and /dev/null differ diff --git a/src/kasu/static/icons/comment_add.png b/src/kasu/static/icons/comment_add.png deleted file mode 100755 index 75e78de..0000000 Binary files a/src/kasu/static/icons/comment_add.png and /dev/null differ diff --git a/src/kasu/static/icons/comment_delete.png b/src/kasu/static/icons/comment_delete.png deleted file mode 100755 index 643fdbe..0000000 Binary files a/src/kasu/static/icons/comment_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/comment_edit.png b/src/kasu/static/icons/comment_edit.png deleted file mode 100755 index 73db110..0000000 Binary files a/src/kasu/static/icons/comment_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/comments.png b/src/kasu/static/icons/comments.png deleted file mode 100755 index 39433cf..0000000 Binary files a/src/kasu/static/icons/comments.png and /dev/null differ diff --git a/src/kasu/static/icons/comments_add.png b/src/kasu/static/icons/comments_add.png deleted file mode 100755 index b325634..0000000 Binary files a/src/kasu/static/icons/comments_add.png and /dev/null differ diff --git a/src/kasu/static/icons/comments_delete.png b/src/kasu/static/icons/comments_delete.png deleted file mode 100755 index 6df7376..0000000 Binary files a/src/kasu/static/icons/comments_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/compress.png b/src/kasu/static/icons/compress.png deleted file mode 100755 index 8606ff0..0000000 Binary files a/src/kasu/static/icons/compress.png and /dev/null differ diff --git a/src/kasu/static/icons/computer.png b/src/kasu/static/icons/computer.png deleted file mode 100755 index 9bc37dc..0000000 Binary files a/src/kasu/static/icons/computer.png and /dev/null differ diff --git a/src/kasu/static/icons/computer_add.png b/src/kasu/static/icons/computer_add.png deleted file mode 100755 index db604ee..0000000 Binary files a/src/kasu/static/icons/computer_add.png and /dev/null differ diff --git a/src/kasu/static/icons/computer_delete.png b/src/kasu/static/icons/computer_delete.png deleted file mode 100755 index 5e9b268..0000000 Binary files a/src/kasu/static/icons/computer_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/computer_edit.png b/src/kasu/static/icons/computer_edit.png deleted file mode 100755 index 34c72fe..0000000 Binary files a/src/kasu/static/icons/computer_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/computer_error.png b/src/kasu/static/icons/computer_error.png deleted file mode 100755 index b2c3ed5..0000000 Binary files a/src/kasu/static/icons/computer_error.png and /dev/null differ diff --git a/src/kasu/static/icons/computer_go.png b/src/kasu/static/icons/computer_go.png deleted file mode 100755 index 0b26144..0000000 Binary files a/src/kasu/static/icons/computer_go.png and /dev/null differ diff --git a/src/kasu/static/icons/computer_key.png b/src/kasu/static/icons/computer_key.png deleted file mode 100755 index eca5430..0000000 Binary files a/src/kasu/static/icons/computer_key.png and /dev/null differ diff --git a/src/kasu/static/icons/computer_link.png b/src/kasu/static/icons/computer_link.png deleted file mode 100755 index 3859db2..0000000 Binary files a/src/kasu/static/icons/computer_link.png and /dev/null differ diff --git a/src/kasu/static/icons/connect.png b/src/kasu/static/icons/connect.png deleted file mode 100755 index 024138e..0000000 Binary files a/src/kasu/static/icons/connect.png and /dev/null differ diff --git a/src/kasu/static/icons/contrast.png b/src/kasu/static/icons/contrast.png deleted file mode 100755 index adcc004..0000000 Binary files a/src/kasu/static/icons/contrast.png and /dev/null differ diff --git a/src/kasu/static/icons/contrast_decrease.png b/src/kasu/static/icons/contrast_decrease.png deleted file mode 100755 index 0155bf5..0000000 Binary files a/src/kasu/static/icons/contrast_decrease.png and /dev/null differ diff --git a/src/kasu/static/icons/contrast_high.png b/src/kasu/static/icons/contrast_high.png deleted file mode 100755 index d87c8cb..0000000 Binary files a/src/kasu/static/icons/contrast_high.png and /dev/null differ diff --git a/src/kasu/static/icons/contrast_increase.png b/src/kasu/static/icons/contrast_increase.png deleted file mode 100755 index a3e7f52..0000000 Binary files a/src/kasu/static/icons/contrast_increase.png and /dev/null differ diff --git a/src/kasu/static/icons/contrast_low.png b/src/kasu/static/icons/contrast_low.png deleted file mode 100755 index dc9f4b1..0000000 Binary files a/src/kasu/static/icons/contrast_low.png and /dev/null differ diff --git a/src/kasu/static/icons/control_eject.png b/src/kasu/static/icons/control_eject.png deleted file mode 100755 index 924d817..0000000 Binary files a/src/kasu/static/icons/control_eject.png and /dev/null differ diff --git a/src/kasu/static/icons/control_eject_blue.png b/src/kasu/static/icons/control_eject_blue.png deleted file mode 100755 index 2bd4963..0000000 Binary files a/src/kasu/static/icons/control_eject_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_end.png b/src/kasu/static/icons/control_end.png deleted file mode 100755 index 036e04d..0000000 Binary files a/src/kasu/static/icons/control_end.png and /dev/null differ diff --git a/src/kasu/static/icons/control_end_blue.png b/src/kasu/static/icons/control_end_blue.png deleted file mode 100755 index 7207935..0000000 Binary files a/src/kasu/static/icons/control_end_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_equalizer.png b/src/kasu/static/icons/control_equalizer.png deleted file mode 100755 index 4acc547..0000000 Binary files a/src/kasu/static/icons/control_equalizer.png and /dev/null differ diff --git a/src/kasu/static/icons/control_equalizer_blue.png b/src/kasu/static/icons/control_equalizer_blue.png deleted file mode 100755 index 1b2e6a3..0000000 Binary files a/src/kasu/static/icons/control_equalizer_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_fastforward.png b/src/kasu/static/icons/control_fastforward.png deleted file mode 100755 index 31f7fd3..0000000 Binary files a/src/kasu/static/icons/control_fastforward.png and /dev/null differ diff --git a/src/kasu/static/icons/control_fastforward_blue.png b/src/kasu/static/icons/control_fastforward_blue.png deleted file mode 100755 index 4a2f9d4..0000000 Binary files a/src/kasu/static/icons/control_fastforward_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_pause.png b/src/kasu/static/icons/control_pause.png deleted file mode 100755 index 2d9ce9c..0000000 Binary files a/src/kasu/static/icons/control_pause.png and /dev/null differ diff --git a/src/kasu/static/icons/control_pause_blue.png b/src/kasu/static/icons/control_pause_blue.png deleted file mode 100755 index ec61099..0000000 Binary files a/src/kasu/static/icons/control_pause_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_play.png b/src/kasu/static/icons/control_play.png deleted file mode 100755 index 0846555..0000000 Binary files a/src/kasu/static/icons/control_play.png and /dev/null differ diff --git a/src/kasu/static/icons/control_play_blue.png b/src/kasu/static/icons/control_play_blue.png deleted file mode 100644 index f8c8ec6..0000000 Binary files a/src/kasu/static/icons/control_play_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_repeat.png b/src/kasu/static/icons/control_repeat.png deleted file mode 100755 index 7cf0ffe..0000000 Binary files a/src/kasu/static/icons/control_repeat.png and /dev/null differ diff --git a/src/kasu/static/icons/control_repeat_blue.png b/src/kasu/static/icons/control_repeat_blue.png deleted file mode 100755 index 406ec33..0000000 Binary files a/src/kasu/static/icons/control_repeat_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_rewind.png b/src/kasu/static/icons/control_rewind.png deleted file mode 100755 index c029447..0000000 Binary files a/src/kasu/static/icons/control_rewind.png and /dev/null differ diff --git a/src/kasu/static/icons/control_rewind_blue.png b/src/kasu/static/icons/control_rewind_blue.png deleted file mode 100755 index 15d1584..0000000 Binary files a/src/kasu/static/icons/control_rewind_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_start.png b/src/kasu/static/icons/control_start.png deleted file mode 100755 index 7dd1c07..0000000 Binary files a/src/kasu/static/icons/control_start.png and /dev/null differ diff --git a/src/kasu/static/icons/control_start_blue.png b/src/kasu/static/icons/control_start_blue.png deleted file mode 100755 index 6f11fcb..0000000 Binary files a/src/kasu/static/icons/control_start_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/control_stop.png b/src/kasu/static/icons/control_stop.png deleted file mode 100755 index afb6412..0000000 Binary files a/src/kasu/static/icons/control_stop.png and /dev/null differ diff --git a/src/kasu/static/icons/control_stop_blue.png b/src/kasu/static/icons/control_stop_blue.png deleted file mode 100755 index e6f75d2..0000000 Binary files a/src/kasu/static/icons/control_stop_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/controller.png b/src/kasu/static/icons/controller.png deleted file mode 100644 index 5cf76ed..0000000 Binary files a/src/kasu/static/icons/controller.png and /dev/null differ diff --git a/src/kasu/static/icons/controller_add.png b/src/kasu/static/icons/controller_add.png deleted file mode 100755 index efecb38..0000000 Binary files a/src/kasu/static/icons/controller_add.png and /dev/null differ diff --git a/src/kasu/static/icons/controller_delete.png b/src/kasu/static/icons/controller_delete.png deleted file mode 100755 index 3d83bc7..0000000 Binary files a/src/kasu/static/icons/controller_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/controller_error.png b/src/kasu/static/icons/controller_error.png deleted file mode 100755 index 7f17c0c..0000000 Binary files a/src/kasu/static/icons/controller_error.png and /dev/null differ diff --git a/src/kasu/static/icons/creditcards.png b/src/kasu/static/icons/creditcards.png deleted file mode 100755 index 4eae583..0000000 Binary files a/src/kasu/static/icons/creditcards.png and /dev/null differ diff --git a/src/kasu/static/icons/cross.png b/src/kasu/static/icons/cross.png deleted file mode 100755 index 1514d51..0000000 Binary files a/src/kasu/static/icons/cross.png and /dev/null differ diff --git a/src/kasu/static/icons/css.png b/src/kasu/static/icons/css.png deleted file mode 100755 index 23f3101..0000000 Binary files a/src/kasu/static/icons/css.png and /dev/null differ diff --git a/src/kasu/static/icons/css_add.png b/src/kasu/static/icons/css_add.png deleted file mode 100755 index e8ea10f..0000000 Binary files a/src/kasu/static/icons/css_add.png and /dev/null differ diff --git a/src/kasu/static/icons/css_delete.png b/src/kasu/static/icons/css_delete.png deleted file mode 100755 index 326aba4..0000000 Binary files a/src/kasu/static/icons/css_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/css_go.png b/src/kasu/static/icons/css_go.png deleted file mode 100755 index 6cdf38c..0000000 Binary files a/src/kasu/static/icons/css_go.png and /dev/null differ diff --git a/src/kasu/static/icons/css_valid.png b/src/kasu/static/icons/css_valid.png deleted file mode 100755 index 4c72ca5..0000000 Binary files a/src/kasu/static/icons/css_valid.png and /dev/null differ diff --git a/src/kasu/static/icons/cup.png b/src/kasu/static/icons/cup.png deleted file mode 100755 index b7bfcd1..0000000 Binary files a/src/kasu/static/icons/cup.png and /dev/null differ diff --git a/src/kasu/static/icons/cup_add.png b/src/kasu/static/icons/cup_add.png deleted file mode 100755 index 4ecaece..0000000 Binary files a/src/kasu/static/icons/cup_add.png and /dev/null differ diff --git a/src/kasu/static/icons/cup_delete.png b/src/kasu/static/icons/cup_delete.png deleted file mode 100755 index 59a6d9c..0000000 Binary files a/src/kasu/static/icons/cup_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/cup_edit.png b/src/kasu/static/icons/cup_edit.png deleted file mode 100755 index 0b8f1e1..0000000 Binary files a/src/kasu/static/icons/cup_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/cup_error.png b/src/kasu/static/icons/cup_error.png deleted file mode 100755 index 6879874..0000000 Binary files a/src/kasu/static/icons/cup_error.png and /dev/null differ diff --git a/src/kasu/static/icons/cup_go.png b/src/kasu/static/icons/cup_go.png deleted file mode 100755 index 9527efb..0000000 Binary files a/src/kasu/static/icons/cup_go.png and /dev/null differ diff --git a/src/kasu/static/icons/cup_key.png b/src/kasu/static/icons/cup_key.png deleted file mode 100755 index 7ae160c..0000000 Binary files a/src/kasu/static/icons/cup_key.png and /dev/null differ diff --git a/src/kasu/static/icons/cup_link.png b/src/kasu/static/icons/cup_link.png deleted file mode 100755 index 41d1ace..0000000 Binary files a/src/kasu/static/icons/cup_link.png and /dev/null differ diff --git a/src/kasu/static/icons/cursor.png b/src/kasu/static/icons/cursor.png deleted file mode 100755 index 643c21a..0000000 Binary files a/src/kasu/static/icons/cursor.png and /dev/null differ diff --git a/src/kasu/static/icons/cut.png b/src/kasu/static/icons/cut.png deleted file mode 100755 index f215d6f..0000000 Binary files a/src/kasu/static/icons/cut.png and /dev/null differ diff --git a/src/kasu/static/icons/cut_red.png b/src/kasu/static/icons/cut_red.png deleted file mode 100755 index 85bb2f0..0000000 Binary files a/src/kasu/static/icons/cut_red.png and /dev/null differ diff --git a/src/kasu/static/icons/database.png b/src/kasu/static/icons/database.png deleted file mode 100755 index 3d09261..0000000 Binary files a/src/kasu/static/icons/database.png and /dev/null differ diff --git a/src/kasu/static/icons/database_add.png b/src/kasu/static/icons/database_add.png deleted file mode 100755 index 802bd6c..0000000 Binary files a/src/kasu/static/icons/database_add.png and /dev/null differ diff --git a/src/kasu/static/icons/database_connect.png b/src/kasu/static/icons/database_connect.png deleted file mode 100755 index 3a11197..0000000 Binary files a/src/kasu/static/icons/database_connect.png and /dev/null differ diff --git a/src/kasu/static/icons/database_delete.png b/src/kasu/static/icons/database_delete.png deleted file mode 100755 index cce652e..0000000 Binary files a/src/kasu/static/icons/database_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/database_edit.png b/src/kasu/static/icons/database_edit.png deleted file mode 100755 index e501b66..0000000 Binary files a/src/kasu/static/icons/database_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/database_error.png b/src/kasu/static/icons/database_error.png deleted file mode 100755 index 578221a..0000000 Binary files a/src/kasu/static/icons/database_error.png and /dev/null differ diff --git a/src/kasu/static/icons/database_gear.png b/src/kasu/static/icons/database_gear.png deleted file mode 100755 index 7c0ab2b..0000000 Binary files a/src/kasu/static/icons/database_gear.png and /dev/null differ diff --git a/src/kasu/static/icons/database_go.png b/src/kasu/static/icons/database_go.png deleted file mode 100755 index 61a8556..0000000 Binary files a/src/kasu/static/icons/database_go.png and /dev/null differ diff --git a/src/kasu/static/icons/database_key.png b/src/kasu/static/icons/database_key.png deleted file mode 100755 index 3334147..0000000 Binary files a/src/kasu/static/icons/database_key.png and /dev/null differ diff --git a/src/kasu/static/icons/database_lightning.png b/src/kasu/static/icons/database_lightning.png deleted file mode 100755 index d9eefc2..0000000 Binary files a/src/kasu/static/icons/database_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/database_link.png b/src/kasu/static/icons/database_link.png deleted file mode 100755 index 4c8204a..0000000 Binary files a/src/kasu/static/icons/database_link.png and /dev/null differ diff --git a/src/kasu/static/icons/database_refresh.png b/src/kasu/static/icons/database_refresh.png deleted file mode 100755 index ff803be..0000000 Binary files a/src/kasu/static/icons/database_refresh.png and /dev/null differ diff --git a/src/kasu/static/icons/database_save.png b/src/kasu/static/icons/database_save.png deleted file mode 100755 index 44c06dd..0000000 Binary files a/src/kasu/static/icons/database_save.png and /dev/null differ diff --git a/src/kasu/static/icons/database_table.png b/src/kasu/static/icons/database_table.png deleted file mode 100755 index 693709c..0000000 Binary files a/src/kasu/static/icons/database_table.png and /dev/null differ diff --git a/src/kasu/static/icons/date.png b/src/kasu/static/icons/date.png deleted file mode 100755 index 783c833..0000000 Binary files a/src/kasu/static/icons/date.png and /dev/null differ diff --git a/src/kasu/static/icons/date_add.png b/src/kasu/static/icons/date_add.png deleted file mode 100755 index 6a7ae02..0000000 Binary files a/src/kasu/static/icons/date_add.png and /dev/null differ diff --git a/src/kasu/static/icons/date_delete.png b/src/kasu/static/icons/date_delete.png deleted file mode 100755 index 969a6b7..0000000 Binary files a/src/kasu/static/icons/date_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/date_edit.png b/src/kasu/static/icons/date_edit.png deleted file mode 100755 index e681065..0000000 Binary files a/src/kasu/static/icons/date_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/date_error.png b/src/kasu/static/icons/date_error.png deleted file mode 100755 index 442cd97..0000000 Binary files a/src/kasu/static/icons/date_error.png and /dev/null differ diff --git a/src/kasu/static/icons/date_go.png b/src/kasu/static/icons/date_go.png deleted file mode 100755 index 52dd9f3..0000000 Binary files a/src/kasu/static/icons/date_go.png and /dev/null differ diff --git a/src/kasu/static/icons/date_link.png b/src/kasu/static/icons/date_link.png deleted file mode 100755 index 9f0aada..0000000 Binary files a/src/kasu/static/icons/date_link.png and /dev/null differ diff --git a/src/kasu/static/icons/date_magnify.png b/src/kasu/static/icons/date_magnify.png deleted file mode 100755 index cd05f19..0000000 Binary files a/src/kasu/static/icons/date_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/date_next.png b/src/kasu/static/icons/date_next.png deleted file mode 100755 index 48d740a..0000000 Binary files a/src/kasu/static/icons/date_next.png and /dev/null differ diff --git a/src/kasu/static/icons/date_previous.png b/src/kasu/static/icons/date_previous.png deleted file mode 100755 index e117a83..0000000 Binary files a/src/kasu/static/icons/date_previous.png and /dev/null differ diff --git a/src/kasu/static/icons/delete.png b/src/kasu/static/icons/delete.png deleted file mode 100644 index 08f2493..0000000 Binary files a/src/kasu/static/icons/delete.png and /dev/null differ diff --git a/src/kasu/static/icons/disconnect.png b/src/kasu/static/icons/disconnect.png deleted file mode 100755 index b335cb1..0000000 Binary files a/src/kasu/static/icons/disconnect.png and /dev/null differ diff --git a/src/kasu/static/icons/disk.png b/src/kasu/static/icons/disk.png deleted file mode 100755 index 99d532e..0000000 Binary files a/src/kasu/static/icons/disk.png and /dev/null differ diff --git a/src/kasu/static/icons/disk_multiple.png b/src/kasu/static/icons/disk_multiple.png deleted file mode 100755 index fc5a52f..0000000 Binary files a/src/kasu/static/icons/disk_multiple.png and /dev/null differ diff --git a/src/kasu/static/icons/door.png b/src/kasu/static/icons/door.png deleted file mode 100755 index 369fc46..0000000 Binary files a/src/kasu/static/icons/door.png and /dev/null differ diff --git a/src/kasu/static/icons/door_in.png b/src/kasu/static/icons/door_in.png deleted file mode 100755 index 41676a0..0000000 Binary files a/src/kasu/static/icons/door_in.png and /dev/null differ diff --git a/src/kasu/static/icons/door_open.png b/src/kasu/static/icons/door_open.png deleted file mode 100755 index 64bab57..0000000 Binary files a/src/kasu/static/icons/door_open.png and /dev/null differ diff --git a/src/kasu/static/icons/door_out.png b/src/kasu/static/icons/door_out.png deleted file mode 100755 index 2541d2b..0000000 Binary files a/src/kasu/static/icons/door_out.png and /dev/null differ diff --git a/src/kasu/static/icons/drink.png b/src/kasu/static/icons/drink.png deleted file mode 100755 index d98359c..0000000 Binary files a/src/kasu/static/icons/drink.png and /dev/null differ diff --git a/src/kasu/static/icons/drink_empty.png b/src/kasu/static/icons/drink_empty.png deleted file mode 100755 index a40211e..0000000 Binary files a/src/kasu/static/icons/drink_empty.png and /dev/null differ diff --git a/src/kasu/static/icons/drive.png b/src/kasu/static/icons/drive.png deleted file mode 100644 index 37b7c9b..0000000 Binary files a/src/kasu/static/icons/drive.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_add.png b/src/kasu/static/icons/drive_add.png deleted file mode 100755 index 29a35d5..0000000 Binary files a/src/kasu/static/icons/drive_add.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_burn.png b/src/kasu/static/icons/drive_burn.png deleted file mode 100755 index 80fd79f..0000000 Binary files a/src/kasu/static/icons/drive_burn.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_cd.png b/src/kasu/static/icons/drive_cd.png deleted file mode 100755 index 1850b70..0000000 Binary files a/src/kasu/static/icons/drive_cd.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_cd_empty.png b/src/kasu/static/icons/drive_cd_empty.png deleted file mode 100755 index 8df38d9..0000000 Binary files a/src/kasu/static/icons/drive_cd_empty.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_delete.png b/src/kasu/static/icons/drive_delete.png deleted file mode 100755 index e6eb186..0000000 Binary files a/src/kasu/static/icons/drive_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_disk.png b/src/kasu/static/icons/drive_disk.png deleted file mode 100755 index 5a51e81..0000000 Binary files a/src/kasu/static/icons/drive_disk.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_edit.png b/src/kasu/static/icons/drive_edit.png deleted file mode 100755 index 7923fad..0000000 Binary files a/src/kasu/static/icons/drive_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_error.png b/src/kasu/static/icons/drive_error.png deleted file mode 100755 index 309f639..0000000 Binary files a/src/kasu/static/icons/drive_error.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_go.png b/src/kasu/static/icons/drive_go.png deleted file mode 100755 index fc53379..0000000 Binary files a/src/kasu/static/icons/drive_go.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_key.png b/src/kasu/static/icons/drive_key.png deleted file mode 100755 index d0b3c67..0000000 Binary files a/src/kasu/static/icons/drive_key.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_link.png b/src/kasu/static/icons/drive_link.png deleted file mode 100755 index 8679c4b..0000000 Binary files a/src/kasu/static/icons/drive_link.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_magnify.png b/src/kasu/static/icons/drive_magnify.png deleted file mode 100755 index 0f0f444..0000000 Binary files a/src/kasu/static/icons/drive_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_network.png b/src/kasu/static/icons/drive_network.png deleted file mode 100755 index 63d2d5d..0000000 Binary files a/src/kasu/static/icons/drive_network.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_rename.png b/src/kasu/static/icons/drive_rename.png deleted file mode 100755 index 2a9f38b..0000000 Binary files a/src/kasu/static/icons/drive_rename.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_user.png b/src/kasu/static/icons/drive_user.png deleted file mode 100755 index 0b4751c..0000000 Binary files a/src/kasu/static/icons/drive_user.png and /dev/null differ diff --git a/src/kasu/static/icons/drive_web.png b/src/kasu/static/icons/drive_web.png deleted file mode 100755 index 8850a83..0000000 Binary files a/src/kasu/static/icons/drive_web.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd.png b/src/kasu/static/icons/dvd.png deleted file mode 100755 index 9d94de5..0000000 Binary files a/src/kasu/static/icons/dvd.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd_add.png b/src/kasu/static/icons/dvd_add.png deleted file mode 100755 index 517d112..0000000 Binary files a/src/kasu/static/icons/dvd_add.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd_delete.png b/src/kasu/static/icons/dvd_delete.png deleted file mode 100755 index 87bed22..0000000 Binary files a/src/kasu/static/icons/dvd_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd_edit.png b/src/kasu/static/icons/dvd_edit.png deleted file mode 100755 index d6330aa..0000000 Binary files a/src/kasu/static/icons/dvd_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd_error.png b/src/kasu/static/icons/dvd_error.png deleted file mode 100755 index 8f6d4be..0000000 Binary files a/src/kasu/static/icons/dvd_error.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd_go.png b/src/kasu/static/icons/dvd_go.png deleted file mode 100755 index ef6959f..0000000 Binary files a/src/kasu/static/icons/dvd_go.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd_key.png b/src/kasu/static/icons/dvd_key.png deleted file mode 100755 index da9307f..0000000 Binary files a/src/kasu/static/icons/dvd_key.png and /dev/null differ diff --git a/src/kasu/static/icons/dvd_link.png b/src/kasu/static/icons/dvd_link.png deleted file mode 100755 index caad726..0000000 Binary files a/src/kasu/static/icons/dvd_link.png and /dev/null differ diff --git a/src/kasu/static/icons/email.png b/src/kasu/static/icons/email.png deleted file mode 100755 index 7348aed..0000000 Binary files a/src/kasu/static/icons/email.png and /dev/null differ diff --git a/src/kasu/static/icons/email_add.png b/src/kasu/static/icons/email_add.png deleted file mode 100755 index 6c93368..0000000 Binary files a/src/kasu/static/icons/email_add.png and /dev/null differ diff --git a/src/kasu/static/icons/email_attach.png b/src/kasu/static/icons/email_attach.png deleted file mode 100755 index 1f99485..0000000 Binary files a/src/kasu/static/icons/email_attach.png and /dev/null differ diff --git a/src/kasu/static/icons/email_delete.png b/src/kasu/static/icons/email_delete.png deleted file mode 100755 index a9932b1..0000000 Binary files a/src/kasu/static/icons/email_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/email_edit.png b/src/kasu/static/icons/email_edit.png deleted file mode 100755 index 244f04a..0000000 Binary files a/src/kasu/static/icons/email_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/email_error.png b/src/kasu/static/icons/email_error.png deleted file mode 100755 index 8bdd330..0000000 Binary files a/src/kasu/static/icons/email_error.png and /dev/null differ diff --git a/src/kasu/static/icons/email_go.png b/src/kasu/static/icons/email_go.png deleted file mode 100755 index 4a6c5d3..0000000 Binary files a/src/kasu/static/icons/email_go.png and /dev/null differ diff --git a/src/kasu/static/icons/email_link.png b/src/kasu/static/icons/email_link.png deleted file mode 100755 index 2c49f78..0000000 Binary files a/src/kasu/static/icons/email_link.png and /dev/null differ diff --git a/src/kasu/static/icons/email_open.png b/src/kasu/static/icons/email_open.png deleted file mode 100755 index 7b6f981..0000000 Binary files a/src/kasu/static/icons/email_open.png and /dev/null differ diff --git a/src/kasu/static/icons/email_open_image.png b/src/kasu/static/icons/email_open_image.png deleted file mode 100755 index e588e2f..0000000 Binary files a/src/kasu/static/icons/email_open_image.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_evilgrin.png b/src/kasu/static/icons/emoticon_evilgrin.png deleted file mode 100755 index 817bd50..0000000 Binary files a/src/kasu/static/icons/emoticon_evilgrin.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_grin.png b/src/kasu/static/icons/emoticon_grin.png deleted file mode 100755 index fc60c5e..0000000 Binary files a/src/kasu/static/icons/emoticon_grin.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_happy.png b/src/kasu/static/icons/emoticon_happy.png deleted file mode 100755 index 6b7336e..0000000 Binary files a/src/kasu/static/icons/emoticon_happy.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_smile.png b/src/kasu/static/icons/emoticon_smile.png deleted file mode 100755 index ade4318..0000000 Binary files a/src/kasu/static/icons/emoticon_smile.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_surprised.png b/src/kasu/static/icons/emoticon_surprised.png deleted file mode 100755 index 4520cfc..0000000 Binary files a/src/kasu/static/icons/emoticon_surprised.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_tongue.png b/src/kasu/static/icons/emoticon_tongue.png deleted file mode 100755 index ecafd2f..0000000 Binary files a/src/kasu/static/icons/emoticon_tongue.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_unhappy.png b/src/kasu/static/icons/emoticon_unhappy.png deleted file mode 100755 index fd5d030..0000000 Binary files a/src/kasu/static/icons/emoticon_unhappy.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_waii.png b/src/kasu/static/icons/emoticon_waii.png deleted file mode 100755 index 458f936..0000000 Binary files a/src/kasu/static/icons/emoticon_waii.png and /dev/null differ diff --git a/src/kasu/static/icons/emoticon_wink.png b/src/kasu/static/icons/emoticon_wink.png deleted file mode 100755 index a631949..0000000 Binary files a/src/kasu/static/icons/emoticon_wink.png and /dev/null differ diff --git a/src/kasu/static/icons/error.png b/src/kasu/static/icons/error.png deleted file mode 100755 index 628cf2d..0000000 Binary files a/src/kasu/static/icons/error.png and /dev/null differ diff --git a/src/kasu/static/icons/error_add.png b/src/kasu/static/icons/error_add.png deleted file mode 100755 index 4c97484..0000000 Binary files a/src/kasu/static/icons/error_add.png and /dev/null differ diff --git a/src/kasu/static/icons/error_delete.png b/src/kasu/static/icons/error_delete.png deleted file mode 100755 index 7f78bcc..0000000 Binary files a/src/kasu/static/icons/error_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/error_go.png b/src/kasu/static/icons/error_go.png deleted file mode 100755 index caa1838..0000000 Binary files a/src/kasu/static/icons/error_go.png and /dev/null differ diff --git a/src/kasu/static/icons/exclamation.png b/src/kasu/static/icons/exclamation.png deleted file mode 100755 index c37bd06..0000000 Binary files a/src/kasu/static/icons/exclamation.png and /dev/null differ diff --git a/src/kasu/static/icons/eye.png b/src/kasu/static/icons/eye.png deleted file mode 100755 index 564a1a9..0000000 Binary files a/src/kasu/static/icons/eye.png and /dev/null differ diff --git a/src/kasu/static/icons/feed.png b/src/kasu/static/icons/feed.png deleted file mode 100755 index 315c4f4..0000000 Binary files a/src/kasu/static/icons/feed.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_add.png b/src/kasu/static/icons/feed_add.png deleted file mode 100755 index e77d46e..0000000 Binary files a/src/kasu/static/icons/feed_add.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_delete.png b/src/kasu/static/icons/feed_delete.png deleted file mode 100755 index 5e332b4..0000000 Binary files a/src/kasu/static/icons/feed_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_disk.png b/src/kasu/static/icons/feed_disk.png deleted file mode 100755 index a158c99..0000000 Binary files a/src/kasu/static/icons/feed_disk.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_edit.png b/src/kasu/static/icons/feed_edit.png deleted file mode 100755 index f1fde7a..0000000 Binary files a/src/kasu/static/icons/feed_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_error.png b/src/kasu/static/icons/feed_error.png deleted file mode 100755 index c0a801c..0000000 Binary files a/src/kasu/static/icons/feed_error.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_go.png b/src/kasu/static/icons/feed_go.png deleted file mode 100755 index f2eed1e..0000000 Binary files a/src/kasu/static/icons/feed_go.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_key.png b/src/kasu/static/icons/feed_key.png deleted file mode 100755 index 156bfa9..0000000 Binary files a/src/kasu/static/icons/feed_key.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_link.png b/src/kasu/static/icons/feed_link.png deleted file mode 100755 index c45a534..0000000 Binary files a/src/kasu/static/icons/feed_link.png and /dev/null differ diff --git a/src/kasu/static/icons/feed_magnify.png b/src/kasu/static/icons/feed_magnify.png deleted file mode 100755 index 3023695..0000000 Binary files a/src/kasu/static/icons/feed_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/female.png b/src/kasu/static/icons/female.png deleted file mode 100755 index f92958e..0000000 Binary files a/src/kasu/static/icons/female.png and /dev/null differ diff --git a/src/kasu/static/icons/film.png b/src/kasu/static/icons/film.png deleted file mode 100644 index b0ce7bb..0000000 Binary files a/src/kasu/static/icons/film.png and /dev/null differ diff --git a/src/kasu/static/icons/film_add.png b/src/kasu/static/icons/film_add.png deleted file mode 100755 index 40d681f..0000000 Binary files a/src/kasu/static/icons/film_add.png and /dev/null differ diff --git a/src/kasu/static/icons/film_delete.png b/src/kasu/static/icons/film_delete.png deleted file mode 100755 index 23a2508..0000000 Binary files a/src/kasu/static/icons/film_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/film_edit.png b/src/kasu/static/icons/film_edit.png deleted file mode 100755 index af66b73..0000000 Binary files a/src/kasu/static/icons/film_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/film_error.png b/src/kasu/static/icons/film_error.png deleted file mode 100755 index 88f3d69..0000000 Binary files a/src/kasu/static/icons/film_error.png and /dev/null differ diff --git a/src/kasu/static/icons/film_go.png b/src/kasu/static/icons/film_go.png deleted file mode 100755 index dd0168e..0000000 Binary files a/src/kasu/static/icons/film_go.png and /dev/null differ diff --git a/src/kasu/static/icons/film_key.png b/src/kasu/static/icons/film_key.png deleted file mode 100755 index 5892162..0000000 Binary files a/src/kasu/static/icons/film_key.png and /dev/null differ diff --git a/src/kasu/static/icons/film_link.png b/src/kasu/static/icons/film_link.png deleted file mode 100755 index 0f24e86..0000000 Binary files a/src/kasu/static/icons/film_link.png and /dev/null differ diff --git a/src/kasu/static/icons/film_save.png b/src/kasu/static/icons/film_save.png deleted file mode 100755 index bc8c0d3..0000000 Binary files a/src/kasu/static/icons/film_save.png and /dev/null differ diff --git a/src/kasu/static/icons/find.png b/src/kasu/static/icons/find.png deleted file mode 100755 index 1547479..0000000 Binary files a/src/kasu/static/icons/find.png and /dev/null differ diff --git a/src/kasu/static/icons/flag_blue.png b/src/kasu/static/icons/flag_blue.png deleted file mode 100755 index 003924f..0000000 Binary files a/src/kasu/static/icons/flag_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/flag_green.png b/src/kasu/static/icons/flag_green.png deleted file mode 100755 index e4bc611..0000000 Binary files a/src/kasu/static/icons/flag_green.png and /dev/null differ diff --git a/src/kasu/static/icons/flag_orange.png b/src/kasu/static/icons/flag_orange.png deleted file mode 100755 index e632024..0000000 Binary files a/src/kasu/static/icons/flag_orange.png and /dev/null differ diff --git a/src/kasu/static/icons/flag_pink.png b/src/kasu/static/icons/flag_pink.png deleted file mode 100755 index 5f15e52..0000000 Binary files a/src/kasu/static/icons/flag_pink.png and /dev/null differ diff --git a/src/kasu/static/icons/flag_purple.png b/src/kasu/static/icons/flag_purple.png deleted file mode 100755 index d069866..0000000 Binary files a/src/kasu/static/icons/flag_purple.png and /dev/null differ diff --git a/src/kasu/static/icons/flag_red.png b/src/kasu/static/icons/flag_red.png deleted file mode 100755 index e8a602d..0000000 Binary files a/src/kasu/static/icons/flag_red.png and /dev/null differ diff --git a/src/kasu/static/icons/flag_yellow.png b/src/kasu/static/icons/flag_yellow.png deleted file mode 100755 index 14c89a5..0000000 Binary files a/src/kasu/static/icons/flag_yellow.png and /dev/null differ diff --git a/src/kasu/static/icons/folder.png b/src/kasu/static/icons/folder.png deleted file mode 100755 index 784e8fa..0000000 Binary files a/src/kasu/static/icons/folder.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_add.png b/src/kasu/static/icons/folder_add.png deleted file mode 100755 index 529fe8f..0000000 Binary files a/src/kasu/static/icons/folder_add.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_bell.png b/src/kasu/static/icons/folder_bell.png deleted file mode 100755 index d04dd7f..0000000 Binary files a/src/kasu/static/icons/folder_bell.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_brick.png b/src/kasu/static/icons/folder_brick.png deleted file mode 100755 index 5dea976..0000000 Binary files a/src/kasu/static/icons/folder_brick.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_bug.png b/src/kasu/static/icons/folder_bug.png deleted file mode 100755 index 4f791b6..0000000 Binary files a/src/kasu/static/icons/folder_bug.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_camera.png b/src/kasu/static/icons/folder_camera.png deleted file mode 100755 index c951941..0000000 Binary files a/src/kasu/static/icons/folder_camera.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_database.png b/src/kasu/static/icons/folder_database.png deleted file mode 100755 index 5193e2e..0000000 Binary files a/src/kasu/static/icons/folder_database.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_delete.png b/src/kasu/static/icons/folder_delete.png deleted file mode 100755 index 112b016..0000000 Binary files a/src/kasu/static/icons/folder_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_edit.png b/src/kasu/static/icons/folder_edit.png deleted file mode 100755 index ad669cc..0000000 Binary files a/src/kasu/static/icons/folder_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_error.png b/src/kasu/static/icons/folder_error.png deleted file mode 100755 index 1af8809..0000000 Binary files a/src/kasu/static/icons/folder_error.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_explore.png b/src/kasu/static/icons/folder_explore.png deleted file mode 100755 index 0ba9391..0000000 Binary files a/src/kasu/static/icons/folder_explore.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_feed.png b/src/kasu/static/icons/folder_feed.png deleted file mode 100755 index d06ee51..0000000 Binary files a/src/kasu/static/icons/folder_feed.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_find.png b/src/kasu/static/icons/folder_find.png deleted file mode 100755 index c64e2ee..0000000 Binary files a/src/kasu/static/icons/folder_find.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_go.png b/src/kasu/static/icons/folder_go.png deleted file mode 100755 index 34a736f..0000000 Binary files a/src/kasu/static/icons/folder_go.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_heart.png b/src/kasu/static/icons/folder_heart.png deleted file mode 100755 index 56d7da1..0000000 Binary files a/src/kasu/static/icons/folder_heart.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_image.png b/src/kasu/static/icons/folder_image.png deleted file mode 100755 index d5df75b..0000000 Binary files a/src/kasu/static/icons/folder_image.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_key.png b/src/kasu/static/icons/folder_key.png deleted file mode 100755 index fb9b4c2..0000000 Binary files a/src/kasu/static/icons/folder_key.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_lightbulb.png b/src/kasu/static/icons/folder_lightbulb.png deleted file mode 100755 index f367a51..0000000 Binary files a/src/kasu/static/icons/folder_lightbulb.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_link.png b/src/kasu/static/icons/folder_link.png deleted file mode 100755 index b9b75f6..0000000 Binary files a/src/kasu/static/icons/folder_link.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_magnify.png b/src/kasu/static/icons/folder_magnify.png deleted file mode 100755 index 0a3e798..0000000 Binary files a/src/kasu/static/icons/folder_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_page.png b/src/kasu/static/icons/folder_page.png deleted file mode 100755 index 1ef6e11..0000000 Binary files a/src/kasu/static/icons/folder_page.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_page_white.png b/src/kasu/static/icons/folder_page_white.png deleted file mode 100755 index 14d6b61..0000000 Binary files a/src/kasu/static/icons/folder_page_white.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_palette.png b/src/kasu/static/icons/folder_palette.png deleted file mode 100755 index ba12fe8..0000000 Binary files a/src/kasu/static/icons/folder_palette.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_picture.png b/src/kasu/static/icons/folder_picture.png deleted file mode 100755 index 052b336..0000000 Binary files a/src/kasu/static/icons/folder_picture.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_star.png b/src/kasu/static/icons/folder_star.png deleted file mode 100755 index 448e46f..0000000 Binary files a/src/kasu/static/icons/folder_star.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_table.png b/src/kasu/static/icons/folder_table.png deleted file mode 100755 index 473cee3..0000000 Binary files a/src/kasu/static/icons/folder_table.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_user.png b/src/kasu/static/icons/folder_user.png deleted file mode 100755 index f021c3e..0000000 Binary files a/src/kasu/static/icons/folder_user.png and /dev/null differ diff --git a/src/kasu/static/icons/folder_wrench.png b/src/kasu/static/icons/folder_wrench.png deleted file mode 100755 index ea3404e..0000000 Binary files a/src/kasu/static/icons/folder_wrench.png and /dev/null differ diff --git a/src/kasu/static/icons/font.png b/src/kasu/static/icons/font.png deleted file mode 100644 index b7960db..0000000 Binary files a/src/kasu/static/icons/font.png and /dev/null differ diff --git a/src/kasu/static/icons/font_add.png b/src/kasu/static/icons/font_add.png deleted file mode 100755 index b709eba..0000000 Binary files a/src/kasu/static/icons/font_add.png and /dev/null differ diff --git a/src/kasu/static/icons/font_delete.png b/src/kasu/static/icons/font_delete.png deleted file mode 100755 index 1d6124d..0000000 Binary files a/src/kasu/static/icons/font_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/font_go.png b/src/kasu/static/icons/font_go.png deleted file mode 100755 index 75eba80..0000000 Binary files a/src/kasu/static/icons/font_go.png and /dev/null differ diff --git a/src/kasu/static/icons/group.png b/src/kasu/static/icons/group.png deleted file mode 100755 index 7fb4e1f..0000000 Binary files a/src/kasu/static/icons/group.png and /dev/null differ diff --git a/src/kasu/static/icons/group_add.png b/src/kasu/static/icons/group_add.png deleted file mode 100755 index 06c5350..0000000 Binary files a/src/kasu/static/icons/group_add.png and /dev/null differ diff --git a/src/kasu/static/icons/group_delete.png b/src/kasu/static/icons/group_delete.png deleted file mode 100755 index 4489ca2..0000000 Binary files a/src/kasu/static/icons/group_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/group_edit.png b/src/kasu/static/icons/group_edit.png deleted file mode 100755 index c88b945..0000000 Binary files a/src/kasu/static/icons/group_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/group_error.png b/src/kasu/static/icons/group_error.png deleted file mode 100755 index 7364a13..0000000 Binary files a/src/kasu/static/icons/group_error.png and /dev/null differ diff --git a/src/kasu/static/icons/group_gear.png b/src/kasu/static/icons/group_gear.png deleted file mode 100755 index 2544f2e..0000000 Binary files a/src/kasu/static/icons/group_gear.png and /dev/null differ diff --git a/src/kasu/static/icons/group_go.png b/src/kasu/static/icons/group_go.png deleted file mode 100755 index 1f52333..0000000 Binary files a/src/kasu/static/icons/group_go.png and /dev/null differ diff --git a/src/kasu/static/icons/group_key.png b/src/kasu/static/icons/group_key.png deleted file mode 100755 index 257f111..0000000 Binary files a/src/kasu/static/icons/group_key.png and /dev/null differ diff --git a/src/kasu/static/icons/group_link.png b/src/kasu/static/icons/group_link.png deleted file mode 100755 index c77ed88..0000000 Binary files a/src/kasu/static/icons/group_link.png and /dev/null differ diff --git a/src/kasu/static/icons/heart.png b/src/kasu/static/icons/heart.png deleted file mode 100644 index d9ee53e..0000000 Binary files a/src/kasu/static/icons/heart.png and /dev/null differ diff --git a/src/kasu/static/icons/heart_add.png b/src/kasu/static/icons/heart_add.png deleted file mode 100644 index d4195ff..0000000 Binary files a/src/kasu/static/icons/heart_add.png and /dev/null differ diff --git a/src/kasu/static/icons/heart_delete.png b/src/kasu/static/icons/heart_delete.png deleted file mode 100755 index ce523e3..0000000 Binary files a/src/kasu/static/icons/heart_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/help.png b/src/kasu/static/icons/help.png deleted file mode 100755 index 5c87017..0000000 Binary files a/src/kasu/static/icons/help.png and /dev/null differ diff --git a/src/kasu/static/icons/hourglass.png b/src/kasu/static/icons/hourglass.png deleted file mode 100755 index 57b03ce..0000000 Binary files a/src/kasu/static/icons/hourglass.png and /dev/null differ diff --git a/src/kasu/static/icons/hourglass_add.png b/src/kasu/static/icons/hourglass_add.png deleted file mode 100755 index 170dfff..0000000 Binary files a/src/kasu/static/icons/hourglass_add.png and /dev/null differ diff --git a/src/kasu/static/icons/hourglass_delete.png b/src/kasu/static/icons/hourglass_delete.png deleted file mode 100755 index 4b1337b..0000000 Binary files a/src/kasu/static/icons/hourglass_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/hourglass_go.png b/src/kasu/static/icons/hourglass_go.png deleted file mode 100755 index b2d3a98..0000000 Binary files a/src/kasu/static/icons/hourglass_go.png and /dev/null differ diff --git a/src/kasu/static/icons/hourglass_link.png b/src/kasu/static/icons/hourglass_link.png deleted file mode 100755 index ecc59b0..0000000 Binary files a/src/kasu/static/icons/hourglass_link.png and /dev/null differ diff --git a/src/kasu/static/icons/house.png b/src/kasu/static/icons/house.png deleted file mode 100755 index fed6221..0000000 Binary files a/src/kasu/static/icons/house.png and /dev/null differ diff --git a/src/kasu/static/icons/house_go.png b/src/kasu/static/icons/house_go.png deleted file mode 100755 index 5457dbd..0000000 Binary files a/src/kasu/static/icons/house_go.png and /dev/null differ diff --git a/src/kasu/static/icons/house_link.png b/src/kasu/static/icons/house_link.png deleted file mode 100755 index be2c271..0000000 Binary files a/src/kasu/static/icons/house_link.png and /dev/null differ diff --git a/src/kasu/static/icons/html.png b/src/kasu/static/icons/html.png deleted file mode 100755 index 55d1072..0000000 Binary files a/src/kasu/static/icons/html.png and /dev/null differ diff --git a/src/kasu/static/icons/html_add.png b/src/kasu/static/icons/html_add.png deleted file mode 100755 index f1c08b7..0000000 Binary files a/src/kasu/static/icons/html_add.png and /dev/null differ diff --git a/src/kasu/static/icons/html_delete.png b/src/kasu/static/icons/html_delete.png deleted file mode 100755 index 1bd2848..0000000 Binary files a/src/kasu/static/icons/html_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/html_go.png b/src/kasu/static/icons/html_go.png deleted file mode 100755 index a95cede..0000000 Binary files a/src/kasu/static/icons/html_go.png and /dev/null differ diff --git a/src/kasu/static/icons/html_valid.png b/src/kasu/static/icons/html_valid.png deleted file mode 100755 index 71cec92..0000000 Binary files a/src/kasu/static/icons/html_valid.png and /dev/null differ diff --git a/src/kasu/static/icons/image.png b/src/kasu/static/icons/image.png deleted file mode 100644 index fc3c393..0000000 Binary files a/src/kasu/static/icons/image.png and /dev/null differ diff --git a/src/kasu/static/icons/image_add.png b/src/kasu/static/icons/image_add.png deleted file mode 100755 index fc5d613..0000000 Binary files a/src/kasu/static/icons/image_add.png and /dev/null differ diff --git a/src/kasu/static/icons/image_delete.png b/src/kasu/static/icons/image_delete.png deleted file mode 100755 index c260e1d..0000000 Binary files a/src/kasu/static/icons/image_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/image_edit.png b/src/kasu/static/icons/image_edit.png deleted file mode 100755 index 0aa4cc6..0000000 Binary files a/src/kasu/static/icons/image_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/image_link.png b/src/kasu/static/icons/image_link.png deleted file mode 100755 index 4bdb354..0000000 Binary files a/src/kasu/static/icons/image_link.png and /dev/null differ diff --git a/src/kasu/static/icons/images.png b/src/kasu/static/icons/images.png deleted file mode 100755 index 184860d..0000000 Binary files a/src/kasu/static/icons/images.png and /dev/null differ diff --git a/src/kasu/static/icons/information.png b/src/kasu/static/icons/information.png deleted file mode 100644 index 12cd1ae..0000000 Binary files a/src/kasu/static/icons/information.png and /dev/null differ diff --git a/src/kasu/static/icons/ipod.png b/src/kasu/static/icons/ipod.png deleted file mode 100755 index 3f768da..0000000 Binary files a/src/kasu/static/icons/ipod.png and /dev/null differ diff --git a/src/kasu/static/icons/ipod_cast.png b/src/kasu/static/icons/ipod_cast.png deleted file mode 100755 index 6f6d340..0000000 Binary files a/src/kasu/static/icons/ipod_cast.png and /dev/null differ diff --git a/src/kasu/static/icons/ipod_cast_add.png b/src/kasu/static/icons/ipod_cast_add.png deleted file mode 100755 index c3257f5..0000000 Binary files a/src/kasu/static/icons/ipod_cast_add.png and /dev/null differ diff --git a/src/kasu/static/icons/ipod_cast_delete.png b/src/kasu/static/icons/ipod_cast_delete.png deleted file mode 100755 index 377ab69..0000000 Binary files a/src/kasu/static/icons/ipod_cast_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/ipod_sound.png b/src/kasu/static/icons/ipod_sound.png deleted file mode 100755 index fef6e8b..0000000 Binary files a/src/kasu/static/icons/ipod_sound.png and /dev/null differ diff --git a/src/kasu/static/icons/joystick.png b/src/kasu/static/icons/joystick.png deleted file mode 100755 index 62168f5..0000000 Binary files a/src/kasu/static/icons/joystick.png and /dev/null differ diff --git a/src/kasu/static/icons/joystick_add.png b/src/kasu/static/icons/joystick_add.png deleted file mode 100755 index 77e7107..0000000 Binary files a/src/kasu/static/icons/joystick_add.png and /dev/null differ diff --git a/src/kasu/static/icons/joystick_delete.png b/src/kasu/static/icons/joystick_delete.png deleted file mode 100755 index 5d44b59..0000000 Binary files a/src/kasu/static/icons/joystick_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/joystick_error.png b/src/kasu/static/icons/joystick_error.png deleted file mode 100755 index b32149e..0000000 Binary files a/src/kasu/static/icons/joystick_error.png and /dev/null differ diff --git a/src/kasu/static/icons/key.png b/src/kasu/static/icons/key.png deleted file mode 100755 index 4ec1a92..0000000 Binary files a/src/kasu/static/icons/key.png and /dev/null differ diff --git a/src/kasu/static/icons/key_add.png b/src/kasu/static/icons/key_add.png deleted file mode 100755 index d407403..0000000 Binary files a/src/kasu/static/icons/key_add.png and /dev/null differ diff --git a/src/kasu/static/icons/key_delete.png b/src/kasu/static/icons/key_delete.png deleted file mode 100755 index 00dec80..0000000 Binary files a/src/kasu/static/icons/key_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/key_go.png b/src/kasu/static/icons/key_go.png deleted file mode 100755 index 30b0dc3..0000000 Binary files a/src/kasu/static/icons/key_go.png and /dev/null differ diff --git a/src/kasu/static/icons/keyboard.png b/src/kasu/static/icons/keyboard.png deleted file mode 100755 index 898d402..0000000 Binary files a/src/kasu/static/icons/keyboard.png and /dev/null differ diff --git a/src/kasu/static/icons/keyboard_add.png b/src/kasu/static/icons/keyboard_add.png deleted file mode 100755 index 26938dd..0000000 Binary files a/src/kasu/static/icons/keyboard_add.png and /dev/null differ diff --git a/src/kasu/static/icons/keyboard_delete.png b/src/kasu/static/icons/keyboard_delete.png deleted file mode 100755 index 1786ed5..0000000 Binary files a/src/kasu/static/icons/keyboard_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/keyboard_magnify.png b/src/kasu/static/icons/keyboard_magnify.png deleted file mode 100755 index 928fc17..0000000 Binary files a/src/kasu/static/icons/keyboard_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/layers.png b/src/kasu/static/icons/layers.png deleted file mode 100755 index 00818f6..0000000 Binary files a/src/kasu/static/icons/layers.png and /dev/null differ diff --git a/src/kasu/static/icons/layout.png b/src/kasu/static/icons/layout.png deleted file mode 100755 index ea086b0..0000000 Binary files a/src/kasu/static/icons/layout.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_add.png b/src/kasu/static/icons/layout_add.png deleted file mode 100755 index 6203722..0000000 Binary files a/src/kasu/static/icons/layout_add.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_content.png b/src/kasu/static/icons/layout_content.png deleted file mode 100755 index b4aaad9..0000000 Binary files a/src/kasu/static/icons/layout_content.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_delete.png b/src/kasu/static/icons/layout_delete.png deleted file mode 100755 index 4bd45f1..0000000 Binary files a/src/kasu/static/icons/layout_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_edit.png b/src/kasu/static/icons/layout_edit.png deleted file mode 100755 index ab3100b..0000000 Binary files a/src/kasu/static/icons/layout_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_error.png b/src/kasu/static/icons/layout_error.png deleted file mode 100755 index 5b5acea..0000000 Binary files a/src/kasu/static/icons/layout_error.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_header.png b/src/kasu/static/icons/layout_header.png deleted file mode 100755 index c6ea7f2..0000000 Binary files a/src/kasu/static/icons/layout_header.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_link.png b/src/kasu/static/icons/layout_link.png deleted file mode 100755 index 3445d42..0000000 Binary files a/src/kasu/static/icons/layout_link.png and /dev/null differ diff --git a/src/kasu/static/icons/layout_sidebar.png b/src/kasu/static/icons/layout_sidebar.png deleted file mode 100755 index 3be27bb..0000000 Binary files a/src/kasu/static/icons/layout_sidebar.png and /dev/null differ diff --git a/src/kasu/static/icons/lightbulb.png b/src/kasu/static/icons/lightbulb.png deleted file mode 100755 index d22fde8..0000000 Binary files a/src/kasu/static/icons/lightbulb.png and /dev/null differ diff --git a/src/kasu/static/icons/lightbulb_add.png b/src/kasu/static/icons/lightbulb_add.png deleted file mode 100755 index 0dd848b..0000000 Binary files a/src/kasu/static/icons/lightbulb_add.png and /dev/null differ diff --git a/src/kasu/static/icons/lightbulb_delete.png b/src/kasu/static/icons/lightbulb_delete.png deleted file mode 100755 index f4781da..0000000 Binary files a/src/kasu/static/icons/lightbulb_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/lightbulb_off.png b/src/kasu/static/icons/lightbulb_off.png deleted file mode 100755 index e95b8c5..0000000 Binary files a/src/kasu/static/icons/lightbulb_off.png and /dev/null differ diff --git a/src/kasu/static/icons/lightning.png b/src/kasu/static/icons/lightning.png deleted file mode 100755 index 9680afd..0000000 Binary files a/src/kasu/static/icons/lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/lightning_add.png b/src/kasu/static/icons/lightning_add.png deleted file mode 100755 index dac3c90..0000000 Binary files a/src/kasu/static/icons/lightning_add.png and /dev/null differ diff --git a/src/kasu/static/icons/lightning_delete.png b/src/kasu/static/icons/lightning_delete.png deleted file mode 100755 index dfe2770..0000000 Binary files a/src/kasu/static/icons/lightning_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/lightning_go.png b/src/kasu/static/icons/lightning_go.png deleted file mode 100755 index 29039e6..0000000 Binary files a/src/kasu/static/icons/lightning_go.png and /dev/null differ diff --git a/src/kasu/static/icons/link.png b/src/kasu/static/icons/link.png deleted file mode 100755 index 25eacb7..0000000 Binary files a/src/kasu/static/icons/link.png and /dev/null differ diff --git a/src/kasu/static/icons/link_add.png b/src/kasu/static/icons/link_add.png deleted file mode 100755 index 00be352..0000000 Binary files a/src/kasu/static/icons/link_add.png and /dev/null differ diff --git a/src/kasu/static/icons/link_break.png b/src/kasu/static/icons/link_break.png deleted file mode 100755 index 5235753..0000000 Binary files a/src/kasu/static/icons/link_break.png and /dev/null differ diff --git a/src/kasu/static/icons/link_delete.png b/src/kasu/static/icons/link_delete.png deleted file mode 100755 index f66e297..0000000 Binary files a/src/kasu/static/icons/link_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/link_edit.png b/src/kasu/static/icons/link_edit.png deleted file mode 100755 index 5b3aed0..0000000 Binary files a/src/kasu/static/icons/link_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/link_error.png b/src/kasu/static/icons/link_error.png deleted file mode 100755 index ab694b1..0000000 Binary files a/src/kasu/static/icons/link_error.png and /dev/null differ diff --git a/src/kasu/static/icons/link_go.png b/src/kasu/static/icons/link_go.png deleted file mode 100755 index ae8cae8..0000000 Binary files a/src/kasu/static/icons/link_go.png and /dev/null differ diff --git a/src/kasu/static/icons/lock.png b/src/kasu/static/icons/lock.png deleted file mode 100755 index 2ebc4f6..0000000 Binary files a/src/kasu/static/icons/lock.png and /dev/null differ diff --git a/src/kasu/static/icons/lock_add.png b/src/kasu/static/icons/lock_add.png deleted file mode 100755 index a7b566b..0000000 Binary files a/src/kasu/static/icons/lock_add.png and /dev/null differ diff --git a/src/kasu/static/icons/lock_break.png b/src/kasu/static/icons/lock_break.png deleted file mode 100755 index 13578ab..0000000 Binary files a/src/kasu/static/icons/lock_break.png and /dev/null differ diff --git a/src/kasu/static/icons/lock_delete.png b/src/kasu/static/icons/lock_delete.png deleted file mode 100755 index ecb50a9..0000000 Binary files a/src/kasu/static/icons/lock_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/lock_edit.png b/src/kasu/static/icons/lock_edit.png deleted file mode 100755 index 116aa5b..0000000 Binary files a/src/kasu/static/icons/lock_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/lock_go.png b/src/kasu/static/icons/lock_go.png deleted file mode 100755 index 8c7c89b..0000000 Binary files a/src/kasu/static/icons/lock_go.png and /dev/null differ diff --git a/src/kasu/static/icons/lock_open.png b/src/kasu/static/icons/lock_open.png deleted file mode 100755 index a471765..0000000 Binary files a/src/kasu/static/icons/lock_open.png and /dev/null differ diff --git a/src/kasu/static/icons/lorry.png b/src/kasu/static/icons/lorry.png deleted file mode 100755 index 8f95f5a..0000000 Binary files a/src/kasu/static/icons/lorry.png and /dev/null differ diff --git a/src/kasu/static/icons/lorry_add.png b/src/kasu/static/icons/lorry_add.png deleted file mode 100755 index a2c5124..0000000 Binary files a/src/kasu/static/icons/lorry_add.png and /dev/null differ diff --git a/src/kasu/static/icons/lorry_delete.png b/src/kasu/static/icons/lorry_delete.png deleted file mode 100755 index 66217f5..0000000 Binary files a/src/kasu/static/icons/lorry_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/lorry_error.png b/src/kasu/static/icons/lorry_error.png deleted file mode 100755 index 3619ead..0000000 Binary files a/src/kasu/static/icons/lorry_error.png and /dev/null differ diff --git a/src/kasu/static/icons/lorry_flatbed.png b/src/kasu/static/icons/lorry_flatbed.png deleted file mode 100755 index 8b20f55..0000000 Binary files a/src/kasu/static/icons/lorry_flatbed.png and /dev/null differ diff --git a/src/kasu/static/icons/lorry_go.png b/src/kasu/static/icons/lorry_go.png deleted file mode 100755 index 1c296a6..0000000 Binary files a/src/kasu/static/icons/lorry_go.png and /dev/null differ diff --git a/src/kasu/static/icons/lorry_link.png b/src/kasu/static/icons/lorry_link.png deleted file mode 100755 index 5e6663e..0000000 Binary files a/src/kasu/static/icons/lorry_link.png and /dev/null differ diff --git a/src/kasu/static/icons/magifier_zoom_out.png b/src/kasu/static/icons/magifier_zoom_out.png deleted file mode 100755 index 81f2819..0000000 Binary files a/src/kasu/static/icons/magifier_zoom_out.png and /dev/null differ diff --git a/src/kasu/static/icons/magnifier.png b/src/kasu/static/icons/magnifier.png deleted file mode 100755 index cf3d97f..0000000 Binary files a/src/kasu/static/icons/magnifier.png and /dev/null differ diff --git a/src/kasu/static/icons/magnifier_zoom_in.png b/src/kasu/static/icons/magnifier_zoom_in.png deleted file mode 100755 index af4fe07..0000000 Binary files a/src/kasu/static/icons/magnifier_zoom_in.png and /dev/null differ diff --git a/src/kasu/static/icons/male.png b/src/kasu/static/icons/male.png deleted file mode 100755 index 25d6ea9..0000000 Binary files a/src/kasu/static/icons/male.png and /dev/null differ diff --git a/src/kasu/static/icons/map.png b/src/kasu/static/icons/map.png deleted file mode 100644 index f90ef25..0000000 Binary files a/src/kasu/static/icons/map.png and /dev/null differ diff --git a/src/kasu/static/icons/map_add.png b/src/kasu/static/icons/map_add.png deleted file mode 100755 index 2b72da0..0000000 Binary files a/src/kasu/static/icons/map_add.png and /dev/null differ diff --git a/src/kasu/static/icons/map_delete.png b/src/kasu/static/icons/map_delete.png deleted file mode 100755 index e74402f..0000000 Binary files a/src/kasu/static/icons/map_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/map_edit.png b/src/kasu/static/icons/map_edit.png deleted file mode 100755 index 93d4d7e..0000000 Binary files a/src/kasu/static/icons/map_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/map_go.png b/src/kasu/static/icons/map_go.png deleted file mode 100755 index 11eab26..0000000 Binary files a/src/kasu/static/icons/map_go.png and /dev/null differ diff --git a/src/kasu/static/icons/map_magnify.png b/src/kasu/static/icons/map_magnify.png deleted file mode 100755 index 7184c9d..0000000 Binary files a/src/kasu/static/icons/map_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_bronze_1.png b/src/kasu/static/icons/medal_bronze_1.png deleted file mode 100755 index 5f8a6d6..0000000 Binary files a/src/kasu/static/icons/medal_bronze_1.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_bronze_2.png b/src/kasu/static/icons/medal_bronze_2.png deleted file mode 100755 index 623d68c..0000000 Binary files a/src/kasu/static/icons/medal_bronze_2.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_bronze_3.png b/src/kasu/static/icons/medal_bronze_3.png deleted file mode 100755 index ed3f43e..0000000 Binary files a/src/kasu/static/icons/medal_bronze_3.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_bronze_add.png b/src/kasu/static/icons/medal_bronze_add.png deleted file mode 100755 index 8487b2c..0000000 Binary files a/src/kasu/static/icons/medal_bronze_add.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_bronze_delete.png b/src/kasu/static/icons/medal_bronze_delete.png deleted file mode 100755 index d32aed7..0000000 Binary files a/src/kasu/static/icons/medal_bronze_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_gold_1.png b/src/kasu/static/icons/medal_gold_1.png deleted file mode 100755 index 87584dc..0000000 Binary files a/src/kasu/static/icons/medal_gold_1.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_gold_2.png b/src/kasu/static/icons/medal_gold_2.png deleted file mode 100755 index fa3a15d..0000000 Binary files a/src/kasu/static/icons/medal_gold_2.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_gold_3.png b/src/kasu/static/icons/medal_gold_3.png deleted file mode 100755 index ef1b08b..0000000 Binary files a/src/kasu/static/icons/medal_gold_3.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_gold_add.png b/src/kasu/static/icons/medal_gold_add.png deleted file mode 100755 index dcade0d..0000000 Binary files a/src/kasu/static/icons/medal_gold_add.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_gold_delete.png b/src/kasu/static/icons/medal_gold_delete.png deleted file mode 100755 index 84b06d5..0000000 Binary files a/src/kasu/static/icons/medal_gold_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_silver_1.png b/src/kasu/static/icons/medal_silver_1.png deleted file mode 100755 index 75a64da..0000000 Binary files a/src/kasu/static/icons/medal_silver_1.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_silver_2.png b/src/kasu/static/icons/medal_silver_2.png deleted file mode 100755 index 2e0fe75..0000000 Binary files a/src/kasu/static/icons/medal_silver_2.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_silver_3.png b/src/kasu/static/icons/medal_silver_3.png deleted file mode 100755 index e385b54..0000000 Binary files a/src/kasu/static/icons/medal_silver_3.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_silver_add.png b/src/kasu/static/icons/medal_silver_add.png deleted file mode 100755 index b0633fa..0000000 Binary files a/src/kasu/static/icons/medal_silver_add.png and /dev/null differ diff --git a/src/kasu/static/icons/medal_silver_delete.png b/src/kasu/static/icons/medal_silver_delete.png deleted file mode 100755 index 06cab46..0000000 Binary files a/src/kasu/static/icons/medal_silver_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/money.png b/src/kasu/static/icons/money.png deleted file mode 100755 index 42c52d0..0000000 Binary files a/src/kasu/static/icons/money.png and /dev/null differ diff --git a/src/kasu/static/icons/money_add.png b/src/kasu/static/icons/money_add.png deleted file mode 100755 index 588fa9d..0000000 Binary files a/src/kasu/static/icons/money_add.png and /dev/null differ diff --git a/src/kasu/static/icons/money_delete.png b/src/kasu/static/icons/money_delete.png deleted file mode 100755 index eae2c52..0000000 Binary files a/src/kasu/static/icons/money_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/money_dollar.png b/src/kasu/static/icons/money_dollar.png deleted file mode 100755 index 59af163..0000000 Binary files a/src/kasu/static/icons/money_dollar.png and /dev/null differ diff --git a/src/kasu/static/icons/money_euro.png b/src/kasu/static/icons/money_euro.png deleted file mode 100755 index b322ba9..0000000 Binary files a/src/kasu/static/icons/money_euro.png and /dev/null differ diff --git a/src/kasu/static/icons/money_pound.png b/src/kasu/static/icons/money_pound.png deleted file mode 100755 index b711364..0000000 Binary files a/src/kasu/static/icons/money_pound.png and /dev/null differ diff --git a/src/kasu/static/icons/money_yen.png b/src/kasu/static/icons/money_yen.png deleted file mode 100755 index 228a677..0000000 Binary files a/src/kasu/static/icons/money_yen.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor.png b/src/kasu/static/icons/monitor.png deleted file mode 100755 index d040bd0..0000000 Binary files a/src/kasu/static/icons/monitor.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor_add.png b/src/kasu/static/icons/monitor_add.png deleted file mode 100755 index a818066..0000000 Binary files a/src/kasu/static/icons/monitor_add.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor_delete.png b/src/kasu/static/icons/monitor_delete.png deleted file mode 100755 index 3733256..0000000 Binary files a/src/kasu/static/icons/monitor_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor_edit.png b/src/kasu/static/icons/monitor_edit.png deleted file mode 100755 index f772c56..0000000 Binary files a/src/kasu/static/icons/monitor_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor_error.png b/src/kasu/static/icons/monitor_error.png deleted file mode 100755 index 270c501..0000000 Binary files a/src/kasu/static/icons/monitor_error.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor_go.png b/src/kasu/static/icons/monitor_go.png deleted file mode 100755 index 8af3eda..0000000 Binary files a/src/kasu/static/icons/monitor_go.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor_lightning.png b/src/kasu/static/icons/monitor_lightning.png deleted file mode 100755 index 06e53a9..0000000 Binary files a/src/kasu/static/icons/monitor_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/monitor_link.png b/src/kasu/static/icons/monitor_link.png deleted file mode 100755 index a014b02..0000000 Binary files a/src/kasu/static/icons/monitor_link.png and /dev/null differ diff --git a/src/kasu/static/icons/mouse.png b/src/kasu/static/icons/mouse.png deleted file mode 100755 index 63a92fa..0000000 Binary files a/src/kasu/static/icons/mouse.png and /dev/null differ diff --git a/src/kasu/static/icons/mouse_add.png b/src/kasu/static/icons/mouse_add.png deleted file mode 100755 index 65bcab5..0000000 Binary files a/src/kasu/static/icons/mouse_add.png and /dev/null differ diff --git a/src/kasu/static/icons/mouse_delete.png b/src/kasu/static/icons/mouse_delete.png deleted file mode 100755 index 7286566..0000000 Binary files a/src/kasu/static/icons/mouse_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/mouse_error.png b/src/kasu/static/icons/mouse_error.png deleted file mode 100755 index bcc1562..0000000 Binary files a/src/kasu/static/icons/mouse_error.png and /dev/null differ diff --git a/src/kasu/static/icons/music.png b/src/kasu/static/icons/music.png deleted file mode 100755 index a8b3ede..0000000 Binary files a/src/kasu/static/icons/music.png and /dev/null differ diff --git a/src/kasu/static/icons/new.png b/src/kasu/static/icons/new.png deleted file mode 100755 index 6a9bf03..0000000 Binary files a/src/kasu/static/icons/new.png and /dev/null differ diff --git a/src/kasu/static/icons/newspaper.png b/src/kasu/static/icons/newspaper.png deleted file mode 100755 index 6a2ecce..0000000 Binary files a/src/kasu/static/icons/newspaper.png and /dev/null differ diff --git a/src/kasu/static/icons/newspaper_add.png b/src/kasu/static/icons/newspaper_add.png deleted file mode 100755 index 8140e8c..0000000 Binary files a/src/kasu/static/icons/newspaper_add.png and /dev/null differ diff --git a/src/kasu/static/icons/newspaper_delete.png b/src/kasu/static/icons/newspaper_delete.png deleted file mode 100755 index bde96ce..0000000 Binary files a/src/kasu/static/icons/newspaper_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/newspaper_go.png b/src/kasu/static/icons/newspaper_go.png deleted file mode 100755 index fd61428..0000000 Binary files a/src/kasu/static/icons/newspaper_go.png and /dev/null differ diff --git a/src/kasu/static/icons/newspaper_link.png b/src/kasu/static/icons/newspaper_link.png deleted file mode 100755 index 99e57cb..0000000 Binary files a/src/kasu/static/icons/newspaper_link.png and /dev/null differ diff --git a/src/kasu/static/icons/note.png b/src/kasu/static/icons/note.png deleted file mode 100755 index 244e6ca..0000000 Binary files a/src/kasu/static/icons/note.png and /dev/null differ diff --git a/src/kasu/static/icons/note_add.png b/src/kasu/static/icons/note_add.png deleted file mode 100755 index abdad91..0000000 Binary files a/src/kasu/static/icons/note_add.png and /dev/null differ diff --git a/src/kasu/static/icons/note_delete.png b/src/kasu/static/icons/note_delete.png deleted file mode 100755 index 8a1f0ff..0000000 Binary files a/src/kasu/static/icons/note_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/note_edit.png b/src/kasu/static/icons/note_edit.png deleted file mode 100755 index 291bfc7..0000000 Binary files a/src/kasu/static/icons/note_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/note_error.png b/src/kasu/static/icons/note_error.png deleted file mode 100755 index 896dadf..0000000 Binary files a/src/kasu/static/icons/note_error.png and /dev/null differ diff --git a/src/kasu/static/icons/note_go.png b/src/kasu/static/icons/note_go.png deleted file mode 100755 index 49e54fd..0000000 Binary files a/src/kasu/static/icons/note_go.png and /dev/null differ diff --git a/src/kasu/static/icons/overlays.png b/src/kasu/static/icons/overlays.png deleted file mode 100755 index ab3100b..0000000 Binary files a/src/kasu/static/icons/overlays.png and /dev/null differ diff --git a/src/kasu/static/icons/package.png b/src/kasu/static/icons/package.png deleted file mode 100755 index da3c2a2..0000000 Binary files a/src/kasu/static/icons/package.png and /dev/null differ diff --git a/src/kasu/static/icons/package_add.png b/src/kasu/static/icons/package_add.png deleted file mode 100755 index 9c8a9da..0000000 Binary files a/src/kasu/static/icons/package_add.png and /dev/null differ diff --git a/src/kasu/static/icons/package_delete.png b/src/kasu/static/icons/package_delete.png deleted file mode 100755 index 86f7fbc..0000000 Binary files a/src/kasu/static/icons/package_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/package_go.png b/src/kasu/static/icons/package_go.png deleted file mode 100755 index aace63a..0000000 Binary files a/src/kasu/static/icons/package_go.png and /dev/null differ diff --git a/src/kasu/static/icons/package_green.png b/src/kasu/static/icons/package_green.png deleted file mode 100755 index 25b28bb..0000000 Binary files a/src/kasu/static/icons/package_green.png and /dev/null differ diff --git a/src/kasu/static/icons/package_link.png b/src/kasu/static/icons/package_link.png deleted file mode 100755 index 48e7ab5..0000000 Binary files a/src/kasu/static/icons/package_link.png and /dev/null differ diff --git a/src/kasu/static/icons/page.png b/src/kasu/static/icons/page.png deleted file mode 100644 index 03ddd79..0000000 Binary files a/src/kasu/static/icons/page.png and /dev/null differ diff --git a/src/kasu/static/icons/page_add.png b/src/kasu/static/icons/page_add.png deleted file mode 100644 index d5bfa07..0000000 Binary files a/src/kasu/static/icons/page_add.png and /dev/null differ diff --git a/src/kasu/static/icons/page_attach.png b/src/kasu/static/icons/page_attach.png deleted file mode 100644 index 89ee2da..0000000 Binary files a/src/kasu/static/icons/page_attach.png and /dev/null differ diff --git a/src/kasu/static/icons/page_code.png b/src/kasu/static/icons/page_code.png deleted file mode 100644 index f7ea904..0000000 Binary files a/src/kasu/static/icons/page_code.png and /dev/null differ diff --git a/src/kasu/static/icons/page_copy.png b/src/kasu/static/icons/page_copy.png deleted file mode 100644 index 195dc6d..0000000 Binary files a/src/kasu/static/icons/page_copy.png and /dev/null differ diff --git a/src/kasu/static/icons/page_delete.png b/src/kasu/static/icons/page_delete.png deleted file mode 100644 index 3141467..0000000 Binary files a/src/kasu/static/icons/page_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/page_edit.png b/src/kasu/static/icons/page_edit.png deleted file mode 100644 index 046811e..0000000 Binary files a/src/kasu/static/icons/page_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/page_error.png b/src/kasu/static/icons/page_error.png deleted file mode 100644 index f07f449..0000000 Binary files a/src/kasu/static/icons/page_error.png and /dev/null differ diff --git a/src/kasu/static/icons/page_excel.png b/src/kasu/static/icons/page_excel.png deleted file mode 100644 index eb6158e..0000000 Binary files a/src/kasu/static/icons/page_excel.png and /dev/null differ diff --git a/src/kasu/static/icons/page_find.png b/src/kasu/static/icons/page_find.png deleted file mode 100644 index 2f19388..0000000 Binary files a/src/kasu/static/icons/page_find.png and /dev/null differ diff --git a/src/kasu/static/icons/page_gear.png b/src/kasu/static/icons/page_gear.png deleted file mode 100644 index 8e83281..0000000 Binary files a/src/kasu/static/icons/page_gear.png and /dev/null differ diff --git a/src/kasu/static/icons/page_go.png b/src/kasu/static/icons/page_go.png deleted file mode 100644 index 80fe1ed..0000000 Binary files a/src/kasu/static/icons/page_go.png and /dev/null differ diff --git a/src/kasu/static/icons/page_green.png b/src/kasu/static/icons/page_green.png deleted file mode 100644 index de8e003..0000000 Binary files a/src/kasu/static/icons/page_green.png and /dev/null differ diff --git a/src/kasu/static/icons/page_key.png b/src/kasu/static/icons/page_key.png deleted file mode 100644 index d6626cb..0000000 Binary files a/src/kasu/static/icons/page_key.png and /dev/null differ diff --git a/src/kasu/static/icons/page_lightning.png b/src/kasu/static/icons/page_lightning.png deleted file mode 100644 index 7e56870..0000000 Binary files a/src/kasu/static/icons/page_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/page_link.png b/src/kasu/static/icons/page_link.png deleted file mode 100644 index 312eab0..0000000 Binary files a/src/kasu/static/icons/page_link.png and /dev/null differ diff --git a/src/kasu/static/icons/page_paintbrush.png b/src/kasu/static/icons/page_paintbrush.png deleted file mode 100644 index 246a2f0..0000000 Binary files a/src/kasu/static/icons/page_paintbrush.png and /dev/null differ diff --git a/src/kasu/static/icons/page_paste.png b/src/kasu/static/icons/page_paste.png deleted file mode 100644 index 968f073..0000000 Binary files a/src/kasu/static/icons/page_paste.png and /dev/null differ diff --git a/src/kasu/static/icons/page_red.png b/src/kasu/static/icons/page_red.png deleted file mode 100644 index 0b18247..0000000 Binary files a/src/kasu/static/icons/page_red.png and /dev/null differ diff --git a/src/kasu/static/icons/page_refresh.png b/src/kasu/static/icons/page_refresh.png deleted file mode 100644 index cf347c7..0000000 Binary files a/src/kasu/static/icons/page_refresh.png and /dev/null differ diff --git a/src/kasu/static/icons/page_save.png b/src/kasu/static/icons/page_save.png deleted file mode 100644 index caea546..0000000 Binary files a/src/kasu/static/icons/page_save.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white.png b/src/kasu/static/icons/page_white.png deleted file mode 100644 index 8b8b1ca..0000000 Binary files a/src/kasu/static/icons/page_white.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_acrobat.png b/src/kasu/static/icons/page_white_acrobat.png deleted file mode 100644 index 8f8095e..0000000 Binary files a/src/kasu/static/icons/page_white_acrobat.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_actionscript.png b/src/kasu/static/icons/page_white_actionscript.png deleted file mode 100644 index 159b240..0000000 Binary files a/src/kasu/static/icons/page_white_actionscript.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_add.png b/src/kasu/static/icons/page_white_add.png deleted file mode 100644 index aa23dde..0000000 Binary files a/src/kasu/static/icons/page_white_add.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_c.png b/src/kasu/static/icons/page_white_c.png deleted file mode 100644 index 34a05cc..0000000 Binary files a/src/kasu/static/icons/page_white_c.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_camera.png b/src/kasu/static/icons/page_white_camera.png deleted file mode 100644 index f501a59..0000000 Binary files a/src/kasu/static/icons/page_white_camera.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_cd.png b/src/kasu/static/icons/page_white_cd.png deleted file mode 100644 index 848bdaf..0000000 Binary files a/src/kasu/static/icons/page_white_cd.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_code.png b/src/kasu/static/icons/page_white_code.png deleted file mode 100644 index 0c76bd1..0000000 Binary files a/src/kasu/static/icons/page_white_code.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_code_red.png b/src/kasu/static/icons/page_white_code_red.png deleted file mode 100644 index 87a6914..0000000 Binary files a/src/kasu/static/icons/page_white_code_red.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_coldfusion.png b/src/kasu/static/icons/page_white_coldfusion.png deleted file mode 100644 index c66011f..0000000 Binary files a/src/kasu/static/icons/page_white_coldfusion.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_compressed.png b/src/kasu/static/icons/page_white_compressed.png deleted file mode 100644 index 2b6b100..0000000 Binary files a/src/kasu/static/icons/page_white_compressed.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_copy.png b/src/kasu/static/icons/page_white_copy.png deleted file mode 100644 index a9f31a2..0000000 Binary files a/src/kasu/static/icons/page_white_copy.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_cplusplus.png b/src/kasu/static/icons/page_white_cplusplus.png deleted file mode 100644 index a87cf84..0000000 Binary files a/src/kasu/static/icons/page_white_cplusplus.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_csharp.png b/src/kasu/static/icons/page_white_csharp.png deleted file mode 100644 index ffb8fc9..0000000 Binary files a/src/kasu/static/icons/page_white_csharp.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_cup.png b/src/kasu/static/icons/page_white_cup.png deleted file mode 100644 index 0a7d6f4..0000000 Binary files a/src/kasu/static/icons/page_white_cup.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_database.png b/src/kasu/static/icons/page_white_database.png deleted file mode 100644 index bddba1f..0000000 Binary files a/src/kasu/static/icons/page_white_database.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_delete.png b/src/kasu/static/icons/page_white_delete.png deleted file mode 100644 index af1ecaf..0000000 Binary files a/src/kasu/static/icons/page_white_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_dvd.png b/src/kasu/static/icons/page_white_dvd.png deleted file mode 100644 index 4cc537a..0000000 Binary files a/src/kasu/static/icons/page_white_dvd.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_edit.png b/src/kasu/static/icons/page_white_edit.png deleted file mode 100644 index b93e776..0000000 Binary files a/src/kasu/static/icons/page_white_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_error.png b/src/kasu/static/icons/page_white_error.png deleted file mode 100644 index 9fc5a0a..0000000 Binary files a/src/kasu/static/icons/page_white_error.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_excel.png b/src/kasu/static/icons/page_white_excel.png deleted file mode 100644 index b977d7e..0000000 Binary files a/src/kasu/static/icons/page_white_excel.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_find.png b/src/kasu/static/icons/page_white_find.png deleted file mode 100644 index 5818436..0000000 Binary files a/src/kasu/static/icons/page_white_find.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_flash.png b/src/kasu/static/icons/page_white_flash.png deleted file mode 100644 index 5769120..0000000 Binary files a/src/kasu/static/icons/page_white_flash.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_freehand.png b/src/kasu/static/icons/page_white_freehand.png deleted file mode 100644 index 8d719df..0000000 Binary files a/src/kasu/static/icons/page_white_freehand.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_gear.png b/src/kasu/static/icons/page_white_gear.png deleted file mode 100644 index 106f5aa..0000000 Binary files a/src/kasu/static/icons/page_white_gear.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_get.png b/src/kasu/static/icons/page_white_get.png deleted file mode 100644 index e4a1ecb..0000000 Binary files a/src/kasu/static/icons/page_white_get.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_go.png b/src/kasu/static/icons/page_white_go.png deleted file mode 100644 index 7e62a92..0000000 Binary files a/src/kasu/static/icons/page_white_go.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_h.png b/src/kasu/static/icons/page_white_h.png deleted file mode 100644 index e902abb..0000000 Binary files a/src/kasu/static/icons/page_white_h.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_horizontal.png b/src/kasu/static/icons/page_white_horizontal.png deleted file mode 100644 index 1d2d0a4..0000000 Binary files a/src/kasu/static/icons/page_white_horizontal.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_key.png b/src/kasu/static/icons/page_white_key.png deleted file mode 100644 index d616484..0000000 Binary files a/src/kasu/static/icons/page_white_key.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_lightning.png b/src/kasu/static/icons/page_white_lightning.png deleted file mode 100644 index 7215d1e..0000000 Binary files a/src/kasu/static/icons/page_white_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_link.png b/src/kasu/static/icons/page_white_link.png deleted file mode 100644 index bf7bd1c..0000000 Binary files a/src/kasu/static/icons/page_white_link.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_magnify.png b/src/kasu/static/icons/page_white_magnify.png deleted file mode 100644 index f6b74cc..0000000 Binary files a/src/kasu/static/icons/page_white_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_medal.png b/src/kasu/static/icons/page_white_medal.png deleted file mode 100644 index d3fffb6..0000000 Binary files a/src/kasu/static/icons/page_white_medal.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_office.png b/src/kasu/static/icons/page_white_office.png deleted file mode 100644 index a65bcb3..0000000 Binary files a/src/kasu/static/icons/page_white_office.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_paint.png b/src/kasu/static/icons/page_white_paint.png deleted file mode 100644 index 23a37b8..0000000 Binary files a/src/kasu/static/icons/page_white_paint.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_paintbrush.png b/src/kasu/static/icons/page_white_paintbrush.png deleted file mode 100644 index f907e44..0000000 Binary files a/src/kasu/static/icons/page_white_paintbrush.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_paste.png b/src/kasu/static/icons/page_white_paste.png deleted file mode 100644 index 5b2cbb3..0000000 Binary files a/src/kasu/static/icons/page_white_paste.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_php.png b/src/kasu/static/icons/page_white_php.png deleted file mode 100644 index 7868a25..0000000 Binary files a/src/kasu/static/icons/page_white_php.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_picture.png b/src/kasu/static/icons/page_white_picture.png deleted file mode 100644 index 134b669..0000000 Binary files a/src/kasu/static/icons/page_white_picture.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_powerpoint.png b/src/kasu/static/icons/page_white_powerpoint.png deleted file mode 100644 index c4eff03..0000000 Binary files a/src/kasu/static/icons/page_white_powerpoint.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_put.png b/src/kasu/static/icons/page_white_put.png deleted file mode 100644 index 884ffd6..0000000 Binary files a/src/kasu/static/icons/page_white_put.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_ruby.png b/src/kasu/static/icons/page_white_ruby.png deleted file mode 100644 index f59b7c4..0000000 Binary files a/src/kasu/static/icons/page_white_ruby.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_stack.png b/src/kasu/static/icons/page_white_stack.png deleted file mode 100644 index 44084ad..0000000 Binary files a/src/kasu/static/icons/page_white_stack.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_star.png b/src/kasu/static/icons/page_white_star.png deleted file mode 100644 index 3a1441c..0000000 Binary files a/src/kasu/static/icons/page_white_star.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_swoosh.png b/src/kasu/static/icons/page_white_swoosh.png deleted file mode 100644 index e770829..0000000 Binary files a/src/kasu/static/icons/page_white_swoosh.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_text.png b/src/kasu/static/icons/page_white_text.png deleted file mode 100644 index 813f712..0000000 Binary files a/src/kasu/static/icons/page_white_text.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_text_width.png b/src/kasu/static/icons/page_white_text_width.png deleted file mode 100644 index d9cf132..0000000 Binary files a/src/kasu/static/icons/page_white_text_width.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_tux.png b/src/kasu/static/icons/page_white_tux.png deleted file mode 100644 index 52699bf..0000000 Binary files a/src/kasu/static/icons/page_white_tux.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_vector.png b/src/kasu/static/icons/page_white_vector.png deleted file mode 100644 index 4a05955..0000000 Binary files a/src/kasu/static/icons/page_white_vector.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_visualstudio.png b/src/kasu/static/icons/page_white_visualstudio.png deleted file mode 100644 index a0a433d..0000000 Binary files a/src/kasu/static/icons/page_white_visualstudio.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_width.png b/src/kasu/static/icons/page_white_width.png deleted file mode 100644 index 1eb8809..0000000 Binary files a/src/kasu/static/icons/page_white_width.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_word.png b/src/kasu/static/icons/page_white_word.png deleted file mode 100644 index ae8ecbf..0000000 Binary files a/src/kasu/static/icons/page_white_word.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_world.png b/src/kasu/static/icons/page_white_world.png deleted file mode 100644 index 6ed2490..0000000 Binary files a/src/kasu/static/icons/page_white_world.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_wrench.png b/src/kasu/static/icons/page_white_wrench.png deleted file mode 100644 index fecadd0..0000000 Binary files a/src/kasu/static/icons/page_white_wrench.png and /dev/null differ diff --git a/src/kasu/static/icons/page_white_zip.png b/src/kasu/static/icons/page_white_zip.png deleted file mode 100755 index b7ac7e8..0000000 Binary files a/src/kasu/static/icons/page_white_zip.png and /dev/null differ diff --git a/src/kasu/static/icons/page_word.png b/src/kasu/static/icons/page_word.png deleted file mode 100644 index 834cdfa..0000000 Binary files a/src/kasu/static/icons/page_word.png and /dev/null differ diff --git a/src/kasu/static/icons/page_world.png b/src/kasu/static/icons/page_world.png deleted file mode 100644 index b8895dd..0000000 Binary files a/src/kasu/static/icons/page_world.png and /dev/null differ diff --git a/src/kasu/static/icons/paintbrush.png b/src/kasu/static/icons/paintbrush.png deleted file mode 100755 index a3ecf87..0000000 Binary files a/src/kasu/static/icons/paintbrush.png and /dev/null differ diff --git a/src/kasu/static/icons/paintcan.png b/src/kasu/static/icons/paintcan.png deleted file mode 100755 index f82a886..0000000 Binary files a/src/kasu/static/icons/paintcan.png and /dev/null differ diff --git a/src/kasu/static/icons/palette.png b/src/kasu/static/icons/palette.png deleted file mode 100755 index 73c5b3f..0000000 Binary files a/src/kasu/static/icons/palette.png and /dev/null differ diff --git a/src/kasu/static/icons/paste_plain.png b/src/kasu/static/icons/paste_plain.png deleted file mode 100755 index c0490eb..0000000 Binary files a/src/kasu/static/icons/paste_plain.png and /dev/null differ diff --git a/src/kasu/static/icons/paste_word.png b/src/kasu/static/icons/paste_word.png deleted file mode 100755 index f6b87f8..0000000 Binary files a/src/kasu/static/icons/paste_word.png and /dev/null differ diff --git a/src/kasu/static/icons/pencil.png b/src/kasu/static/icons/pencil.png deleted file mode 100755 index 1db9ce1..0000000 Binary files a/src/kasu/static/icons/pencil.png and /dev/null differ diff --git a/src/kasu/static/icons/pencil_add.png b/src/kasu/static/icons/pencil_add.png deleted file mode 100755 index 902bbe6..0000000 Binary files a/src/kasu/static/icons/pencil_add.png and /dev/null differ diff --git a/src/kasu/static/icons/pencil_delete.png b/src/kasu/static/icons/pencil_delete.png deleted file mode 100755 index d8944e6..0000000 Binary files a/src/kasu/static/icons/pencil_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/pencil_go.png b/src/kasu/static/icons/pencil_go.png deleted file mode 100755 index 937bded..0000000 Binary files a/src/kasu/static/icons/pencil_go.png and /dev/null differ diff --git a/src/kasu/static/icons/phone.png b/src/kasu/static/icons/phone.png deleted file mode 100755 index c39f162..0000000 Binary files a/src/kasu/static/icons/phone.png and /dev/null differ diff --git a/src/kasu/static/icons/phone_add.png b/src/kasu/static/icons/phone_add.png deleted file mode 100755 index d3555e0..0000000 Binary files a/src/kasu/static/icons/phone_add.png and /dev/null differ diff --git a/src/kasu/static/icons/phone_delete.png b/src/kasu/static/icons/phone_delete.png deleted file mode 100755 index bbe4f8a..0000000 Binary files a/src/kasu/static/icons/phone_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/phone_sound.png b/src/kasu/static/icons/phone_sound.png deleted file mode 100755 index 7fdf1c5..0000000 Binary files a/src/kasu/static/icons/phone_sound.png and /dev/null differ diff --git a/src/kasu/static/icons/photo.png b/src/kasu/static/icons/photo.png deleted file mode 100755 index 6c2aaaa..0000000 Binary files a/src/kasu/static/icons/photo.png and /dev/null differ diff --git a/src/kasu/static/icons/photo_add.png b/src/kasu/static/icons/photo_add.png deleted file mode 100755 index 63cc355..0000000 Binary files a/src/kasu/static/icons/photo_add.png and /dev/null differ diff --git a/src/kasu/static/icons/photo_delete.png b/src/kasu/static/icons/photo_delete.png deleted file mode 100755 index 18b67df..0000000 Binary files a/src/kasu/static/icons/photo_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/photo_link.png b/src/kasu/static/icons/photo_link.png deleted file mode 100755 index e6bb35f..0000000 Binary files a/src/kasu/static/icons/photo_link.png and /dev/null differ diff --git a/src/kasu/static/icons/photos.png b/src/kasu/static/icons/photos.png deleted file mode 100755 index 8836fe6..0000000 Binary files a/src/kasu/static/icons/photos.png and /dev/null differ diff --git a/src/kasu/static/icons/picture.png b/src/kasu/static/icons/picture.png deleted file mode 100755 index 4a158fe..0000000 Binary files a/src/kasu/static/icons/picture.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_add.png b/src/kasu/static/icons/picture_add.png deleted file mode 100755 index d6d3f85..0000000 Binary files a/src/kasu/static/icons/picture_add.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_delete.png b/src/kasu/static/icons/picture_delete.png deleted file mode 100755 index cca9f53..0000000 Binary files a/src/kasu/static/icons/picture_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_edit.png b/src/kasu/static/icons/picture_edit.png deleted file mode 100755 index 9a70c34..0000000 Binary files a/src/kasu/static/icons/picture_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_empty.png b/src/kasu/static/icons/picture_empty.png deleted file mode 100755 index abd2b9b..0000000 Binary files a/src/kasu/static/icons/picture_empty.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_error.png b/src/kasu/static/icons/picture_error.png deleted file mode 100755 index d41d90d..0000000 Binary files a/src/kasu/static/icons/picture_error.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_go.png b/src/kasu/static/icons/picture_go.png deleted file mode 100755 index 27c63c5..0000000 Binary files a/src/kasu/static/icons/picture_go.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_key.png b/src/kasu/static/icons/picture_key.png deleted file mode 100755 index 667086c..0000000 Binary files a/src/kasu/static/icons/picture_key.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_link.png b/src/kasu/static/icons/picture_link.png deleted file mode 100755 index 42dca74..0000000 Binary files a/src/kasu/static/icons/picture_link.png and /dev/null differ diff --git a/src/kasu/static/icons/picture_save.png b/src/kasu/static/icons/picture_save.png deleted file mode 100755 index 777fb5d..0000000 Binary files a/src/kasu/static/icons/picture_save.png and /dev/null differ diff --git a/src/kasu/static/icons/pictures.png b/src/kasu/static/icons/pictures.png deleted file mode 100755 index d9591c1..0000000 Binary files a/src/kasu/static/icons/pictures.png and /dev/null differ diff --git a/src/kasu/static/icons/pilcrow.png b/src/kasu/static/icons/pilcrow.png deleted file mode 100755 index 95704fb..0000000 Binary files a/src/kasu/static/icons/pilcrow.png and /dev/null differ diff --git a/src/kasu/static/icons/pill.png b/src/kasu/static/icons/pill.png deleted file mode 100755 index f2bdef6..0000000 Binary files a/src/kasu/static/icons/pill.png and /dev/null differ diff --git a/src/kasu/static/icons/pill_add.png b/src/kasu/static/icons/pill_add.png deleted file mode 100755 index ac9c2df..0000000 Binary files a/src/kasu/static/icons/pill_add.png and /dev/null differ diff --git a/src/kasu/static/icons/pill_delete.png b/src/kasu/static/icons/pill_delete.png deleted file mode 100755 index c61592e..0000000 Binary files a/src/kasu/static/icons/pill_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/pill_go.png b/src/kasu/static/icons/pill_go.png deleted file mode 100755 index e5c07d4..0000000 Binary files a/src/kasu/static/icons/pill_go.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin.png b/src/kasu/static/icons/plugin.png deleted file mode 100755 index 6187b15..0000000 Binary files a/src/kasu/static/icons/plugin.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin_add.png b/src/kasu/static/icons/plugin_add.png deleted file mode 100755 index ae43690..0000000 Binary files a/src/kasu/static/icons/plugin_add.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin_delete.png b/src/kasu/static/icons/plugin_delete.png deleted file mode 100755 index d9c3376..0000000 Binary files a/src/kasu/static/icons/plugin_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin_disabled.png b/src/kasu/static/icons/plugin_disabled.png deleted file mode 100755 index f4f6be5..0000000 Binary files a/src/kasu/static/icons/plugin_disabled.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin_edit.png b/src/kasu/static/icons/plugin_edit.png deleted file mode 100755 index b6cb0ec..0000000 Binary files a/src/kasu/static/icons/plugin_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin_error.png b/src/kasu/static/icons/plugin_error.png deleted file mode 100755 index cff65d7..0000000 Binary files a/src/kasu/static/icons/plugin_error.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin_go.png b/src/kasu/static/icons/plugin_go.png deleted file mode 100755 index 41da991..0000000 Binary files a/src/kasu/static/icons/plugin_go.png and /dev/null differ diff --git a/src/kasu/static/icons/plugin_link.png b/src/kasu/static/icons/plugin_link.png deleted file mode 100755 index 445c188..0000000 Binary files a/src/kasu/static/icons/plugin_link.png and /dev/null differ diff --git a/src/kasu/static/icons/printer.png b/src/kasu/static/icons/printer.png deleted file mode 100755 index a350d18..0000000 Binary files a/src/kasu/static/icons/printer.png and /dev/null differ diff --git a/src/kasu/static/icons/printer_add.png b/src/kasu/static/icons/printer_add.png deleted file mode 100755 index d228d05..0000000 Binary files a/src/kasu/static/icons/printer_add.png and /dev/null differ diff --git a/src/kasu/static/icons/printer_delete.png b/src/kasu/static/icons/printer_delete.png deleted file mode 100755 index 1d8605f..0000000 Binary files a/src/kasu/static/icons/printer_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/printer_empty.png b/src/kasu/static/icons/printer_empty.png deleted file mode 100755 index 94e8c16..0000000 Binary files a/src/kasu/static/icons/printer_empty.png and /dev/null differ diff --git a/src/kasu/static/icons/printer_error.png b/src/kasu/static/icons/printer_error.png deleted file mode 100755 index 279ebb0..0000000 Binary files a/src/kasu/static/icons/printer_error.png and /dev/null differ diff --git a/src/kasu/static/icons/rainbow.png b/src/kasu/static/icons/rainbow.png deleted file mode 100755 index 6f425ac..0000000 Binary files a/src/kasu/static/icons/rainbow.png and /dev/null differ diff --git a/src/kasu/static/icons/report.png b/src/kasu/static/icons/report.png deleted file mode 100755 index 779ad58..0000000 Binary files a/src/kasu/static/icons/report.png and /dev/null differ diff --git a/src/kasu/static/icons/report_add.png b/src/kasu/static/icons/report_add.png deleted file mode 100755 index d5eac9b..0000000 Binary files a/src/kasu/static/icons/report_add.png and /dev/null differ diff --git a/src/kasu/static/icons/report_delete.png b/src/kasu/static/icons/report_delete.png deleted file mode 100755 index dcce0b6..0000000 Binary files a/src/kasu/static/icons/report_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/report_disk.png b/src/kasu/static/icons/report_disk.png deleted file mode 100755 index 1c856cd..0000000 Binary files a/src/kasu/static/icons/report_disk.png and /dev/null differ diff --git a/src/kasu/static/icons/report_edit.png b/src/kasu/static/icons/report_edit.png deleted file mode 100755 index c61a6d8..0000000 Binary files a/src/kasu/static/icons/report_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/report_go.png b/src/kasu/static/icons/report_go.png deleted file mode 100755 index f35a979..0000000 Binary files a/src/kasu/static/icons/report_go.png and /dev/null differ diff --git a/src/kasu/static/icons/report_key.png b/src/kasu/static/icons/report_key.png deleted file mode 100755 index 90b758e..0000000 Binary files a/src/kasu/static/icons/report_key.png and /dev/null differ diff --git a/src/kasu/static/icons/report_link.png b/src/kasu/static/icons/report_link.png deleted file mode 100755 index 23f2611..0000000 Binary files a/src/kasu/static/icons/report_link.png and /dev/null differ diff --git a/src/kasu/static/icons/report_magnify.png b/src/kasu/static/icons/report_magnify.png deleted file mode 100755 index aeaa889..0000000 Binary files a/src/kasu/static/icons/report_magnify.png and /dev/null differ diff --git a/src/kasu/static/icons/report_picture.png b/src/kasu/static/icons/report_picture.png deleted file mode 100755 index 3a9a7e5..0000000 Binary files a/src/kasu/static/icons/report_picture.png and /dev/null differ diff --git a/src/kasu/static/icons/report_user.png b/src/kasu/static/icons/report_user.png deleted file mode 100755 index 7766edd..0000000 Binary files a/src/kasu/static/icons/report_user.png and /dev/null differ diff --git a/src/kasu/static/icons/report_word.png b/src/kasu/static/icons/report_word.png deleted file mode 100755 index 9951342..0000000 Binary files a/src/kasu/static/icons/report_word.png and /dev/null differ diff --git a/src/kasu/static/icons/resultset_first.png b/src/kasu/static/icons/resultset_first.png deleted file mode 100755 index b03eaf8..0000000 Binary files a/src/kasu/static/icons/resultset_first.png and /dev/null differ diff --git a/src/kasu/static/icons/resultset_last.png b/src/kasu/static/icons/resultset_last.png deleted file mode 100755 index 8ec8947..0000000 Binary files a/src/kasu/static/icons/resultset_last.png and /dev/null differ diff --git a/src/kasu/static/icons/resultset_next.png b/src/kasu/static/icons/resultset_next.png deleted file mode 100755 index e252606..0000000 Binary files a/src/kasu/static/icons/resultset_next.png and /dev/null differ diff --git a/src/kasu/static/icons/resultset_previous.png b/src/kasu/static/icons/resultset_previous.png deleted file mode 100755 index 18f9cc1..0000000 Binary files a/src/kasu/static/icons/resultset_previous.png and /dev/null differ diff --git a/src/kasu/static/icons/rosette.png b/src/kasu/static/icons/rosette.png deleted file mode 100755 index f233bc7..0000000 Binary files a/src/kasu/static/icons/rosette.png and /dev/null differ diff --git a/src/kasu/static/icons/rss.png b/src/kasu/static/icons/rss.png deleted file mode 100755 index 1dc6ff3..0000000 Binary files a/src/kasu/static/icons/rss.png and /dev/null differ diff --git a/src/kasu/static/icons/rss_add.png b/src/kasu/static/icons/rss_add.png deleted file mode 100755 index b590beb..0000000 Binary files a/src/kasu/static/icons/rss_add.png and /dev/null differ diff --git a/src/kasu/static/icons/rss_delete.png b/src/kasu/static/icons/rss_delete.png deleted file mode 100755 index 9deb738..0000000 Binary files a/src/kasu/static/icons/rss_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/rss_go.png b/src/kasu/static/icons/rss_go.png deleted file mode 100755 index 43a86bf..0000000 Binary files a/src/kasu/static/icons/rss_go.png and /dev/null differ diff --git a/src/kasu/static/icons/rss_valid.png b/src/kasu/static/icons/rss_valid.png deleted file mode 100755 index a6d0b0e..0000000 Binary files a/src/kasu/static/icons/rss_valid.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby.png b/src/kasu/static/icons/ruby.png deleted file mode 100755 index f763a16..0000000 Binary files a/src/kasu/static/icons/ruby.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_add.png b/src/kasu/static/icons/ruby_add.png deleted file mode 100755 index a2cd648..0000000 Binary files a/src/kasu/static/icons/ruby_add.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_delete.png b/src/kasu/static/icons/ruby_delete.png deleted file mode 100755 index 3002263..0000000 Binary files a/src/kasu/static/icons/ruby_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_gear.png b/src/kasu/static/icons/ruby_gear.png deleted file mode 100755 index 4a10590..0000000 Binary files a/src/kasu/static/icons/ruby_gear.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_get.png b/src/kasu/static/icons/ruby_get.png deleted file mode 100755 index f5203c7..0000000 Binary files a/src/kasu/static/icons/ruby_get.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_go.png b/src/kasu/static/icons/ruby_go.png deleted file mode 100755 index d8d276e..0000000 Binary files a/src/kasu/static/icons/ruby_go.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_key.png b/src/kasu/static/icons/ruby_key.png deleted file mode 100755 index 451cfeb..0000000 Binary files a/src/kasu/static/icons/ruby_key.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_link.png b/src/kasu/static/icons/ruby_link.png deleted file mode 100755 index bf4be52..0000000 Binary files a/src/kasu/static/icons/ruby_link.png and /dev/null differ diff --git a/src/kasu/static/icons/ruby_put.png b/src/kasu/static/icons/ruby_put.png deleted file mode 100755 index e026323..0000000 Binary files a/src/kasu/static/icons/ruby_put.png and /dev/null differ diff --git a/src/kasu/static/icons/script.png b/src/kasu/static/icons/script.png deleted file mode 100755 index 0f9ed4d..0000000 Binary files a/src/kasu/static/icons/script.png and /dev/null differ diff --git a/src/kasu/static/icons/script_add.png b/src/kasu/static/icons/script_add.png deleted file mode 100755 index d650552..0000000 Binary files a/src/kasu/static/icons/script_add.png and /dev/null differ diff --git a/src/kasu/static/icons/script_code.png b/src/kasu/static/icons/script_code.png deleted file mode 100755 index 63fe6ce..0000000 Binary files a/src/kasu/static/icons/script_code.png and /dev/null differ diff --git a/src/kasu/static/icons/script_code_red.png b/src/kasu/static/icons/script_code_red.png deleted file mode 100755 index 8fcf0f0..0000000 Binary files a/src/kasu/static/icons/script_code_red.png and /dev/null differ diff --git a/src/kasu/static/icons/script_delete.png b/src/kasu/static/icons/script_delete.png deleted file mode 100755 index e6500ce..0000000 Binary files a/src/kasu/static/icons/script_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/script_edit.png b/src/kasu/static/icons/script_edit.png deleted file mode 100755 index b4d31ce..0000000 Binary files a/src/kasu/static/icons/script_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/script_error.png b/src/kasu/static/icons/script_error.png deleted file mode 100755 index 0491954..0000000 Binary files a/src/kasu/static/icons/script_error.png and /dev/null differ diff --git a/src/kasu/static/icons/script_gear.png b/src/kasu/static/icons/script_gear.png deleted file mode 100755 index 56fcf84..0000000 Binary files a/src/kasu/static/icons/script_gear.png and /dev/null differ diff --git a/src/kasu/static/icons/script_go.png b/src/kasu/static/icons/script_go.png deleted file mode 100755 index 8e154e2..0000000 Binary files a/src/kasu/static/icons/script_go.png and /dev/null differ diff --git a/src/kasu/static/icons/script_key.png b/src/kasu/static/icons/script_key.png deleted file mode 100755 index 49bb24d..0000000 Binary files a/src/kasu/static/icons/script_key.png and /dev/null differ diff --git a/src/kasu/static/icons/script_lightning.png b/src/kasu/static/icons/script_lightning.png deleted file mode 100755 index b3fa18c..0000000 Binary files a/src/kasu/static/icons/script_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/script_link.png b/src/kasu/static/icons/script_link.png deleted file mode 100755 index bdeb985..0000000 Binary files a/src/kasu/static/icons/script_link.png and /dev/null differ diff --git a/src/kasu/static/icons/script_palette.png b/src/kasu/static/icons/script_palette.png deleted file mode 100755 index 6d46962..0000000 Binary files a/src/kasu/static/icons/script_palette.png and /dev/null differ diff --git a/src/kasu/static/icons/script_save.png b/src/kasu/static/icons/script_save.png deleted file mode 100755 index 36216d8..0000000 Binary files a/src/kasu/static/icons/script_save.png and /dev/null differ diff --git a/src/kasu/static/icons/server.png b/src/kasu/static/icons/server.png deleted file mode 100755 index 720a237..0000000 Binary files a/src/kasu/static/icons/server.png and /dev/null differ diff --git a/src/kasu/static/icons/server_add.png b/src/kasu/static/icons/server_add.png deleted file mode 100755 index 3f10a3a..0000000 Binary files a/src/kasu/static/icons/server_add.png and /dev/null differ diff --git a/src/kasu/static/icons/server_chart.png b/src/kasu/static/icons/server_chart.png deleted file mode 100755 index 1128d3f..0000000 Binary files a/src/kasu/static/icons/server_chart.png and /dev/null differ diff --git a/src/kasu/static/icons/server_compressed.png b/src/kasu/static/icons/server_compressed.png deleted file mode 100755 index bf49fad..0000000 Binary files a/src/kasu/static/icons/server_compressed.png and /dev/null differ diff --git a/src/kasu/static/icons/server_connect.png b/src/kasu/static/icons/server_connect.png deleted file mode 100755 index 49b2691..0000000 Binary files a/src/kasu/static/icons/server_connect.png and /dev/null differ diff --git a/src/kasu/static/icons/server_database.png b/src/kasu/static/icons/server_database.png deleted file mode 100755 index b24e826..0000000 Binary files a/src/kasu/static/icons/server_database.png and /dev/null differ diff --git a/src/kasu/static/icons/server_delete.png b/src/kasu/static/icons/server_delete.png deleted file mode 100755 index 61e740f..0000000 Binary files a/src/kasu/static/icons/server_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/server_edit.png b/src/kasu/static/icons/server_edit.png deleted file mode 100755 index dc76253..0000000 Binary files a/src/kasu/static/icons/server_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/server_error.png b/src/kasu/static/icons/server_error.png deleted file mode 100755 index f640256..0000000 Binary files a/src/kasu/static/icons/server_error.png and /dev/null differ diff --git a/src/kasu/static/icons/server_go.png b/src/kasu/static/icons/server_go.png deleted file mode 100755 index 540c8e2..0000000 Binary files a/src/kasu/static/icons/server_go.png and /dev/null differ diff --git a/src/kasu/static/icons/server_key.png b/src/kasu/static/icons/server_key.png deleted file mode 100755 index ecd5174..0000000 Binary files a/src/kasu/static/icons/server_key.png and /dev/null differ diff --git a/src/kasu/static/icons/server_lightning.png b/src/kasu/static/icons/server_lightning.png deleted file mode 100755 index b0f4e46..0000000 Binary files a/src/kasu/static/icons/server_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/server_link.png b/src/kasu/static/icons/server_link.png deleted file mode 100755 index e8821df..0000000 Binary files a/src/kasu/static/icons/server_link.png and /dev/null differ diff --git a/src/kasu/static/icons/server_uncompressed.png b/src/kasu/static/icons/server_uncompressed.png deleted file mode 100755 index 86e8325..0000000 Binary files a/src/kasu/static/icons/server_uncompressed.png and /dev/null differ diff --git a/src/kasu/static/icons/shading.png b/src/kasu/static/icons/shading.png deleted file mode 100755 index 09275f9..0000000 Binary files a/src/kasu/static/icons/shading.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_align_bottom.png b/src/kasu/static/icons/shape_align_bottom.png deleted file mode 100755 index 55d2694..0000000 Binary files a/src/kasu/static/icons/shape_align_bottom.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_align_center.png b/src/kasu/static/icons/shape_align_center.png deleted file mode 100755 index efe9a98..0000000 Binary files a/src/kasu/static/icons/shape_align_center.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_align_left.png b/src/kasu/static/icons/shape_align_left.png deleted file mode 100755 index aaedc41..0000000 Binary files a/src/kasu/static/icons/shape_align_left.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_align_middle.png b/src/kasu/static/icons/shape_align_middle.png deleted file mode 100755 index d350dd8..0000000 Binary files a/src/kasu/static/icons/shape_align_middle.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_align_right.png b/src/kasu/static/icons/shape_align_right.png deleted file mode 100755 index ff556b6..0000000 Binary files a/src/kasu/static/icons/shape_align_right.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_align_top.png b/src/kasu/static/icons/shape_align_top.png deleted file mode 100755 index 1181b43..0000000 Binary files a/src/kasu/static/icons/shape_align_top.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_flip_horizontal.png b/src/kasu/static/icons/shape_flip_horizontal.png deleted file mode 100755 index 8667c81..0000000 Binary files a/src/kasu/static/icons/shape_flip_horizontal.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_flip_vertical.png b/src/kasu/static/icons/shape_flip_vertical.png deleted file mode 100755 index 0bd66d1..0000000 Binary files a/src/kasu/static/icons/shape_flip_vertical.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_group.png b/src/kasu/static/icons/shape_group.png deleted file mode 100755 index bb2ff51..0000000 Binary files a/src/kasu/static/icons/shape_group.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_handles.png b/src/kasu/static/icons/shape_handles.png deleted file mode 100755 index ce27fe3..0000000 Binary files a/src/kasu/static/icons/shape_handles.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_move_back.png b/src/kasu/static/icons/shape_move_back.png deleted file mode 100755 index a216ffd..0000000 Binary files a/src/kasu/static/icons/shape_move_back.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_move_backwards.png b/src/kasu/static/icons/shape_move_backwards.png deleted file mode 100755 index ee3f9b2..0000000 Binary files a/src/kasu/static/icons/shape_move_backwards.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_move_forwards.png b/src/kasu/static/icons/shape_move_forwards.png deleted file mode 100755 index cfe4493..0000000 Binary files a/src/kasu/static/icons/shape_move_forwards.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_move_front.png b/src/kasu/static/icons/shape_move_front.png deleted file mode 100755 index b4a4e3b..0000000 Binary files a/src/kasu/static/icons/shape_move_front.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_rotate_anticlockwise.png b/src/kasu/static/icons/shape_rotate_anticlockwise.png deleted file mode 100755 index 07a3020..0000000 Binary files a/src/kasu/static/icons/shape_rotate_anticlockwise.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_rotate_clockwise.png b/src/kasu/static/icons/shape_rotate_clockwise.png deleted file mode 100755 index b99db7d..0000000 Binary files a/src/kasu/static/icons/shape_rotate_clockwise.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square.png b/src/kasu/static/icons/shape_square.png deleted file mode 100755 index 33af046..0000000 Binary files a/src/kasu/static/icons/shape_square.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square_add.png b/src/kasu/static/icons/shape_square_add.png deleted file mode 100755 index 31edfce..0000000 Binary files a/src/kasu/static/icons/shape_square_add.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square_delete.png b/src/kasu/static/icons/shape_square_delete.png deleted file mode 100755 index ede912d..0000000 Binary files a/src/kasu/static/icons/shape_square_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square_edit.png b/src/kasu/static/icons/shape_square_edit.png deleted file mode 100755 index d28dc6b..0000000 Binary files a/src/kasu/static/icons/shape_square_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square_error.png b/src/kasu/static/icons/shape_square_error.png deleted file mode 100755 index 0d0dcfa..0000000 Binary files a/src/kasu/static/icons/shape_square_error.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square_go.png b/src/kasu/static/icons/shape_square_go.png deleted file mode 100755 index 5a2ad90..0000000 Binary files a/src/kasu/static/icons/shape_square_go.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square_key.png b/src/kasu/static/icons/shape_square_key.png deleted file mode 100755 index c34b982..0000000 Binary files a/src/kasu/static/icons/shape_square_key.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_square_link.png b/src/kasu/static/icons/shape_square_link.png deleted file mode 100755 index b885fcc..0000000 Binary files a/src/kasu/static/icons/shape_square_link.png and /dev/null differ diff --git a/src/kasu/static/icons/shape_ungroup.png b/src/kasu/static/icons/shape_ungroup.png deleted file mode 100755 index 3a6f369..0000000 Binary files a/src/kasu/static/icons/shape_ungroup.png and /dev/null differ diff --git a/src/kasu/static/icons/shield.png b/src/kasu/static/icons/shield.png deleted file mode 100755 index 3cb4e25..0000000 Binary files a/src/kasu/static/icons/shield.png and /dev/null differ diff --git a/src/kasu/static/icons/shield_add.png b/src/kasu/static/icons/shield_add.png deleted file mode 100755 index e20a1b4..0000000 Binary files a/src/kasu/static/icons/shield_add.png and /dev/null differ diff --git a/src/kasu/static/icons/shield_delete.png b/src/kasu/static/icons/shield_delete.png deleted file mode 100755 index 22823a7..0000000 Binary files a/src/kasu/static/icons/shield_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/shield_go.png b/src/kasu/static/icons/shield_go.png deleted file mode 100755 index e9bd852..0000000 Binary files a/src/kasu/static/icons/shield_go.png and /dev/null differ diff --git a/src/kasu/static/icons/sitemap.png b/src/kasu/static/icons/sitemap.png deleted file mode 100755 index ca779f3..0000000 Binary files a/src/kasu/static/icons/sitemap.png and /dev/null differ diff --git a/src/kasu/static/icons/sitemap_color.png b/src/kasu/static/icons/sitemap_color.png deleted file mode 100755 index c64582b..0000000 Binary files a/src/kasu/static/icons/sitemap_color.png and /dev/null differ diff --git a/src/kasu/static/icons/sound.png b/src/kasu/static/icons/sound.png deleted file mode 100755 index 6056d23..0000000 Binary files a/src/kasu/static/icons/sound.png and /dev/null differ diff --git a/src/kasu/static/icons/sound_add.png b/src/kasu/static/icons/sound_add.png deleted file mode 100755 index 965c503..0000000 Binary files a/src/kasu/static/icons/sound_add.png and /dev/null differ diff --git a/src/kasu/static/icons/sound_delete.png b/src/kasu/static/icons/sound_delete.png deleted file mode 100755 index ab9577a..0000000 Binary files a/src/kasu/static/icons/sound_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/sound_low.png b/src/kasu/static/icons/sound_low.png deleted file mode 100755 index 4d91863..0000000 Binary files a/src/kasu/static/icons/sound_low.png and /dev/null differ diff --git a/src/kasu/static/icons/sound_mute.png b/src/kasu/static/icons/sound_mute.png deleted file mode 100755 index b652d2a..0000000 Binary files a/src/kasu/static/icons/sound_mute.png and /dev/null differ diff --git a/src/kasu/static/icons/sound_none.png b/src/kasu/static/icons/sound_none.png deleted file mode 100755 index b497ebd..0000000 Binary files a/src/kasu/static/icons/sound_none.png and /dev/null differ diff --git a/src/kasu/static/icons/spellcheck.png b/src/kasu/static/icons/spellcheck.png deleted file mode 100755 index ebc632d..0000000 Binary files a/src/kasu/static/icons/spellcheck.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_8ball.png b/src/kasu/static/icons/sport_8ball.png deleted file mode 100755 index 4f627b7..0000000 Binary files a/src/kasu/static/icons/sport_8ball.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_basketball.png b/src/kasu/static/icons/sport_basketball.png deleted file mode 100755 index f7a000b..0000000 Binary files a/src/kasu/static/icons/sport_basketball.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_football.png b/src/kasu/static/icons/sport_football.png deleted file mode 100755 index 199f0f7..0000000 Binary files a/src/kasu/static/icons/sport_football.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_golf.png b/src/kasu/static/icons/sport_golf.png deleted file mode 100755 index e21fa44..0000000 Binary files a/src/kasu/static/icons/sport_golf.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_raquet.png b/src/kasu/static/icons/sport_raquet.png deleted file mode 100755 index f5e0f0c..0000000 Binary files a/src/kasu/static/icons/sport_raquet.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_shuttlecock.png b/src/kasu/static/icons/sport_shuttlecock.png deleted file mode 100755 index 917287f..0000000 Binary files a/src/kasu/static/icons/sport_shuttlecock.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_soccer.png b/src/kasu/static/icons/sport_soccer.png deleted file mode 100755 index 3eb1828..0000000 Binary files a/src/kasu/static/icons/sport_soccer.png and /dev/null differ diff --git a/src/kasu/static/icons/sport_tennis.png b/src/kasu/static/icons/sport_tennis.png deleted file mode 100755 index e88a6ef..0000000 Binary files a/src/kasu/static/icons/sport_tennis.png and /dev/null differ diff --git a/src/kasu/static/icons/star.png b/src/kasu/static/icons/star.png deleted file mode 100755 index b88c857..0000000 Binary files a/src/kasu/static/icons/star.png and /dev/null differ diff --git a/src/kasu/static/icons/status_away.png b/src/kasu/static/icons/status_away.png deleted file mode 100755 index 70bcbcc..0000000 Binary files a/src/kasu/static/icons/status_away.png and /dev/null differ diff --git a/src/kasu/static/icons/status_busy.png b/src/kasu/static/icons/status_busy.png deleted file mode 100755 index 987c806..0000000 Binary files a/src/kasu/static/icons/status_busy.png and /dev/null differ diff --git a/src/kasu/static/icons/status_offline.png b/src/kasu/static/icons/status_offline.png deleted file mode 100755 index a88261a..0000000 Binary files a/src/kasu/static/icons/status_offline.png and /dev/null differ diff --git a/src/kasu/static/icons/status_online.png b/src/kasu/static/icons/status_online.png deleted file mode 100755 index 947bd4b..0000000 Binary files a/src/kasu/static/icons/status_online.png and /dev/null differ diff --git a/src/kasu/static/icons/stop.png b/src/kasu/static/icons/stop.png deleted file mode 100755 index 0cfd585..0000000 Binary files a/src/kasu/static/icons/stop.png and /dev/null differ diff --git a/src/kasu/static/icons/style.png b/src/kasu/static/icons/style.png deleted file mode 100755 index 81e41de..0000000 Binary files a/src/kasu/static/icons/style.png and /dev/null differ diff --git a/src/kasu/static/icons/style_add.png b/src/kasu/static/icons/style_add.png deleted file mode 100755 index e0369c6..0000000 Binary files a/src/kasu/static/icons/style_add.png and /dev/null differ diff --git a/src/kasu/static/icons/style_delete.png b/src/kasu/static/icons/style_delete.png deleted file mode 100755 index 640f187..0000000 Binary files a/src/kasu/static/icons/style_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/style_edit.png b/src/kasu/static/icons/style_edit.png deleted file mode 100755 index 25bb5b6..0000000 Binary files a/src/kasu/static/icons/style_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/style_go.png b/src/kasu/static/icons/style_go.png deleted file mode 100755 index 25d6181..0000000 Binary files a/src/kasu/static/icons/style_go.png and /dev/null differ diff --git a/src/kasu/static/icons/sum.png b/src/kasu/static/icons/sum.png deleted file mode 100755 index fd7b32e..0000000 Binary files a/src/kasu/static/icons/sum.png and /dev/null differ diff --git a/src/kasu/static/icons/tab.png b/src/kasu/static/icons/tab.png deleted file mode 100755 index 3d8207f..0000000 Binary files a/src/kasu/static/icons/tab.png and /dev/null differ diff --git a/src/kasu/static/icons/tab_add.png b/src/kasu/static/icons/tab_add.png deleted file mode 100755 index d3b9936..0000000 Binary files a/src/kasu/static/icons/tab_add.png and /dev/null differ diff --git a/src/kasu/static/icons/tab_delete.png b/src/kasu/static/icons/tab_delete.png deleted file mode 100755 index 100da2f..0000000 Binary files a/src/kasu/static/icons/tab_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/tab_edit.png b/src/kasu/static/icons/tab_edit.png deleted file mode 100755 index 4c09c0f..0000000 Binary files a/src/kasu/static/icons/tab_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/tab_go.png b/src/kasu/static/icons/tab_go.png deleted file mode 100755 index 844ce04..0000000 Binary files a/src/kasu/static/icons/tab_go.png and /dev/null differ diff --git a/src/kasu/static/icons/table.png b/src/kasu/static/icons/table.png deleted file mode 100755 index abcd936..0000000 Binary files a/src/kasu/static/icons/table.png and /dev/null differ diff --git a/src/kasu/static/icons/table_add.png b/src/kasu/static/icons/table_add.png deleted file mode 100755 index 2a3e5c4..0000000 Binary files a/src/kasu/static/icons/table_add.png and /dev/null differ diff --git a/src/kasu/static/icons/table_delete.png b/src/kasu/static/icons/table_delete.png deleted file mode 100755 index b85916d..0000000 Binary files a/src/kasu/static/icons/table_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/table_edit.png b/src/kasu/static/icons/table_edit.png deleted file mode 100755 index bfcb024..0000000 Binary files a/src/kasu/static/icons/table_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/table_error.png b/src/kasu/static/icons/table_error.png deleted file mode 100755 index 589e92b..0000000 Binary files a/src/kasu/static/icons/table_error.png and /dev/null differ diff --git a/src/kasu/static/icons/table_gear.png b/src/kasu/static/icons/table_gear.png deleted file mode 100755 index cfc2702..0000000 Binary files a/src/kasu/static/icons/table_gear.png and /dev/null differ diff --git a/src/kasu/static/icons/table_go.png b/src/kasu/static/icons/table_go.png deleted file mode 100755 index 0528dfa..0000000 Binary files a/src/kasu/static/icons/table_go.png and /dev/null differ diff --git a/src/kasu/static/icons/table_key.png b/src/kasu/static/icons/table_key.png deleted file mode 100755 index 34e23e2..0000000 Binary files a/src/kasu/static/icons/table_key.png and /dev/null differ diff --git a/src/kasu/static/icons/table_lightning.png b/src/kasu/static/icons/table_lightning.png deleted file mode 100755 index 612612b..0000000 Binary files a/src/kasu/static/icons/table_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/table_link.png b/src/kasu/static/icons/table_link.png deleted file mode 100755 index decac8a..0000000 Binary files a/src/kasu/static/icons/table_link.png and /dev/null differ diff --git a/src/kasu/static/icons/table_multiple.png b/src/kasu/static/icons/table_multiple.png deleted file mode 100755 index d76448e..0000000 Binary files a/src/kasu/static/icons/table_multiple.png and /dev/null differ diff --git a/src/kasu/static/icons/table_refresh.png b/src/kasu/static/icons/table_refresh.png deleted file mode 100755 index ab92010..0000000 Binary files a/src/kasu/static/icons/table_refresh.png and /dev/null differ diff --git a/src/kasu/static/icons/table_relationship.png b/src/kasu/static/icons/table_relationship.png deleted file mode 100755 index 28b8505..0000000 Binary files a/src/kasu/static/icons/table_relationship.png and /dev/null differ diff --git a/src/kasu/static/icons/table_row_delete.png b/src/kasu/static/icons/table_row_delete.png deleted file mode 100644 index 54c6969..0000000 Binary files a/src/kasu/static/icons/table_row_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/table_row_insert.png b/src/kasu/static/icons/table_row_insert.png deleted file mode 100755 index ff5925e..0000000 Binary files a/src/kasu/static/icons/table_row_insert.png and /dev/null differ diff --git a/src/kasu/static/icons/table_save.png b/src/kasu/static/icons/table_save.png deleted file mode 100755 index 25b74d1..0000000 Binary files a/src/kasu/static/icons/table_save.png and /dev/null differ diff --git a/src/kasu/static/icons/table_sort.png b/src/kasu/static/icons/table_sort.png deleted file mode 100755 index ed6785a..0000000 Binary files a/src/kasu/static/icons/table_sort.png and /dev/null differ diff --git a/src/kasu/static/icons/tag.png b/src/kasu/static/icons/tag.png deleted file mode 100755 index e093032..0000000 Binary files a/src/kasu/static/icons/tag.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_blue.png b/src/kasu/static/icons/tag_blue.png deleted file mode 100755 index 9757fc6..0000000 Binary files a/src/kasu/static/icons/tag_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_blue_add.png b/src/kasu/static/icons/tag_blue_add.png deleted file mode 100755 index f135248..0000000 Binary files a/src/kasu/static/icons/tag_blue_add.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_blue_delete.png b/src/kasu/static/icons/tag_blue_delete.png deleted file mode 100755 index 9fbae67..0000000 Binary files a/src/kasu/static/icons/tag_blue_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_blue_edit.png b/src/kasu/static/icons/tag_blue_edit.png deleted file mode 100755 index 2a9f626..0000000 Binary files a/src/kasu/static/icons/tag_blue_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_green.png b/src/kasu/static/icons/tag_green.png deleted file mode 100755 index 83ec984..0000000 Binary files a/src/kasu/static/icons/tag_green.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_orange.png b/src/kasu/static/icons/tag_orange.png deleted file mode 100755 index 454a59f..0000000 Binary files a/src/kasu/static/icons/tag_orange.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_pink.png b/src/kasu/static/icons/tag_pink.png deleted file mode 100755 index 76e2296..0000000 Binary files a/src/kasu/static/icons/tag_pink.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_purple.png b/src/kasu/static/icons/tag_purple.png deleted file mode 100755 index ebaf0e8..0000000 Binary files a/src/kasu/static/icons/tag_purple.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_red.png b/src/kasu/static/icons/tag_red.png deleted file mode 100755 index 6ebb37d..0000000 Binary files a/src/kasu/static/icons/tag_red.png and /dev/null differ diff --git a/src/kasu/static/icons/tag_yellow.png b/src/kasu/static/icons/tag_yellow.png deleted file mode 100755 index 83d1292..0000000 Binary files a/src/kasu/static/icons/tag_yellow.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone.png b/src/kasu/static/icons/telephone.png deleted file mode 100755 index cecc436..0000000 Binary files a/src/kasu/static/icons/telephone.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone_add.png b/src/kasu/static/icons/telephone_add.png deleted file mode 100755 index 5591cfc..0000000 Binary files a/src/kasu/static/icons/telephone_add.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone_delete.png b/src/kasu/static/icons/telephone_delete.png deleted file mode 100755 index 0013268..0000000 Binary files a/src/kasu/static/icons/telephone_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone_edit.png b/src/kasu/static/icons/telephone_edit.png deleted file mode 100755 index bcf6d7e..0000000 Binary files a/src/kasu/static/icons/telephone_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone_error.png b/src/kasu/static/icons/telephone_error.png deleted file mode 100755 index d3ec3a1..0000000 Binary files a/src/kasu/static/icons/telephone_error.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone_go.png b/src/kasu/static/icons/telephone_go.png deleted file mode 100755 index 395c8fb..0000000 Binary files a/src/kasu/static/icons/telephone_go.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone_key.png b/src/kasu/static/icons/telephone_key.png deleted file mode 100755 index cef5dec..0000000 Binary files a/src/kasu/static/icons/telephone_key.png and /dev/null differ diff --git a/src/kasu/static/icons/telephone_link.png b/src/kasu/static/icons/telephone_link.png deleted file mode 100755 index ef1ee5d..0000000 Binary files a/src/kasu/static/icons/telephone_link.png and /dev/null differ diff --git a/src/kasu/static/icons/television.png b/src/kasu/static/icons/television.png deleted file mode 100755 index 1738a4f..0000000 Binary files a/src/kasu/static/icons/television.png and /dev/null differ diff --git a/src/kasu/static/icons/television_add.png b/src/kasu/static/icons/television_add.png deleted file mode 100755 index 2baaad9..0000000 Binary files a/src/kasu/static/icons/television_add.png and /dev/null differ diff --git a/src/kasu/static/icons/television_delete.png b/src/kasu/static/icons/television_delete.png deleted file mode 100755 index b9a5860..0000000 Binary files a/src/kasu/static/icons/television_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/text_align_center.png b/src/kasu/static/icons/text_align_center.png deleted file mode 100755 index 57beb38..0000000 Binary files a/src/kasu/static/icons/text_align_center.png and /dev/null differ diff --git a/src/kasu/static/icons/text_align_justify.png b/src/kasu/static/icons/text_align_justify.png deleted file mode 100755 index 2fbdd69..0000000 Binary files a/src/kasu/static/icons/text_align_justify.png and /dev/null differ diff --git a/src/kasu/static/icons/text_align_left.png b/src/kasu/static/icons/text_align_left.png deleted file mode 100755 index 6c8fcc1..0000000 Binary files a/src/kasu/static/icons/text_align_left.png and /dev/null differ diff --git a/src/kasu/static/icons/text_align_right.png b/src/kasu/static/icons/text_align_right.png deleted file mode 100755 index a150257..0000000 Binary files a/src/kasu/static/icons/text_align_right.png and /dev/null differ diff --git a/src/kasu/static/icons/text_allcaps.png b/src/kasu/static/icons/text_allcaps.png deleted file mode 100755 index 280fd44..0000000 Binary files a/src/kasu/static/icons/text_allcaps.png and /dev/null differ diff --git a/src/kasu/static/icons/text_bold.png b/src/kasu/static/icons/text_bold.png deleted file mode 100755 index 889ae80..0000000 Binary files a/src/kasu/static/icons/text_bold.png and /dev/null differ diff --git a/src/kasu/static/icons/text_columns.png b/src/kasu/static/icons/text_columns.png deleted file mode 100755 index 97b2e03..0000000 Binary files a/src/kasu/static/icons/text_columns.png and /dev/null differ diff --git a/src/kasu/static/icons/text_dropcaps.png b/src/kasu/static/icons/text_dropcaps.png deleted file mode 100755 index dd65786..0000000 Binary files a/src/kasu/static/icons/text_dropcaps.png and /dev/null differ diff --git a/src/kasu/static/icons/text_heading_1.png b/src/kasu/static/icons/text_heading_1.png deleted file mode 100755 index 9c122e9..0000000 Binary files a/src/kasu/static/icons/text_heading_1.png and /dev/null differ diff --git a/src/kasu/static/icons/text_heading_2.png b/src/kasu/static/icons/text_heading_2.png deleted file mode 100755 index fbd8765..0000000 Binary files a/src/kasu/static/icons/text_heading_2.png and /dev/null differ diff --git a/src/kasu/static/icons/text_heading_3.png b/src/kasu/static/icons/text_heading_3.png deleted file mode 100755 index c7836cf..0000000 Binary files a/src/kasu/static/icons/text_heading_3.png and /dev/null differ diff --git a/src/kasu/static/icons/text_heading_4.png b/src/kasu/static/icons/text_heading_4.png deleted file mode 100755 index 4e929ea..0000000 Binary files a/src/kasu/static/icons/text_heading_4.png and /dev/null differ diff --git a/src/kasu/static/icons/text_heading_5.png b/src/kasu/static/icons/text_heading_5.png deleted file mode 100755 index 30cabeb..0000000 Binary files a/src/kasu/static/icons/text_heading_5.png and /dev/null differ diff --git a/src/kasu/static/icons/text_heading_6.png b/src/kasu/static/icons/text_heading_6.png deleted file mode 100755 index 058170a..0000000 Binary files a/src/kasu/static/icons/text_heading_6.png and /dev/null differ diff --git a/src/kasu/static/icons/text_horizontalrule.png b/src/kasu/static/icons/text_horizontalrule.png deleted file mode 100755 index 8dd1da1..0000000 Binary files a/src/kasu/static/icons/text_horizontalrule.png and /dev/null differ diff --git a/src/kasu/static/icons/text_indent.png b/src/kasu/static/icons/text_indent.png deleted file mode 100755 index 9364532..0000000 Binary files a/src/kasu/static/icons/text_indent.png and /dev/null differ diff --git a/src/kasu/static/icons/text_indent_remove.png b/src/kasu/static/icons/text_indent_remove.png deleted file mode 100755 index 1651b07..0000000 Binary files a/src/kasu/static/icons/text_indent_remove.png and /dev/null differ diff --git a/src/kasu/static/icons/text_italic.png b/src/kasu/static/icons/text_italic.png deleted file mode 100755 index 8482ac8..0000000 Binary files a/src/kasu/static/icons/text_italic.png and /dev/null differ diff --git a/src/kasu/static/icons/text_kerning.png b/src/kasu/static/icons/text_kerning.png deleted file mode 100755 index 377def6..0000000 Binary files a/src/kasu/static/icons/text_kerning.png and /dev/null differ diff --git a/src/kasu/static/icons/text_letter_omega.png b/src/kasu/static/icons/text_letter_omega.png deleted file mode 100755 index 5075ec6..0000000 Binary files a/src/kasu/static/icons/text_letter_omega.png and /dev/null differ diff --git a/src/kasu/static/icons/text_letterspacing.png b/src/kasu/static/icons/text_letterspacing.png deleted file mode 100755 index 41390f5..0000000 Binary files a/src/kasu/static/icons/text_letterspacing.png and /dev/null differ diff --git a/src/kasu/static/icons/text_linespacing.png b/src/kasu/static/icons/text_linespacing.png deleted file mode 100755 index 1a91cbd..0000000 Binary files a/src/kasu/static/icons/text_linespacing.png and /dev/null differ diff --git a/src/kasu/static/icons/text_list_bullets.png b/src/kasu/static/icons/text_list_bullets.png deleted file mode 100755 index 4a8672b..0000000 Binary files a/src/kasu/static/icons/text_list_bullets.png and /dev/null differ diff --git a/src/kasu/static/icons/text_list_numbers.png b/src/kasu/static/icons/text_list_numbers.png deleted file mode 100755 index 33b0b8d..0000000 Binary files a/src/kasu/static/icons/text_list_numbers.png and /dev/null differ diff --git a/src/kasu/static/icons/text_lowercase.png b/src/kasu/static/icons/text_lowercase.png deleted file mode 100755 index 382a102..0000000 Binary files a/src/kasu/static/icons/text_lowercase.png and /dev/null differ diff --git a/src/kasu/static/icons/text_padding_bottom.png b/src/kasu/static/icons/text_padding_bottom.png deleted file mode 100755 index 4880c43..0000000 Binary files a/src/kasu/static/icons/text_padding_bottom.png and /dev/null differ diff --git a/src/kasu/static/icons/text_padding_left.png b/src/kasu/static/icons/text_padding_left.png deleted file mode 100755 index b55482e..0000000 Binary files a/src/kasu/static/icons/text_padding_left.png and /dev/null differ diff --git a/src/kasu/static/icons/text_padding_right.png b/src/kasu/static/icons/text_padding_right.png deleted file mode 100755 index 106edae..0000000 Binary files a/src/kasu/static/icons/text_padding_right.png and /dev/null differ diff --git a/src/kasu/static/icons/text_padding_top.png b/src/kasu/static/icons/text_padding_top.png deleted file mode 100755 index c5c45b2..0000000 Binary files a/src/kasu/static/icons/text_padding_top.png and /dev/null differ diff --git a/src/kasu/static/icons/text_replace.png b/src/kasu/static/icons/text_replace.png deleted file mode 100755 index 877f82f..0000000 Binary files a/src/kasu/static/icons/text_replace.png and /dev/null differ diff --git a/src/kasu/static/icons/text_signature.png b/src/kasu/static/icons/text_signature.png deleted file mode 100755 index c72fd80..0000000 Binary files a/src/kasu/static/icons/text_signature.png and /dev/null differ diff --git a/src/kasu/static/icons/text_smallcaps.png b/src/kasu/static/icons/text_smallcaps.png deleted file mode 100755 index 5b98a6e..0000000 Binary files a/src/kasu/static/icons/text_smallcaps.png and /dev/null differ diff --git a/src/kasu/static/icons/text_strikethrough.png b/src/kasu/static/icons/text_strikethrough.png deleted file mode 100755 index 612058a..0000000 Binary files a/src/kasu/static/icons/text_strikethrough.png and /dev/null differ diff --git a/src/kasu/static/icons/text_subscript.png b/src/kasu/static/icons/text_subscript.png deleted file mode 100755 index 1a2b010..0000000 Binary files a/src/kasu/static/icons/text_subscript.png and /dev/null differ diff --git a/src/kasu/static/icons/text_superscript.png b/src/kasu/static/icons/text_superscript.png deleted file mode 100755 index 2fb2a7c..0000000 Binary files a/src/kasu/static/icons/text_superscript.png and /dev/null differ diff --git a/src/kasu/static/icons/text_underline.png b/src/kasu/static/icons/text_underline.png deleted file mode 100755 index 90d0df2..0000000 Binary files a/src/kasu/static/icons/text_underline.png and /dev/null differ diff --git a/src/kasu/static/icons/text_uppercase.png b/src/kasu/static/icons/text_uppercase.png deleted file mode 100755 index 8dcc2db..0000000 Binary files a/src/kasu/static/icons/text_uppercase.png and /dev/null differ diff --git a/src/kasu/static/icons/textfield.png b/src/kasu/static/icons/textfield.png deleted file mode 100755 index d37e730..0000000 Binary files a/src/kasu/static/icons/textfield.png and /dev/null differ diff --git a/src/kasu/static/icons/textfield_add.png b/src/kasu/static/icons/textfield_add.png deleted file mode 100755 index 204de72..0000000 Binary files a/src/kasu/static/icons/textfield_add.png and /dev/null differ diff --git a/src/kasu/static/icons/textfield_delete.png b/src/kasu/static/icons/textfield_delete.png deleted file mode 100755 index c7bd58b..0000000 Binary files a/src/kasu/static/icons/textfield_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/textfield_key.png b/src/kasu/static/icons/textfield_key.png deleted file mode 100755 index a9d5e4f..0000000 Binary files a/src/kasu/static/icons/textfield_key.png and /dev/null differ diff --git a/src/kasu/static/icons/textfield_rename.png b/src/kasu/static/icons/textfield_rename.png deleted file mode 100755 index 4e3688e..0000000 Binary files a/src/kasu/static/icons/textfield_rename.png and /dev/null differ diff --git a/src/kasu/static/icons/thumb_down.png b/src/kasu/static/icons/thumb_down.png deleted file mode 100755 index 3c832d4..0000000 Binary files a/src/kasu/static/icons/thumb_down.png and /dev/null differ diff --git a/src/kasu/static/icons/thumb_up.png b/src/kasu/static/icons/thumb_up.png deleted file mode 100755 index 2bd16cc..0000000 Binary files a/src/kasu/static/icons/thumb_up.png and /dev/null differ diff --git a/src/kasu/static/icons/tick.png b/src/kasu/static/icons/tick.png deleted file mode 100755 index a9925a0..0000000 Binary files a/src/kasu/static/icons/tick.png and /dev/null differ diff --git a/src/kasu/static/icons/time.png b/src/kasu/static/icons/time.png deleted file mode 100755 index 911da3f..0000000 Binary files a/src/kasu/static/icons/time.png and /dev/null differ diff --git a/src/kasu/static/icons/time_add.png b/src/kasu/static/icons/time_add.png deleted file mode 100755 index dcc45cb..0000000 Binary files a/src/kasu/static/icons/time_add.png and /dev/null differ diff --git a/src/kasu/static/icons/time_delete.png b/src/kasu/static/icons/time_delete.png deleted file mode 100755 index 5bf8313..0000000 Binary files a/src/kasu/static/icons/time_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/time_go.png b/src/kasu/static/icons/time_go.png deleted file mode 100755 index d451ee0..0000000 Binary files a/src/kasu/static/icons/time_go.png and /dev/null differ diff --git a/src/kasu/static/icons/timeline_marker.png b/src/kasu/static/icons/timeline_marker.png deleted file mode 100755 index a3fbddf..0000000 Binary files a/src/kasu/static/icons/timeline_marker.png and /dev/null differ diff --git a/src/kasu/static/icons/transmit.png b/src/kasu/static/icons/transmit.png deleted file mode 100755 index f54bf73..0000000 Binary files a/src/kasu/static/icons/transmit.png and /dev/null differ diff --git a/src/kasu/static/icons/transmit_add.png b/src/kasu/static/icons/transmit_add.png deleted file mode 100755 index b7fd4e6..0000000 Binary files a/src/kasu/static/icons/transmit_add.png and /dev/null differ diff --git a/src/kasu/static/icons/transmit_blue.png b/src/kasu/static/icons/transmit_blue.png deleted file mode 100755 index 7b1142f..0000000 Binary files a/src/kasu/static/icons/transmit_blue.png and /dev/null differ diff --git a/src/kasu/static/icons/transmit_delete.png b/src/kasu/static/icons/transmit_delete.png deleted file mode 100755 index 3d72be2..0000000 Binary files a/src/kasu/static/icons/transmit_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/transmit_edit.png b/src/kasu/static/icons/transmit_edit.png deleted file mode 100755 index eb9a3dd..0000000 Binary files a/src/kasu/static/icons/transmit_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/transmit_error.png b/src/kasu/static/icons/transmit_error.png deleted file mode 100755 index fd1d449..0000000 Binary files a/src/kasu/static/icons/transmit_error.png and /dev/null differ diff --git a/src/kasu/static/icons/transmit_go.png b/src/kasu/static/icons/transmit_go.png deleted file mode 100755 index 10137e5..0000000 Binary files a/src/kasu/static/icons/transmit_go.png and /dev/null differ diff --git a/src/kasu/static/icons/tux.png b/src/kasu/static/icons/tux.png deleted file mode 100755 index bbefe2e..0000000 Binary files a/src/kasu/static/icons/tux.png and /dev/null differ diff --git a/src/kasu/static/icons/user.png b/src/kasu/static/icons/user.png deleted file mode 100755 index 79f35cc..0000000 Binary files a/src/kasu/static/icons/user.png and /dev/null differ diff --git a/src/kasu/static/icons/user_add.png b/src/kasu/static/icons/user_add.png deleted file mode 100755 index deae99b..0000000 Binary files a/src/kasu/static/icons/user_add.png and /dev/null differ diff --git a/src/kasu/static/icons/user_comment.png b/src/kasu/static/icons/user_comment.png deleted file mode 100755 index e54ebeb..0000000 Binary files a/src/kasu/static/icons/user_comment.png and /dev/null differ diff --git a/src/kasu/static/icons/user_delete.png b/src/kasu/static/icons/user_delete.png deleted file mode 100755 index acbb563..0000000 Binary files a/src/kasu/static/icons/user_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/user_edit.png b/src/kasu/static/icons/user_edit.png deleted file mode 100755 index c1974cd..0000000 Binary files a/src/kasu/static/icons/user_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/user_female.png b/src/kasu/static/icons/user_female.png deleted file mode 100755 index 7c71de0..0000000 Binary files a/src/kasu/static/icons/user_female.png and /dev/null differ diff --git a/src/kasu/static/icons/user_go.png b/src/kasu/static/icons/user_go.png deleted file mode 100755 index 0468cf0..0000000 Binary files a/src/kasu/static/icons/user_go.png and /dev/null differ diff --git a/src/kasu/static/icons/user_gray.png b/src/kasu/static/icons/user_gray.png deleted file mode 100755 index 8fd539e..0000000 Binary files a/src/kasu/static/icons/user_gray.png and /dev/null differ diff --git a/src/kasu/static/icons/user_green.png b/src/kasu/static/icons/user_green.png deleted file mode 100755 index 30383c2..0000000 Binary files a/src/kasu/static/icons/user_green.png and /dev/null differ diff --git a/src/kasu/static/icons/user_orange.png b/src/kasu/static/icons/user_orange.png deleted file mode 100755 index b818127..0000000 Binary files a/src/kasu/static/icons/user_orange.png and /dev/null differ diff --git a/src/kasu/static/icons/user_red.png b/src/kasu/static/icons/user_red.png deleted file mode 100755 index c6f66e8..0000000 Binary files a/src/kasu/static/icons/user_red.png and /dev/null differ diff --git a/src/kasu/static/icons/user_suit.png b/src/kasu/static/icons/user_suit.png deleted file mode 100755 index b3454e1..0000000 Binary files a/src/kasu/static/icons/user_suit.png and /dev/null differ diff --git a/src/kasu/static/icons/vcard.png b/src/kasu/static/icons/vcard.png deleted file mode 100755 index c02f315..0000000 Binary files a/src/kasu/static/icons/vcard.png and /dev/null differ diff --git a/src/kasu/static/icons/vcard_add.png b/src/kasu/static/icons/vcard_add.png deleted file mode 100755 index 2a68453..0000000 Binary files a/src/kasu/static/icons/vcard_add.png and /dev/null differ diff --git a/src/kasu/static/icons/vcard_delete.png b/src/kasu/static/icons/vcard_delete.png deleted file mode 100755 index b194b97..0000000 Binary files a/src/kasu/static/icons/vcard_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/vcard_edit.png b/src/kasu/static/icons/vcard_edit.png deleted file mode 100755 index ab0f6e7..0000000 Binary files a/src/kasu/static/icons/vcard_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/vector.png b/src/kasu/static/icons/vector.png deleted file mode 100755 index a1291c2..0000000 Binary files a/src/kasu/static/icons/vector.png and /dev/null differ diff --git a/src/kasu/static/icons/vector_add.png b/src/kasu/static/icons/vector_add.png deleted file mode 100755 index 988770f..0000000 Binary files a/src/kasu/static/icons/vector_add.png and /dev/null differ diff --git a/src/kasu/static/icons/vector_delete.png b/src/kasu/static/icons/vector_delete.png deleted file mode 100755 index ca139e0..0000000 Binary files a/src/kasu/static/icons/vector_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/wand.png b/src/kasu/static/icons/wand.png deleted file mode 100755 index 44ccbf8..0000000 Binary files a/src/kasu/static/icons/wand.png and /dev/null differ diff --git a/src/kasu/static/icons/weather_clouds.png b/src/kasu/static/icons/weather_clouds.png deleted file mode 100755 index 3f73eaa..0000000 Binary files a/src/kasu/static/icons/weather_clouds.png and /dev/null differ diff --git a/src/kasu/static/icons/weather_cloudy.png b/src/kasu/static/icons/weather_cloudy.png deleted file mode 100755 index 5856e1d..0000000 Binary files a/src/kasu/static/icons/weather_cloudy.png and /dev/null differ diff --git a/src/kasu/static/icons/weather_lightning.png b/src/kasu/static/icons/weather_lightning.png deleted file mode 100755 index 1d42b36..0000000 Binary files a/src/kasu/static/icons/weather_lightning.png and /dev/null differ diff --git a/src/kasu/static/icons/weather_rain.png b/src/kasu/static/icons/weather_rain.png deleted file mode 100755 index cb3d54d..0000000 Binary files a/src/kasu/static/icons/weather_rain.png and /dev/null differ diff --git a/src/kasu/static/icons/weather_snow.png b/src/kasu/static/icons/weather_snow.png deleted file mode 100755 index 45bbdf1..0000000 Binary files a/src/kasu/static/icons/weather_snow.png and /dev/null differ diff --git a/src/kasu/static/icons/weather_sun.png b/src/kasu/static/icons/weather_sun.png deleted file mode 100644 index 0156c26..0000000 Binary files a/src/kasu/static/icons/weather_sun.png and /dev/null differ diff --git a/src/kasu/static/icons/webcam.png b/src/kasu/static/icons/webcam.png deleted file mode 100755 index af71c30..0000000 Binary files a/src/kasu/static/icons/webcam.png and /dev/null differ diff --git a/src/kasu/static/icons/webcam_add.png b/src/kasu/static/icons/webcam_add.png deleted file mode 100755 index f02fcfa..0000000 Binary files a/src/kasu/static/icons/webcam_add.png and /dev/null differ diff --git a/src/kasu/static/icons/webcam_delete.png b/src/kasu/static/icons/webcam_delete.png deleted file mode 100755 index bd6277f..0000000 Binary files a/src/kasu/static/icons/webcam_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/webcam_error.png b/src/kasu/static/icons/webcam_error.png deleted file mode 100755 index 2faa706..0000000 Binary files a/src/kasu/static/icons/webcam_error.png and /dev/null differ diff --git a/src/kasu/static/icons/world.png b/src/kasu/static/icons/world.png deleted file mode 100755 index 68f21d3..0000000 Binary files a/src/kasu/static/icons/world.png and /dev/null differ diff --git a/src/kasu/static/icons/world_add.png b/src/kasu/static/icons/world_add.png deleted file mode 100755 index 6d0d7f7..0000000 Binary files a/src/kasu/static/icons/world_add.png and /dev/null differ diff --git a/src/kasu/static/icons/world_delete.png b/src/kasu/static/icons/world_delete.png deleted file mode 100755 index ffcd115..0000000 Binary files a/src/kasu/static/icons/world_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/world_edit.png b/src/kasu/static/icons/world_edit.png deleted file mode 100755 index 00794d4..0000000 Binary files a/src/kasu/static/icons/world_edit.png and /dev/null differ diff --git a/src/kasu/static/icons/world_go.png b/src/kasu/static/icons/world_go.png deleted file mode 100755 index aee9c97..0000000 Binary files a/src/kasu/static/icons/world_go.png and /dev/null differ diff --git a/src/kasu/static/icons/world_link.png b/src/kasu/static/icons/world_link.png deleted file mode 100755 index b8edc12..0000000 Binary files a/src/kasu/static/icons/world_link.png and /dev/null differ diff --git a/src/kasu/static/icons/wrench.png b/src/kasu/static/icons/wrench.png deleted file mode 100755 index 5c8213f..0000000 Binary files a/src/kasu/static/icons/wrench.png and /dev/null differ diff --git a/src/kasu/static/icons/wrench_orange.png b/src/kasu/static/icons/wrench_orange.png deleted file mode 100755 index 565a933..0000000 Binary files a/src/kasu/static/icons/wrench_orange.png and /dev/null differ diff --git a/src/kasu/static/icons/xhtml.png b/src/kasu/static/icons/xhtml.png deleted file mode 100755 index da5dbf2..0000000 Binary files a/src/kasu/static/icons/xhtml.png and /dev/null differ diff --git a/src/kasu/static/icons/xhtml_add.png b/src/kasu/static/icons/xhtml_add.png deleted file mode 100755 index bbaf784..0000000 Binary files a/src/kasu/static/icons/xhtml_add.png and /dev/null differ diff --git a/src/kasu/static/icons/xhtml_delete.png b/src/kasu/static/icons/xhtml_delete.png deleted file mode 100755 index 157b520..0000000 Binary files a/src/kasu/static/icons/xhtml_delete.png and /dev/null differ diff --git a/src/kasu/static/icons/xhtml_go.png b/src/kasu/static/icons/xhtml_go.png deleted file mode 100755 index 43cf814..0000000 Binary files a/src/kasu/static/icons/xhtml_go.png and /dev/null differ diff --git a/src/kasu/static/icons/xhtml_valid.png b/src/kasu/static/icons/xhtml_valid.png deleted file mode 100755 index d2e1cfb..0000000 Binary files a/src/kasu/static/icons/xhtml_valid.png and /dev/null differ diff --git a/src/kasu/static/icons/zoom.png b/src/kasu/static/icons/zoom.png deleted file mode 100755 index 908612e..0000000 Binary files a/src/kasu/static/icons/zoom.png and /dev/null differ diff --git a/src/kasu/static/icons/zoom_in.png b/src/kasu/static/icons/zoom_in.png deleted file mode 100755 index cdf0a52..0000000 Binary files a/src/kasu/static/icons/zoom_in.png and /dev/null differ diff --git a/src/kasu/static/icons/zoom_out.png b/src/kasu/static/icons/zoom_out.png deleted file mode 100755 index 07bf98a..0000000 Binary files a/src/kasu/static/icons/zoom_out.png and /dev/null differ diff --git a/src/kasu/static/img/gray-swoop.png b/src/kasu/static/img/gray-swoop.png deleted file mode 100644 index c991cde..0000000 Binary files a/src/kasu/static/img/gray-swoop.png and /dev/null differ diff --git a/src/kasu/static/img/ical_feed.gif b/src/kasu/static/img/ical_feed.gif deleted file mode 100644 index 99f8c91..0000000 Binary files a/src/kasu/static/img/ical_feed.gif and /dev/null differ diff --git a/src/kasu/static/img/kranich.jpg b/src/kasu/static/img/kranich.jpg deleted file mode 100644 index 5459b81..0000000 Binary files a/src/kasu/static/img/kranich.jpg and /dev/null differ diff --git a/src/kasu/static/img/login_buttons.png b/src/kasu/static/img/login_buttons.png deleted file mode 100644 index 469b224..0000000 Binary files a/src/kasu/static/img/login_buttons.png and /dev/null differ diff --git a/src/kasu/static/img/news_teaser.jpg b/src/kasu/static/img/news_teaser.jpg deleted file mode 100644 index 3381060..0000000 Binary files a/src/kasu/static/img/news_teaser.jpg and /dev/null differ diff --git a/src/kasu/static/img/red-swoop.png b/src/kasu/static/img/red-swoop.png deleted file mode 100644 index a4bc431..0000000 Binary files a/src/kasu/static/img/red-swoop.png and /dev/null differ diff --git a/src/kasu/static/img/rss_feed.gif b/src/kasu/static/img/rss_feed.gif deleted file mode 100644 index 2c67c69..0000000 Binary files a/src/kasu/static/img/rss_feed.gif and /dev/null differ diff --git a/src/kasu/static/img/teaser/default.jpg b/src/kasu/static/img/teaser/default.jpg deleted file mode 100644 index 0ab520b..0000000 Binary files a/src/kasu/static/img/teaser/default.jpg and /dev/null differ diff --git a/src/kasu/static/img/teaser/edit_page.jpg b/src/kasu/static/img/teaser/edit_page.jpg index 78759f8..cc5799b 100644 Binary files a/src/kasu/static/img/teaser/edit_page.jpg and b/src/kasu/static/img/teaser/edit_page.jpg differ diff --git a/src/kasu/static/img/teaser/events.jpg b/src/kasu/static/img/teaser/events.jpg index 059f064..9b7c072 100644 Binary files a/src/kasu/static/img/teaser/events.jpg and b/src/kasu/static/img/teaser/events.jpg differ diff --git a/src/kasu/static/img/teaser/gallery.jpg b/src/kasu/static/img/teaser/gallery.jpg index 9571992..5f05e05 100644 Binary files a/src/kasu/static/img/teaser/gallery.jpg and b/src/kasu/static/img/teaser/gallery.jpg differ diff --git a/src/kasu/static/img/teaser/mahjong.jpg b/src/kasu/static/img/teaser/mahjong.jpg index 61f8508..675db36 100644 Binary files a/src/kasu/static/img/teaser/mahjong.jpg and b/src/kasu/static/img/teaser/mahjong.jpg differ diff --git a/src/kasu/static/img/teaser/maistar.jpg b/src/kasu/static/img/teaser/maistar.jpg index c25c422..9a4897b 100644 Binary files a/src/kasu/static/img/teaser/maistar.jpg and b/src/kasu/static/img/teaser/maistar.jpg differ diff --git a/src/kasu/static/img/teaser/news.jpg b/src/kasu/static/img/teaser/news.jpg index 3381060..b7708ad 100644 Binary files a/src/kasu/static/img/teaser/news.jpg and b/src/kasu/static/img/teaser/news.jpg differ diff --git a/src/kasu/static/img/teaser/ranking.jpg b/src/kasu/static/img/teaser/ranking.jpg deleted file mode 100644 index 864753e..0000000 Binary files a/src/kasu/static/img/teaser/ranking.jpg and /dev/null differ diff --git a/src/kasu/static/img/teaser/spiele.jpg b/src/kasu/static/img/teaser/spiele.jpg deleted file mode 100644 index 1a5a529..0000000 Binary files a/src/kasu/static/img/teaser/spiele.jpg and /dev/null differ diff --git a/src/kasu/static/img/teaser/verein.jpg b/src/kasu/static/img/teaser/verein.jpg deleted file mode 100644 index f27381f..0000000 Binary files a/src/kasu/static/img/teaser/verein.jpg and /dev/null differ diff --git a/src/kasu/static/img/teaser_bg.png b/src/kasu/static/img/teaser_bg.png deleted file mode 100644 index 1b15856..0000000 Binary files a/src/kasu/static/img/teaser_bg.png and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/CHANGES.md b/src/kasu/static/js/ckeditor/CHANGES.md deleted file mode 100644 index ae3469f..0000000 --- a/src/kasu/static/js/ckeditor/CHANGES.md +++ /dev/null @@ -1,120 +0,0 @@ -CKEditor 4 Changelog -==================== - -## CKEditor 4.1 - -* [#10192](http://dev.ckeditor.com/ticket/10192): Closing lists with Enter key does not work with Advanced Content Filter in several cases. -* [#10191](http://dev.ckeditor.com/ticket/10191): Fixed allowed content rules unification, so the `filter.allowedContent` property always contains rules in the same format. -* [#10224](http://dev.ckeditor.com/ticket/10224): Advanced Content Filter does not remove non-empty `` elements anymore. -* Minor issues in plugin integration with Advanced Content Filter: - * [#10166](http://dev.ckeditor.com/ticket/10166): Added transformation from the `align` attribute to `float` style to preserve backward compatibility after the introduction of Advanced Content Filter. - * [#10195](http://dev.ckeditor.com/ticket/10195): Image plugin no longer registers rules for links to Advanced Content Filter. - * [#10213](http://dev.ckeditor.com/ticket/10213): Justify plugin is now correctly registering rules to Advanced Content Filter when `config.justifyClasses` is defined. - -## CKEditor 4.1 RC - -* [#9829](http://dev.ckeditor.com/ticket/9829): Data and features activation based on editor configuration. - - Brand new data filtering system that works in 2 modes: - - * based on loaded features (toolbar items, plugins) - the data will be filtered according to what the editor in its - current configuration can handle, - * based on `config.allowedContent` rules - the data will be filtered and the editor features (toolbar items, commands, - keystrokes) will be enabled if they are allowed. - - See the `datafiltering.html` sample, [guides](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) and [`CKEDITOR.filter` API documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.filter). -* [#9387](http://dev.ckeditor.com/ticket/9387): Reintroduced "Shared Spaces" - the ability to display toolbar and bottom editor space in selected locations and to share them by different editor instances. -* [#9907](http://dev.ckeditor.com/ticket/9907): Added the `contentPreview` event for preview data manipulation. -* [#9713](http://dev.ckeditor.com/ticket/9713): Introduced the `sourcedialog` plugin that brings raw HTML editing for inline editor instances. -* Included in [#9829](http://dev.ckeditor.com/ticket/9829): Introduced new events, `toHtml` and `toDataFormat`, allowing for better integration with data processing. See API documentation: [`toHtml`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toHtml), [`toDataFormat`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toDataFormat). -* [#9981](http://dev.ckeditor.com/ticket/9981): Added ability to filter `htmlParser.fragment`, `htmlParser.element` etc. by many `htmlParser.filter`s before writing structure to an HTML string. -* Included in [#10103](http://dev.ckeditor.com/ticket/10103): - * Introduced the `editor.status` property to make it easier to check the current status of the editor. See [API documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-status). - * Default `command` state is now `CKEDITOR.TRISTATE_DISABLE`. It will be activated on `editor.instanceReady` or immediately after being added if the editor is already initialized. -* [#9796](http://dev.ckeditor.com/ticket/9796): Introduced `` as a default tag for strikethrough, which replaces obsolete `` in HTML5. - -## CKEditor 4.0.3 - -* [#10196](http://dev.ckeditor.com/ticket/10196): Fixed context menus not opening with keyboard shortcuts when Autogrow is enabled. -* [#10212](http://dev.ckeditor.com/ticket/10212): [IE7-10] Undo command throws errors after multiple switches between Source and WYSIWYG view. -* [#10219](http://dev.ckeditor.com/ticket/10219): [Inline editor] Error thrown after calling editor.destroy(). - -## CKEditor 4.0.2 - -* [#9779](http://dev.ckeditor.com/ticket/9779): Fixed overriding `CKEDITOR.getUrl` with `CKEDITOR_GETURL`. -* [#9772](http://dev.ckeditor.com/ticket/9772): Custom buttons in dialog window footer have different look and size (Moono, Kama). -* [#9029](http://dev.ckeditor.com/ticket/9029): Custom styles added with `styleSet.add()` are displayed in wrong order. -* [#9887](http://dev.ckeditor.com/ticket/9887): Disable magicline when `editor.readOnly` is set. -* [#9882](http://dev.ckeditor.com/ticket/9882): Fixed empty document title on `getData()` if set via the Document Properties dialog window. -* [#9773](http://dev.ckeditor.com/ticket/9773): Fixed rendering problems with selection fields in the Kama skin. -* [#9851](http://dev.ckeditor.com/ticket/9851): The `selectionChange` event is not fired when mouse selection ended outside editable. -* [#9903](http://dev.ckeditor.com/ticket/9903): [Inline editor] Bad positioning of floating space with page horizontal scroll. -* [#9872](http://dev.ckeditor.com/ticket/9872): `editor.checkDirty()` returns `true` when called onload. Removed the obsolete `editor.mayBeDirty` flag. -* [#9893](http://dev.ckeditor.com/ticket/9893): Fixed broken toolbar when editing mixed direction content in Quirks mode. -* [#9845](http://dev.ckeditor.com/ticket/9845): Fixed TAB navigation in the Link dialog window when the Anchor option is used and no anchors are available. -* [#9883](http://dev.ckeditor.com/ticket/9883): Maximizing was making the entire page editable with divarea-based editors. -* [#9940](http://dev.ckeditor.com/ticket/9940): [Firefox] Navigating back to a page with the editor was making the entire page editable. -* [#9966](http://dev.ckeditor.com/ticket/9966): Fixed: Unable to type square brackets with French keyboard layout. Changed magicline keystrokes. -* [#9507](http://dev.ckeditor.com/ticket/9507): [Firefox] Selection is moved before editable position when the editor is focused for the first time. -* [#9947](http://dev.ckeditor.com/ticket/9947): [Webkit] Editor overflows parent container in some edge cases. -* [#10105](http://dev.ckeditor.com/ticket/10105): Fixed: Broken sourcearea view when an RTL language is set. -* [#10123](http://dev.ckeditor.com/ticket/10123): [Webkit] Fixed: Several dialog windows have broken layout since the latest Webkit release. -* [#10152](http://dev.ckeditor.com/ticket/10152): Fixed: Invalid ARIA property used on menu items. - -## CKEditor 4.0.1.1 - -* Security update: Added protection against XSS attack and possible path disclosure in PHP sample. - -## CKEditor 4.0.1 - -Fixed issues: - -* [#9655](http://dev.ckeditor.com/ticket/9655): Support for IE Quirks Mode in new Moono skin. -* Accessibility issues (mainly on inline editor): [#9364](http://dev.ckeditor.com/ticket/9364), [#9368](http://dev.ckeditor.com/ticket/9368), [#9369](http://dev.ckeditor.com/ticket/9369), [#9370](http://dev.ckeditor.com/ticket/9370), [#9541](http://dev.ckeditor.com/ticket/9541), [#9543](http://dev.ckeditor.com/ticket/9543), [#9841](http://dev.ckeditor.com/ticket/9841), [#9844](http://dev.ckeditor.com/ticket/9844). -* Magic-line: - * [#9481](http://dev.ckeditor.com/ticket/9481): Added accessibility support for Magic-line. - * [#9509](http://dev.ckeditor.com/ticket/9509): Added Magic-line support for forms. - * [#9573](http://dev.ckeditor.com/ticket/9573): Magic-line doesn't disappear on `mouseout` in the specific case. -* [#9754](http://dev.ckeditor.com/ticket/9754): [Webkit] Cut & paste simple unformatted text generates inline wrapper in Webkits. -* [#9456](http://dev.ckeditor.com/ticket/9456): [Chrome] Properly paste bullet list style from MS-Word. -* [#9699](http://dev.ckeditor.com/ticket/9699), [#9758](http://dev.ckeditor.com/ticket/9758): Improved selection locking when selecting by dragging. -* Context menu: - * [#9712](http://dev.ckeditor.com/ticket/9712): Context menu open destroys editor focus. - * [#9366](http://dev.ckeditor.com/ticket/9366): Context menu should be displayed over floating toolbar. - * [#9706](http://dev.ckeditor.com/ticket/9706): Context menu generates JS error in inline mode when editor attached to header element. -* [#9800](http://dev.ckeditor.com/ticket/9800): Hide float panel when resizing window. -* [#9721](http://dev.ckeditor.com/ticket/9721): Padding in content of div based editor puts editing area under bottom UI space. -* [#9528](http://dev.ckeditor.com/ticket/9528): Host page's `box-sizing` style shouldn't influence editor UI elements. -* [#9503](http://dev.ckeditor.com/ticket/9503): Forms plugin adds context menu listeners only on supported input types. Added support for `tel, email, search` and `url` input types. -* [#9769](http://dev.ckeditor.com/ticket/9769): Improved floating toolbar positioning in narrow window. -* [#9875](http://dev.ckeditor.com/ticket/9875): Table dialog doesn't populate width correctly. -* [#8675](http://dev.ckeditor.com/ticket/8675): Deleting cells in nested table removes outer table cell. -* [#9815](http://dev.ckeditor.com/ticket/9815): Can't edit dialog fields on editor initialized in jQuery UI modal dialog. -* [#8888](http://dev.ckeditor.com/ticket/8888): CKEditor dialogs do not show completely in small window. -* [#9360](http://dev.ckeditor.com/ticket/9360): [Inline editor] Blocks shown for a div stay permanently even after user exists editing the div. -* [#9531](http://dev.ckeditor.com/ticket/9531): [Firefox & Inline editor] Toolbar is lost when closing format combo by clicking on its button. -* [#9553](http://dev.ckeditor.com/ticket/9553): Table width incorrectly set when `border-width` style is specified. -* [#9594](http://dev.ckeditor.com/ticket/9594): Cannot tab past CKEditor when it is in read only mode. -* [#9658](http://dev.ckeditor.com/ticket/9658): [IE9] Justify not working on selected image. -* [#9686](http://dev.ckeditor.com/ticket/9686): Added missing contents styles for `
`.
-* [#9709](http://dev.ckeditor.com/ticket/9709): PasteFromWord should not depend on configuration from other styles.
-* [#9726](http://dev.ckeditor.com/ticket/9726): Removed color dialog dependency from table tools.
-* [#9765](http://dev.ckeditor.com/ticket/9765): Toolbar Collapse command documented incorrectly on Accessibility Instructions dialog.
-* [#9771](http://dev.ckeditor.com/ticket/9771): [Webkit & Opera] Fixed scrolling issues when pasting.
-* [#9787](http://dev.ckeditor.com/ticket/9787): [IE9] onChange isn't fired for checkboxes in dialogs.
-* [#9842](http://dev.ckeditor.com/ticket/9842): [Firefox 17] When we open toolbar menu for the first time & press down arrow key, focus goes to next toolbar button instead of menu options.
-* [#9847](http://dev.ckeditor.com/ticket/9847): Elements path shouldn't be initialized on inline editor.
-* [#9853](http://dev.ckeditor.com/ticket/9853): `Editor#addRemoveFormatFilter` is exposed before it really works.
-* [#8893](http://dev.ckeditor.com/ticket/8893): Value of `pasteFromWordCleanupFile` config is now taken from instance configuration.
-* [#9693](http://dev.ckeditor.com/ticket/9693): Removed "live preview" checkbox from UI color picker.
-
-
-## CKEditor 4.0
-
-The first stable release of the new CKEditor 4 code line.
-
-The CKEditor JavaScript API has been kept compatible with CKEditor 4, whenever
-possible. The list of relevant changes can be found in the [API Changes page of
-the CKEditor 4 documentation][1].
-
-[1]: http://docs.ckeditor.com/#!/guide/dev_api_changes "API Changes"
diff --git a/src/kasu/static/js/ckeditor/LICENSE.md b/src/kasu/static/js/ckeditor/LICENSE.md
deleted file mode 100644
index cf70e61..0000000
--- a/src/kasu/static/js/ckeditor/LICENSE.md
+++ /dev/null
@@ -1,1264 +0,0 @@
-Software License Agreement
-==========================
-
-CKEditor - The text editor for Internet - http://ckeditor.com
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-
-Licensed under the terms of any of the following licenses at your
-choice:
-
- - GNU General Public License Version 2 or later (the "GPL")
-   http://www.gnu.org/licenses/gpl.html
-   (See Appendix A)
-
- - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-   http://www.gnu.org/licenses/lgpl.html
-   (See Appendix B)
-
- - Mozilla Public License Version 1.1 or later (the "MPL")
-   http://www.mozilla.org/MPL/MPL-1.1.html
-   (See Appendix C)
-
-You are not required to, but if you want to explicitly declare the
-license you have chosen to be bound to when using, reproducing,
-modifying and distributing this software, just include a text file
-titled "legal.txt" in your version of this software, indicating your
-license choice. In any case, your choice will not restrict any
-recipient of your version of this software to use, reproduce, modify
-and distribute this software under any of the above licenses.
-
-Sources of Intellectual Property Included in CKEditor
------------------------------------------------------
-
-Where not otherwise indicated, all CKEditor content is authored by
-CKSource engineers and consists of CKSource-owned intellectual
-property. In some specific instances, CKEditor will incorporate work
-done by developers outside of CKSource with their express permission.
-
-Trademarks
-----------
-
-CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
-and product names are trademarks, registered trademarks or service
-marks of their respective holders.
-
----
-
-Appendix A: The GPL License
----------------------------
-
-GNU GENERAL PUBLIC LICENSE
-Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software-to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-GNU GENERAL PUBLIC LICENSE
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-
-Appendix B: The LGPL License
-----------------------------
-
-GNU LESSER GENERAL PUBLIC LICENSE
-Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software-to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages-typically libraries-of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-GNU LESSER GENERAL PUBLIC LICENSE
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-
-Appendix C: The MPL License
----------------------------
-
-MOZILLA PUBLIC LICENSE
-Version 1.1
-
-1. Definitions.
-
-     1.0.1. "Commercial Use" means distribution or otherwise making the
-     Covered Code available to a third party.
-
-     1.1. "Contributor" means each entity that creates or contributes to
-     the creation of Modifications.
-
-     1.2. "Contributor Version" means the combination of the Original
-     Code, prior Modifications used by a Contributor, and the Modifications
-     made by that particular Contributor.
-
-     1.3. "Covered Code" means the Original Code or Modifications or the
-     combination of the Original Code and Modifications, in each case
-     including portions thereof.
-
-     1.4. "Electronic Distribution Mechanism" means a mechanism generally
-     accepted in the software development community for the electronic
-     transfer of data.
-
-     1.5. "Executable" means Covered Code in any form other than Source
-     Code.
-
-     1.6. "Initial Developer" means the individual or entity identified
-     as the Initial Developer in the Source Code notice required by Exhibit
-     A.
-
-     1.7. "Larger Work" means a work which combines Covered Code or
-     portions thereof with code not governed by the terms of this License.
-
-     1.8. "License" means this document.
-
-     1.8.1. "Licensable" means having the right to grant, to the maximum
-     extent possible, whether at the time of the initial grant or
-     subsequently acquired, any and all of the rights conveyed herein.
-
-     1.9. "Modifications" means any addition to or deletion from the
-     substance or structure of either the Original Code or any previous
-     Modifications. When Covered Code is released as a series of files, a
-     Modification is:
-          A. Any addition to or deletion from the contents of a file
-          containing Original Code or previous Modifications.
-
-          B. Any new file that contains any part of the Original Code or
-          previous Modifications.
-
-     1.10. "Original Code" means Source Code of computer software code
-     which is described in the Source Code notice required by Exhibit A as
-     Original Code, and which, at the time of its release under this
-     License is not already Covered Code governed by this License.
-
-     1.10.1. "Patent Claims" means any patent claim(s), now owned or
-     hereafter acquired, including without limitation,  method, process,
-     and apparatus claims, in any patent Licensable by grantor.
-
-     1.11. "Source Code" means the preferred form of the Covered Code for
-     making modifications to it, including all modules it contains, plus
-     any associated interface definition files, scripts used to control
-     compilation and installation of an Executable, or source code
-     differential comparisons against either the Original Code or another
-     well known, available Covered Code of the Contributor's choice. The
-     Source Code can be in a compressed or archival form, provided the
-     appropriate decompression or de-archiving software is widely available
-     for no charge.
-
-     1.12. "You" (or "Your")  means an individual or a legal entity
-     exercising rights under, and complying with all of the terms of, this
-     License or a future version of this License issued under Section 6.1.
-     For legal entities, "You" includes any entity which controls, is
-     controlled by, or is under common control with You. For purposes of
-     this definition, "control" means (a) the power, direct or indirect,
-     to cause the direction or management of such entity, whether by
-     contract or otherwise, or (b) ownership of more than fifty percent
-     (50%) of the outstanding shares or beneficial ownership of such
-     entity.
-
-2. Source Code License.
-
-     2.1. The Initial Developer Grant.
-     The Initial Developer hereby grants You a world-wide, royalty-free,
-     non-exclusive license, subject to third party intellectual property
-     claims:
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Initial Developer to use, reproduce,
-          modify, display, perform, sublicense and distribute the Original
-          Code (or portions thereof) with or without Modifications, and/or
-          as part of a Larger Work; and
-
-          (b) under Patents Claims infringed by the making, using or
-          selling of Original Code, to make, have made, use, practice,
-          sell, and offer for sale, and/or otherwise dispose of the
-          Original Code (or portions thereof).
-
-          (c) the licenses granted in this Section 2.1(a) and (b) are
-          effective on the date Initial Developer first distributes
-          Original Code under the terms of this License.
-
-          (d) Notwithstanding Section 2.1(b) above, no patent license is
-          granted: 1) for code that You delete from the Original Code; 2)
-          separate from the Original Code;  or 3) for infringements caused
-          by: i) the modification of the Original Code or ii) the
-          combination of the Original Code with other software or devices.
-
-     2.2. Contributor Grant.
-     Subject to third party intellectual property claims, each Contributor
-     hereby grants You a world-wide, royalty-free, non-exclusive license
-
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Contributor, to use, reproduce, modify,
-          display, perform, sublicense and distribute the Modifications
-          created by such Contributor (or portions thereof) either on an
-          unmodified basis, with other Modifications, as Covered Code
-          and/or as part of a Larger Work; and
-
-          (b) under Patent Claims infringed by the making, using, or
-          selling of  Modifications made by that Contributor either alone
-          and/or in combination with its Contributor Version (or portions
-          of such combination), to make, use, sell, offer for sale, have
-          made, and/or otherwise dispose of: 1) Modifications made by that
-          Contributor (or portions thereof); and 2) the combination of
-          Modifications made by that Contributor with its Contributor
-          Version (or portions of such combination).
-
-          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
-          effective on the date Contributor first makes Commercial Use of
-          the Covered Code.
-
-          (d)    Notwithstanding Section 2.2(b) above, no patent license is
-          granted: 1) for any code that Contributor has deleted from the
-          Contributor Version; 2)  separate from the Contributor Version;
-          3)  for infringements caused by: i) third party modifications of
-          Contributor Version or ii)  the combination of Modifications made
-          by that Contributor with other software  (except as part of the
-          Contributor Version) or other devices; or 4) under Patent Claims
-          infringed by Covered Code in the absence of Modifications made by
-          that Contributor.
-
-3. Distribution Obligations.
-
-     3.1. Application of License.
-     The Modifications which You create or to which You contribute are
-     governed by the terms of this License, including without limitation
-     Section 2.2. The Source Code version of Covered Code may be
-     distributed only under the terms of this License or a future version
-     of this License released under Section 6.1, and You must include a
-     copy of this License with every copy of the Source Code You
-     distribute. You may not offer or impose any terms on any Source Code
-     version that alters or restricts the applicable version of this
-     License or the recipients' rights hereunder. However, You may include
-     an additional document offering the additional rights described in
-     Section 3.5.
-
-     3.2. Availability of Source Code.
-     Any Modification which You create or to which You contribute must be
-     made available in Source Code form under the terms of this License
-     either on the same media as an Executable version or via an accepted
-     Electronic Distribution Mechanism to anyone to whom you made an
-     Executable version available; and if made available via Electronic
-     Distribution Mechanism, must remain available for at least twelve (12)
-     months after the date it initially became available, or at least six
-     (6) months after a subsequent version of that particular Modification
-     has been made available to such recipients. You are responsible for
-     ensuring that the Source Code version remains available even if the
-     Electronic Distribution Mechanism is maintained by a third party.
-
-     3.3. Description of Modifications.
-     You must cause all Covered Code to which You contribute to contain a
-     file documenting the changes You made to create that Covered Code and
-     the date of any change. You must include a prominent statement that
-     the Modification is derived, directly or indirectly, from Original
-     Code provided by the Initial Developer and including the name of the
-     Initial Developer in (a) the Source Code, and (b) in any notice in an
-     Executable version or related documentation in which You describe the
-     origin or ownership of the Covered Code.
-
-     3.4. Intellectual Property Matters
-          (a) Third Party Claims.
-          If Contributor has knowledge that a license under a third party's
-          intellectual property rights is required to exercise the rights
-          granted by such Contributor under Sections 2.1 or 2.2,
-          Contributor must include a text file with the Source Code
-          distribution titled "LEGAL" which describes the claim and the
-          party making the claim in sufficient detail that a recipient will
-          know whom to contact. If Contributor obtains such knowledge after
-          the Modification is made available as described in Section 3.2,
-          Contributor shall promptly modify the LEGAL file in all copies
-          Contributor makes available thereafter and shall take other steps
-          (such as notifying appropriate mailing lists or newsgroups)
-          reasonably calculated to inform those who received the Covered
-          Code that new knowledge has been obtained.
-
-          (b) Contributor APIs.
-          If Contributor's Modifications include an application programming
-          interface and Contributor has knowledge of patent licenses which
-          are reasonably necessary to implement that API, Contributor must
-          also include this information in the LEGAL file.
-
-               (c)    Representations.
-          Contributor represents that, except as disclosed pursuant to
-          Section 3.4(a) above, Contributor believes that Contributor's
-          Modifications are Contributor's original creation(s) and/or
-          Contributor has sufficient rights to grant the rights conveyed by
-          this License.
-
-     3.5. Required Notices.
-     You must duplicate the notice in Exhibit A in each file of the Source
-     Code.  If it is not possible to put such notice in a particular Source
-     Code file due to its structure, then You must include such notice in a
-     location (such as a relevant directory) where a user would be likely
-     to look for such a notice.  If You created one or more Modification(s)
-     You may add your name as a Contributor to the notice described in
-     Exhibit A.  You must also duplicate this License in any documentation
-     for the Source Code where You describe recipients' rights or ownership
-     rights relating to Covered Code.  You may choose to offer, and to
-     charge a fee for, warranty, support, indemnity or liability
-     obligations to one or more recipients of Covered Code. However, You
-     may do so only on Your own behalf, and not on behalf of the Initial
-     Developer or any Contributor. You must make it absolutely clear than
-     any such warranty, support, indemnity or liability obligation is
-     offered by You alone, and You hereby agree to indemnify the Initial
-     Developer and every Contributor for any liability incurred by the
-     Initial Developer or such Contributor as a result of warranty,
-     support, indemnity or liability terms You offer.
-
-     3.6. Distribution of Executable Versions.
-     You may distribute Covered Code in Executable form only if the
-     requirements of Section 3.1-3.5 have been met for that Covered Code,
-     and if You include a notice stating that the Source Code version of
-     the Covered Code is available under the terms of this License,
-     including a description of how and where You have fulfilled the
-     obligations of Section 3.2. The notice must be conspicuously included
-     in any notice in an Executable version, related documentation or
-     collateral in which You describe recipients' rights relating to the
-     Covered Code. You may distribute the Executable version of Covered
-     Code or ownership rights under a license of Your choice, which may
-     contain terms different from this License, provided that You are in
-     compliance with the terms of this License and that the license for the
-     Executable version does not attempt to limit or alter the recipient's
-     rights in the Source Code version from the rights set forth in this
-     License. If You distribute the Executable version under a different
-     license You must make it absolutely clear that any terms which differ
-     from this License are offered by You alone, not by the Initial
-     Developer or any Contributor. You hereby agree to indemnify the
-     Initial Developer and every Contributor for any liability incurred by
-     the Initial Developer or such Contributor as a result of any such
-     terms You offer.
-
-     3.7. Larger Works.
-     You may create a Larger Work by combining Covered Code with other code
-     not governed by the terms of this License and distribute the Larger
-     Work as a single product. In such a case, You must make sure the
-     requirements of this License are fulfilled for the Covered Code.
-
-4. Inability to Comply Due to Statute or Regulation.
-
-     If it is impossible for You to comply with any of the terms of this
-     License with respect to some or all of the Covered Code due to
-     statute, judicial order, or regulation then You must: (a) comply with
-     the terms of this License to the maximum extent possible; and (b)
-     describe the limitations and the code they affect. Such description
-     must be included in the LEGAL file described in Section 3.4 and must
-     be included with all distributions of the Source Code. Except to the
-     extent prohibited by statute or regulation, such description must be
-     sufficiently detailed for a recipient of ordinary skill to be able to
-     understand it.
-
-5. Application of this License.
-
-     This License applies to code to which the Initial Developer has
-     attached the notice in Exhibit A and to related Covered Code.
-
-6. Versions of the License.
-
-     6.1. New Versions.
-     Netscape Communications Corporation ("Netscape") may publish revised
-     and/or new versions of the License from time to time. Each version
-     will be given a distinguishing version number.
-
-     6.2. Effect of New Versions.
-     Once Covered Code has been published under a particular version of the
-     License, You may always continue to use it under the terms of that
-     version. You may also choose to use such Covered Code under the terms
-     of any subsequent version of the License published by Netscape. No one
-     other than Netscape has the right to modify the terms applicable to
-     Covered Code created under this License.
-
-     6.3. Derivative Works.
-     If You create or use a modified version of this License (which you may
-     only do in order to apply it to code which is not already Covered Code
-     governed by this License), You must (a) rename Your license so that
-     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
-     "MPL", "NPL" or any confusingly similar phrase do not appear in your
-     license (except to note that your license differs from this License)
-     and (b) otherwise make it clear that Your version of the license
-     contains terms which differ from the Mozilla Public License and
-     Netscape Public License. (Filling in the name of the Initial
-     Developer, Original Code or Contributor in the notice described in
-     Exhibit A shall not of themselves be deemed to be modifications of
-     this License.)
-
-7. DISCLAIMER OF WARRANTY.
-
-     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
-     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
-     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
-     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
-     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
-     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
-     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
-     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8. TERMINATION.
-
-     8.1.  This License and the rights granted hereunder will terminate
-     automatically if You fail to comply with terms herein and fail to cure
-     such breach within 30 days of becoming aware of the breach. All
-     sublicenses to the Covered Code which are properly granted shall
-     survive any termination of this License. Provisions which, by their
-     nature, must remain in effect beyond the termination of this License
-     shall survive.
-
-     8.2.  If You initiate litigation by asserting a patent infringement
-     claim (excluding declatory judgment actions) against Initial Developer
-     or a Contributor (the Initial Developer or Contributor against whom
-     You file such action is referred to as "Participant")  alleging that:
-
-     (a)  such Participant's Contributor Version directly or indirectly
-     infringes any patent, then any and all rights granted by such
-     Participant to You under Sections 2.1 and/or 2.2 of this License
-     shall, upon 60 days notice from Participant terminate prospectively,
-     unless if within 60 days after receipt of notice You either: (i)
-     agree in writing to pay Participant a mutually agreeable reasonable
-     royalty for Your past and future use of Modifications made by such
-     Participant, or (ii) withdraw Your litigation claim with respect to
-     the Contributor Version against such Participant.  If within 60 days
-     of notice, a reasonable royalty and payment arrangement are not
-     mutually agreed upon in writing by the parties or the litigation claim
-     is not withdrawn, the rights granted by Participant to You under
-     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
-     the 60 day notice period specified above.
-
-     (b)  any software, hardware, or device, other than such Participant's
-     Contributor Version, directly or indirectly infringes any patent, then
-     any rights granted to You by such Participant under Sections 2.1(b)
-     and 2.2(b) are revoked effective as of the date You first made, used,
-     sold, distributed, or had made, Modifications made by that
-     Participant.
-
-     8.3.  If You assert a patent infringement claim against Participant
-     alleging that such Participant's Contributor Version directly or
-     indirectly infringes any patent where such claim is resolved (such as
-     by license or settlement) prior to the initiation of patent
-     infringement litigation, then the reasonable value of the licenses
-     granted by such Participant under Sections 2.1 or 2.2 shall be taken
-     into account in determining the amount or value of any payment or
-     license.
-
-     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
-     all end user license agreements (excluding distributors and resellers)
-     which have been validly granted by You or any distributor hereunder
-     prior to termination shall survive termination.
-
-9. LIMITATION OF LIABILITY.
-
-     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
-     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
-     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
-     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
-     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
-     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
-     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
-     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
-     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10. U.S. GOVERNMENT END USERS.
-
-     The Covered Code is a "commercial item," as that term is defined in
-     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
-     software" and "commercial computer software documentation," as such
-     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
-     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
-     all U.S. Government End Users acquire Covered Code with only those
-     rights set forth herein.
-
-11. MISCELLANEOUS.
-
-     This License represents the complete agreement concerning subject
-     matter hereof. If any provision of this License is held to be
-     unenforceable, such provision shall be reformed only to the extent
-     necessary to make it enforceable. This License shall be governed by
-     California law provisions (except to the extent applicable law, if
-     any, provides otherwise), excluding its conflict-of-law provisions.
-     With respect to disputes in which at least one party is a citizen of,
-     or an entity chartered or registered to do business in the United
-     States of America, any litigation relating to this License shall be
-     subject to the jurisdiction of the Federal Courts of the Northern
-     District of California, with venue lying in Santa Clara County,
-     California, with the losing party responsible for costs, including
-     without limitation, court costs and reasonable attorneys' fees and
-     expenses. The application of the United Nations Convention on
-     Contracts for the International Sale of Goods is expressly excluded.
-     Any law or regulation which provides that the language of a contract
-     shall be construed against the drafter shall not apply to this
-     License.
-
-12. RESPONSIBILITY FOR CLAIMS.
-
-     As between Initial Developer and the Contributors, each party is
-     responsible for claims and damages arising, directly or indirectly,
-     out of its utilization of rights under this License and You agree to
-     work with Initial Developer and Contributors to distribute such
-     responsibility on an equitable basis. Nothing herein is intended or
-     shall be deemed to constitute any admission of liability.
-
-13. MULTIPLE-LICENSED CODE.
-
-     Initial Developer may designate portions of the Covered Code as
-     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
-     Developer permits you to utilize portions of the Covered Code under
-     Your choice of the NPL or the alternative licenses, if any, specified
-     by the Initial Developer in the file described in Exhibit A.
-
-EXHIBIT A -Mozilla Public License.
-
-     ``The contents of this file are subject to the Mozilla Public License
-     Version 1.1 (the "License"); you may not use this file except in
-     compliance with the License. You may obtain a copy of the License at
-     http://www.mozilla.org/MPL/
-
-     Software distributed under the License is distributed on an "AS IS"
-     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-     License for the specific language governing rights and limitations
-     under the License.
-
-     The Original Code is ______________________________________.
-
-     The Initial Developer of the Original Code is ________________________.
-     Portions created by ______________________ are Copyright (C) ______
-     _______________________. All Rights Reserved.
-
-     Contributor(s): ______________________________________.
-
-     Alternatively, the contents of this file may be used under the terms
-     of the _____ license (the  "[___] License"), in which case the
-     provisions of [______] License are applicable instead of those
-     above.  If you wish to allow use of your version of this file only
-     under the terms of the [____] License and not to allow others to use
-     your version of this file under the MPL, indicate your decision by
-     deleting  the provisions above and replace  them with the notice and
-     other provisions required by the [___] License.  If you do not delete
-     the provisions above, a recipient may use your version of this file
-     under either the MPL or the [___] License."
-
-     [NOTE: The text of this Exhibit A may differ slightly from the text of
-     the notices in the Source Code files of the Original Code. You should
-     use the text of this Exhibit A rather than the text found in the
-     Original Code Source Code for Your Modifications.]
diff --git a/src/kasu/static/js/ckeditor/README.md b/src/kasu/static/js/ckeditor/README.md
deleted file mode 100644
index 378c267..0000000
--- a/src/kasu/static/js/ckeditor/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-CKEditor 4
-==========
-
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.  
-http://ckeditor.com - See LICENSE.md for license information.
-
-CKEditor is a text editor to be used inside web pages. It's not a replacement
-for desktop text editors like Word or OpenOffice, but a component to be used as
-part of web applications and websites.
-
-## Documentation
-
-The full editor documentation is available online at the following address:
-http://docs.ckeditor.com
-
-## Installation
-
-Installing CKEditor is an easy task. Just follow these simple steps:
-
- 1. **Download** the latest version from the CKEditor website:
-    http://ckeditor.com. You should have already completed this step, but be
-    sure you have the very latest version.
- 2. **Extract** (decompress) the downloaded file into the root of your website.
-
-**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
-place the files in whichever you want though.
-
-## Checking Your Installation
-
-The editor comes with a few sample pages that can be used to verify that
-installation proceeded properly. Take a look at the `samples` directory.
-
-To test your installation, just call the following page at your website:
-
-	http:////samples/index.html
-
-For example:
-
-	http://www.example.com/ckeditor/samples/index.html
diff --git a/src/kasu/static/js/ckeditor/build-config.js b/src/kasu/static/js/ckeditor/build-config.js
deleted file mode 100644
index 15d9ec9..0000000
--- a/src/kasu/static/js/ckeditor/build-config.js
+++ /dev/null
@@ -1,75 +0,0 @@
-
-/**
- * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.html or http://ckeditor.com/license
- */
-
-/**
- * This file was added automatically by CKEditor builder.
- * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again.
- * 
- * NOTE: 
- *    This file is not used by CKEditor, you may remove it.
- *    Changing this file will not change your CKEditor configuration.
- */
-
-var CKBUILDER_CONFIG = {
-	skin: 'moono',
-	preset: 'standard',
-	ignore: [
-		'dev',
-		'.gitignore',
-		'.gitattributes',
-		'README.md',
-		'.mailmap'
-	],
-	plugins : {
-		'basicstyles' : 1,
-		'blockquote' : 1,
-		'clipboard' : 1,
-		'contextmenu' : 1,
-		'resize' : 1,
-		'toolbar' : 1,
-		'elementspath' : 1,
-		'enterkey' : 1,
-		'entities' : 1,
-		'filebrowser' : 1,
-		'floatingspace' : 1,
-		'format' : 1,
-		'htmlwriter' : 1,
-		'horizontalrule' : 1,
-		'wysiwygarea' : 1,
-		'image' : 1,
-		'indent' : 1,
-		'link' : 1,
-		'list' : 1,
-		'magicline' : 1,
-		'maximize' : 1,
-		'pastetext' : 1,
-		'removeformat' : 1,
-		'sourcearea' : 1,
-		'scayt' : 1,
-		'stylescombo' : 1,
-		'tab' : 1,
-		'table' : 1,
-		'tabletools' : 1,
-		'undo' : 1,
-		'wsc' : 1,
-		'dialog' : 1,
-		'dialogui' : 1,
-		'menu' : 1,
-		'floatpanel' : 1,
-		'panel' : 1,
-		'button' : 1,
-		'popup' : 1,
-		'richcombo' : 1,
-		'listblock' : 1,
-		'fakeobjects' : 1,
-		'menubutton' : 1,
-		'autogrow' : 1
-	},
-	languages : {
-		'en' : 1,
-		'de' : 1,
-	}
-};
\ No newline at end of file
diff --git a/src/kasu/static/js/ckeditor/ckeditor.js b/src/kasu/static/js/ckeditor/ckeditor.js
deleted file mode 100644
index 185ac8b..0000000
--- a/src/kasu/static/js/ckeditor/ckeditor.js
+++ /dev/null
@@ -1,844 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-(function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;window.CKEDITOR||(window.CKEDITOR=function(){var b={timestamp:"D2LI",version:"4.1",revision:"80c139aa",rnd:Math.floor(900*Math.random())+100,_:{pending:[]},status:"unloaded",basePath:function(){var a=window.CKEDITOR_BASEPATH||"";if(!a)for(var b=document.getElementsByTagName("script"),d=0;d=0;o--)if(n[o].priority<=i){n.splice(o+1,0,j);return{removeListener:l}}n.unshift(j)}return{removeListener:l}},
-once:function(){var a=arguments[1];arguments[1]=function(b){b.removeListener();return a.apply(this,arguments)};return this.on.apply(this,arguments)},capture:function(){CKEDITOR.event.useCapture=1;var a=this.on.apply(this,arguments);CKEDITOR.event.useCapture=0;return a},fire:function(){var a=0,b=function(){a=1},d=0,f=function(){d=1};return function(i,j,l){var n=c(this)[i],i=a,m=d;a=d=0;if(n){var o=n.listeners;if(o.length)for(var o=o.slice(0),k,h=0;h=0&&d.listeners.splice(f,1)}},removeAllListeners:function(){var a=c(this),b;for(b in a)delete a[b]},hasListeners:function(a){return(a=c(this)[a])&&a.listeners.length>0}}}());
-CKEDITOR.editor||(CKEDITOR.editor=function(){CKEDITOR._.pending.push([this,arguments]);CKEDITOR.event.call(this)},CKEDITOR.editor.prototype.fire=function(b,c){b in{instanceReady:1,loaded:1}&&(this[b]=true);return CKEDITOR.event.prototype.fire.call(this,b,c,this)},CKEDITOR.editor.prototype.fireOnce=function(b,c){b in{instanceReady:1,loaded:1}&&(this[b]=true);return CKEDITOR.event.prototype.fireOnce.call(this,b,c,this)},CKEDITOR.event.implementOn(CKEDITOR.editor.prototype));
-CKEDITOR.env||(CKEDITOR.env=function(){var b=navigator.userAgent.toLowerCase(),c=window.opera,a={ie:eval("/*@cc_on!@*/false"),opera:!!c&&c.version,webkit:b.indexOf(" applewebkit/")>-1,air:b.indexOf(" adobeair/")>-1,mac:b.indexOf("macintosh")>-1,quirks:document.compatMode=="BackCompat",mobile:b.indexOf("mobile")>-1,iOS:/(ipad|iphone|ipod)/.test(b),isCustomDomain:function(){if(!this.ie)return false;var a=document.domain,b=window.location.hostname;return a!=b&&a!="["+b+"]"},secure:location.protocol==
-"https:"};a.gecko=navigator.product=="Gecko"&&!a.webkit&&!a.opera;if(a.webkit)b.indexOf("chrome")>-1?a.chrome=true:a.safari=true;var g=0;if(a.ie){g=a.quirks||!document.documentMode?parseFloat(b.match(/msie (\d+)/)[1]):document.documentMode;a.ie9Compat=g==9;a.ie8Compat=g==8;a.ie7Compat=g==7;a.ie6Compat=g<7||a.quirks}if(a.gecko){var e=b.match(/rv:([\d\.]+)/);if(e){e=e[1].split(".");g=e[0]*1E4+(e[1]||0)*100+(e[2]||0)*1}}a.opera&&(g=parseFloat(c.version()));a.air&&(g=parseFloat(b.match(/ adobeair\/(\d+)/)[1]));
-a.webkit&&(g=parseFloat(b.match(/ applewebkit\/(\d+)/)[1]));a.version=g;a.isCompatible=a.iOS&&g>=534||!a.mobile&&(a.ie&&g>6||a.gecko&&g>=10801||a.opera&&g>=9.5||a.air&&g>=1||a.webkit&&g>=522||false);a.cssClass="cke_browser_"+(a.ie?"ie":a.gecko?"gecko":a.opera?"opera":a.webkit?"webkit":"unknown");if(a.quirks)a.cssClass=a.cssClass+" cke_browser_quirks";if(a.ie){a.cssClass=a.cssClass+(" cke_browser_ie"+(a.quirks||a.version<7?"6":a.version));if(a.quirks)a.cssClass=a.cssClass+" cke_browser_iequirks"}if(a.gecko)if(g<
-10900)a.cssClass=a.cssClass+" cke_browser_gecko18";else if(g<=11E3)a.cssClass=a.cssClass+" cke_browser_gecko19";if(a.air)a.cssClass=a.cssClass+" cke_browser_air";return a}());
-"unloaded"==CKEDITOR.status&&function(){CKEDITOR.event.implementOn(CKEDITOR);CKEDITOR.loadFullCore=function(){if(CKEDITOR.status!="basic_ready")CKEDITOR.loadFullCore._load=1;else{delete CKEDITOR.loadFullCore;var b=document.createElement("script");b.type="text/javascript";b.src=CKEDITOR.basePath+"ckeditor.js";document.getElementsByTagName("head")[0].appendChild(b)}};CKEDITOR.loadFullCoreTimeout=0;CKEDITOR.add=function(b){(this._.pending||(this._.pending=[])).push(b)};(function(){CKEDITOR.domReady(function(){var b=
-CKEDITOR.loadFullCore,c=CKEDITOR.loadFullCoreTimeout;if(b){CKEDITOR.status="basic_ready";b&&b._load?b():c&&setTimeout(function(){CKEDITOR.loadFullCore&&CKEDITOR.loadFullCore()},c*1E3)}})})();CKEDITOR.status="basic_loaded"}();CKEDITOR.dom={};
-(function(){var b=[],c=CKEDITOR.env.gecko?"-moz-":CKEDITOR.env.webkit?"-webkit-":CKEDITOR.env.opera?"-o-":CKEDITOR.env.ie?"-ms-":"";CKEDITOR.on("reset",function(){b=[]});CKEDITOR.tools={arrayCompare:function(a,b){if(!a&&!b)return true;if(!a||!b||a.length!=b.length)return false;for(var e=0;e"+b+""):e.push('');return e.join("")},htmlEncode:function(a){return(""+a).replace(/&/g,"&").replace(/>/g,">").replace(//g,">")},getNextNumber:function(){var a=0;return function(){return++a}}(),getNextId:function(){return"cke_"+this.getNextNumber()},override:function(a,b){var e=b(a);e.prototype=a.prototype;return e},setTimeout:function(a,b,e,d,c){c||(c=window);e||(e=c);return c.setTimeout(function(){d?a.apply(e,[].concat(d)):a.apply(e)},b||0)},trim:function(){var a=/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(b){return b.replace(a,"")}}(),ltrim:function(){var a=/^[ \t\n\r]+/g;
-return function(b){return b.replace(a,"")}}(),rtrim:function(){var a=/[ \t\n\r]+$/g;return function(b){return b.replace(a,"")}}(),indexOf:function(a,b){if(typeof b=="function")for(var e=0,d=a.length;e=0?a[e]:null},bind:function(a,b){return function(){return a.apply(b,arguments)}},createClass:function(a){var b=a.$,
-e=a.base,d=a.privates||a._,c=a.proto,a=a.statics;!b&&(b=function(){e&&this.base.apply(this,arguments)});if(d)var i=b,b=function(){var a=this._||(this._={}),b;for(b in d){var g=d[b];a[b]=typeof g=="function"?CKEDITOR.tools.bind(g,this):g}i.apply(this,arguments)};if(e){b.prototype=this.prototypedCopy(e.prototype);b.prototype.constructor=b;b.base=e;b.baseProto=e.prototype;b.prototype.base=function(){this.base=e.prototype.base;e.apply(this,arguments);this.base=arguments.callee}}c&&this.extend(b.prototype,
-c,true);a&&this.extend(b,a,true);return b},addFunction:function(a,g){return b.push(function(){return a.apply(g||this,arguments)})-1},removeFunction:function(a){b[a]=null},callFunction:function(a){var g=b[a];return g&&g.apply(window,Array.prototype.slice.call(arguments,1))},cssLength:function(){var a=/^-?\d+\.?\d*px$/,b;return function(e){b=CKEDITOR.tools.trim(e+"")+"px";return a.test(b)?b:e||""}}(),convertToPx:function(){var a;return function(b){if(!a){a=CKEDITOR.dom.element.createFromHtml('
', -CKEDITOR.document);CKEDITOR.document.getBody().append(a)}if(!/%$/.test(b)){a.setStyle("width",b);return a.$.clientWidth}return b}}(),repeat:function(a,b){return Array(b+1).join(a)},tryThese:function(){for(var a,b=0,e=arguments.length;b8)&&c)b=c+":"+b;return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(b))},getHead:function(){var b=this.$.getElementsByTagName("head")[0];return b= -b?new CKEDITOR.dom.element(b):this.getDocumentElement().append(new CKEDITOR.dom.element("head"),true)},getBody:function(){return new CKEDITOR.dom.element(this.$.body)},getDocumentElement:function(){return new CKEDITOR.dom.element(this.$.documentElement)},getWindow:function(){var b=new CKEDITOR.dom.window(this.$.parentWindow||this.$.defaultView);return(this.getWindow=function(){return b})()},write:function(b){this.$.open("text/html","replace");CKEDITOR.env.isCustomDomain()&&(this.$.domain=document.domain); -this.$.write(b);this.$.close()}});CKEDITOR.dom.nodeList=function(b){this.$=b};CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(b){if(b<0||b>=this.$.length)return null;return(b=this.$[b])?new CKEDITOR.dom.node(b):null}};CKEDITOR.dom.element=function(b,c){typeof b=="string"&&(b=(c?c.$:document).createElement(b));CKEDITOR.dom.domObject.call(this,b)}; -CKEDITOR.dom.element.get=function(b){return(b=typeof b=="string"?document.getElementById(b)||document.getElementsByName(b)[0]:b)&&(b.$?b:new CKEDITOR.dom.element(b))};CKEDITOR.dom.element.prototype=new CKEDITOR.dom.node;CKEDITOR.dom.element.createFromHtml=function(b,c){var a=new CKEDITOR.dom.element("div",c);a.setHtml(b);return a.getFirst().remove()}; -CKEDITOR.dom.element.setMarker=function(b,c,a,g){var e=c.getCustomData("list_marker_id")||c.setCustomData("list_marker_id",CKEDITOR.tools.getNextNumber()).getCustomData("list_marker_id"),d=c.getCustomData("list_marker_names")||c.setCustomData("list_marker_names",{}).getCustomData("list_marker_names");b[e]=c;d[a]=1;return c.setCustomData(a,g)};CKEDITOR.dom.element.clearAllMarkers=function(b){for(var c in b)CKEDITOR.dom.element.clearMarkers(b,b[c],1)}; -CKEDITOR.dom.element.clearMarkers=function(b,c,a){var g=c.getCustomData("list_marker_names"),e=c.getCustomData("list_marker_id"),d;for(d in g)c.removeCustomData(d);c.removeCustomData("list_marker_names");if(a){c.removeCustomData("list_marker_id");delete b[e]}}; -(function(){function b(a){for(var b=0,e=0,d=c[a].length;e]*>/g, -""):a},getOuterHtml:function(){if(this.$.outerHTML)return this.$.outerHTML.replace(/<\?[^>]*>/,"");var a=this.$.ownerDocument.createElement("div");a.appendChild(this.$.cloneNode(true));return a.innerHTML},getClientRect:function(){var a=CKEDITOR.tools.extend({},this.$.getBoundingClientRect());!a.width&&(a.width=a.right-a.left);!a.height&&(a.height=a.bottom-a.top);return a},setHtml:function(){var a=function(a){return this.$.innerHTML=a};return CKEDITOR.env.ie&&CKEDITOR.env.version<9?function(a){try{return this.$.innerHTML= -a}catch(b){this.$.innerHTML="";var c=new CKEDITOR.dom.element("body",this.getDocument());c.$.innerHTML=a;for(c=c.getChildren();c.count();)this.append(c.getItem(0));return a}}:a}(),setText:function(a){CKEDITOR.dom.element.prototype.setText=this.$.innerText!=void 0?function(a){return this.$.innerText=a}:function(a){return this.$.textContent=a};return this.setText(a)},getAttribute:function(){var a=function(a){return this.$.getAttribute(a,2)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)? -function(a){switch(a){case "class":a="className";break;case "http-equiv":a="httpEquiv";break;case "name":return this.$.name;case "tabindex":a=this.$.getAttribute(a,2);a!==0&&this.$.tabIndex===0&&(a=null);return a;case "checked":a=this.$.attributes.getNamedItem(a);return(a.specified?a.nodeValue:this.$.checked)?"checked":null;case "hspace":case "value":return this.$[a];case "style":return this.$.style.cssText;case "contenteditable":case "contentEditable":return this.$.attributes.getNamedItem("contentEditable").specified? -this.$.getAttribute("contentEditable"):null}return this.$.getAttribute(a,2)}:a}(),getChildren:function(){return new CKEDITOR.dom.nodeList(this.$.childNodes)},getComputedStyle:CKEDITOR.env.ie?function(a){return this.$.currentStyle[CKEDITOR.tools.cssStyleToDomStyle(a)]}:function(a){var b=this.getWindow().$.getComputedStyle(this.$,null);return b?b.getPropertyValue(a):""},getDtd:function(){var a=CKEDITOR.dtd[this.getName()];this.getDtd=function(){return a};return a},getElementsByTag:CKEDITOR.dom.document.prototype.getElementsByTag, -getTabIndex:CKEDITOR.env.ie?function(){var a=this.$.tabIndex;a===0&&(!CKEDITOR.dtd.$tabIndex[this.getName()]&&parseInt(this.getAttribute("tabindex"),10)!==0)&&(a=-1);return a}:CKEDITOR.env.webkit?function(){var a=this.$.tabIndex;if(a==void 0){a=parseInt(this.getAttribute("tabindex"),10);isNaN(a)&&(a=-1)}return a}:function(){return this.$.tabIndex},getText:function(){return this.$.textContent||this.$.innerText||""},getWindow:function(){return this.getDocument().getWindow()},getId:function(){return this.$.id|| -null},getNameAtt:function(){return this.$.name||null},getName:function(){var a=this.$.nodeName.toLowerCase();if(CKEDITOR.env.ie&&!(document.documentMode>8)){var b=this.$.scopeName;b!="HTML"&&(a=b.toLowerCase()+":"+a)}return(this.getName=function(){return a})()},getValue:function(){return this.$.value},getFirst:function(a){var b=this.$.firstChild;(b=b&&new CKEDITOR.dom.node(b))&&(a&&!a(b))&&(b=b.getNext(a));return b},getLast:function(a){var b=this.$.lastChild;(b=b&&new CKEDITOR.dom.node(b))&&(a&&!a(b))&& -(b=b.getPrevious(a));return b},getStyle:function(a){return this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)]},is:function(){var a=this.getName();if(typeof arguments[0]=="object")return!!arguments[0][a];for(var b=0;b0&&(b>2||!c[a[0].nodeName]||b==2&&!c[a[1].nodeName])},hasAttribute:function(){function a(a){a=this.$.attributes.getNamedItem(a); -return!(!a||!a.specified)}return CKEDITOR.env.ie&&CKEDITOR.env.version<8?function(b){return b=="name"?!!this.$.name:a.call(this,b)}:a}(),hide:function(){this.setStyle("display","none")},moveChildren:function(a,b){var c=this.$,a=a.$;if(c!=a){var d;if(b)for(;d=c.lastChild;)a.insertBefore(c.removeChild(d),a.firstChild);else for(;d=c.firstChild;)a.appendChild(c.removeChild(d))}},mergeSiblings:function(){function a(a,b,c){if(b&&b.type==CKEDITOR.NODE_ELEMENT){for(var f=[];b.data("cke-bookmark")||b.isEmptyInlineRemoveable();){f.push(b); -b=c?b.getNext():b.getPrevious();if(!b||b.type!=CKEDITOR.NODE_ELEMENT)return}if(a.isIdentical(b)){for(var i=c?a.getLast():a.getFirst();f.length;)f.shift().move(a,!c);b.moveChildren(a,!c);b.remove();i&&i.type==CKEDITOR.NODE_ELEMENT&&i.mergeSiblings()}}}return function(b){if(b===false||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a")){a(this,this.getNext(),true);a(this,this.getPrevious())}}}(),show:function(){this.setStyles({display:"",visibility:""})},setAttribute:function(){var a=function(a, -b){this.$.setAttribute(a,b);return this};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)?function(b,c){b=="class"?this.$.className=c:b=="style"?this.$.style.cssText=c:b=="tabindex"?this.$.tabIndex=c:b=="checked"?this.$.checked=c:b=="contenteditable"?a.call(this,"contentEditable",c):a.apply(this,arguments);return this}:CKEDITOR.env.ie8Compat&&CKEDITOR.env.secure?function(b,c){if(b=="src"&&c.match(/^http:\/\//))try{a.apply(this,arguments)}catch(d){}else a.apply(this,arguments); -return this}:a}(),setAttributes:function(a){for(var b in a)this.setAttribute(b,a[b]);return this},setValue:function(a){this.$.value=a;return this},removeAttribute:function(){var a=function(a){this.$.removeAttribute(a)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)?function(a){a=="class"?a="className":a=="tabindex"?a="tabIndex":a=="contenteditable"&&(a="contentEditable");this.$.removeAttribute(a)}:a}(),removeAttributes:function(a){if(CKEDITOR.tools.isArray(a))for(var b=0;b< -a.length;b++)this.removeAttribute(a[b]);else for(b in a)a.hasOwnProperty(b)&&this.removeAttribute(b)},removeStyle:function(a){var b=this.$.style;if(!b.removeProperty&&(a=="border"||a=="margin"||a=="padding")){var c=["top","left","right","bottom"],d;a=="border"&&(d=["color","style","width"]);for(var b=[],f=0;f=100?"":"progid:DXImageTransform.Microsoft.Alpha(opacity="+a+")")}else this.setStyle("opacity",a)},unselectable:function(){this.setStyles(CKEDITOR.tools.cssVendorPrefix("user-select", -"none"));if(CKEDITOR.env.ie||CKEDITOR.env.opera){this.setAttribute("unselectable","on");for(var a,b=this.getElementsByTag("*"),c=0,d=b.count();c0)l(0,b===true?j:b===false?f:j<0?j:f);if(c&&(i<0||d>0))l(i<0?i:d,0)},setState:function(a,b,c){b=b||"cke";switch(a){case CKEDITOR.TRISTATE_ON:this.addClass(b+"_on");this.removeClass(b+"_off");this.removeClass(b+"_disabled");c&&this.setAttribute("aria-pressed",true);c&&this.removeAttribute("aria-disabled"); -break;case CKEDITOR.TRISTATE_DISABLED:this.addClass(b+"_disabled");this.removeClass(b+"_off");this.removeClass(b+"_on");c&&this.setAttribute("aria-disabled",true);c&&this.removeAttribute("aria-pressed");break;default:this.addClass(b+"_off");this.removeClass(b+"_on");this.removeClass(b+"_disabled");c&&this.removeAttribute("aria-pressed");c&&this.removeAttribute("aria-disabled")}},getFrameDocument:function(){var a=this.$;try{a.contentWindow.document}catch(b){a.src=a.src}return a&&new CKEDITOR.dom.document(a.contentWindow.document)}, -copyAttributes:function(a,b){for(var c=this.$.attributes,b=b||{},d=0;d=0&&b0&&c;)c=a(c,b.shift());else c=a(c,b);return c?new CKEDITOR.dom.node(c):null}}(),getChildCount:function(){return this.$.childNodes.length},disableContextMenu:function(){this.on("contextmenu", -function(a){a.data.getTarget().hasClass("cke_enable_context_menu")||a.data.preventDefault()})},getDirection:function(a){return a?this.getComputedStyle("direction")||this.getDirection()||this.getParent()&&this.getParent().getDirection(1)||this.getDocument().$.dir||"ltr":this.getStyle("direction")||this.getAttribute("dir")},data:function(a,b){a="data-"+a;if(b===void 0)return this.getAttribute(a);b===false?this.removeAttribute(a):this.setAttribute(a,b);return null},getEditor:function(){var a=CKEDITOR.instances, -b,c;for(b in a){c=a[b];if(c.element.equals(this)&&c.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO)return c}return null}});var c={width:["border-left-width","border-right-width","padding-left","padding-right"],height:["border-top-width","border-bottom-width","padding-top","padding-bottom"]};CKEDITOR.dom.element.prototype.setSize=function(a,c,e){if(typeof c=="number"){if(e&&(!CKEDITOR.env.ie||!CKEDITOR.env.quirks))c=c-b.call(this,a);this.setStyle(a,c+"px")}};CKEDITOR.dom.element.prototype.getSize=function(a, -c){var e=Math.max(this.$["offset"+CKEDITOR.tools.capitalize(a)],this.$["client"+CKEDITOR.tools.capitalize(a)])||0;c&&(e=e-b.call(this,a));return e}})();CKEDITOR.dom.documentFragment=function(b){b=b||CKEDITOR.document;this.$=b.type==CKEDITOR.NODE_DOCUMENT?b.$.createDocumentFragment():b}; -CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype,CKEDITOR.dom.element.prototype,{type:CKEDITOR.NODE_DOCUMENT_FRAGMENT,insertAfterNode:function(b){b=b.$;b.parentNode.insertBefore(this.$,b.nextSibling)}},!0,{append:1,appendBogus:1,getFirst:1,getLast:1,getParent:1,getNext:1,getPrevious:1,appendTo:1,moveChildren:1,insertBefore:1,insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,getChildren:1}); -(function(){function b(a,b){var c=this.range;if(this._.end)return null;if(!this._.start){this._.start=1;if(c.collapsed){this.end();return null}c.optimize()}var d,n=c.startContainer;d=c.endContainer;var m=c.startOffset,o=c.endOffset,k,h=this.guard,s=this.type,g=a?"getPreviousSourceNode":"getNextSourceNode";if(!a&&!this._.guardLTR){var e=d.type==CKEDITOR.NODE_ELEMENT?d:d.getParent(),t=d.type==CKEDITOR.NODE_ELEMENT?d.getChild(o):d.getNext();this._.guardLTR=function(a,b){return(!b||!e.equals(a))&&(!t|| -!a.equals(t))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}if(a&&!this._.guardRTL){var F=n.type==CKEDITOR.NODE_ELEMENT?n:n.getParent(),z=n.type==CKEDITOR.NODE_ELEMENT?m?n.getChild(m-1):null:n.getPrevious();this._.guardRTL=function(a,b){return(!b||!F.equals(a))&&(!z||!a.equals(z))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}var q=a?this._.guardRTL:this._.guardLTR;k=h?function(a,b){return q(a,b)===false?false:h(a,b)}:q;if(this.current)d=this.current[g](false,s,k);else{if(a)d.type== -CKEDITOR.NODE_ELEMENT&&(d=o>0?d.getChild(o-1):k(d,true)===false?null:d.getPreviousSourceNode(true,s,k));else{d=n;if(d.type==CKEDITOR.NODE_ELEMENT&&!(d=d.getChild(m)))d=k(n,true)===false?null:n.getNextSourceNode(true,s,k)}d&&k(d)===false&&(d=null)}for(;d&&!this._.end;){this.current=d;if(!this.evaluator||this.evaluator(d)!==false){if(!b)return d}else if(b&&this.evaluator)return false;d=d[g](false,s,k)}this.end();return this.current=null}function c(a){for(var c,d=null;c=b.call(this,a);)d=c;return d} -CKEDITOR.dom.walker=CKEDITOR.tools.createClass({$:function(a){this.range=a;this._={}},proto:{end:function(){this._.end=1},next:function(){return b.call(this)},previous:function(){return b.call(this,1)},checkForward:function(){return b.call(this,0,1)!==false},checkBackward:function(){return b.call(this,1,1)!==false},lastForward:function(){return c.call(this)},lastBackward:function(){return c.call(this,1)},reset:function(){delete this.current;this._={}}}});var a={block:1,"list-item":1,table:1,"table-row-group":1, -"table-header-group":1,"table-footer-group":1,"table-row":1,"table-column-group":1,"table-column":1,"table-cell":1,"table-caption":1};CKEDITOR.dom.element.prototype.isBlockBoundary=function(b){b=b?CKEDITOR.tools.extend({},CKEDITOR.dtd.$block,b||{}):CKEDITOR.dtd.$block;return this.getComputedStyle("float")=="none"&&a[this.getComputedStyle("display")]||b[this.getName()]};CKEDITOR.dom.walker.blockBoundary=function(a){return function(b){return!(b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary(a))}};CKEDITOR.dom.walker.listItemBoundary= -function(){return this.blockBoundary({br:1})};CKEDITOR.dom.walker.bookmark=function(a,b){function c(a){return a&&a.getName&&a.getName()=="span"&&a.data("cke-bookmark")}return function(d){var n,m;n=d&&d.type!=CKEDITOR.NODE_ELEMENT&&(m=d.getParent())&&c(m);n=a?n:n||c(d);return!!(b^n)}};CKEDITOR.dom.walker.whitespaces=function(a){return function(b){var c;b&&b.type==CKEDITOR.NODE_TEXT&&(c=!CKEDITOR.tools.trim(b.getText())||CKEDITOR.env.webkit&&b.getText()=="​");return!!(a^c)}};CKEDITOR.dom.walker.invisible= -function(a){var b=CKEDITOR.dom.walker.whitespaces();return function(c){if(b(c))c=1;else{c.type==CKEDITOR.NODE_TEXT&&(c=c.getParent());c=!c.$.offsetHeight}return!!(a^c)}};CKEDITOR.dom.walker.nodeType=function(a,b){return function(c){return!!(b^c.type==a)}};CKEDITOR.dom.walker.bogus=function(a){function b(a){return!e(a)&&!d(a)}return function(c){var d=!CKEDITOR.env.ie?c.is&&c.is("br"):c.getText&&g.test(c.getText());if(d){d=c.getParent();c=c.getNext(b);d=d.isBlockBoundary()&&(!c||c.type==CKEDITOR.NODE_ELEMENT&& -c.isBlockBoundary())}return!!(a^d)}};var g=/^[\t\r\n ]*(?: |\xa0)$/,e=CKEDITOR.dom.walker.whitespaces(),d=CKEDITOR.dom.walker.bookmark();CKEDITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(d(a)||e(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in CKEDITOR.dtd.$inline&&!(a.getName()in CKEDITOR.dtd.$empty));return a&&(!CKEDITOR.env.ie?a.is&&a.is("br"):a.getText&&g.test(a.getText()))?a:false}})(); -CKEDITOR.dom.range=function(b){this.endOffset=this.endContainer=this.startOffset=this.startContainer=null;this.collapsed=true;var c=b instanceof CKEDITOR.dom.document;this.document=c?b:b.getDocument();this.root=c?b.getBody():b}; -(function(){function b(){var a=false,b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(true),k=CKEDITOR.dom.walker.bogus();return function(h){if(c(h)||b(h))return true;if(k(h)&&!a)return a=true;return h.type==CKEDITOR.NODE_TEXT&&(h.hasAscendant("pre")||CKEDITOR.tools.trim(h.getText()).length)||h.type==CKEDITOR.NODE_ELEMENT&&!h.is(d)?false:true}}function c(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(1);return function(k){return c(k)||b(k)?true:!a&&f(k)|| -k.type==CKEDITOR.NODE_ELEMENT&&k.is(CKEDITOR.dtd.$removeEmpty)}}function a(a){return!i(a)&&!j(a)}var g=function(a){a.collapsed=a.startContainer&&a.endContainer&&a.startContainer.equals(a.endContainer)&&a.startOffset==a.endOffset},e=function(a,b,c,k){a.optimizeBookmark();var h=a.startContainer,d=a.endContainer,g=a.startOffset,e=a.endOffset,f,i;if(d.type==CKEDITOR.NODE_TEXT)d=d.split(e);else if(d.getChildCount()>0)if(e>=d.getChildCount()){d=d.append(a.document.createText(""));i=true}else d=d.getChild(e); -if(h.type==CKEDITOR.NODE_TEXT){h.split(g);h.equals(d)&&(d=h.getNext())}else if(g)if(g>=h.getChildCount()){h=h.append(a.document.createText(""));f=true}else h=h.getChild(g).getPrevious();else{h=h.append(a.document.createText(""),1);f=true}var g=h.getParents(),e=d.getParents(),j,q,p;for(j=0;j0&&!r.equals(d)&&(C=l.append(r.clone()));if(!g[c]||r.$.parentNode!=g[c].$.parentNode)for(r=r.getPrevious();r;){if(r.equals(g[c])||r.equals(h))break;y=r.getPrevious();if(b==2)l.$.insertBefore(r.$.cloneNode(true),l.$.firstChild);else{r.remove();b==1&&l.$.insertBefore(r.$,l.$.firstChild)}r=y}l&&(l=C)}if(b==2){q=a.startContainer;if(q.type==CKEDITOR.NODE_TEXT){q.$.data=q.$.data+q.$.nextSibling.data; -q.$.parentNode.removeChild(q.$.nextSibling)}a=a.endContainer;if(a.type==CKEDITOR.NODE_TEXT&&a.$.nextSibling){a.$.data=a.$.data+a.$.nextSibling.data;a.$.parentNode.removeChild(a.$.nextSibling)}}else{if(q&&p&&(h.$.parentNode!=q.$.parentNode||d.$.parentNode!=p.$.parentNode)){b=p.getIndex();f&&p.$.parentNode==h.$.parentNode&&b--;if(k&&q.type==CKEDITOR.NODE_ELEMENT){k=CKEDITOR.dom.element.createFromHtml(' ',a.document);k.insertAfter(q);q.mergeSiblings(false); -a.moveToBookmark({startNode:k})}else a.setStart(p.getParent(),b)}a.collapse(true)}f&&h.remove();i&&d.$.parentNode&&d.remove()},d={abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1},f=CKEDITOR.dom.walker.bogus(),i=new CKEDITOR.dom.walker.whitespaces,j=new CKEDITOR.dom.walker.bookmark,l=/^[\t\r\n ]*(?: |\xa0)$/;CKEDITOR.dom.range.prototype={clone:function(){var a=new CKEDITOR.dom.range(this.root); -a.startContainer=this.startContainer;a.startOffset=this.startOffset;a.endContainer=this.endContainer;a.endOffset=this.endOffset;a.collapsed=this.collapsed;return a},collapse:function(a){if(a){this.endContainer=this.startContainer;this.endOffset=this.startOffset}else{this.startContainer=this.endContainer;this.startOffset=this.endOffset}this.collapsed=true},cloneContents:function(){var a=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||e(this,2,a);return a},deleteContents:function(a){this.collapsed|| -e(this,0,null,a)},extractContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||e(this,1,b,a);return b},createBookmark:function(a){var b,c,d,h,g=this.collapsed;b=this.document.createElement("span");b.data("cke-bookmark",1);b.setStyle("display","none");b.setHtml(" ");if(a){d="cke_bm_"+CKEDITOR.tools.getNextNumber();b.setAttribute("id",d+(g?"C":"S"))}if(!g){c=b.clone();c.setHtml(" ");a&&c.setAttribute("id",d+"E");h=this.clone();h.collapse();h.insertNode(c)}h= -this.clone();h.collapse(true);h.insertNode(b);if(c){this.setStartAfter(b);this.setEndBefore(c)}else this.moveToPosition(b,CKEDITOR.POSITION_AFTER_END);return{startNode:a?d+(g?"C":"S"):b,endNode:a?d+"E":c,serializable:a,collapsed:g}},createBookmark2:function(a){var b=this.startContainer,c=this.endContainer,d=this.startOffset,h=this.endOffset,g=this.collapsed,e,f;if(!b||!c)return{start:0,end:0};if(a){if(b.type==CKEDITOR.NODE_ELEMENT){if((e=b.getChild(d))&&e.type==CKEDITOR.NODE_TEXT&&d>0&&e.getPrevious().type== -CKEDITOR.NODE_TEXT){b=e;d=0}e&&e.type==CKEDITOR.NODE_ELEMENT&&(d=e.getIndex(1))}for(;b.type==CKEDITOR.NODE_TEXT&&(f=b.getPrevious())&&f.type==CKEDITOR.NODE_TEXT;){b=f;d=d+f.getLength()}if(!g){if(c.type==CKEDITOR.NODE_ELEMENT){if((e=c.getChild(h))&&e.type==CKEDITOR.NODE_TEXT&&h>0&&e.getPrevious().type==CKEDITOR.NODE_TEXT){c=e;h=0}e&&e.type==CKEDITOR.NODE_ELEMENT&&(h=e.getIndex(1))}for(;c.type==CKEDITOR.NODE_TEXT&&(f=c.getPrevious())&&f.type==CKEDITOR.NODE_TEXT;){c=f;h=h+f.getLength()}}}return{start:b.getAddress(a), -end:g?null:c.getAddress(a),startOffset:d,endOffset:h,normalized:a,collapsed:g,is2:true}},moveToBookmark:function(a){if(a.is2){var b=this.document.getByAddress(a.start,a.normalized),c=a.startOffset,d=a.end&&this.document.getByAddress(a.end,a.normalized),a=a.endOffset;this.setStart(b,c);d?this.setEnd(d,a):this.collapse(true)}else{b=(c=a.serializable)?this.document.getById(a.startNode):a.startNode;a=c?this.document.getById(a.endNode):a.endNode;this.setStartBefore(b);b.remove();if(a){this.setEndBefore(a); -a.remove()}else this.collapse(true)}},getBoundaryNodes:function(){var a=this.startContainer,b=this.endContainer,c=this.startOffset,d=this.endOffset,h;if(a.type==CKEDITOR.NODE_ELEMENT){h=a.getChildCount();if(h>c)a=a.getChild(c);else if(h<1)a=a.getPreviousSourceNode();else{for(a=a.$;a.lastChild;)a=a.lastChild;a=new CKEDITOR.dom.node(a);a=a.getNextSourceNode()||a}}if(b.type==CKEDITOR.NODE_ELEMENT){h=b.getChildCount();if(h>d)b=b.getChild(d).getPreviousSourceNode(true);else if(h<1)b=b.getPreviousSourceNode(); -else{for(b=b.$;b.lastChild;)b=b.lastChild;b=new CKEDITOR.dom.node(b)}}a.getPosition(b)&CKEDITOR.POSITION_FOLLOWING&&(a=b);return{startNode:a,endNode:b}},getCommonAncestor:function(a,b){var c=this.startContainer,d=this.endContainer,c=c.equals(d)?a&&c.type==CKEDITOR.NODE_ELEMENT&&this.startOffset==this.endOffset-1?c.getChild(this.startOffset):c:c.getCommonAncestor(d);return b&&!c.is?c.getParent():c},optimize:function(){var a=this.startContainer,b=this.startOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>= -a.getLength()&&this.setStartAfter(a):this.setStartBefore(a));a=this.endContainer;b=this.endOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setEndAfter(a):this.setEndBefore(a))},optimizeBookmark:function(){var a=this.startContainer,b=this.endContainer;a.is&&(a.is("span")&&a.data("cke-bookmark"))&&this.setStartAt(a,CKEDITOR.POSITION_BEFORE_START);b&&(b.is&&b.is("span")&&b.data("cke-bookmark"))&&this.setEndAt(b,CKEDITOR.POSITION_AFTER_END)},trim:function(a,b){var c=this.startContainer, -d=this.startOffset,h=this.collapsed;if((!a||h)&&c&&c.type==CKEDITOR.NODE_TEXT){if(d)if(d>=c.getLength()){d=c.getIndex()+1;c=c.getParent()}else{var g=c.split(d),d=c.getIndex()+1,c=c.getParent();if(this.startContainer.equals(this.endContainer))this.setEnd(g,this.endOffset-this.startOffset);else if(c.equals(this.endContainer))this.endOffset=this.endOffset+1}else{d=c.getIndex();c=c.getParent()}this.setStart(c,d);if(h){this.collapse(true);return}}c=this.endContainer;d=this.endOffset;if(!b&&!h&&c&&c.type== -CKEDITOR.NODE_TEXT){if(d){d>=c.getLength()||c.split(d);d=c.getIndex()+1}else d=c.getIndex();c=c.getParent();this.setEnd(c,d)}},enlarge:function(a,b){switch(a){case CKEDITOR.ENLARGE_INLINE:var c=1;case CKEDITOR.ENLARGE_ELEMENT:if(this.collapsed)break;var d=this.getCommonAncestor(),h=this.root,g,e,f,i,j,l=false,q,p;q=this.startContainer;p=this.startOffset;if(q.type==CKEDITOR.NODE_TEXT){if(p){q=!CKEDITOR.tools.trim(q.substring(0,p)).length&&q;l=!!q}if(q&&!(i=q.getPrevious()))f=q.getParent()}else{p&& -(i=q.getChild(p-1)||q.getLast());i||(f=q)}for(;f||i;){if(f&&!i){!j&&f.equals(d)&&(j=true);if(c?f.isBlockBoundary():!h.contains(f))break;if(!l||f.getComputedStyle("display")!="inline"){l=false;j?g=f:this.setStartBefore(f)}i=f.getPrevious()}for(;i;){q=false;if(i.type==CKEDITOR.NODE_COMMENT)i=i.getPrevious();else{if(i.type==CKEDITOR.NODE_TEXT){p=i.getText();/[^\s\ufeff]/.test(p)&&(i=null);q=/[\s\ufeff]$/.test(p)}else if((i.$.offsetWidth>0||b&&i.is("br"))&&!i.data("cke-bookmark"))if(l&&CKEDITOR.dtd.$removeEmpty[i.getName()]){p= -i.getText();if(/[^\s\ufeff]/.test(p))i=null;else for(var A=i.$.getElementsByTagName("*"),r=0,C;C=A[r++];)if(!CKEDITOR.dtd.$removeEmpty[C.nodeName.toLowerCase()]){i=null;break}i&&(q=!!p.length)}else i=null;q&&(l?j?g=f:f&&this.setStartBefore(f):l=true);if(i){q=i.getPrevious();if(!f&&!q){f=i;i=null;break}i=q}else f=null}}f&&(f=f.getParent())}q=this.endContainer;p=this.endOffset;f=i=null;j=l=false;if(q.type==CKEDITOR.NODE_TEXT){q=!CKEDITOR.tools.trim(q.substring(p)).length&&q;l=!(q&&q.getLength());if(q&& -!(i=q.getNext()))f=q.getParent()}else(i=q.getChild(p))||(f=q);for(;f||i;){if(f&&!i){!j&&f.equals(d)&&(j=true);if(c?f.isBlockBoundary():!h.contains(f))break;if(!l||f.getComputedStyle("display")!="inline"){l=false;j?e=f:f&&this.setEndAfter(f)}i=f.getNext()}for(;i;){q=false;if(i.type==CKEDITOR.NODE_TEXT){p=i.getText();/[^\s\ufeff]/.test(p)&&(i=null);q=/^[\s\ufeff]/.test(p)}else if(i.type==CKEDITOR.NODE_ELEMENT){if((i.$.offsetWidth>0||b&&i.is("br"))&&!i.data("cke-bookmark"))if(l&&CKEDITOR.dtd.$removeEmpty[i.getName()]){p= -i.getText();if(/[^\s\ufeff]/.test(p))i=null;else{A=i.$.getElementsByTagName("*");for(r=0;C=A[r++];)if(!CKEDITOR.dtd.$removeEmpty[C.nodeName.toLowerCase()]){i=null;break}}i&&(q=!!p.length)}else i=null}else q=1;q&&l&&(j?e=f:this.setEndAfter(f));if(i){q=i.getNext();if(!f&&!q){f=i;i=null;break}i=q}else f=null}f&&(f=f.getParent())}if(g&&e){d=g.contains(e)?e:g;this.setStartBefore(d);this.setEndAfter(d)}break;case CKEDITOR.ENLARGE_BLOCK_CONTENTS:case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:f=new CKEDITOR.dom.range(this.root); -h=this.root;f.setStartAt(h,CKEDITOR.POSITION_AFTER_START);f.setEnd(this.startContainer,this.startOffset);f=new CKEDITOR.dom.walker(f);var y,u,x=CKEDITOR.dom.walker.blockBoundary(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?{br:1}:null),I=function(a){var b=x(a);b||(y=a);return b},c=function(a){var b=I(a);!b&&(a.is&&a.is("br"))&&(u=a);return b};f.guard=I;f=f.lastBackward();y=y||h;this.setStartAt(y,!y.is("br")&&(!f&&this.checkStartOfBlock()||f&&y.contains(f))?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_AFTER_END); -if(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS){f=this.clone();f=new CKEDITOR.dom.walker(f);var G=CKEDITOR.dom.walker.whitespaces(),E=CKEDITOR.dom.walker.bookmark();f.evaluator=function(a){return!G(a)&&!E(a)};if((f=f.previous())&&f.type==CKEDITOR.NODE_ELEMENT&&f.is("br"))break}f=this.clone();f.collapse();f.setEndAt(h,CKEDITOR.POSITION_BEFORE_END);f=new CKEDITOR.dom.walker(f);f.guard=a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?c:I;y=null;f=f.lastForward();y=y||h;this.setEndAt(y,!f&&this.checkEndOfBlock()||f&& -y.contains(f)?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_BEFORE_START);u&&this.setEndAfter(u)}},shrink:function(a,b,c){if(!this.collapsed){var a=a||CKEDITOR.SHRINK_TEXT,d=this.clone(),h=this.startContainer,f=this.endContainer,g=this.startOffset,e=this.endOffset,i=1,j=1;if(h&&h.type==CKEDITOR.NODE_TEXT)if(g)if(g>=h.getLength())d.setStartAfter(h);else{d.setStartBefore(h);i=0}else d.setStartBefore(h);if(f&&f.type==CKEDITOR.NODE_TEXT)if(e)if(e>=f.getLength())d.setEndAfter(f);else{d.setEndAfter(f); -j=0}else d.setEndBefore(f);var d=new CKEDITOR.dom.walker(d),l=CKEDITOR.dom.walker.bookmark();d.evaluator=function(b){return b.type==(a==CKEDITOR.SHRINK_ELEMENT?CKEDITOR.NODE_ELEMENT:CKEDITOR.NODE_TEXT)};var q;d.guard=function(b,d){if(l(b))return true;if(a==CKEDITOR.SHRINK_ELEMENT&&b.type==CKEDITOR.NODE_TEXT||d&&b.equals(q)||c===false&&b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary())return false;!d&&b.type==CKEDITOR.NODE_ELEMENT&&(q=b);return true};if(i)(h=d[a==CKEDITOR.SHRINK_ELEMENT?"lastForward": -"next"]())&&this.setStartAt(h,b?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_START);if(j){d.reset();(d=d[a==CKEDITOR.SHRINK_ELEMENT?"lastBackward":"previous"]())&&this.setEndAt(d,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_END)}return!(!i&&!j)}},insertNode:function(a){this.optimizeBookmark();this.trim(false,true);var b=this.startContainer,c=b.getChild(this.startOffset);c?a.insertBefore(c):b.append(a);a.getParent()&&a.getParent().equals(this.endContainer)&&this.endOffset++;this.setStartBefore(a)}, -moveToPosition:function(a,b){this.setStartAt(a,b);this.collapse(true)},moveToRange:function(a){this.setStart(a.startContainer,a.startOffset);this.setEnd(a.endContainer,a.endOffset)},selectNodeContents:function(a){this.setStart(a,0);this.setEnd(a,a.type==CKEDITOR.NODE_TEXT?a.getLength():a.getChildCount())},setStart:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[a.getName()]){b=a.getIndex();a=a.getParent()}this.startContainer=a;this.startOffset=b;if(!this.endContainer){this.endContainer= -a;this.endOffset=b}g(this)},setEnd:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[a.getName()]){b=a.getIndex()+1;a=a.getParent()}this.endContainer=a;this.endOffset=b;if(!this.startContainer){this.startContainer=a;this.startOffset=b}g(this)},setStartAfter:function(a){this.setStart(a.getParent(),a.getIndex()+1)},setStartBefore:function(a){this.setStart(a.getParent(),a.getIndex())},setEndAfter:function(a){this.setEnd(a.getParent(),a.getIndex()+1)},setEndBefore:function(a){this.setEnd(a.getParent(), -a.getIndex())},setStartAt:function(a,b){switch(b){case CKEDITOR.POSITION_AFTER_START:this.setStart(a,0);break;case CKEDITOR.POSITION_BEFORE_END:a.type==CKEDITOR.NODE_TEXT?this.setStart(a,a.getLength()):this.setStart(a,a.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setStartBefore(a);break;case CKEDITOR.POSITION_AFTER_END:this.setStartAfter(a)}g(this)},setEndAt:function(a,b){switch(b){case CKEDITOR.POSITION_AFTER_START:this.setEnd(a,0);break;case CKEDITOR.POSITION_BEFORE_END:a.type== -CKEDITOR.NODE_TEXT?this.setEnd(a,a.getLength()):this.setEnd(a,a.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setEndBefore(a);break;case CKEDITOR.POSITION_AFTER_END:this.setEndAfter(a)}g(this)},fixBlock:function(a,b){var c=this.createBookmark(),d=this.document.createElement(b);this.collapse(a);this.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);this.extractContents().appendTo(d);d.trim();CKEDITOR.env.ie||d.appendBogus();this.insertNode(d);this.moveToBookmark(c);return d},splitBlock:function(a){var b= -new CKEDITOR.dom.elementPath(this.startContainer,this.root),c=new CKEDITOR.dom.elementPath(this.endContainer,this.root),d=b.block,h=c.block,f=null;if(!b.blockLimit.equals(c.blockLimit))return null;if(a!="br"){if(!d){d=this.fixBlock(true,a);h=(new CKEDITOR.dom.elementPath(this.endContainer,this.root)).block}h||(h=this.fixBlock(false,a))}a=d&&this.checkStartOfBlock();b=h&&this.checkEndOfBlock();this.deleteContents();if(d&&d.equals(h))if(b){f=new CKEDITOR.dom.elementPath(this.startContainer,this.root); -this.moveToPosition(h,CKEDITOR.POSITION_AFTER_END);h=null}else if(a){f=new CKEDITOR.dom.elementPath(this.startContainer,this.root);this.moveToPosition(d,CKEDITOR.POSITION_BEFORE_START);d=null}else{h=this.splitElement(d);!CKEDITOR.env.ie&&!d.is("ul","ol")&&d.appendBogus()}return{previousBlock:d,nextBlock:h,wasStartOfBlock:a,wasEndOfBlock:b,elementPath:f}},splitElement:function(a){if(!this.collapsed)return null;this.setEndAt(a,CKEDITOR.POSITION_BEFORE_END);var b=this.extractContents(),c=a.clone(false); -b.appendTo(c);c.insertAfter(a);this.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);return c},removeEmptyBlocksAtEnd:function(){function a(d){return function(a){return b(a)||(c(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.isEmptyInlineRemoveable())||d.is("table")&&a.is("caption")?false:true}}var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(false);return function(b){for(var c=this.createBookmark(),d=this[b?"endPath":"startPath"](),m=d.block||d.blockLimit,f;m&&!m.equals(d.root)&&!m.getFirst(a(m));){f= -m.getParent();this[b?"setEndAt":"setStartAt"](m,CKEDITOR.POSITION_AFTER_END);m.remove(1);m=f}this.moveToBookmark(c)}}(),startPath:function(){return new CKEDITOR.dom.elementPath(this.startContainer,this.root)},endPath:function(){return new CKEDITOR.dom.elementPath(this.endContainer,this.root)},checkBoundaryOfElement:function(a,b){var d=b==CKEDITOR.START,f=this.clone();f.collapse(d);f[d?"setStartAt":"setEndAt"](a,d?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END);f=new CKEDITOR.dom.walker(f); -f.evaluator=c(d);return f[d?"checkBackward":"checkForward"]()},checkStartOfBlock:function(){var a=this.startContainer,c=this.startOffset;if(CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT){a=CKEDITOR.tools.ltrim(a.substring(0,c));l.test(a)&&this.trim(0,1)}this.trim();a=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone();c.collapse(true);c.setStartAt(a.block||a.blockLimit,CKEDITOR.POSITION_AFTER_START);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkBackward()},checkEndOfBlock:function(){var a= -this.endContainer,c=this.endOffset;if(CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT){a=CKEDITOR.tools.rtrim(a.substring(c));l.test(a)&&this.trim(1,0)}this.trim();a=new CKEDITOR.dom.elementPath(this.endContainer,this.root);c=this.clone();c.collapse(false);c.setEndAt(a.block||a.blockLimit,CKEDITOR.POSITION_BEFORE_END);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkForward()},getPreviousNode:function(a,b,c){var d=this.clone();d.collapse(1);d.setStartAt(c||this.root,CKEDITOR.POSITION_AFTER_START); -c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.previous()},getNextNode:function(a,b,c){var d=this.clone();d.collapse();d.setEndAt(c||this.root,CKEDITOR.POSITION_BEFORE_END);c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.next()},checkReadOnly:function(){function a(b,c){for(;b;){if(b.type==CKEDITOR.NODE_ELEMENT){if(b.getAttribute("contentEditable")=="false"&&!b.data("cke-editable"))return 0;if(b.is("html")||b.getAttribute("contentEditable")=="true"&&(b.contains(c)||b.equals(c)))break}b= -b.getParent()}return 1}return function(){var b=this.startContainer,c=this.endContainer;return!(a(b,c)&&a(c,b))}}(),moveToElementEditablePosition:function(b,c){if(b.type==CKEDITOR.NODE_ELEMENT&&!b.isEditable(false)){this.moveToPosition(b,c?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START);return true}for(var d=0;b;){if(b.type==CKEDITOR.NODE_TEXT){c&&this.checkEndOfBlock()&&l.test(b.getText())?this.moveToPosition(b,CKEDITOR.POSITION_BEFORE_START):this.moveToPosition(b,c?CKEDITOR.POSITION_AFTER_END: -CKEDITOR.POSITION_BEFORE_START);d=1;break}if(b.type==CKEDITOR.NODE_ELEMENT)if(b.isEditable()){this.moveToPosition(b,c?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_START);d=1}else c&&(b.is("br")&&this.checkEndOfBlock())&&this.moveToPosition(b,CKEDITOR.POSITION_BEFORE_START);var f=b,h=d,g=void 0;f.type==CKEDITOR.NODE_ELEMENT&&f.isEditable(false)&&(g=f[c?"getLast":"getFirst"](a));!h&&!g&&(g=f[c?"getPrevious":"getNext"](a));b=g}return!!d},moveToElementEditStart:function(a){return this.moveToElementEditablePosition(a)}, -moveToElementEditEnd:function(a){return this.moveToElementEditablePosition(a,true)},getEnclosedNode:function(){var a=this.clone();a.optimize();if(a.startContainer.type!=CKEDITOR.NODE_ELEMENT||a.endContainer.type!=CKEDITOR.NODE_ELEMENT)return null;var a=new CKEDITOR.dom.walker(a),b=CKEDITOR.dom.walker.bookmark(false,true),c=CKEDITOR.dom.walker.whitespaces(true);a.evaluator=function(a){return c(a)&&b(a)};var d=a.next();a.reset();return d&&d.equals(a.previous())?d:null},getTouchedStartNode:function(){var a= -this.startContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.startOffset)||a},getTouchedEndNode:function(){var a=this.endContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.endOffset-1)||a},scrollIntoView:function(){var a=new CKEDITOR.dom.element.createFromHtml(" ",this.document),b,c,d,h=this.clone();h.optimize();if(d=h.startContainer.type==CKEDITOR.NODE_TEXT){c=h.startContainer.getText();b=h.startContainer.split(h.startOffset); -a.insertAfter(h.startContainer)}else h.insertNode(a);a.scrollIntoView();if(d){h.startContainer.setText(c);b.remove()}a.remove()}}})();CKEDITOR.POSITION_AFTER_START=1;CKEDITOR.POSITION_BEFORE_END=2;CKEDITOR.POSITION_BEFORE_START=3;CKEDITOR.POSITION_AFTER_END=4;CKEDITOR.ENLARGE_ELEMENT=1;CKEDITOR.ENLARGE_BLOCK_CONTENTS=2;CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS=3;CKEDITOR.ENLARGE_INLINE=4;CKEDITOR.START=1;CKEDITOR.END=2;CKEDITOR.SHRINK_ELEMENT=1;CKEDITOR.SHRINK_TEXT=2; -(function(){function b(a){if(!(arguments.length<1)){this.range=a;this.forceBrBreak=0;this.enlargeBr=1;this.enforceRealBlocks=0;this._||(this._={})}}function c(a,b,c){for(a=a.getNextSourceNode(b,null,c);!g(a);)a=a.getNextSourceNode(b,null,c);return a}var a=/^[\r\n\t ]+$/,g=CKEDITOR.dom.walker.bookmark(false,true),e=CKEDITOR.dom.walker.whitespaces(true),d=function(a){return g(a)&&e(a)};b.prototype={getNextParagraph:function(b){b=b||"p";if(!CKEDITOR.dtd[this.range.root.getName()][b])return null;var e, -j,l,n,m,o;if(!this._.started){j=this.range.clone();j.shrink(CKEDITOR.NODE_ELEMENT,true);n=j.endContainer.hasAscendant("pre",true)||j.startContainer.hasAscendant("pre",true);j.enlarge(this.forceBrBreak&&!n||!this.enlargeBr?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);if(!j.collapsed){n=new CKEDITOR.dom.walker(j.clone());var k=CKEDITOR.dom.walker.bookmark(true,true);n.evaluator=k;this._.nextNode=n.next();n=new CKEDITOR.dom.walker(j.clone());n.evaluator=k;n=n.previous();this._.lastNode= -n.getNextSourceNode(true);if(this._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.getText())&&this._.lastNode.getParent().isBlockBoundary()){k=this.range.clone();k.moveToPosition(this._.lastNode,CKEDITOR.POSITION_AFTER_END);if(k.checkEndOfBlock()){k=new CKEDITOR.dom.elementPath(k.endContainer,k.root);this._.lastNode=(k.block||k.blockLimit).getNextSourceNode(true)}}if(!this._.lastNode){this._.lastNode=this._.docEndMarker=j.document.createText("");this._.lastNode.insertAfter(n)}j= -null}this._.started=1}k=this._.nextNode;n=this._.lastNode;for(this._.nextNode=null;k;){var h=0,s=k.hasAscendant("pre"),w=k.type!=CKEDITOR.NODE_ELEMENT,v=0;if(w)k.type==CKEDITOR.NODE_TEXT&&a.test(k.getText())&&(w=0);else{var t=k.getName();if(k.isBlockBoundary(this.forceBrBreak&&!s&&{br:1})){if(t=="br")w=1;else if(!j&&!k.getChildCount()&&t!="hr"){e=k;l=k.equals(n);break}if(j){j.setEndAt(k,CKEDITOR.POSITION_BEFORE_START);if(t!="br")this._.nextNode=k}h=1}else{if(k.getFirst()){if(!j){j=this.range.clone(); -j.setStartAt(k,CKEDITOR.POSITION_BEFORE_START)}k=k.getFirst();continue}w=1}}if(w&&!j){j=this.range.clone();j.setStartAt(k,CKEDITOR.POSITION_BEFORE_START)}l=(!h||w)&&k.equals(n);if(j&&!h)for(;!k.getNext(d)&&!l;){t=k.getParent();if(t.isBlockBoundary(this.forceBrBreak&&!s&&{br:1})){h=1;w=0;l||t.equals(n);j.setEndAt(t,CKEDITOR.POSITION_BEFORE_END);break}k=t;w=1;l=k.equals(n);v=1}w&&j.setEndAt(k,CKEDITOR.POSITION_AFTER_END);k=c(k,v,n);if((l=!k)||h&&j)break}if(!e){if(!j){this._.docEndMarker&&this._.docEndMarker.remove(); -return this._.nextNode=null}e=new CKEDITOR.dom.elementPath(j.startContainer,j.root);k=e.blockLimit;h={div:1,th:1,td:1};e=e.block;if(!e&&k&&!this.enforceRealBlocks&&h[k.getName()]&&j.checkStartOfBlock()&&j.checkEndOfBlock()&&!k.equals(j.root))e=k;else if(!e||this.enforceRealBlocks&&e.getName()=="li"){e=this.range.document.createElement(b);j.extractContents().appendTo(e);e.trim();j.insertNode(e);m=o=true}else if(e.getName()!="li"){if(!j.checkStartOfBlock()||!j.checkEndOfBlock()){e=e.clone(false);j.extractContents().appendTo(e); -e.trim();o=j.splitBlock();m=!o.wasStartOfBlock;o=!o.wasEndOfBlock;j.insertNode(e)}}else if(!l)this._.nextNode=e.equals(n)?null:c(j.getBoundaryNodes().endNode,1,n)}if(m)(j=e.getPrevious())&&j.type==CKEDITOR.NODE_ELEMENT&&(j.getName()=="br"?j.remove():j.getLast()&&j.getLast().$.nodeName.toLowerCase()=="br"&&j.getLast().remove());if(o)(j=e.getLast())&&j.type==CKEDITOR.NODE_ELEMENT&&j.getName()=="br"&&(CKEDITOR.env.ie||j.getPrevious(g)||j.getNext(g))&&j.remove();if(!this._.nextNode)this._.nextNode=l|| -e.equals(n)||!n?null:c(e,1,n);return e}};CKEDITOR.dom.range.prototype.createIterator=function(){return new b(this)}})(); -CKEDITOR.command=function(b,c){this.uiItems=[];this.exec=function(a){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return false;this.editorFocus&&b.focus();return this.fire("exec")===false?true:c.exec.call(this,b,a)!==false};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return true;if(this.context&&!b.isContextFor(this.context)){this.disable();return true}this.enable();return this.fire("refresh",{editor:a,path:b})===false?true:c.refresh&&c.refresh.apply(this,arguments)!== -false};var a;this.checkAllowed=function(){return typeof a=="boolean"?a:a=b.filter.checkFeature(this)};CKEDITOR.tools.extend(this,c,{modes:{wysiwyg:1},editorFocus:1,contextSensitive:!!c.context,state:CKEDITOR.TRISTATE_DISABLED});CKEDITOR.event.call(this)}; -CKEDITOR.command.prototype={enable:function(){this.state==CKEDITOR.TRISTATE_DISABLED&&this.checkAllowed()&&this.setState(!this.preserveState||typeof this.previousState=="undefined"?CKEDITOR.TRISTATE_OFF:this.previousState)},disable:function(){this.setState(CKEDITOR.TRISTATE_DISABLED)},setState:function(b){if(this.state==b||!this.checkAllowed())return false;this.previousState=this.state;this.state=b;this.fire("state");return true},toggleState:function(){this.state==CKEDITOR.TRISTATE_OFF?this.setState(CKEDITOR.TRISTATE_ON): -this.state==CKEDITOR.TRISTATE_ON&&this.setState(CKEDITOR.TRISTATE_OFF)}};CKEDITOR.event.implementOn(CKEDITOR.command.prototype);CKEDITOR.ENTER_P=1;CKEDITOR.ENTER_BR=2;CKEDITOR.ENTER_DIV=3; -CKEDITOR.config={customConfig:"config.js",autoUpdateElement:!0,language:"",defaultLanguage:"en",contentsLangDirection:"",enterMode:CKEDITOR.ENTER_P,forceEnterMode:!1,shiftEnterMode:CKEDITOR.ENTER_BR,docType:"",bodyId:"",bodyClass:"",fullPage:!1,height:200,extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex:1E4,blockedKeystrokes:[CKEDITOR.CTRL+66,CKEDITOR.CTRL+73,CKEDITOR.CTRL+85]}; -(function(){function b(a,b,d,h,f){var m=b.name;if((h||typeof a.elements!="function"||a.elements(m))&&(!a.match||a.match(b))){if(h=!f){a:if(a.nothingRequired)h=true;else{if(f=a.requiredClasses){m=b.classes;for(h=0;h0;){e=d[--m];if(f&&(e.type==CKEDITOR.NODE_TEXT||e.type==CKEDITOR.NODE_ELEMENT&&z.$inline[e.name])){if(!g){g=new CKEDITOR.htmlParser.element(b);g.insertAfter(a);c.push({check:"parent-down",el:g})}g.add(e,0)}else{g=null;e.insertAfter(a);h.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT&&(e.type== -CKEDITOR.NODE_ELEMENT&&!z[h.name][e.name])&&c.push({check:"el-up",el:e})}}a.remove()}}else if(d=="style")a.remove();else{a.parent&&c.push({check:"it",el:a.parent});a.replaceWithChildren()}}function s(a,b,c){var d,h;for(d=0;d";if(m in this._.cachedChecks)return this._.cachedChecks[m];h=f(a).$1;e=h.styles;var o=h.classes;h.name=h.elements;h.classes=o=o?o.split(/\s*,\s*/):[];h.styles=d(e);h.attributes=d(h.attributes);h.children=[];o.length&&(h.attributes["class"]= -o.join(" "));if(e)h.attributes.style=CKEDITOR.tools.writeCssText(h.styles);e=h}else{h=a.getDefinition();e=h.styles;o=h.attributes||{};if(e){e=q(e);o.style=CKEDITOR.tools.writeCssText(e,true)}else e={};e={name:h.element,attributes:o,classes:o["class"]?o["class"].split(/\s+/):[],styles:e,children:[]}}var o=CKEDITOR.tools.clone(e),k=[],i;if(b!==false&&(i=this._.transformations[e.name])){for(h=0;h0?false:CKEDITOR.tools.objectCompare(e.attributes,o.attributes,true)?true:false;typeof a=="string"&&(this._.cachedChecks[m]=b);return b}};var r={styles:1,attributes:1,classes:1},C={styles:"requiredStyles",attributes:"requiredAttributes",classes:"requiredClasses"},y=/^([a-z0-9*\s]+)((?:\s*\{[!\w\-,\s\*]+\}\s*|\s*\[[!\w\-,\s\*]+\]\s*|\s*\([!\w\-,\s\*]+\)\s*){0,3})(?:;\s*|$)/i,u={styles:/{([^}]+)}/,attrs:/\[([^\]]+)\]/,classes:/\(([^\)]+)\)/},x=CKEDITOR.filter.transformationsTools={sizeToStyle:function(a){this.lengthToStyle(a, -"width");this.lengthToStyle(a,"height")},sizeToAttribute:function(a){this.lengthToAttribute(a,"width");this.lengthToAttribute(a,"height")},lengthToStyle:function(a,b,c){c=c||b;if(!(c in a.styles)){var d=a.attributes[b];if(d){/^\d+$/.test(d)&&(d=d+"px");a.styles[c]=d}}delete a.attributes[b]},lengthToAttribute:function(a,b,c){c=c||b;if(!(c in a.attributes)){var d=a.styles[b],h=d&&d.match(/^(\d+)(?:\.\d*)?px$/);h?a.attributes[c]=h[1]:d==A&&(a.attributes[c]=A)}delete a.styles[b]},alignmentToStyle:function(a){if(!("float"in -a.styles)){var b=a.attributes.align;if(b=="left"||b=="right")a.styles["float"]=b}delete a.attributes.align},alignmentToAttribute:function(a){if(!("align"in a.attributes)){var b=a.styles["float"];if(b=="left"||b=="right")a.attributes.align=b}delete a.styles["float"]},matchesStyle:w,transform:function(a,b){if(typeof b=="string")a.name=b;else{var c=b.getDefinition(),d=c.styles,h=c.attributes,e,f,m,g;a.name=c.element;for(e in h)if(e=="class"){c=a.classes.join("|");for(m=h[e].split(/\s+/);g=m.pop();)c.indexOf(g)== --1&&a.classes.push(g)}else a.attributes[e]=h[e];for(f in d)a.styles[f]=d[f]}}}})(); -(function(){CKEDITOR.focusManager=function(b){if(b.focusManager)return b.focusManager;this.hasFocus=false;this.currentActive=null;this._={editor:b};return this};CKEDITOR.focusManager._={blurDelay:200};CKEDITOR.focusManager.prototype={focus:function(){this._.timer&&clearTimeout(this._.timer);if(!this.hasFocus&&!this._.locked){var b=CKEDITOR.currentInstance;b&&b.focusManager.blur(1);this.hasFocus=true;(b=this._.editor.container)&&b.addClass("cke_focus");this._.editor.fire("focus")}},lock:function(){this._.locked= -1},unlock:function(){delete this._.locked},blur:function(b){function c(){if(this.hasFocus){this.hasFocus=false;var a=this._.editor.container;a&&a.removeClass("cke_focus");this._.editor.fire("blur")}}if(!this._.locked){this._.timer&&clearTimeout(this._.timer);var a=CKEDITOR.focusManager._.blurDelay;b||!a?c.call(this):this._.timer=CKEDITOR.tools.setTimeout(function(){delete this._.timer;c.call(this)},a,this)}},add:function(b,c){var a=b.getCustomData("focusmanager");if(!a||a!=this){a&&a.remove(b);var a= -"focus",g="blur";if(c)if(CKEDITOR.env.ie){a="focusin";g="focusout"}else CKEDITOR.event.useCapture=1;var e={blur:function(){b.equals(this.currentActive)&&this.blur()},focus:function(){this.currentActive=b;this.focus()}};b.on(a,e.focus,this);b.on(g,e.blur,this);if(c)CKEDITOR.event.useCapture=0;b.setCustomData("focusmanager",this);b.setCustomData("focusmanager_handlers",e)}},remove:function(b){b.removeCustomData("focusmanager");var c=b.removeCustomData("focusmanager_handlers");b.removeListener("blur", -c.blur);b.removeListener("focus",c.focus)}}})();CKEDITOR.keystrokeHandler=function(b){if(b.keystrokeHandler)return b.keystrokeHandler;this.keystrokes={};this.blockedKeystrokes={};this._={editor:b};return this}; -(function(){var b,c=function(a){var a=a.data,c=a.getKeystroke(),d=this.keystrokes[c],f=this._.editor;b=f.fire("key",{keyCode:c})===false;if(!b){d&&(b=f.execCommand(d,{from:"keystrokeHandler"})!==false);b||(b=!!this.blockedKeystrokes[c])}b&&a.preventDefault(true);return!b},a=function(a){if(b){b=false;a.data.preventDefault(true)}};CKEDITOR.keystrokeHandler.prototype={attach:function(b){b.on("keydown",c,this);if(CKEDITOR.env.opera||CKEDITOR.env.gecko&&CKEDITOR.env.mac)b.on("keypress",a,this)}}})(); -(function(){CKEDITOR.lang={languages:{af:1,ar:1,bg:1,bn:1,bs:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,"en-au":1,"en-ca":1,"en-gb":1,en:1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,"fr-ca":1,fr:1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,is:1,it:1,ja:1,ka:1,km:1,ko:1,ku:1,lt:1,lv:1,mn:1,ms:1,nb:1,nl:1,no:1,pl:1,"pt-br":1,pt:1,ro:1,ru:1,sk:1,sl:1,"sr-latn":1,sr:1,sv:1,th:1,tr:1,uk:1,vi:1,"zh-cn":1,zh:1},load:function(b,c,a){if(!b||!CKEDITOR.lang.languages[b])b=this.detect(c,b);this[b]?a(b,this[b]):CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("lang/"+ -b+".js"),function(){a(b,this[b])},this)},detect:function(b,c){var a=this.languages,c=c||navigator.userLanguage||navigator.language||b,g=c.toLowerCase().match(/([a-z]+)(?:-([a-z]+))?/),e=g[1],g=g[2];a[e+"-"+g]?e=e+"-"+g:a[e]||(e=null);CKEDITOR.lang.detect=e?function(){return e}:function(a){return a};return e||b}}})(); -CKEDITOR.scriptLoader=function(){var b={},c={};return{load:function(a,g,e,d){var f=typeof a=="string";f&&(a=[a]);e||(e=CKEDITOR);var i=a.length,j=[],l=[],n=function(a){g&&(f?g.call(e,a):g.call(e,j,l))};if(i===0)n(true);else{var m=function(a,b){(b?j:l).push(a);if(--i<=0){d&&CKEDITOR.document.getDocumentElement().removeStyle("cursor");n(b)}},o=function(a,d){b[a]=1;var h=c[a];delete c[a];for(var e=0;e -1)){var h=new CKEDITOR.dom.element("script");h.setAttributes({type:"text/javascript",src:a});if(g)if(CKEDITOR.env.ie)h.$.onreadystatechange=function(){if(h.$.readyState=="loaded"||h.$.readyState=="complete"){h.$.onreadystatechange=null;o(a,true)}};else{h.$.onload=function(){setTimeout(function(){o(a,true)},0)};h.$.onerror=function(){o(a,false)}}h.appendTo(CKEDITOR.document.getHead())}}};d&&CKEDITOR.document.getDocumentElement().setStyle("cursor","wait");for(var h=0;h=0)i=a.langCode;else{i=a.langCode.replace(/-.*/,"");i=i!=a.langCode&&CKEDITOR.tools.indexOf(k,i)>=0?i:CKEDITOR.tools.indexOf(k,"en")>=0?"en":k[0]}if(!g.langEntries||!g.langEntries[i])f.push(CKEDITOR.getUrl(g.path+"lang/"+i+".js"));else{a.lang[o]=g.langEntries[i];i=null}}e.push(i);d.push(g)}CKEDITOR.scriptLoader.load(f, -function(){for(var c=["beforeInit","init","afterInit"],f=0;f]+)>)|(?:!--([\\S|\\s]*?)--\>)|(?:([^\\s>]+)\\s*((?:(?:\"[^\"]*\")|(?:'[^']*')|[^\"'>])*)\\/?>))","g")}}; -(function(){var b=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,c={checked:1,compact:1,declare:1,defer:1,disabled:1,ismap:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,selected:1};CKEDITOR.htmlParser.prototype={onTagOpen:function(){},onTagClose:function(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(a){for(var g,e,d=0,f;g=this._.htmlPartsRegex.exec(a);){e=g.index;if(e>d){d=a.substring(d,e);if(f)f.push(d);else this.onText(d)}d= -this._.htmlPartsRegex.lastIndex;if(e=g[1]){e=e.toLowerCase();if(f&&CKEDITOR.dtd.$cdata[e]){this.onCDATA(f.join(""));f=null}if(!f){this.onTagClose(e);continue}}if(f)f.push(g[0]);else if(e=g[3]){e=e.toLowerCase();if(!/="/.test(e)){var i={},j;g=g[4];var l=!!(g&&g.charAt(g.length-1)=="/");if(g)for(;j=b.exec(g);){var n=j[1].toLowerCase();j=j[2]||j[3]||j[4]||"";i[n]=!j&&c[n]?n:j}this.onTagOpen(e,i,l);!f&&CKEDITOR.dtd.$cdata[e]&&(f=[])}}else if(e=g[2])this.onComment(e)}if(a.length>d)this.onText(a.substring(d, -a.length))}}})(); -CKEDITOR.htmlParser.basicWriter=CKEDITOR.tools.createClass({$:function(){this._={output:[]}},proto:{openTag:function(b){this._.output.push("<",b)},openTagClose:function(b,c){c?this._.output.push(" />"):this._.output.push(">")},attribute:function(b,c){typeof c=="string"&&(c=CKEDITOR.tools.htmlEncodeAttr(c));this._.output.push(" ",b,'="',c,'"')},closeTag:function(b){this._.output.push("")},text:function(b){this._.output.push(b)},comment:function(b){this._.output.push("<\!--",b,"--\>")},write:function(b){this._.output.push(b)}, -reset:function(){this._.output=[];this._.indent=false},getHtml:function(b){var c=this._.output.join("");b&&this.reset();return c}}});"use strict"; -(function(){CKEDITOR.htmlParser.node=function(){};CKEDITOR.htmlParser.node.prototype={remove:function(){var b=this.parent.children,c=CKEDITOR.tools.indexOf(b,this),a=this.previous,g=this.next;a&&(a.next=g);g&&(g.previous=a);b.splice(c,1);this.parent=null},replaceWith:function(b){var c=this.parent.children,a=CKEDITOR.tools.indexOf(c,this),g=b.previous=this.previous,e=b.next=this.next;g&&(g.next=b);e&&(e.previous=b);c[a]=b;b.parent=this.parent;this.parent=null},insertAfter:function(b){var c=b.parent.children, -a=CKEDITOR.tools.indexOf(c,b),g=b.next;c.splice(a+1,0,this);this.next=b.next;this.previous=b;b.next=this;g&&(g.previous=this);this.parent=b.parent},insertBefore:function(b){var c=b.parent.children,a=CKEDITOR.tools.indexOf(c,b);c.splice(a,0,this);this.next=b;(this.previous=b.previous)&&(b.previous.next=this);b.previous=this;this.parent=b.parent}}})();"use strict";CKEDITOR.htmlParser.comment=function(b){this.value=b;this._={isBlockLike:false}}; -CKEDITOR.htmlParser.comment.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_COMMENT,filter:function(b){var c=this.value;if(!(c=b.onComment(c,this))){this.remove();return false}if(typeof c!="string"){this.replaceWith(c);return false}this.value=c;return true},writeHtml:function(b,c){c&&this.filter(c);b.comment(this.value)}});"use strict"; -(function(){CKEDITOR.htmlParser.text=function(b){this.value=b;this._={isBlockLike:false}};CKEDITOR.htmlParser.text.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(b){if(!(this.value=b.onText(this.value,this))){this.remove();return false}},writeHtml:function(b,c){c&&this.filter(c);b.text(this.value)}})})();"use strict"; -(function(){CKEDITOR.htmlParser.cdata=function(b){this.value=b};CKEDITOR.htmlParser.cdata.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(){},writeHtml:function(b){b.write(this.value)}})})();"use strict";CKEDITOR.htmlParser.fragment=function(){this.children=[];this.parent=null;this._={isBlockLike:true,hasInlineStarted:false}}; -(function(){function b(a){return a.name=="a"&&a.attributes.href||CKEDITOR.dtd.$removeEmpty[a.name]}var c=CKEDITOR.tools.extend({table:1,ul:1,ol:1,dl:1},CKEDITOR.dtd.table,CKEDITOR.dtd.ul,CKEDITOR.dtd.ol,CKEDITOR.dtd.dl),a={ol:1,ul:1},g=CKEDITOR.tools.extend({},{html:1},CKEDITOR.dtd.html,CKEDITOR.dtd.body,CKEDITOR.dtd.head,{style:1,script:1});CKEDITOR.htmlParser.fragment.fromHtml=function(e,d,f){function i(a){var b;if(s.length>0)for(var c=0;c=0;b--)if(a==s[b].name){s.splice(b,1);return}for(var c=[],d=[],e=v;e!=h&&e.name!=a;){e._.isBlockLike||d.unshift(e);c.push(e);e=e.returnPoint||e.parent}if(e!=h){for(b=0;b0?this.children[b-1]:null;if(c){if(a._.isBlockLike&&c.type==CKEDITOR.NODE_TEXT){c.value=CKEDITOR.tools.rtrim(c.value);if(c.value.length===0){this.children.pop();this.add(a);return}}c.next=a}a.previous=c;a.parent=this; -this.children.splice(b,0,a);if(!this._.hasInlineStarted)this._.hasInlineStarted=a.type==CKEDITOR.NODE_TEXT||a.type==CKEDITOR.NODE_ELEMENT&&!a._.isBlockLike},filter:function(a){a.onRoot(this);this.filterChildren(a)},filterChildren:function(a,b){if(this.childrenFilteredBy!=a.id){if(b&&!this.parent)a.onRoot(this);this.childrenFilteredBy=a.id;for(var c=0;c=0;g--)if(n=b[g]){n.pri=c;a.splice(e,0,n)}}}function a(a,b,c){if(b)for(var e in b){var l=a[e];a[e]=g(l,b[e],c);l||a.$length++}}function g(a,b,g){if(b){b.pri=g;if(a){if(a.splice)c(a,b,g);else{a=a.pri>g?[b,a]:[a,b];a.filter=e}return a}return b.filter=b}}function e(a){for(var b= -a.type||a instanceof CKEDITOR.htmlParser.fragment,c=0;c7||e.name in CKEDITOR.dtd.tr||e.name in CKEDITOR.dtd.$listItem))h=false;else{h=a(e);h=!h||e.name=="form"&&h.name=="input"}h&&e.add(m(b))}}}function o(a,b){if((!u||!CKEDITOR.env.ie)&&a.type==CKEDITOR.NODE_ELEMENT&&a.name=="br"&&!a.attributes["data-cke-eol"])return true;var c;if(a.type== -CKEDITOR.NODE_TEXT&&(c=a.value.match(F))){if(c.index){f(a,new CKEDITOR.htmlParser.text(a.value.substring(0,c.index)));a.value=c[0]}if(CKEDITOR.env.ie&&u&&(!b||a.parent.name in s))return true;if(!u)if((c=a.previous)&&c.name=="br"||!c||d(c))return true}return false}var k={elements:{}},u=c=="html",s=CKEDITOR.tools.extend({},A),w;for(w in s)"#"in q[w]||delete s[w];for(w in s)k.elements[w]=h(u,b.config.fillEmptyBlocks!==false);k.root=h(u);k.elements.br=function(a){return function(b){if(b.parent.type!= -CKEDITOR.NODE_DOCUMENT_FRAGMENT){var c=b.attributes;if("data-cke-bogus"in c||"data-cke-eol"in c)delete c["data-cke-bogus"];else{for(c=b.next;c&&e(c);)c=c.next;var h=g(b);!c&&d(b.parent)?i(b.parent,m(a)):d(c)&&(h&&!d(h))&&f(c,m(a))}}}}(u);return k}function c(a){return a.enterMode!=CKEDITOR.ENTER_BR&&a.autoParagraph!==false?a.enterMode==CKEDITOR.ENTER_DIV?"div":"p":false}function a(a){for(a=a.children[a.children.length-1];a&&e(a);)a=a.previous;return a}function g(a){for(a=a.previous;a&&e(a);)a=a.previous; -return a}function e(a){return a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(a.value)||a.type==CKEDITOR.NODE_ELEMENT&&a.attributes["data-cke-bookmark"]}function d(a){return a&&(a.type==CKEDITOR.NODE_ELEMENT&&a.name in A||a.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)}function f(a,b){var c=a.parent.children,d=CKEDITOR.tools.indexOf(c,a);c.splice(d,0,b);c=a.previous;a.previous=b;b.next=a;b.parent=a.parent;if(c){b.previous=c;c.next=b}}function i(a,b){var c=a.children[a.children.length-1];a.children.push(b); -b.parent=a;if(c){c.next=b;b.previous=c}}function j(a){var b=a.parent.children,c=CKEDITOR.tools.indexOf(b,a),d=a.previous,a=a.next;d&&(d.next=a);a&&(a.previous=d);b.splice(c,1)}function l(a){var b=a.parent;return b?CKEDITOR.tools.indexOf(b.children,a):-1}function n(a){a=a.attributes;a.contenteditable!="false"&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function m(a){a=a.attributes;switch(a["data-cke-editable"]){case "true":a.contenteditable="true";break;case "1":delete a.contenteditable}} -function o(a){return a.replace(u,function(a,b,c){return"<"+b+c.replace(x,function(a,b){return!/^on/.test(b)&&c.indexOf("data-cke-saved-"+b)==-1?" data-cke-saved-"+a+" data-cke-"+CKEDITOR.rnd+"-"+a:a})+">"})}function k(a){return a.replace(I,function(a){return""+encodeURIComponent(a)+""})}function h(a){return a.replace(G,function(a,b){return decodeURIComponent(b)})}function s(a){return a.replace(/<\!--(?!{cke_protected})[\s\S]+?--\>/g,function(a){return"<\!--"+z+"{C}"+encodeURIComponent(a).replace(/--/g, -"%2D%2D")+"--\>"})}function w(a){return a.replace(/<\!--\{cke_protected\}\{C\}([\s\S]+?)--\>/g,function(a,b){return decodeURIComponent(b)})}function v(a,b){var c=b._.dataStore;return a.replace(/<\!--\{cke_protected\}([\s\S]+?)--\>/g,function(a,b){return decodeURIComponent(b)}).replace(/\{cke_protected_(\d+)\}/g,function(a,b){return c&&c[b]||""})}function t(a,b){for(var c=[],d=b.config.protectedSource,e=b._.dataStore||(b._.dataStore={id:1}),m=/<\!--\{cke_temp(comment)?\}(\d*?)--\>/g,d=[//gi, -//gi].concat(d),a=a.replace(/<\!--[\s\S]*?--\>/g,function(a){return"<\!--{cke_tempcomment}"+(c.push(a)-1)+"--\>"}),h=0;h"});a=a.replace(m,function(a,b,d){return"<\!--"+z+(b?"{C}":"")+encodeURIComponent(c[d]).replace(/--/g,"%2D%2D")+"--\>"});return a.replace(/(['"]).*?\1/g,function(a){return a.replace(/<\!--\{cke_protected\}([\s\S]+?)--\>/g, -function(a,b){e[e.id]=decodeURIComponent(b);return"{cke_protected_"+e.id++ +"}"})})}CKEDITOR.htmlDataProcessor=function(a){var d,e,m=this;this.editor=a;this.dataFilter=d=new CKEDITOR.htmlParser.filter;this.htmlFilter=e=new CKEDITOR.htmlParser.filter;this.writer=new CKEDITOR.htmlParser.basicWriter;d.addRules(r);d.addRules(b(a,"data"));e.addRules(C);e.addRules(b(a,"html"));a.on("toHtml",function(b){var b=b.data,d=b.dataValue,d=t(d,a),d=o(d),d=k(d),d=d.replace(E,"$1cke:$2"),d=d.replace(L,""), -d=CKEDITOR.env.opera?d:d.replace(/(]*>)(\r\n|\n)/g,"$1$2$2"),e=b.context||a.editable().getName(),m;if(CKEDITOR.env.ie&&CKEDITOR.env.version<9&&e=="pre"){e="div";d="
"+d+"
";m=1}e=a.document.createElement(e);e.setHtml("a"+d);d=e.getHtml().substr(1);d=d.replace(RegExp(" data-cke-"+CKEDITOR.rnd+"-","ig")," ");m&&(d=d.replace(/^
|<\/pre>$/gi,""));d=d.replace(Q,"$1$2");d=h(d);d=w(d);b.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(d,b.context,b.fixForBody===false?false:c(a.config))},
-null,null,5);a.on("toHtml",function(a){a.data.dataValue.filterChildren(m.dataFilter,true)},null,null,10);a.on("toHtml",function(a){var a=a.data,b=a.dataValue,c=new CKEDITOR.htmlParser.basicWriter;b.writeChildrenHtml(c);b=c.getHtml(true);a.dataValue=s(b)},null,null,15);a.on("toDataFormat",function(b){b.data.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(b.data.dataValue,a.editable().getName(),c(a.config))},null,null,5);a.on("toDataFormat",function(a){a.data.dataValue.filterChildren(m.htmlFilter,true)},
-null,null,10);a.on("toDataFormat",function(b){var c=b.data.dataValue,d=m.writer;d.reset();c.writeChildrenHtml(d);c=d.getHtml(true);c=w(c);c=v(c,a);b.data.dataValue=c},null,null,15)};CKEDITOR.htmlDataProcessor.prototype={toHtml:function(a,b,c,d){var e=this.editor;!b&&b!==null&&(b=e.editable().getName());return e.fire("toHtml",{dataValue:a,context:b,fixForBody:c,dontFilter:!!d}).dataValue},toDataFormat:function(a){return this.editor.fire("toDataFormat",{dataValue:a}).dataValue}};var F=/(?: |\xa0)$/,
-z="{cke_protected}",q=CKEDITOR.dtd,p=["caption","colgroup","col","thead","tfoot","tbody"],A=CKEDITOR.tools.extend({},q.$blockLimit,q.$block),r={elements:{},attributeNames:[[/^on/,"data-cke-pa-on"]]},C={elementNames:[[/^cke:/,""],[/^\?xml:namespace$/,""]],attributeNames:[[/^data-cke-(saved|pa)-/,""],[/^data-cke-.*/,""],["hidefocus",""]],elements:{$:function(a){var b=a.attributes;if(b){if(b["data-cke-temp"])return false;for(var c=["name","href","src"],d,e=0;e-1&&d>-1&&c!=d)){c=l(a);d=l(b)}return c>d?1:-1})},embed:function(a){var b=a.parent;if(b&&b.name=="object"){var c=b.attributes.width,b=b.attributes.height;c&&(a.attributes.width=c);b&&(a.attributes.height=b)}},param:function(a){a.children=[];a.isEmpty=true;return a},a:function(a){if(!a.children.length&&
-!a.attributes.name&&!a.attributes["data-cke-saved-name"])return false},span:function(a){a.attributes["class"]=="Apple-style-span"&&delete a.name},html:function(a){delete a.attributes.contenteditable;delete a.attributes["class"]},body:function(a){delete a.attributes.spellcheck;delete a.attributes.contenteditable},style:function(a){var b=a.children[0];b&&b.value&&(b.value=CKEDITOR.tools.trim(b.value));if(!a.attributes.type)a.attributes.type="text/css"},title:function(a){var b=a.children[0];!b&&i(a,
-b=new CKEDITOR.htmlParser.text);b.value=a.attributes["data-cke-title"]||""}},attributes:{"class":function(a){return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g,""))||false}}};if(CKEDITOR.env.ie)C.attributes.style=function(a){return a.replace(/(^|;)([^\:]+)/g,function(a){return a.toLowerCase()})};for(var y in{input:1,textarea:1}){r.elements[y]=n;C.elements[y]=m}var u=/<(a|area|img|input|source)\b([^>]*)>/gi,x=/\b(on\w+|href|src|name)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,I=/(?:])[^>]*>[\s\S]*<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi,
-G=/([^<]*)<\/cke:encoded>/gi,E=/(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi,Q=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,L=/]*?)\/?>(?!\s*<\/cke:\1)/gi})();"use strict";
-CKEDITOR.htmlParser.element=function(b,c){this.name=b;this.attributes=c||{};this.children=[];var a=b||"",g=a.match(/^cke:(.*)/);g&&(a=g[1]);a=!(!CKEDITOR.dtd.$nonBodyContent[a]&&!CKEDITOR.dtd.$block[a]&&!CKEDITOR.dtd.$listItem[a]&&!CKEDITOR.dtd.$tableContent[a]&&!(CKEDITOR.dtd.$nonEditable[a]||a=="br"));this.isEmpty=!!CKEDITOR.dtd.$empty[b];this.isUnknown=!CKEDITOR.dtd[b];this._={isBlockLike:a,hasInlineStarted:this.isEmpty||!a}};
-CKEDITOR.htmlParser.cssStyle=function(b){var c={};((b instanceof CKEDITOR.htmlParser.element?b.attributes.style:b)||"").replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,b,e){b=="font-family"&&(e=e.replace(/["']/g,""));c[b.toLowerCase()]=e});return{rules:c,populate:function(a){var b=this.toString();if(b)a instanceof CKEDITOR.dom.element?a.setAttribute("style",b):a instanceof CKEDITOR.htmlParser.element?a.attributes.style=b:a.style=b},toString:function(){var a=[],b;
-for(b in c)c[b]&&a.push(b,":",c[b],";");return a.join("")}}};
-(function(){var b=function(a,b){a=a[0];b=b[0];return ab?1:0},c=CKEDITOR.htmlParser.fragment.prototype;CKEDITOR.htmlParser.element.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_ELEMENT,add:c.add,clone:function(){return new CKEDITOR.htmlParser.element(this.name,this.attributes)},filter:function(a){var b=this,c,d;if(!b.parent)a.onRoot(b);for(;;){c=b.name;if(!(d=a.onElementName(c))){this.remove();return false}b.name=d;if(!(b=a.onElement(b))){this.remove();return false}if(b!==
-this){this.replaceWith(b);return false}if(b.name==c)break;if(b.type!=CKEDITOR.NODE_ELEMENT){this.replaceWith(b);return false}if(!b.name){this.replaceWithChildren();return false}}c=b.attributes;var f,i;for(f in c){i=f;for(d=c[f];;)if(i=a.onAttributeName(f))if(i!=f){delete c[f];f=i}else break;else{delete c[f];break}i&&((d=a.onAttribute(b,i,d))===false?delete c[i]:c[i]=d)}b.isEmpty||this.filterChildren(a);return true},filterChildren:c.filterChildren,writeHtml:function(a,c){c&&this.filter(c);var e=this.name,
-d=[],f=this.attributes,i,j;a.openTag(e,f);for(i in f)d.push([i,f[i]]);a.sortAttributes&&d.sort(b);i=0;for(j=d.length;i{voiceLabel}<{outerEl} class="cke_inner cke_reset" role="presentation">{topHtml}<{outerEl} id="{contentId}" class="cke_contents cke_reset" role="presentation">{bottomHtml}'));b=CKEDITOR.dom.element.createFromHtml(e.output({id:a.id,name:b,langDir:a.lang.dir,langCode:a.langCode,voiceLabel:a.lang.editor,
-topHtml:l?''+l+"":"",contentId:a.ui.spaceId("contents"),bottomHtml:n?''+n+"":"",outerEl:CKEDITOR.env.ie?"span":"div"}));if(g==CKEDITOR.ELEMENT_MODE_REPLACE){c.hide();b.insertAfter(c)}else c.append(b);a.container=b;l&&a.ui.space("top").unselectable();n&&a.ui.space("bottom").unselectable();c=
-a.config.width;g=a.config.height;c&&b.setStyle("width",CKEDITOR.tools.cssLength(c));g&&a.ui.space("contents").setStyle("height",CKEDITOR.tools.cssLength(g));b.disableContextMenu();CKEDITOR.env.webkit&&b.on("focus",function(){a.focus()});a.fireOnce("uiReady")}function g(a){var b=a.element;if(a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&b.is("textarea")){var c=b.$.form&&new CKEDITOR.dom.element(b.$.form);if(c){var e=function(){a.updateElement()};c.on("submit",e);if(!c.$.submit.nodeName&&!c.$.submit.length)c.$.submit=
-CKEDITOR.tools.override(c.$.submit,function(b){return function(){a.updateElement();b.apply?b.apply(this,arguments):b()}});a.on("destroy",function(){c.removeListener("submit",e)})}}}CKEDITOR.replace=function(a,c){return b(a,c,null,CKEDITOR.ELEMENT_MODE_REPLACE)};CKEDITOR.appendTo=function(a,c,e){return b(a,c,e,CKEDITOR.ELEMENT_MODE_APPENDTO)};CKEDITOR.replaceAll=function(){for(var a=document.getElementsByTagName("textarea"),b=0;b",i="",a=f+a.replace(g,function(){return i+f})+i}a=a.replace(/\n/g,"
");b||(a=a.replace(RegExp("
(?=)"),function(a){return e.repeat(a,2)}));a=a.replace(/^ | $/g," ");a=a.replace(/(>|\s) /g,function(a,b){return b+" "}).replace(/ (?=<)/g," ");n(this,"text",a)},insertElement:function(b){d(this);for(var c=this.editor,e=c.config.enterMode, -h=c.getSelection(),g=h.getRanges(),i=b.getName(),j=CKEDITOR.dtd.$block[i],l,n,z,q=g.length-1;q>=0;q--){l=g[q];if(!l.checkReadOnly()){l.deleteContents(1);n=!q&&b||b.clone(1);var p,A;if(j)for(;(p=l.getCommonAncestor(0,1))&&(A=CKEDITOR.dtd[p.getName()])&&(!A||!A[i]);)if(p.getName()in CKEDITOR.dtd.span)l.splitElement(p);else if(l.checkStartOfBlock()&&l.checkEndOfBlock()){l.setStartBefore(p);l.collapse(true);p.remove()}else l.splitBlock(e==CKEDITOR.ENTER_DIV?"div":"p",c.editable());l.insertNode(n);z|| -(z=n)}}if(z){l.moveToPosition(z,CKEDITOR.POSITION_AFTER_END);if(j)if((b=z.getNext(a))&&b.type==CKEDITOR.NODE_ELEMENT&&b.is(CKEDITOR.dtd.$block))b.getDtd()["#"]?l.moveToElementEditStart(b):l.moveToElementEditEnd(z);else if(!b&&e!=CKEDITOR.ENTER_BR){b=l.fixBlock(true,e==CKEDITOR.ENTER_DIV?"div":"p");l.moveToElementEditStart(b)}}h.selectRanges([l]);f(this,CKEDITOR.env.opera)},setData:function(a,b){!b&&this.editor.dataProcessor&&(a=this.editor.dataProcessor.toHtml(a));this.setHtml(a);this.editor.fire("dataReady")}, -getData:function(a){var b=this.getHtml();!a&&this.editor.dataProcessor&&(b=this.editor.dataProcessor.toDataFormat(b));return b},setReadOnly:function(a){this.setAttribute("contenteditable",!a)},detach:function(){this.removeClass("cke_editable");var a=this.editor;this._.detach();delete a.document;delete a.window},isInline:function(){return this.getDocument().equals(CKEDITOR.document)},setup:function(){var a=this.editor;this.attachListener(a,"beforeGetData",function(){var b=this.getData();this.is("textarea")|| -a.config.ignoreEmptyParagraph!==false&&(b=b.replace(i,function(a,b){return b}));a.setData(b,null,1)},this);this.attachListener(a,"getSnapshot",function(a){a.data=this.getData(1)},this);this.attachListener(a,"afterSetData",function(){this.setData(a.getData(1))},this);this.attachListener(a,"loadSnapshot",function(a){this.setData(a.data,1)},this);this.attachListener(a,"beforeFocus",function(){var b=a.getSelection();(b=b&&b.getNative())&&b.type=="Control"||this.focus()},this);this.attachListener(a,"insertHtml", -function(a){this.insertHtml(a.data.dataValue,a.data.mode)},this);this.attachListener(a,"insertElement",function(a){this.insertElement(a.data)},this);this.attachListener(a,"insertText",function(a){this.insertText(a.data)},this);this.setReadOnly(a.readOnly);this.attachClass("cke_editable");this.attachClass(a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"cke_editable_inline":a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE||a.elementMode==CKEDITOR.ELEMENT_MODE_APPENDTO?"cke_editable_themed":"");this.attachClass("cke_contents_"+ -a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=a.readOnly;a.keystrokeHandler.attach(this);this.on("blur",function(a){CKEDITOR.env.opera&&CKEDITOR.document.getActive().equals(this.isInline()?this:this.getWindow().getFrame())?a.cancel():this.hasFocus=false},null,null,-1);this.on("focus",function(){this.hasFocus=true},null,null,-1);a.focusManager.add(this);if(this.equals(CKEDITOR.document.getActive())){this.hasFocus=true;a.once("contentDom",function(){a.focusManager.focus()})}this.isInline()&& -this.changeAttr("tabindex",a.tabIndex);if(!this.is("textarea")){a.document=this.getDocument();a.window=this.getWindow();var b=a.document;this.changeAttr("spellcheck",!a.config.disableNativeSpellChecker);var d=a.config.contentsLangDirection;this.getDirection(1)!=d&&this.changeAttr("dir",d);var h=CKEDITOR.getCss();if(h){d=b.getHead();if(!d.getCustomData("stylesheet")){h=b.appendStyleText(h);h=new CKEDITOR.dom.element(h.ownerNode||h.owningElement);d.setCustomData("stylesheet",h);h.data("cke-temp",1)}}d= -b.getCustomData("stylesheet_ref")||0;b.setCustomData("stylesheet_ref",d+1);this.setCustomData("cke_includeReadonly",!a.config.disableReadonlyStyling);this.attachListener(this,"click",function(a){var a=a.data,b=a.getTarget();b.is("a")&&(a.$.button!=2&&b.isReadOnly())&&a.preventDefault()});this.attachListener(a,"key",function(b){if(a.readOnly)return true;var c=b.data.keyCode,d;if(c in{8:1,46:1}){var h=a.getSelection(),b=h.getRanges()[0],g=b.startPath(),f,k,o,c=c==8;if(h=e(h)){a.fire("saveSnapshot"); -b.moveToPosition(h,CKEDITOR.POSITION_BEFORE_START);h.remove();b.select();a.fire("saveSnapshot");d=1}else if(b.collapsed)if((f=g.block)&&b[c?"checkStartOfBlock":"checkEndOfBlock"]()&&(o=f[c?"getPrevious":"getNext"](j))&&o.is("table")){a.fire("saveSnapshot");b[c?"checkEndOfBlock":"checkStartOfBlock"]()&&f.remove();b["moveToElementEdit"+(c?"End":"Start")](o);b.select();a.fire("saveSnapshot");d=1}else if(g.blockLimit&&g.blockLimit.is("td")&&(k=g.blockLimit.getAscendant("table"))&&b.checkBoundaryOfElement(k, -c?CKEDITOR.START:CKEDITOR.END)&&(o=k[c?"getPrevious":"getNext"](j))){a.fire("saveSnapshot");b["moveToElementEdit"+(c?"End":"Start")](o);b.checkStartOfBlock()&&b.checkEndOfBlock()?o.remove():b.select();a.fire("saveSnapshot");d=1}else if((k=g.contains(["td","th","caption"]))&&b.checkBoundaryOfElement(k,c?CKEDITOR.START:CKEDITOR.END))if((o=k[c?"getPreviousSourceNode":"getNextSourceNode"](1,CKEDITOR.NODE_ELEMENT))&&!o.isReadOnly()&&b.root.contains(o)){b[c?"moveToElementEditEnd":"moveToElementEditStart"](o); -b.select();d=1}}return!d});CKEDITOR.env.ie&&this.attachListener(this,"click",c);!CKEDITOR.env.ie&&!CKEDITOR.env.opera&&this.attachListener(this,"mousedown",function(b){var c=b.data.getTarget();if(c.is("img","hr","input","textarea","select")){a.getSelection().selectElement(c);c.is("input","textarea","select")&&b.data.preventDefault()}});CKEDITOR.env.gecko&&this.attachListener(this,"mouseup",function(b){if(b.data.$.button==2){b=b.data.getTarget();if(!b.getOuterHtml().replace(i,"")){var c=a.createRange(); -c.moveToElementEditStart(b);c.select(true)}}});if(CKEDITOR.env.webkit){this.attachListener(this,"click",function(a){a.data.getTarget().is("input","select")&&a.data.preventDefault()});this.attachListener(this,"mouseup",function(a){a.data.getTarget().is("input","textarea")&&a.data.preventDefault()})}}}},_:{detach:function(){this.editor.setData(this.editor.getData(),0,1);this.clearListeners();this.restoreAttrs();var a;if(a=this.removeCustomData("classes"))for(;a.length;)this.removeClass(a.pop());a=this.getDocument(); -var b=a.getHead();if(b.getCustomData("stylesheet")){var c=a.getCustomData("stylesheet_ref");if(--c)a.setCustomData("stylesheet_ref",c);else{a.removeCustomData("stylesheet_ref");b.removeCustomData("stylesheet").remove()}}delete this.editor}}});CKEDITOR.editor.prototype.editable=function(a){var b=this._.editable;if(b&&a)return 0;if(arguments.length)b=this._.editable=a?a instanceof CKEDITOR.editable?a:new CKEDITOR.editable(this,a):(b&&b.detach(),null);return b};var i=/(^|]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi, -j=CKEDITOR.dom.walker.whitespaces(true),l=CKEDITOR.dom.walker.bookmark(false,true);CKEDITOR.on("instanceLoaded",function(a){var c=a.editor;c.on("insertElement",function(a){a=a.data;if(a.type==CKEDITOR.NODE_ELEMENT&&(a.is("input")||a.is("textarea"))){a.getAttribute("contentEditable")!="false"&&a.data("cke-editable",a.hasAttribute("contenteditable")?"true":"1");a.setAttribute("contentEditable",false)}});c.on("selectionChange",function(a){if(!c.readOnly){var d=c.getSelection();if(d&&!d.isLocked){d=c.checkDirty(); -c.fire("lockSnapshot");b(a);c.fire("unlockSnapshot");!d&&c.resetDirty()}}})});CKEDITOR.on("instanceCreated",function(a){var b=a.editor;b.on("mode",function(){var a=b.editable();if(a&&a.isInline()){var c=this.lang.editor+", "+this.name;a.changeAttr("role","textbox");a.changeAttr("aria-label",c);a.changeAttr("title",c);if(c=this.ui.space(this.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"top":"contents")){var d=CKEDITOR.tools.getNextId(),e=CKEDITOR.dom.element.createFromHtml(''+ -this.lang.common.editorHelp+"");c.append(e);a.changeAttr("aria-describedby",d)}}})});CKEDITOR.addCss(".cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default}");var n=function(){function b(a){return a.type==CKEDITOR.NODE_ELEMENT}function c(a,d){var e,g,h,f,k=[],i=d.range.startContainer;e=d.range.startPath();for(var i=j[i.getName()],l=0,n=a.getChildren(),w=n.count(),s=-1,t=-1,D=0,z=e.contains(j.$list);l-1)k[s].firstNotAllowed=1;if(t>-1)k[t].lastNotAllowed=1;return k}function d(a,c){var e=[],g=a.getChildren(),h=g.count(), -f,o=0,i=j[c],l=!a.is(j.$inline)||a.is("br");for(l&&e.push(" ");o ", -r.document);r.insertNode(x);r.setStartAfter(x)}I=new CKEDITOR.dom.elementPath(r.startContainer);p.endPath=G=new CKEDITOR.dom.elementPath(r.endContainer);if(!r.collapsed){var u=G.block||G.blockLimit,Q=r.getCommonAncestor();u&&(!u.equals(Q)&&!u.contains(Q)&&r.checkEndOfBlock())&&p.zombies.push(u);r.deleteContents()}for(;(E=b(r.startContainer)&&r.startContainer.getChild(r.startOffset-1))&&b(E)&&E.isBlockBoundary()&&I.contains(E);)r.moveToPosition(E,CKEDITOR.POSITION_BEFORE_END);g(r,p.blockLimit,I,G); -if(x){r.setEndBefore(x);r.collapse();x.remove()}x=r.startPath();if(u=x.contains(e,false,1)){r.splitElement(u);p.inlineStylesRoot=u;p.inlineStylesPeak=x.lastElement}x=r.createBookmark();(u=x.startNode.getPrevious(a))&&b(u)&&e(u)&&y.push(u);(u=x.startNode.getNext(a))&&b(u)&&e(u)&&y.push(u);for(u=x.startNode;(u=u.getParent())&&e(u);)y.push(u);r.moveToBookmark(x);if(t){E=t;t=p.range;if(p.type=="text"&&p.inlineStylesRoot){x=E;E=p.inlineStylesPeak;r=E.getDocument().createText("{cke-peak}");for(y=p.inlineStylesRoot.getParent();!E.equals(y);){r= -r.appendTo(E.clone());E=E.getParent()}E=r.getOuterHtml().replace("{cke-peak}",x)}x=p.blockLimit.getName();if(/^\s+|\s+$/.test(E)&&"span"in CKEDITOR.dtd[x]){var L=' ';E=L+E+L}E=p.editor.dataProcessor.toHtml(E,null,false,p.dontFilter);x=t.document.createElement("body");x.setHtml(E);if(L){x.getFirst().remove();x.getLast().remove()}if((L=t.startPath().block)&&!(L.getChildCount()==1&&L.getBogus()))a:{var D;if(x.getChildCount()==1&&b(D=x.getFirst())&&D.is(n)){L=D.getElementsByTag("*"); -t=0;for(r=L.count();t0;else{B=D.startPath();if(!G.isBlock&&(N=p.editor.config.enterMode!=CKEDITOR.ENTER_BR&&p.editor.config.autoParagraph!==false?p.editor.config.enterMode==CKEDITOR.ENTER_DIV?"div":"p":false)&&!B.block&&B.blockLimit&&B.blockLimit.equals(D.root)){N= -L.createElement(N);!CKEDITOR.env.ie&&N.appendBogus();D.insertNode(N);!CKEDITOR.env.ie&&(J=N.getBogus())&&J.remove();D.moveToPosition(N,CKEDITOR.POSITION_BEFORE_END)}if((B=D.startPath().block)&&!B.equals(H)){if(J=B.getBogus()){J.remove();E.push(B)}H=B}G.firstNotAllowed&&(r=1);if(r&&G.isElement){B=D.startContainer;for(K=null;B&&!j[B.getName()][G.name];){if(B.equals(t)){B=null;break}K=B;B=B.getParent()}if(B){if(K){O=D.splitElement(K);p.zombies.push(O);p.zombies.push(K)}}else{K=t.getName();P=!x;B=x== -I.length-1;K=d(G.node,K);for(var M=[],R=K.length,T=0,U=void 0,V=0,W=-1;T1&&g&&g.intersectsNode(c.$)){d=[e.anchorOffset,e.focusOffset];g=e.focusNode==c.$&&e.focusOffset>0;e.anchorNode==c.$&&e.anchorOffset>0&&d[0]--;g&&d[1]--;var f;g=e;if(!g.isCollapsed){f=g.getRangeAt(0);f.setStart(g.anchorNode,g.anchorOffset);f.setEnd(g.focusNode,g.focusOffset);f=f.collapsed}f&&d.unshift(d.pop())}}c.setText(c.getText().replace(/\u200B/g,""));if(d){c=e.getRangeAt(0);c.setStart(c.startContainer,d[0]);c.setEnd(c.startContainer,d[1]);e.removeAllRanges();e.addRange(c)}}} -var f,i,j=CKEDITOR.dom.walker.invisible(1);CKEDITOR.on("instanceCreated",function(a){function e(){var a=g.getSelection();a&&a.removeAllRanges()}var g=a.editor;g.define("selectionChange",{errorProof:1});g.on("contentDom",function(){var a=g.document,e=CKEDITOR.document,f=g.editable(),o=a.getBody(),m=a.getDocumentElement(),i=f.isInline(),j;CKEDITOR.env.gecko&&f.attachListener(f,"focus",function(a){a.removeListener();if(j!==0){a=g.getSelection().getNative();if(a.isCollapsed&&a.anchorNode==f.$){a=g.createRange(); -a.moveToElementEditStart(f);a.select()}}},null,null,-2);f.attachListener(f,"focus",function(){g.unlockSelection(j);j=0},null,null,-1);f.attachListener(f,"mousedown",function(){j=0});if(CKEDITOR.env.ie||CKEDITOR.env.opera||i){var n,p=function(){n=g.getSelection(1);n.lock()};l?f.attachListener(f,"beforedeactivate",p,null,null,-1):f.attachListener(g,"selectionCheck",p,null,null,-1);f.attachListener(f,"blur",function(){g.lockSelection(n);j=1},null,null,-1)}if(CKEDITOR.env.ie&&!i){var A;f.attachListener(f, -"mousedown",function(a){a.data.$.button==2&&g.document.$.selection.type=="None"&&(A=g.window.getScrollPosition())});f.attachListener(f,"mouseup",function(a){if(a.data.$.button==2&&A){g.document.$.documentElement.scrollLeft=A.x;g.document.$.documentElement.scrollTop=A.y}A=null});if(a.$.compatMode!="BackCompat"){if(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)m.on("mousedown",function(a){function b(a){a=a.data.$;if(d){var c=o.$.createTextRange();try{c.moveToPoint(a.x,a.y)}catch(e){}d.setEndPoint(f.compareEndPoints("StartToStart", -c)<0?"EndToEnd":"StartToStart",c);d.select()}}function c(){m.removeListener("mousemove",b);e.removeListener("mouseup",c);m.removeListener("mouseup",c);d.select()}a=a.data;if(a.getTarget().is("html")&&a.$.y7){m.on("mousedown",function(a){if(a.data.getTarget().is("html")){e.on("mouseup",r); -m.on("mouseup",r)}});var r=function(){e.removeListener("mouseup",r);m.removeListener("mouseup",r);var b=CKEDITOR.document.$.selection,c=b.createRange();b.type!="None"&&c.parentElement().ownerDocument==a.$&&c.select()}}}}f.attachListener(f,"selectionchange",b,g);f.attachListener(f,"keyup",c,g);f.attachListener(f,"focus",function(){g.forceNextSelectionCheck();g.selectionChange(1)});if(i?CKEDITOR.env.webkit||CKEDITOR.env.gecko:CKEDITOR.env.opera){var C;f.attachListener(f,"mousedown",function(){C=1}); -f.attachListener(a.getDocumentElement(),"mouseup",function(){C&&c.call(g);C=0})}else f.attachListener(CKEDITOR.env.ie?f:a.getDocumentElement(),"mouseup",c,g);if(CKEDITOR.env.webkit)a.on("keydown",function(a){switch(a.data.getKey()){case 13:case 33:case 34:case 35:case 36:case 37:case 39:case 8:case 45:case 46:d(g.editable())}},null,null,-1)});g.on("contentDomUnload",g.forceNextSelectionCheck,g);g.on("dataReady",function(){g.selectionChange(1)});CKEDITOR.env.ie9Compat&&g.on("beforeDestroy",e,null, -null,9);CKEDITOR.env.webkit&&g.on("setData",e);g.on("contentDomUnload",function(){g.unlockSelection()})});CKEDITOR.on("instanceReady",function(a){var b=a.editor,c=b.editable();if(CKEDITOR.env.webkit){b.on("selectionChange",function(){var a=e(c);a&&(a.getCustomData("ready")?d(c):a.setCustomData("ready",1))},null,null,-1);b.on("beforeSetMode",function(){d(c)},null,null,-1);var g,f,a=function(){var a=b.document,d=e(c);if(d){a=a.$.defaultView.getSelection();a.type=="Caret"&&a.anchorNode==d.$&&(f=1);g= -d.getText();d.setText(g.replace(/\u200B/g,""))}},i=function(){var a=b.document,d=e(c);if(d){d.setText(g);if(f){a.$.defaultView.getSelection().setPosition(d.$,d.getLength());f=0}}};b.on("beforeUndoImage",a);b.on("afterUndoImage",i);b.on("beforeGetData",a,null,null,0);b.on("getData",i)}});CKEDITOR.editor.prototype.selectionChange=function(a){(a?b:c).call(this)};CKEDITOR.editor.prototype.getSelection=function(a){if(this._.savedSelection&&!a)return this._.savedSelection;return(a=this.editable())?new CKEDITOR.dom.selection(a): -null};CKEDITOR.editor.prototype.lockSelection=function(a){a=a||this.getSelection(1);if(a.getType()!=CKEDITOR.SELECTION_NONE){!a.isLocked&&a.lock();this._.savedSelection=a;return true}return false};CKEDITOR.editor.prototype.unlockSelection=function(a){var b=this._.savedSelection;if(b){b.unlock(a);delete this._.savedSelection;return true}return false};CKEDITOR.editor.prototype.forceNextSelectionCheck=function(){delete this._.selectionPreviousPath};CKEDITOR.dom.document.prototype.getSelection=function(){return new CKEDITOR.dom.selection(this)}; -CKEDITOR.dom.range.prototype.select=function(){var a=this.root instanceof CKEDITOR.editable?this.root.editor.getSelection():new CKEDITOR.dom.selection(this.root);a.selectRanges([this]);return a};CKEDITOR.SELECTION_NONE=1;CKEDITOR.SELECTION_TEXT=2;CKEDITOR.SELECTION_ELEMENT=3;var l=typeof window.getSelection!="function";CKEDITOR.dom.selection=function(a){var b=a instanceof CKEDITOR.dom.element;this.document=a instanceof CKEDITOR.dom.document?a:a.getDocument();this.root=b?a:this.document.getBody(); -this.isLocked=0;this._={cache:{}};if(CKEDITOR.env.webkit){a=this.document.getWindow().$.getSelection();if(a.type=="None"&&this.document.getActive().equals(this.root)||a.type=="Caret"&&a.anchorNode.nodeType==CKEDITOR.NODE_DOCUMENT){var c=new CKEDITOR.dom.range(this.root);c.moveToPosition(this.root,CKEDITOR.POSITION_AFTER_START);b=this.document.$.createRange();b.setStart(c.startContainer.$,c.startOffset);b.collapse(1);var d=this.root.on("focus",function(a){a.cancel()},null,null,-100);a.addRange(b); -d.removeListener()}}var a=this.getNative(),e;if(a)if(a.getRangeAt)e=(c=a.rangeCount&&a.getRangeAt(0))&&new CKEDITOR.dom.node(c.commonAncestorContainer);else{try{c=a.createRange()}catch(g){}e=c&&CKEDITOR.dom.element.get(c.item&&c.item(0)||c.parentElement())}if(!e||!this.root.equals(e)&&!this.root.contains(e)){this._.cache.type=CKEDITOR.SELECTION_NONE;this._.cache.startElement=null;this._.cache.selectedElement=null;this._.cache.selectedText="";this._.cache.ranges=new CKEDITOR.dom.rangeList}return this}; -var n={img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,a:1,input:1,form:1,select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1};CKEDITOR.dom.selection.prototype={getNative:function(){return this._.cache.nativeSel!==void 0?this._.cache.nativeSel:this._.cache.nativeSel=l?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:l?function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_NONE;try{var c=this.getNative(),d=c.type;if(d=="Text")b= -CKEDITOR.SELECTION_TEXT;if(d=="Control")b=CKEDITOR.SELECTION_ELEMENT;if(c.createRange().parentElement())b=CKEDITOR.SELECTION_TEXT}catch(e){}return a.type=b}:function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_TEXT,c=this.getNative();if(!c||!c.rangeCount)b=CKEDITOR.SELECTION_NONE;else if(c.rangeCount==1){var c=c.getRangeAt(0),d=c.startContainer;if(d==c.endContainer&&d.nodeType==1&&c.endOffset-c.startOffset==1&&n[d.childNodes[c.startOffset].nodeName.toLowerCase()])b=CKEDITOR.SELECTION_ELEMENT}return a.type= -b},getRanges:function(){var a=l?function(){function a(b){return(new CKEDITOR.dom.node(b)).getIndex()}var b=function(b,c){b=b.duplicate();b.collapse(c);var d=b.parentElement(),e=d.ownerDocument;if(!d.hasChildNodes())return{container:d,offset:0};for(var g=d.children,f,i,m=b.duplicate(),k=0,j=g.length-1,l=-1,n,y;k<=j;){l=Math.floor((k+j)/2);f=g[l];m.moveToElementText(f);n=m.compareEndPoints("StartToStart",b);if(n>0)j=l-1;else if(n<0)k=l+1;else{if(CKEDITOR.env.ie9Compat&&f.tagName=="BR"){g=e.defaultView.getSelection(); -return{container:g[c?"anchorNode":"focusNode"],offset:g[c?"anchorOffset":"focusOffset"]}}return{container:d,offset:a(f)}}}if(l==-1||l==g.length-1&&n<0){m.moveToElementText(d);m.setEndPoint("StartToStart",b);e=m.text.replace(/(\r\n|\r)/g,"\n").length;g=d.childNodes;if(!e){f=g[g.length-1];return f.nodeType!=CKEDITOR.NODE_TEXT?{container:d,offset:g.length}:{container:f,offset:f.nodeValue.length}}for(d=g.length;e>0&&d>0;){i=g[--d];if(i.nodeType==CKEDITOR.NODE_TEXT){y=i;e=e-i.nodeValue.length}}return{container:y, -offset:-e}}m.collapse(n>0?true:false);m.setEndPoint(n>0?"StartToStart":"EndToStart",b);e=m.text.replace(/(\r\n|\r)/g,"\n").length;if(!e)return{container:d,offset:a(f)+(n>0?0:1)};for(;e>0;)try{i=f[n>0?"previousSibling":"nextSibling"];if(i.nodeType==CKEDITOR.NODE_TEXT){e=e-i.nodeValue.length;y=i}f=i}catch(u){return{container:d,offset:a(f)}}return{container:y,offset:n>0?-e:y.nodeValue.length+e}};return function(){var a=this.getNative(),c=a&&a.createRange(),d=this.getType();if(!a)return[];if(d==CKEDITOR.SELECTION_TEXT){a= -new CKEDITOR.dom.range(this.root);d=b(c,true);a.setStart(new CKEDITOR.dom.node(d.container),d.offset);d=b(c);a.setEnd(new CKEDITOR.dom.node(d.container),d.offset);a.endContainer.getPosition(a.startContainer)&CKEDITOR.POSITION_PRECEDING&&a.endOffset<=a.startContainer.getIndex()&&a.collapse();return[a]}if(d==CKEDITOR.SELECTION_ELEMENT){for(var d=[],e=0;e=b.getLength()?l.setStartAfter(b):l.setStartBefore(b));f&& -f.type==CKEDITOR.NODE_TEXT&&(j?l.setEndAfter(f):l.setEndBefore(f));b=new CKEDITOR.dom.walker(l);b.evaluator=function(a){if(a.type==CKEDITOR.NODE_ELEMENT&&a.isReadOnly()){var b=g.clone();g.setEndBefore(a);g.collapsed&&d.splice(e--,1);if(!(a.getPosition(l.endContainer)&CKEDITOR.POSITION_CONTAINS)){b.setStartAfter(a);b.collapsed||d.splice(e+1,0,b)}return true}return false};b.next()}}return c.ranges}}(),getStartElement:function(){var a=this._.cache;if(a.startElement!==void 0)return a.startElement;var b; -switch(this.getType()){case CKEDITOR.SELECTION_ELEMENT:return this.getSelectedElement();case CKEDITOR.SELECTION_TEXT:var c=this.getRanges()[0];if(c){if(c.collapsed){b=c.startContainer;b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent())}else{for(c.optimize();;){b=c.startContainer;if(c.startOffset==(b.getChildCount?b.getChildCount():b.getLength())&&!b.isBlockBoundary())c.setStartAfter(b);else break}b=c.startContainer;if(b.type!=CKEDITOR.NODE_ELEMENT)return b.getParent();b=b.getChild(c.startOffset);if(!b|| -b.type!=CKEDITOR.NODE_ELEMENT)b=c.startContainer;else for(c=b.getFirst();c&&c.type==CKEDITOR.NODE_ELEMENT;){b=c;c=c.getFirst()}}b=b.$}}return a.startElement=b?new CKEDITOR.dom.element(b):null},getSelectedElement:function(){var a=this._.cache;if(a.selectedElement!==void 0)return a.selectedElement;var b=this,c=CKEDITOR.tools.tryThese(function(){return b.getNative().createRange().item(0)},function(){for(var a=b.getRanges()[0],c,d,e=2;e&&(!(c=a.getEnclosedNode())||!(c.type==CKEDITOR.NODE_ELEMENT&&n[c.getName()]&& -(d=c)));e--)a.shrink(CKEDITOR.SHRINK_ELEMENT);return d.$});return a.selectedElement=c?new CKEDITOR.dom.element(c):null},getSelectedText:function(){var a=this._.cache;if(a.selectedText!==void 0)return a.selectedText;var b=this.getNative(),b=l?b.type=="Control"?"":b.createRange().text:b.toString();return a.selectedText=b},lock:function(){this.getRanges();this.getStartElement();this.getSelectedElement();this.getSelectedText();this._.cache.nativeSel=null;this.isLocked=1},unlock:function(a){if(this.isLocked){if(a)var b= -this.getSelectedElement(),c=!b&&this.getRanges();this.isLocked=0;this.reset();if(a)(a=b||c[0]&&c[0].getCommonAncestor())&&a.getAscendant("body",1)&&(b?this.selectElement(b):this.selectRanges(c))}},reset:function(){this._.cache={}},selectElement:function(a){var b=new CKEDITOR.dom.range(this.root);b.setStartBefore(a);b.setEndAfter(a);this.selectRanges([b])},selectRanges:function(a){if(a.length)if(this.isLocked){var b=CKEDITOR.document.getActive();this.unlock();this.selectRanges(a);this.lock();!b.equals(this.root)&& -b.focus()}else{if(l){var c=CKEDITOR.dom.walker.whitespaces(true),e=/\ufeff|\u00a0/,f={table:1,tbody:1,tr:1};if(a.length>1){b=a[a.length-1];a[0].setEnd(b.endContainer,b.endOffset)}var b=a[0],a=b.collapsed,i,j,t,F=b.getEnclosedNode();if(F&&F.type==CKEDITOR.NODE_ELEMENT&&F.getName()in n&&(!F.is("a")||!F.getText()))try{t=F.$.createControlRange();t.addElement(F.$);t.select();return}catch(z){}(b.startContainer.type==CKEDITOR.NODE_ELEMENT&&b.startContainer.getName()in f||b.endContainer.type==CKEDITOR.NODE_ELEMENT&& -b.endContainer.getName()in f)&&b.shrink(CKEDITOR.NODE_ELEMENT,true);t=b.createBookmark();var f=t.startNode,q;if(!a)q=t.endNode;t=b.document.$.body.createTextRange();t.moveToElementText(f.$);t.moveStart("character",1);if(q){e=b.document.$.body.createTextRange();e.moveToElementText(q.$);t.setEndPoint("EndToEnd",e);t.moveEnd("character",-1)}else{i=f.getNext(c);j=f.hasAscendant("pre");i=!(i&&i.getText&&i.getText().match(e))&&(j||!f.hasPrevious()||f.getPrevious().is&&f.getPrevious().is("br"));j=b.document.createElement("span"); -j.setHtml("");j.insertBefore(f);i&&b.document.createText("").insertBefore(f)}b.setStartBefore(f);f.remove();if(a){if(i){t.moveStart("character",-1);t.select();b.document.$.selection.clear()}else t.select();b.moveToPosition(j,CKEDITOR.POSITION_BEFORE_START);j.remove()}else{b.setEndBefore(q);q.remove();t.select()}}else{q=this.getNative();if(!q)return;if(CKEDITOR.env.opera){b=this.document.$.createRange();b.selectNodeContents(this.root.$);q.addRange(b)}this.removeAllRanges();for(e=0;e=0){b.collapse(1);t.setEnd(b.endContainer.$,b.endOffset)}else throw p;}q.addRange(t)}}this.reset();this.root.fire("selectionchange")}},createBookmarks:function(a){return this.getRanges().createBookmarks(a)},createBookmarks2:function(a){return this.getRanges().createBookmarks2(a)},selectBookmarks:function(a){for(var b=[],c=0;c]*>)[ \t\r\n]*/gi,"$1");f=f.replace(/([ \t\n\r]+| )/g," ");f=f.replace(/]*>/gi,"\n");if(CKEDITOR.env.ie){var g=a.getDocument().createElement("div");g.append(e);e.$.outerHTML="
"+f+"
";e.copyAttributes(g.getFirst());e=g.getFirst().remove()}else e.setHtml(f);b=e}else f?b=n(c?[a.getHtml()]:j(a),b):a.moveChildren(b);b.replace(a);if(d){var c=b,i;if((i=c.getPrevious(y))&&i.is&&i.is("pre")){d=l(i.getHtml(),/\n$/,"")+ -"\n\n"+l(c.getHtml(),/^\n/,"");CKEDITOR.env.ie?c.$.outerHTML="
"+d+"
":c.setHtml(d);i.remove()}}else c&&h(b)}function j(a){a.getName();var b=[];l(a.getOuterHtml(),/(\S\s*)\n(?:\s|(]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,function(a,b,c){return b+"
"+c+"
"}).replace(/([\s\S]*?)<\/pre>/gi,function(a,c){b.push(c)});return b}function l(a,b,c){var d="",e="",a=a.replace(/(^]+data-cke-bookmark.*?\/span>)|(]+data-cke-bookmark.*?\/span>$)/gi,function(a,
-b,c){b&&(d=b);c&&(e=c);return""});return d+a.replace(b,c)+e}function n(a,b){var c;a.length>1&&(c=new CKEDITOR.dom.documentFragment(b.getDocument()));for(var d=0;d"),e=e.replace(/[ \t]{2,}/g,function(a){return CKEDITOR.tools.repeat(" ",
-a.length-1)+" "});if(c){var f=b.clone();f.setHtml(e);c.append(f)}else b.setHtml(e)}return c||b}function m(a){var b=this._.definition,c=b.attributes,b=b.styles,d=t(this)[a.getName()],e=CKEDITOR.tools.isEmpty(c)&&CKEDITOR.tools.isEmpty(b),f;for(f in c)if(!((f=="class"||this._.definition.fullMatch)&&a.getAttribute(f)!=F(f,c[f]))){e=a.hasAttribute(f);a.removeAttribute(f)}for(var g in b)if(!(this._.definition.fullMatch&&a.getStyle(g)!=F(g,b[g],true))){e=e||!!a.getStyle(g);a.removeStyle(g)}k(a,d,q[a.getName()]);
-e&&(this._.definition.alwaysRemoveElement?h(a,1):!CKEDITOR.dtd.$block[a.getName()]||this._.enterMode==CKEDITOR.ENTER_BR&&!a.hasAttributes()?h(a):a.renameNode(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))}function o(a){for(var b=t(this),c=a.getElementsByTag(this.element),d=c.count();--d>=0;)m.call(this,c.getItem(d));for(var e in b)if(e!=this.element){c=a.getElementsByTag(e);for(d=c.count()-1;d>=0;d--){var f=c.getItem(d);k(f,b[e])}}}function k(a,b,c){if(b=b&&b.attributes)for(var d=0;d",a||b.name,"");return c.join("")},getDefinition:function(){return this._.definition}};CKEDITOR.style.getStyleText=function(a){var b=a._ST;
-if(b)return b;var b=a.styles,c=a.attributes&&a.attributes.style||"",d="";c.length&&(c=c.replace(A,";"));for(var e in b){var f=b[e],g=(e+":"+f).replace(A,";");f=="inherit"?d=d+g:c=c+g}c.length&&(c=CKEDITOR.tools.normalizeCssText(c,true));return a._ST=c+d}})();CKEDITOR.styleCommand=function(b,c){this.requiredContent=this.allowedContent=this.style=b;CKEDITOR.tools.extend(this,c,true)};
-CKEDITOR.styleCommand.prototype.exec=function(b){b.focus();this.state==CKEDITOR.TRISTATE_OFF?b.applyStyle(this.style):this.state==CKEDITOR.TRISTATE_ON&&b.removeStyle(this.style)};CKEDITOR.stylesSet=new CKEDITOR.resourceManager("","stylesSet");CKEDITOR.addStylesSet=CKEDITOR.tools.bind(CKEDITOR.stylesSet.add,CKEDITOR.stylesSet);CKEDITOR.loadStylesSet=function(b,c,a){CKEDITOR.stylesSet.addExternal(b,c,"");CKEDITOR.stylesSet.load(b,a)};
-CKEDITOR.editor.prototype.getStylesSet=function(b){if(this._.stylesDefinitions)b(this._.stylesDefinitions);else{var c=this,a=c.config.stylesCombo_stylesSet||c.config.stylesSet;if(a===false)b(null);else if(a instanceof Array){c._.stylesDefinitions=a;b(a)}else{a||(a="default");var a=a.split(":"),g=a[0];CKEDITOR.stylesSet.addExternal(g,a[1]?a.slice(1).join(":"):CKEDITOR.getUrl("styles.js"),"");CKEDITOR.stylesSet.load(g,function(a){c._.stylesDefinitions=a[g];b(c._.stylesDefinitions)})}}};
-CKEDITOR.dom.comment=function(b,c){typeof b=="string"&&(b=(c?c.$:document).createComment(b));CKEDITOR.dom.domObject.call(this,b)};CKEDITOR.dom.comment.prototype=new CKEDITOR.dom.node;CKEDITOR.tools.extend(CKEDITOR.dom.comment.prototype,{type:CKEDITOR.NODE_COMMENT,getOuterHtml:function(){return"<\!--"+this.$.nodeValue+"--\>"}});
-(function(){var b={},c;for(c in CKEDITOR.dtd.$blockLimit)c in CKEDITOR.dtd.$list||(b[c]=1);var a={};for(c in CKEDITOR.dtd.$block)c in CKEDITOR.dtd.$blockLimit||c in CKEDITOR.dtd.$empty||(a[c]=1);CKEDITOR.dom.elementPath=function(c,e){var d=null,f=null,i=[],e=e||c.getDocument().getBody(),j=c;do if(j.type==CKEDITOR.NODE_ELEMENT){i.push(j);if(!this.lastElement){this.lastElement=j;if(j.is(CKEDITOR.dtd.$object))continue}var l=j.getName();if(!f){!d&&a[l]&&(d=j);if(b[l]){var n;if(n=!d){if(l=l=="div"){a:{l=
-j.getChildren();n=0;for(var m=l.count();n-1}:typeof b=="function"?g=b:typeof b=="object"&&(g=
-function(a){return a.getName()in b});var e=this.elements,d=e.length;c&&d--;if(a){e=Array.prototype.slice.call(e,0);e.reverse()}for(c=0;c=g){d=e.createText("");d.insertAfter(this)}else{b=e.createText("");b.insertAfter(d);b.remove()}return d},substring:function(b,
-c){return typeof c!="number"?this.$.nodeValue.substr(b):this.$.nodeValue.substring(b,c)}});
-(function(){function b(a,b,c){var d=a.serializable,f=b[c?"endContainer":"startContainer"],i=c?"endOffset":"startOffset",j=d?b.document.getById(a.startNode):a.startNode,a=d?b.document.getById(a.endNode):a.endNode;if(f.equals(j.getPrevious())){b.startOffset=b.startOffset-f.getLength()-a.getPrevious().getLength();f=a.getNext()}else if(f.equals(a.getPrevious())){b.startOffset=b.startOffset-f.getLength();f=a.getNext()}f.equals(j.getParent())&&b[i]++;f.equals(a.getParent())&&b[i]++;b[c?"endContainer":"startContainer"]=
-f;return b}CKEDITOR.dom.rangeList=function(a){if(a instanceof CKEDITOR.dom.rangeList)return a;a?a instanceof CKEDITOR.dom.range&&(a=[a]):a=[];return CKEDITOR.tools.extend(a,c)};var c={createIterator:function(){var a=this,b=CKEDITOR.dom.walker.bookmark(),c=[],d;return{getNextRange:function(f){d=d==void 0?0:d+1;var i=a[d];if(i&&a.length>1){if(!d)for(var j=a.length-1;j>=0;j--)c.unshift(a[j].createBookmark(true));if(f)for(var l=0;a[d+l+1];){for(var n=i.document,f=0,j=n.getById(c[l].endNode),n=n.getById(c[l+
-1].startNode);;){j=j.getNextSourceNode(false);if(n.equals(j))f=1;else if(b(j)||j.type==CKEDITOR.NODE_ELEMENT&&j.isBlockBoundary())continue;break}if(!f)break;l++}for(i.moveToBookmark(c.shift());l--;){j=a[++d];j.moveToBookmark(c.shift());i.setEnd(j.endContainer,j.endOffset)}}return i}}},createBookmarks:function(a){for(var c=[],e,d=0;db?-1:1}),e=0,f;e',CKEDITOR.document);b.appendTo(CKEDITOR.document.getHead());try{CKEDITOR.env.hc=b.getComputedStyle("border-top-color")==b.getComputedStyle("border-right-color")}catch(c){CKEDITOR.env.hc=false}b.remove()}if(CKEDITOR.env.hc)CKEDITOR.env.cssClass=CKEDITOR.env.cssClass+" cke_hc";CKEDITOR.document.appendStyleText(".cke{visibility:hidden;}");
-CKEDITOR.status="loaded";CKEDITOR.fireOnce("loaded");if(b=CKEDITOR._.pending){delete CKEDITOR._.pending;for(var a=0;ac;c++){var f=a,h=c,d;d=parseInt(a[c],16);d=("0"+(0>e?0|d*(1+e):0|d+(255-d)*e).toString(16)).slice(-2);f[h]=d}return"#"+a.join("")}}(),c=function(){var b=new CKEDITOR.template("background:#{to};background-image:-webkit-gradient(linear,lefttop,leftbottom,from({from}),to({to}));background-image:-moz-linear-gradient(top,{from},{to});background-image:-webkit-linear-gradient(top,{from},{to});background-image:-o-linear-gradient(top,{from},{to});background-image:-ms-linear-gradient(top,{from},{to});background-image:linear-gradient(top,{from},{to});filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='{from}',endColorstr='{to}');");return function(c,
-a){return b.output({from:c,to:a})}}(),f={editor:new CKEDITOR.template("{id}.cke_chrome [border-color:{defaultBorder};] {id} .cke_top [ {defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_bottom [{defaultGradient}border-top-color:{defaultBorder};] {id} .cke_resizer [border-right-color:{ckeResizer}] {id} .cke_dialog_title [{defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_dialog_footer [{defaultGradient}outline-color:{defaultBorder};border-top-color:{defaultBorder};] {id} .cke_dialog_tab [{lightGradient}border-color:{defaultBorder};] {id} .cke_dialog_tab:hover [{mediumGradient}] {id} .cke_dialog_contents [border-top-color:{defaultBorder};] {id} .cke_dialog_tab_selected, {id} .cke_dialog_tab_selected:hover [background:{dialogTabSelected};border-bottom-color:{dialogTabSelectedBorder};] {id} .cke_dialog_body [background:{dialogBody};border-color:{defaultBorder};] {id} .cke_toolgroup [{lightGradient}border-color:{defaultBorder};] {id} a.cke_button_off:hover, {id} a.cke_button_off:focus, {id} a.cke_button_off:active [{mediumGradient}] {id} .cke_button_on [{ckeButtonOn}] {id} .cke_toolbar_separator [background-color: {ckeToolbarSeparator};] {id} .cke_combo_button [border-color:{defaultBorder};{lightGradient}] {id} a.cke_combo_button:hover, {id} a.cke_combo_button:focus, {id} .cke_combo_on a.cke_combo_button [border-color:{defaultBorder};{mediumGradient}] {id} .cke_path_item [color:{elementsPathColor};] {id} a.cke_path_item:hover, {id} a.cke_path_item:focus, {id} a.cke_path_item:active [background-color:{elementsPathBg};] {id}.cke_panel [border-color:{defaultBorder};] "),
-panel:new CKEDITOR.template(".cke_panel_grouptitle [{lightGradient}border-color:{defaultBorder};] .cke_menubutton_icon [background-color:{menubuttonIcon};] .cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon [background-color:{menubuttonIconHover};] .cke_menuseparator [background-color:{menubuttonIcon};] a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox [border-color:{defaultBorder};] a:hover.cke_colorauto, a:hover.cke_colormore, a:focus.cke_colorauto, a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore [background-color:{ckeColorauto};border-color:{defaultBorder};] ")};
-return function(g,e){var a=g.uiColor,a={id:"."+g.id,defaultBorder:b(a,-0.1),defaultGradient:c(b(a,0.9),a),lightGradient:c(b(a,1),b(a,0.7)),mediumGradient:c(b(a,0.8),b(a,0.5)),ckeButtonOn:c(b(a,0.6),b(a,0.7)),ckeResizer:b(a,-0.4),ckeToolbarSeparator:b(a,0.5),ckeColorauto:b(a,0.8),dialogBody:b(a,0.7),dialogTabSelected:c("#FFFFFF","#FFFFFF"),dialogTabSelectedBorder:"#FFF",elementsPathColor:b(a,-0.6),elementsPathBg:a,menubuttonIcon:b(a,0.5),menubuttonIconHover:b(a,0.3)};return f[e].output(a).replace(/\[/g,
-"{").replace(/\]/g,"}")}}();CKEDITOR.plugins.add("basicstyles",{init:function(c){var e=0,d=function(g,d,b,a){if(a){var a=new CKEDITOR.style(a),f=h[b];f.unshift(a);c.attachStyleStateChange(a,function(a){!c.readOnly&&c.getCommand(b).setState(a)});c.addCommand(b,new CKEDITOR.styleCommand(a,{contentForms:f}));c.ui.addButton&&c.ui.addButton(g,{label:d,command:b,toolbar:"basicstyles,"+(e+=10)})}},h={bold:["strong","b",["span",function(a){a=a.styles["font-weight"];return"bold"==a||700<=+a}]],italic:["em","i",["span",function(a){return"italic"==
-a.styles["font-style"]}]],underline:["u",["span",function(a){return"underline"==a.styles["text-decoration"]}]],strike:["s","strike",["span",function(a){return"line-through"==a.styles["text-decoration"]}]],subscript:["sub"],superscript:["sup"]},b=c.config,a=c.lang.basicstyles;d("Bold",a.bold,"bold",b.coreStyles_bold);d("Italic",a.italic,"italic",b.coreStyles_italic);d("Underline",a.underline,"underline",b.coreStyles_underline);d("Strike",a.strike,"strike",b.coreStyles_strike);d("Subscript",a.subscript,
-"subscript",b.coreStyles_subscript);d("Superscript",a.superscript,"superscript",b.coreStyles_superscript);c.setKeystroke([[CKEDITOR.CTRL+66,"bold"],[CKEDITOR.CTRL+73,"italic"],[CKEDITOR.CTRL+85,"underline"]])}});CKEDITOR.config.coreStyles_bold={element:"strong",overrides:"b"};CKEDITOR.config.coreStyles_italic={element:"em",overrides:"i"};CKEDITOR.config.coreStyles_underline={element:"u"};CKEDITOR.config.coreStyles_strike={element:"s",overrides:"strike"};CKEDITOR.config.coreStyles_subscript={element:"sub"};
-CKEDITOR.config.coreStyles_superscript={element:"sup"};(function(){var k={exec:function(g){var a=g.getCommand("blockquote").state,i=g.getSelection(),c=i&&i.getRanges(!0)[0];if(c){var h=i.createBookmarks();if(CKEDITOR.env.ie){var e=h[0].startNode,b=h[0].endNode,d;if(e&&"blockquote"==e.getParent().getName())for(d=e;d=d.getNext();)if(d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()){e.move(d,!0);break}if(b&&"blockquote"==b.getParent().getName())for(d=b;d=d.getPrevious();)if(d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()){b.move(d);break}}var f=c.createIterator();
-f.enlargeBr=g.config.enterMode!=CKEDITOR.ENTER_BR;if(a==CKEDITOR.TRISTATE_OFF){for(e=[];a=f.getNextParagraph();)e.push(a);1>e.length&&(a=g.document.createElement(g.config.enterMode==CKEDITOR.ENTER_P?"p":"div"),b=h.shift(),c.insertNode(a),a.append(new CKEDITOR.dom.text("",g.document)),c.moveToBookmark(b),c.selectNodeContents(a),c.collapse(!0),b=c.createBookmark(),e.push(a),h.unshift(b));d=e[0].getParent();c=[];for(b=0;barguments.length)){var c=h.call(this,a);c.labelId=CKEDITOR.tools.getNextId()+"_label";this._.children=[];CKEDITOR.ui.dialog.uiElement.call(this,b,a,d,"div",null,{role:"presentation"},function(){var f=[],d=a.required?" cke_required":"";"horizontal"!=
-a.labelLayout?f.push('",'"):(d={type:"hbox",widths:a.widths,padding:0,children:[{type:"html",html:'

- CKEditor Samples » Create and Destroy Editor Instances for Ajax Applications -

-
-

- This sample shows how to create and destroy CKEditor instances on the fly. After the removal of CKEditor the content created inside the editing - area will be displayed in a <div> element. -

-

- For details of how to create this setup check the source code of this sample page - for JavaScript code responsible for the creation and destruction of a CKEditor instance. -

-
-

Click the buttons to create and remove a CKEditor instance.

-

- - -

- -
-
- - - - diff --git a/src/kasu/static/js/ckeditor/samples/api.html b/src/kasu/static/js/ckeditor/samples/api.html deleted file mode 100644 index 9d51ef7..0000000 --- a/src/kasu/static/js/ckeditor/samples/api.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - API Usage — CKEditor Sample - - - - - - -

- CKEditor Samples » Using CKEditor JavaScript API -

-
-

- This sample shows how to use the - CKEditor JavaScript API - to interact with the editor at runtime. -

-

- For details on how to create this setup check the source code of this sample page. -

-
- - -
- -
-
- - - - -

-

- - -
- - - diff --git a/src/kasu/static/js/ckeditor/samples/appendto.html b/src/kasu/static/js/ckeditor/samples/appendto.html deleted file mode 100644 index 4e97bad..0000000 --- a/src/kasu/static/js/ckeditor/samples/appendto.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - CKEDITOR.appendTo — CKEditor Sample - - - - - -

- CKEditor Samples » Append To Page Element Using JavaScript Code -

-
-
-

- CKEDITOR.appendTo is basically to place editors - inside existing DOM elements. Unlike CKEDITOR.replace, - a target container to be replaced is no longer necessary. A new editor - instance is inserted directly wherever it is desired. -

-
CKEDITOR.appendTo( 'container_id',
-	{ /* Configuration options to be used. */ }
-	'Editor content to be used.'
-);
-
- -
-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/assets/inlineall/logo.png b/src/kasu/static/js/ckeditor/samples/assets/inlineall/logo.png deleted file mode 100644 index 334e7ac..0000000 Binary files a/src/kasu/static/js/ckeditor/samples/assets/inlineall/logo.png and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/samples/assets/outputxhtml/outputxhtml.css b/src/kasu/static/js/ckeditor/samples/assets/outputxhtml/outputxhtml.css deleted file mode 100644 index eab9374..0000000 --- a/src/kasu/static/js/ckeditor/samples/assets/outputxhtml/outputxhtml.css +++ /dev/null @@ -1,204 +0,0 @@ -/* - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - * - * Styles used by the XHTML 1.1 sample page (xhtml.html). - */ - -/** - * Basic definitions for the editing area. - */ -body -{ - font-family: Arial, Verdana, sans-serif; - font-size: 80%; - color: #000000; - background-color: #ffffff; - padding: 5px; - margin: 0px; -} - -/** - * Core styles. - */ - -.Bold -{ - font-weight: bold; -} - -.Italic -{ - font-style: italic; -} - -.Underline -{ - text-decoration: underline; -} - -.StrikeThrough -{ - text-decoration: line-through; -} - -.Subscript -{ - vertical-align: sub; - font-size: smaller; -} - -.Superscript -{ - vertical-align: super; - font-size: smaller; -} - -/** - * Font faces. - */ - -.FontComic -{ - font-family: 'Comic Sans MS'; -} - -.FontCourier -{ - font-family: 'Courier New'; -} - -.FontTimes -{ - font-family: 'Times New Roman'; -} - -/** - * Font sizes. - */ - -.FontSmaller -{ - font-size: smaller; -} - -.FontLarger -{ - font-size: larger; -} - -.FontSmall -{ - font-size: 8pt; -} - -.FontBig -{ - font-size: 14pt; -} - -.FontDouble -{ - font-size: 200%; -} - -/** - * Font colors. - */ -.FontColor1 -{ - color: #ff9900; -} - -.FontColor2 -{ - color: #0066cc; -} - -.FontColor3 -{ - color: #ff0000; -} - -.FontColor1BG -{ - background-color: #ff9900; -} - -.FontColor2BG -{ - background-color: #0066cc; -} - -.FontColor3BG -{ - background-color: #ff0000; -} - -/** - * Indentation. - */ - -.Indent1 -{ - margin-left: 40px; -} - -.Indent2 -{ - margin-left: 80px; -} - -.Indent3 -{ - margin-left: 120px; -} - -/** - * Alignment. - */ - -.JustifyLeft -{ - text-align: left; -} - -.JustifyRight -{ - text-align: right; -} - -.JustifyCenter -{ - text-align: center; -} - -.JustifyFull -{ - text-align: justify; -} - -/** - * Other. - */ - -code -{ - font-family: courier, monospace; - background-color: #eeeeee; - padding-left: 1px; - padding-right: 1px; - border: #c0c0c0 1px solid; -} - -kbd -{ - padding: 0px 1px 0px 1px; - border-width: 1px 2px 2px 1px; - border-style: solid; -} - -blockquote -{ - color: #808080; -} diff --git a/src/kasu/static/js/ckeditor/samples/assets/posteddata.php b/src/kasu/static/js/ckeditor/samples/assets/posteddata.php deleted file mode 100644 index bb45656..0000000 --- a/src/kasu/static/js/ckeditor/samples/assets/posteddata.php +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - Sample — CKEditor - - - -

- CKEditor — Posted Data -

- - - - - - - - - $value ) - { - if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) - continue; - - if ( get_magic_quotes_gpc() ) - $value = htmlspecialchars( stripslashes((string)$value) ); - else - $value = htmlspecialchars( (string)$value ); -?> - - - - - -
Field NameValue
- - - diff --git a/src/kasu/static/js/ckeditor/samples/assets/sample.css b/src/kasu/static/js/ckeditor/samples/assets/sample.css deleted file mode 100644 index a47e4dd..0000000 --- a/src/kasu/static/js/ckeditor/samples/assets/sample.css +++ /dev/null @@ -1,3 +0,0 @@ -/** - * Required by tests (dom/document.html). - */ diff --git a/src/kasu/static/js/ckeditor/samples/assets/sample.jpg b/src/kasu/static/js/ckeditor/samples/assets/sample.jpg deleted file mode 100644 index a4a77fa..0000000 Binary files a/src/kasu/static/js/ckeditor/samples/assets/sample.jpg and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/samples/assets/uilanguages/languages.js b/src/kasu/static/js/ckeditor/samples/assets/uilanguages/languages.js deleted file mode 100644 index 1b705f1..0000000 --- a/src/kasu/static/js/ckeditor/samples/assets/uilanguages/languages.js +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -var CKEDITOR_LANGS=function(){var c={af:"Afrikaans",ar:"Arabic",bg:"Bulgarian",bn:"Bengali/Bangla",bs:"Bosnian",ca:"Catalan",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English","en-au":"English (Australia)","en-ca":"English (Canadian)","en-gb":"English (United Kingdom)",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fo:"Faroese",fr:"French","fr-ca":"French (Canada)",gl:"Galician",gu:"Gujarati",he:"Hebrew",hi:"Hindi",hr:"Croatian",hu:"Hungarian",is:"Icelandic", -it:"Italian",ja:"Japanese",ka:"Georgian",km:"Khmer",ko:"Korean",ku:"Kurdish",lt:"Lithuanian",lv:"Latvian",mn:"Mongolian",ms:"Malay",nb:"Norwegian Bokmal",nl:"Dutch",no:"Norwegian",pl:"Polish",pt:"Portuguese (Portugal)","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sk:"Slovak",sl:"Slovenian",sr:"Serbian (Cyrillic)","sr-latn":"Serbian (Latin)",sv:"Swedish",th:"Thai",tr:"Turkish",uk:"Ukrainian",vi:"Vietnamese",zh:"Chinese Traditional","zh-cn":"Chinese Simplified"},b=[],a;for(a in CKEDITOR.lang.languages)b.push({code:a, -name:c[a]||a});b.sort(function(a,b){return a.name - - - - Data Filtering — CKEditor Sample - - - - - - -

- CKEditor Samples » Data Filtering and Features Activation -

-
-

- This sample page demonstrates the idea of Advanced Content Filter - (ACF), a sophisticated - tool that takes control over what kind of data is accepted by the editor and what - kind of output is produced. -

-

When and what is being filtered?

-

- ACF controls - every single source of data that comes to the editor. - It process both HTML that is inserted manually (i.e. pasted by the user) - and programmatically like: -

-
-editor.setData( '<p>Hello world!</p>' );
-
-

- ACF discards invalid, - useless HTML tags and attributes so the editor remains "clean" during - runtime. ACF behaviour - can be configured and adjusted for a particular case to prevent the - output HTML (i.e. in CMS systems) from being polluted. - - This kind of filtering is a first, client-side line of defense - against "tag soups", - the tool that precisely restricts which tags, attributes and styles - are allowed (desired). When properly configured, ACF - is an easy and fast way to produce a high-quality, intentionally filtered HTML. -

- -

How to configure or disable ACF?

-

- Advanced Content Filter is enabled by default, working in "automatic mode", yet - it provides a set of easy rules that allow adjusting filtering rules - and disabling the entire feature when necessary. The config property - responsible for this feature is config.allowedContent. -

-

- By "automatic mode" is meant that loaded plugins decide which kind - of content is enabled and which is not. For example, if the link - plugin is loaded it implies that <a> tag is - automatically allowed. Each plugin is given a set - of predefined ACF rules - that control the editor until - config.allowedContent - is defined manually. -

-

- Let's assume our intention is to restrict the editor to accept (produce) paragraphs - only: no attributes, no styles, no other tags. - With ACF - this is very simple. Basically set - config.allowedContent to 'p': -

-
-var editor = CKEDITOR.replace( textarea_id, {
-	allowedContent: 'p'
-} );
-
-

- Now try to play with allowed content: -

-
-// Trying to insert disallowed tag and attribute.
-editor.setData( '<p style="color: red">Hello <em>world</em>!</p>' );
-alert( editor.getData() );
-
-// Filtered data is returned.
-"<p>Hello world!</p>"
-
-

- What happened? Since config.allowedContent: 'p' is set the editor assumes - that only plain <p> are accepted. Nothing more. This is why - style attribute and <em> tag are gone. The same - filtering would happen if we pasted disallowed HTML into this editor. -

-

- This is just a small sample of what ACF - can do. To know more, please refer to the sample section below and - the official Advanced Content Filter guide. -

-

- You may, of course, want CKEditor to avoid filtering of any kind. - To get rid of ACF, - basically set - config.allowedContent to true like this: -

-
-CKEDITOR.replace( textarea_id, {
-	allowedContent: true
-} );
-
- -

Beyond data flow: Features activation

-

- ACF is far more than - I/O control: the entire - UI of the editor is adjusted to what - filters restrict. For example: if <a> tag is - disallowed - by ACF, - then accordingly link command, toolbar button and link dialog - are also disabled. Editor is smart: it knows which features must be - removed from the interface to match filtering rules. -

-

- CKEditor can be far more specific. If <a> tag is - allowed by filtering rules to be used but it is restricted - to have only one attribute (href) - config.allowedContent = 'a[!href]', then - "Target" tab of the link dialog is automatically disabled as target - attribute isn't included in ACF rules - for <a>. This behaviour applies to dialog fields, context - menus and toolbar buttons. -

- -

Sample configurations

-

- There are several editor instances below that present different - ACF setups. All of them, - except the last inline instance, share the same HTML content to visualize - how different filtering rules affect the same input data. -

-
- -
- -
-

- This editor is using default configuration ("automatic mode"). It means that - - config.allowedContent is defined by loaded plugins. - Each plugin extends filtering rules to make it's own associated content - available for the user. -

-
- - - -
- -
- -
- -
-

- This editor is using a custom configuration for - ACF: -

-
-CKEDITOR.replace( 'editor2', {
-	allowedContent:
-		'h1 h2 h3 p blockquote strong em;' +
-		'a[!href];' +
-		'img(left,right)[!src,alt,width,height];' +
-		'table tr th td caption;' +
-		'span{!font-family};' +'
-		'span{!color};' +
-		'span(!marker);' +
-		'del ins'
-} );
-
-

- The following rules may require additional explanation: -

-
    -
  • - h1 h2 h3 p blockquote strong em - These tags - are accepted by the editor. Any tag attributes will be discarded. -
  • -
  • - a[!href] - href attribute is obligatory - for <a> tag. Tags without this attribute - are disarded. No other attribute will be accepted. -
  • -
  • - img(left,right)[!src,alt,width,height] - src - attribute is obligatory for <img> tag. - alt, width, height - and class attributes are accepted but - class must be either class="left" - or class="right" -
  • -
  • - table tr th td caption - These tags - are accepted by the editor. Any tag attributes will be discarded. -
  • -
  • - span{!font-family}, span{!color}, - span(!marker) - <span> tags - will be accepted if either font-family or - color style is set or class="marker" - is present. -
  • -
  • - del ins - These tags - are accepted by the editor. Any tag attributes will be discarded. -
  • -
-

- Please note that UI of the - editor is different. It's a response to what happened to the filters. - Since text-align isn't allowed, the align toolbar is gone. - The same thing happened to subscript/superscript, strike, underline - (<u>, <sub>, <sup> - are disallowed by - config.allowedContent) and many other buttons. -

-
- - -
- -
- -
- -
-

- This editor is using a custom configuration for - ACF. - Note that filters can be configured as an object literal - as an alternative to a string-based definition. -

-
-CKEDITOR.replace( 'editor3', {
-	allowedContent: {
-		'b i ul ol big small': true,
-		'h1 h2 h3 p blockquote li': {
-			styles: 'text-align'
-		},
-		a: { attributes: '!href,target' },
-		img: {
-			attributes: '!src,alt',
-			styles: 'width,height',
-			classes: 'left,right'
-		}
-	}
-} );
-
-
- - -
- -
- -
- -
-

- This editor is using a custom set of plugins and buttons. -

-
-CKEDITOR.replace( 'editor4', {
-	removePlugins: 'bidi,font,forms,flash,horizontalrule,iframe,justify,table,tabletools,smiley',
-	removeButtons: 'Anchor,Underline,Strike,Subscript,Superscript,Image',
-	format_tags: 'p;h1;h2;h3;pre;address'
-} );
-
-

- As you can see, removing plugins and buttons implies filtering. - Several tags are not allowed in the editor because there's no - plugin/button that is responsible for creating and editing this - kind of content (for example: the image is missing because - of removeButtons: 'Image'). The conclusion is that - ACF works "backwards" - as well: modifying UI - elements is changing allowed content rules. -

-
- - -
- -
- -
- -
-

- This editor is built on editable <h1> element. - ACF takes care of - what can be included in <h1>. Note that there - are no block styles in Styles combo. Also why lists, indentation, - blockquote, div, form and other buttons are missing. -

-

- ACF makes sure that - no disallowed tags will come to <h1> so the final - markup is valid. If the user tried to paste some invalid HTML - into this editor (let's say a list), it would be automatically - converted into plain text. -

-
-

- Apollo 11 was the spaceflight that landed the first humans, Americans Neil Armstrong and Buzz Aldrin, on the Moon on July 20, 1969, at 20:18 UTC. -

-
- - - - diff --git a/src/kasu/static/js/ckeditor/samples/divreplace.html b/src/kasu/static/js/ckeditor/samples/divreplace.html deleted file mode 100644 index 067e474..0000000 --- a/src/kasu/static/js/ckeditor/samples/divreplace.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - Replace DIV — CKEditor Sample - - - - - - - -

- CKEditor Samples » Replace DIV with CKEditor on the Fly -

-
-

- This sample shows how to automatically replace <div> elements - with a CKEditor instance on the fly, following user's doubleclick. The content - that was previously placed inside the <div> element will now - be moved into CKEditor editing area. -

-

- For details on how to create this setup check the source code of this sample page. -

-
-

- Double-click any of the following <div> elements to transform them into - editor instances. -

-
-

- Part 1 -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi - semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna - rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla - nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce - eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. -

-
-
-

- Part 2 -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi - semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna - rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla - nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce - eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. -

-

- Donec velit. Mauris massa. Vestibulum non nulla. Nam suscipit arcu nec elit. Phasellus - sollicitudin iaculis ante. Ut non mauris et sapien tincidunt adipiscing. Vestibulum - vitae leo. Suspendisse nec mi tristique nulla laoreet vulputate. -

-
-
-

- Part 3 -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi - semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna - rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla - nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce - eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/index.html b/src/kasu/static/js/ckeditor/samples/index.html deleted file mode 100644 index 1d5c9e2..0000000 --- a/src/kasu/static/js/ckeditor/samples/index.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - CKEditor Samples - - - - -

- CKEditor Samples -

-
-
-

- Basic Samples -

-
-
Replace textarea elements by class name
-
Automatic replacement of all textarea elements of a given class with a CKEditor instance.
- -
Replace textarea elements by code
-
Replacement of textarea elements with CKEditor instances by using a JavaScript call.
-
- -

- Basic Customization -

-
-
User Interface color
-
Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.
- -
User Interface languages
-
Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.
-
- - -

Plugins

-
-
AutoGrow plugin
-
Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.
- -
Magicline pluginNew!
-
Using the Magicline plugin to access difficult focus spaces.
- -
Full page support
-
CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.
-
-
-
-

- Inline Editing New! -

-
-
Massive inline editor creation New!
-
Turn all elements with contentEditable = true attribute into inline editors.
- -
Convert element into an inline editor by code New!
-
Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.
- - -
- -

- Advanced Samples -

-
-
Data filtering and features activation New!
-
Data filtering and automatic features activation basing on configuration.
- -
Replace DIV elements on the fly
-
Transforming a div element into an instance of CKEditor with a mouse click.
- -
Append editor instances
-
Appending editor instances to existing DOM elements.
- -
Create and destroy editor instances for Ajax applications
-
Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.
- -
Basic usage of the API
-
Using the CKEditor JavaScript API to interact with the editor at runtime.
- -
XHTML-compliant style
-
Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.
- -
Read-only mode
-
Using the readOnly API to block introducing changes to the editor contents.
- -
"Tab" key-based navigation New!
-
Navigating among editor instances with tab key.
- - - -
Using the JavaScript API to customize dialog windows
-
Using the dialog windows API to customize dialog windows without changing the original editor code.
- -
Using the "Enter" key in CKEditor
-
Configuring the behavior of Enter and Shift+Enter keys.
- -
Output for Flash
-
Configuring CKEditor to produce HTML code that can be used with Adobe Flash.
- -
Output HTML
-
Configuring CKEditor to produce legacy HTML 4 code.
- -
Toolbar ConfigurationsNew!
-
Configuring CKEditor to display full or custom toolbar layout.
- -
-
-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/inlineall.html b/src/kasu/static/js/ckeditor/samples/inlineall.html deleted file mode 100644 index 013602e..0000000 --- a/src/kasu/static/js/ckeditor/samples/inlineall.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - Massive inline editing — CKEditor Sample - - - - - - - -
-

CKEditor Samples » Massive inline editing

-
-

This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with contentEditable attribute set to value true:

-
<div contenteditable="true" > ... </div>
-

Click inside of any element below to start editing.

-
-
-
- -
-
-
-

- Fusce vitae porttitor -

-

- - Lorem ipsum dolor sit amet dolor. Duis blandit vestibulum faucibus a, tortor. - -

-

- Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum nisl nulla sem in metus. Maecenas wisi. Donec nec erat volutpat. -

-
-

- Fusce vitae porttitor a, euismod convallis nisl, blandit risus tortor, pretium. - Vehicula vitae, imperdiet vel, ornare enim vel sodales rutrum -

-
-
-

- Libero nunc, rhoncus ante ipsum non ipsum. Nunc eleifend pede turpis id sollicitudin fringilla. Phasellus ultrices, velit ac arcu. -

-
-

Pellentesque nunc. Donec suscipit erat. Pellentesque habitant morbi tristique ullamcorper.

-

Mauris mattis feugiat lectus nec mauris. Nullam vitae ante.

-
-
-
-
-

- Integer condimentum sit amet -

-

- Aenean nonummy a, mattis varius. Cras aliquet. - Praesent magna non mattis ac, rhoncus nunc, rhoncus eget, cursus pulvinar mollis.

-

Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.

-

Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.

-
-
-

- Praesent wisi accumsan sit amet nibh -

-

Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.

-

Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce gravida, erat vitae augue. Fusce urna fringilla gravida.

-

In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.

-
-
-
-
-

- CKEditor logo -

-

Quisque justo neque, mattis sed, fermentum ultrices posuere cubilia Curae, Vestibulum elit metus, quis placerat ut, lectus. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi.

-

- Nullam laoreet vel consectetuer tellus suscipit -

-
    -
  • Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis.
  • -
  • Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi.
  • -
  • Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.
  • -
-

Quisque justo neque, mattis sed, fermentum ultrices posuere cubilia Curae, Vestibulum elit metus, quis placerat ut, lectus.

-

Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis.

-

Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi. Sed in nonummy faucibus turpis. Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.

-
-
-
-
- Tags of this article: -

- inline, editing, floating, CKEditor -

-
-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/inlinebycode.html b/src/kasu/static/js/ckeditor/samples/inlinebycode.html deleted file mode 100644 index 313972e..0000000 --- a/src/kasu/static/js/ckeditor/samples/inlinebycode.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Inline Editing by Code — CKEditor Sample - - - - - - -

- CKEditor Samples » Inline Editing by Code -

-
-

- This sample shows how to create an inline editor instance of CKEditor. It is created - with a JavaScript call using the following code: -

-
-// This property tells CKEditor to not activate every element with contenteditable=true element.
-CKEDITOR.disableAutoInline = true;
-
-var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
-
-

- Note that editable in the code above is the id - attribute of the <div> element to be converted into an inline instance. -

-
-
-

Saturn V carrying Apollo 11 Apollo 11

- -

Apollo 11 was the spaceflight that landed the first humans, Americans Neil Armstrong and Buzz Aldrin, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.

- -

Armstrong spent about three and a half two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5 kg) of lunar material for return to Earth. A third member of the mission, Michael Collins, piloted the command spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.

- -

Broadcasting and quotes

- -

Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:

- -
-

One small step for [a] man, one giant leap for mankind.

-
- -

Apollo 11 effectively ended the Space Race and fulfilled a national goal proposed in 1961 by the late U.S. President John F. Kennedy in a speech before the United States Congress:

- -
-

[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.

-
- -

Technical details

- - - - - - - - - - - - - - - - - - - - - - - -
Mission crew
PositionAstronaut
CommanderNeil A. Armstrong
Command Module PilotMichael Collins
Lunar Module PilotEdwin "Buzz" E. Aldrin, Jr.
- -

Launched by a Saturn V rocket from Kennedy Space Center in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of NASA's Apollo program. The Apollo spacecraft had three parts:

- -
    -
  1. Command Module with a cabin for the three astronauts which was the only part which landed back on Earth
  2. -
  3. Service Module which supported the Command Module with propulsion, electrical power, oxygen and water
  4. -
  5. Lunar Module for landing on the Moon.
  6. -
- -

After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the Sea of Tranquility. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the Pacific Ocean on July 24.

- -
-

Source: Wikipedia.org

-
- - - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/autogrow/autogrow.html b/src/kasu/static/js/ckeditor/samples/plugins/autogrow/autogrow.html deleted file mode 100644 index 72cba90..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/autogrow/autogrow.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - AutoGrow Plugin — CKEditor Sample - - - - - - - - -

- CKEditor Samples » Using AutoGrow Plugin -

-
-

- This sample shows how to configure CKEditor instances to use the - AutoGrow (autogrow) plugin that lets the editor window expand - and shrink depending on the amount and size of content entered in the editing area. -

-

- In its default implementation the AutoGrow feature can expand the - CKEditor window infinitely in order to avoid introducing scrollbars to the editing area. -

-

- It is also possible to set a maximum height for the editor window. Once CKEditor - editing area reaches the value in pixels specified in the - autoGrow_maxHeight - configuration setting, scrollbars will be added and the editor window will no longer expand. -

-

- To add a CKEditor instance using the autogrow plugin and its - autoGrow_maxHeight attribute, insert the following JavaScript call to your code: -

-
-CKEDITOR.replace( 'textarea_id', {
-	extraPlugins: 'autogrow',
-	autoGrow_maxHeight: 800,
-
-	// Remove the Resize plugin as it does not make sense to use it in conjunction with the AutoGrow plugin.
-	removePlugins: 'resize'
-});
-

- Note that textarea_id in the code above is the id attribute of - the <textarea> element to be replaced with CKEditor. The maximum height should - be given in pixels. -

-
-
-

- - - -

-

- - - -

-

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/dialog/assets/my_dialog.js b/src/kasu/static/js/ckeditor/samples/plugins/dialog/assets/my_dialog.js deleted file mode 100644 index e93c2ca..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/dialog/assets/my_dialog.js +++ /dev/null @@ -1,48 +0,0 @@ -/** - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -CKEDITOR.dialog.add( 'myDialog', function( editor ) { - return { - title: 'My Dialog', - minWidth: 400, - minHeight: 200, - contents: [ - { - id: 'tab1', - label: 'First Tab', - title: 'First Tab', - elements: [ - { - id: 'input1', - type: 'text', - label: 'Text Field' - }, - { - id: 'select1', - type: 'select', - label: 'Select Field', - items: [ - [ 'option1', 'value1' ], - [ 'option2', 'value2' ] - ] - } - ] - }, - { - id: 'tab2', - label: 'Second Tab', - title: 'Second Tab', - elements: [ - { - id: 'button1', - type: 'button', - label: 'Button Field' - } - ] - } - ] - }; -}); - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/dialog/dialog.html b/src/kasu/static/js/ckeditor/samples/plugins/dialog/dialog.html deleted file mode 100644 index a73b6eb..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/dialog/dialog.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Using API to Customize Dialog Windows — CKEditor Sample - - - - - - - - - - -

- CKEditor Samples » Using CKEditor Dialog API -

-
-

- This sample shows how to use the - CKEditor Dialog API - to customize CKEditor dialog windows without changing the original editor code. - The following customizations are being done in the example below: -

-

- For details on how to create this setup check the source code of this sample page. -

-
-

A custom dialog is added to the editors using the pluginsLoaded event, from an external dialog definition file:

-
    -
  1. Creating a custom dialog window – "My Dialog" dialog window opened with the "My Dialog" toolbar button.
  2. -
  3. Creating a custom button – Add button to open the dialog with "My Dialog" toolbar button.
  4. -
- - -

The below editor modify the dialog definition of the above added dialog using the dialogDefinition event:

-
    -
  1. Adding dialog tab – Add new tab "My Tab" to dialog window.
  2. -
  3. Removing a dialog window tab – Remove "Second Tab" page from the dialog window.
  4. -
  5. Adding dialog window fields – Add "My Custom Field" to the dialog window.
  6. -
  7. Removing dialog window field – Remove "Select Field" selection field from the dialog window.
  8. -
  9. Setting default values for dialog window fields – Set default value of "Text Field" text field.
  10. -
  11. Setup initial focus for dialog window – Put initial focus on "My Custom Field" text field.
  12. -
- - - - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/enterkey/enterkey.html b/src/kasu/static/js/ckeditor/samples/plugins/enterkey/enterkey.html deleted file mode 100644 index fa1191e..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/enterkey/enterkey.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - ENTER Key Configuration — CKEditor Sample - - - - - - - - - -

- CKEditor Samples » ENTER Key Configuration -

-
-

- This sample shows how to configure the Enter and Shift+Enter keys - to perform actions specified in the - enterMode - and shiftEnterMode - parameters, respectively. - You can choose from the following options: -

-
    -
  • ENTER_P – new <p> paragraphs are created;
  • -
  • ENTER_BR – lines are broken with <br> elements;
  • -
  • ENTER_DIV – new <div> blocks are created.
  • -
-

- The sample code below shows how to configure CKEditor to create a <div> block when Enter key is pressed. -

-
-CKEDITOR.replace( 'textarea_id', {
-	enterMode: CKEDITOR.ENTER_DIV
-});
-

- Note that textarea_id in the code above is the id attribute of - the <textarea> element to be replaced. -

-
-
- When Enter is pressed:
- -
-
- When Shift+Enter is pressed:
- -
-
-
-

-
- -

-

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla b/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla deleted file mode 100644 index 27e68cc..0000000 Binary files a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf b/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf deleted file mode 100644 index dbe17b6..0000000 Binary files a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js b/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js deleted file mode 100644 index 95fdf0a..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js +++ /dev/null @@ -1,18 +0,0 @@ -var swfobject=function(){function u(){if(!s){try{var a=d.getElementsByTagName("body")[0].appendChild(d.createElement("span"));a.parentNode.removeChild(a)}catch(b){return}s=!0;for(var a=x.length,c=0;cf){f++;setTimeout(arguments.callee,10);return}a.removeChild(b);c=null;D()})()}else D()}function D(){var a=p.length;if(0e.wk))t(c,!0),f&&(g.success=!0,g.ref=E(c),f(g));else if(p[b].expressInstall&&F()){g={};g.data=p[b].expressInstall;g.width=d.getAttribute("width")||"0";g.height=d.getAttribute("height")||"0";d.getAttribute("class")&&(g.styleclass=d.getAttribute("class"));d.getAttribute("align")&&(g.align=d.getAttribute("align"));for(var h={},d=d.getElementsByTagName("param"),j=d.length,k=0;ke.wk)}function G(a,b,c,f){A=!0;H=f||null;N={success:!1,id:c};var g=n(c);if(g){"OBJECT"==g.nodeName?(w=I(g),B=null):(w=g,B=c);a.id= -O;if(typeof a.width==i||!/%$/.test(a.width)&&310>parseInt(a.width,10))a.width="310";if(typeof a.height==i||!/%$/.test(a.height)&&137>parseInt(a.height,10))a.height="137";d.title=d.title.slice(0,47)+" - Flash Player Installation";f=e.ie&&e.win?"ActiveX":"PlugIn";f="MMredirectURL="+m.location.toString().replace(/&/g,"%26")+"&MMplayerType="+f+"&MMdoctitle="+d.title;b.flashvars=typeof b.flashvars!=i?b.flashvars+("&"+f):f;e.ie&&(e.win&&4!=g.readyState)&&(f=d.createElement("div"),c+="SWFObjectNew",f.setAttribute("id", -c),g.parentNode.insertBefore(f,g),g.style.display="none",function(){g.readyState==4?g.parentNode.removeChild(g):setTimeout(arguments.callee,10)}());J(a,b,c)}}function W(a){if(e.ie&&e.win&&4!=a.readyState){var b=d.createElement("div");a.parentNode.insertBefore(b,a);b.parentNode.replaceChild(I(a),b);a.style.display="none";(function(){4==a.readyState?a.parentNode.removeChild(a):setTimeout(arguments.callee,10)})()}else a.parentNode.replaceChild(I(a),a)}function I(a){var b=d.createElement("div");if(e.win&& -e.ie)b.innerHTML=a.innerHTML;else if(a=a.getElementsByTagName(r)[0])if(a=a.childNodes)for(var c=a.length,f=0;fe.wk)return f;if(g)if(typeof a.id==i&&(a.id=c),e.ie&&e.win){var o="",h;for(h in a)a[h]!=Object.prototype[h]&&("data"==h.toLowerCase()?b.movie=a[h]:"styleclass"==h.toLowerCase()?o+=' class="'+a[h]+'"':"classid"!=h.toLowerCase()&&(o+=" "+ -h+'="'+a[h]+'"'));h="";for(var j in b)b[j]!=Object.prototype[j]&&(h+='');g.outerHTML='"+h+"";C[C.length]=a.id;f=n(a.id)}else{j=d.createElement(r);j.setAttribute("type",y);for(var k in a)a[k]!=Object.prototype[k]&&("styleclass"==k.toLowerCase()?j.setAttribute("class",a[k]):"classid"!=k.toLowerCase()&&j.setAttribute(k,a[k]));for(o in b)b[o]!=Object.prototype[o]&&"movie"!=o.toLowerCase()&& -(a=j,h=o,k=b[o],c=d.createElement("param"),c.setAttribute("name",h),c.setAttribute("value",k),a.appendChild(c));g.parentNode.replaceChild(j,g);f=j}return f}function P(a){var b=n(a);b&&"OBJECT"==b.nodeName&&(e.ie&&e.win?(b.style.display="none",function(){if(4==b.readyState){var c=n(a);if(c){for(var f in c)"function"==typeof c[f]&&(c[f]=null);c.parentNode.removeChild(c)}}else setTimeout(arguments.callee,10)}()):b.parentNode.removeChild(b))}function n(a){var b=null;try{b=d.getElementById(a)}catch(c){}return b} -function U(a,b,c){a.attachEvent(b,c);v[v.length]=[a,b,c]}function z(a){var b=e.pv,a=a.split(".");a[0]=parseInt(a[0],10);a[1]=parseInt(a[1],10)||0;a[2]=parseInt(a[2],10)||0;return b[0]>a[0]||b[0]==a[0]&&b[1]>a[1]||b[0]==a[0]&&b[1]==a[1]&&b[2]>=a[2]?!0:!1}function Q(a,b,c,f){if(!e.ie||!e.mac){var g=d.getElementsByTagName("head")[0];if(g){c=c&&"string"==typeof c?c:"screen";f&&(K=l=null);if(!l||K!=c)f=d.createElement("style"),f.setAttribute("type","text/css"),f.setAttribute("media",c),l=g.appendChild(f), -e.ie&&(e.win&&typeof d.styleSheets!=i&&0\.;]/.exec(a)&&typeof encodeURIComponent!=i?encodeURIComponent(a):a}var i="undefined",r="object",y="application/x-shockwave-flash", -O="SWFObjectExprInst",m=window,d=document,q=navigator,T=!1,x=[function(){T?V():D()}],p=[],C=[],v=[],w,B,H,N,s=!1,A=!1,l,K,R=!0,e=function(){var a=typeof d.getElementById!=i&&typeof d.getElementsByTagName!=i&&typeof d.createElement!=i,b=q.userAgent.toLowerCase(),c=q.platform.toLowerCase(),f=c?/win/.test(c):/win/.test(b),c=c?/mac/.test(c):/mac/.test(b),b=/webkit/.test(b)?parseFloat(b.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):!1,g=!+"\v1",e=[0,0,0],h=null;if(typeof q.plugins!=i&&typeof q.plugins["Shockwave Flash"]== -r){if((h=q.plugins["Shockwave Flash"].description)&&!(typeof q.mimeTypes!=i&&q.mimeTypes[y]&&!q.mimeTypes[y].enabledPlugin))T=!0,g=!1,h=h.replace(/^.*\s+(\S+\s+\S+$)/,"$1"),e[0]=parseInt(h.replace(/^(.*)\..*$/,"$1"),10),e[1]=parseInt(h.replace(/^.*\.(.*)\s.*$/,"$1"),10),e[2]=/[a-zA-Z]/.test(h)?parseInt(h.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}else if(typeof m.ActiveXObject!=i)try{var j=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if(j&&(h=j.GetVariable("$version")))g=!0,h=h.split(" ")[1].split(","), -e=[parseInt(h[0],10),parseInt(h[1],10),parseInt(h[2],10)]}catch(k){}return{w3:a,pv:e,wk:b,ie:g,win:f,mac:c}}();(function(){e.w3&&((typeof d.readyState!=i&&"complete"==d.readyState||typeof d.readyState==i&&(d.getElementsByTagName("body")[0]||d.body))&&u(),s||(typeof d.addEventListener!=i&&d.addEventListener("DOMContentLoaded",u,!1),e.ie&&e.win&&(d.attachEvent("onreadystatechange",function(){"complete"==d.readyState&&(d.detachEvent("onreadystatechange",arguments.callee),u())}),m==top&&function(){if(!s){try{d.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee, -0);return}u()}}()),e.wk&&function(){s||(/loaded|complete/.test(d.readyState)?u():setTimeout(arguments.callee,0))}(),M(u)))})();(function(){e.ie&&e.win&&window.attachEvent("onunload",function(){for(var a=v.length,b=0;be.wk)&&a&&b&&c&&d&&g?(t(b,!1),L(function(){c+="";d+="";var e={};if(k&&typeof k===r)for(var l in k)e[l]=k[l];e.data=a;e.width=c;e.height=d;l={};if(j&&typeof j===r)for(var p in j)l[p]=j[p];if(h&&typeof h===r)for(var q in h)l.flashvars=typeof l.flashvars!=i?l.flashvars+("&"+q+"="+h[q]):q+"="+h[q];if(z(g))p=J(e,l,b),e.id== -b&&t(b,!0),n.success=!0,n.ref=p;else{if(o&&F()){e.data=o;G(e,l,b,m);return}t(b,!0)}m&&m(n)})):m&&m(n)},switchOffAutoHideShow:function(){R=!1},ua:e,getFlashPlayerVersion:function(){return{major:e.pv[0],minor:e.pv[1],release:e.pv[2]}},hasFlashPlayerVersion:z,createSWF:function(a,b,c){if(e.w3)return J(a,b,c)},showExpressInstall:function(a,b,c,d){e.w3&&F()&&G(a,b,c,d)},removeSWF:function(a){e.w3&&P(a)},createCSS:function(a,b,c,d){e.w3&&Q(a,b,c,d)},addDomLoadEvent:L,addLoadEvent:M,getQueryParamValue:function(a){var b= -d.location.search||d.location.hash;if(b){/\?/.test(b)&&(b=b.split("?")[1]);if(null==a)return S(b);for(var b=b.split("&"),c=0;c - - - - Output for Flash — CKEditor Sample - - - - - - - - - - - - -

- CKEditor Samples » Producing Flash Compliant HTML Output -

-
-

- This sample shows how to configure CKEditor to output - HTML code that can be used with - - Adobe Flash. - The code will contain a subset of standard HTML elements like <b>, - <i>, and <p> as well as HTML attributes. -

-

- To add a CKEditor instance outputting Flash compliant HTML code, load the editor using a standard - JavaScript call, and define CKEditor features to use HTML elements and attributes. -

-

- For details on how to create this setup check the source code of this sample page. -

-
-

- To see how it works, create some content in the editing area of CKEditor on the left - and send it to the Flash object on the right side of the page by using the - Send to Flash button. -

- - - - - -
- - -

- -

-
-
-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/outputhtml.html b/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/outputhtml.html deleted file mode 100644 index 3880c64..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/htmlwriter/outputhtml.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - HTML Compliant Output — CKEditor Sample - - - - - - - - - - -

- CKEditor Samples » Producing HTML Compliant Output -

-
-

- This sample shows how to configure CKEditor to output valid - HTML 4.01 code. - Traditional HTML elements like <b>, - <i>, and <font> are used in place of - <strong>, <em>, and CSS styles. -

-

- To add a CKEditor instance outputting legacy HTML 4.01 code, load the editor using a standard - JavaScript call, and define CKEditor features to use the HTML compliant elements and attributes. -

-

- A snippet of the configuration code can be seen below; check the source of this page for - full definition: -

-
-CKEDITOR.replace( 'textarea_id', {
-	coreStyles_bold: { element: 'b' },
-	coreStyles_italic: { element: 'i' },
-
-	fontSize_style: {
-		element: 'font',
-		attributes: { 'size': '#(size)' }
-	}
-
-	...
-});
-
-
-

- - - -

-

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/magicline/magicline.html b/src/kasu/static/js/ckeditor/samples/plugins/magicline/magicline.html deleted file mode 100644 index 2815fee..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/magicline/magicline.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - Using Magicline plugin — CKEditor Sample - - - - - - - - - -

- CKEditor Samples » Using Magicline plugin -

-
-

- This sample shows the advantages of Magicline plugin - which is to enhance the editing process. Thanks to this plugin, - a number of difficult focus spaces which are inaccessible due to - browser issues can now be focused. -

-

- Magicline plugin shows a red line with a handler - which, when clicked, inserts a paragraph and allows typing. To see this, - focus an editor and move your mouse above the focus space you want - to access. The plugin is enabled by default so no additional - configuration is necessary. -

-
-
- -
-

- This editor uses a default Magicline setup. -

-
- - -
-
-
- -
-

- This editor is using a blue line. -

-
-CKEDITOR.replace( 'editor2', {
-	magicline_color: 'blue'
-});
-
- - -
- - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/toolbar/toolbar.html b/src/kasu/static/js/ckeditor/samples/plugins/toolbar/toolbar.html deleted file mode 100644 index 0ba1665..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/toolbar/toolbar.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - Toolbar Configuration — CKEditor Sample - - - - - - - - - -

- CKEditor Samples » Toolbar Configuration -

-
-

- This sample page demonstrates editor with loaded full toolbar (all registered buttons) and, if - current editor's configuration modifies default settings, also editor with modified toolbar. -

- -

Since CKEditor 4 there are two ways to configure toolbar buttons.

- -

By config.toolbar

- -

- You can explicitly define which buttons are displayed in which groups and in which order. - This is the more precise setting, but less flexible. If newly added plugin adds its - own button you'll have to add it manually to your config.toolbar setting as well. -

- -

To add a CKEditor instance with custom toolbar setting, insert the following JavaScript call to your code:

- -
-CKEDITOR.replace( 'textarea_id', {
-	toolbar: [
-		{ name: 'document', items: [ 'Source', '-', 'NewPage', 'Preview', '-', 'Templates' ] },	// Defines toolbar group with name (used to create voice label) and items in 3 subgroups.
-		[ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ],			// Defines toolbar group without name.
-		'/',																					// Line break - next group will be placed in new line.
-		{ name: 'basicstyles', items: [ 'Bold', 'Italic' ] }
-	]
-});
- -

By config.toolbarGroups

- -

- You can define which groups of buttons (like e.g. basicstyles, clipboard - and forms) are displayed and in which order. Registered buttons are associated - with toolbar groups by toolbar property in their definition. - This setting's advantage is that you don't have to modify toolbar configuration - when adding/removing plugins which register their own buttons. -

- -

To add a CKEditor instance with custom toolbar groups setting, insert the following JavaScript call to your code:

- -
-CKEDITOR.replace( 'textarea_id', {
-	toolbarGroups: [
-		{ name: 'document',	   groups: [ 'mode', 'document' ] },			// Displays document group with its two subgroups.
- 		{ name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },			// Group's name will be used to create voice label.
- 		'/',																// Line break - next group will be placed in new line.
- 		{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
- 		{ name: 'links' }
-	]
-
-	// NOTE: Remember to leave 'toolbar' property with the default value (null).
-});
-
- - - -
-

Full toolbar configuration

-

Below you can see editor with full toolbar, generated automatically by the editor.

-

- Note: To create editor instance with full toolbar you don't have to set anything. - Just leave toolbar and toolbarGroups with the default, null values. -

- -

-	
- - - - - - diff --git a/src/kasu/static/js/ckeditor/samples/plugins/wysiwygarea/fullpage.html b/src/kasu/static/js/ckeditor/samples/plugins/wysiwygarea/fullpage.html deleted file mode 100644 index c14c37a..0000000 --- a/src/kasu/static/js/ckeditor/samples/plugins/wysiwygarea/fullpage.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - Full Page Editing — CKEditor Sample - - - - - - - - - - -

- CKEditor Samples » Full Page Editing -

-
-

- This sample shows how to configure CKEditor to edit entire HTML pages, from the - <html> tag to the </html> tag. -

-

- The CKEditor instance below is inserted with a JavaScript call using the following code: -

-
-CKEDITOR.replace( 'textarea_id', {
-	fullPage: true,
-	allowedContent: true
-});
-
-

- Note that textarea_id in the code above is the id attribute of - the <textarea> element to be replaced. -

-

- The allowedContent in the code above is set to true to disable content filtering. - Setting this option is not obligatory, but in full page mode there is a strong chance that one may want be able to freely enter any HTML content in source mode without any limitations. -

-
-
- - - -

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/readonly.html b/src/kasu/static/js/ckeditor/samples/readonly.html deleted file mode 100644 index 377bcc7..0000000 --- a/src/kasu/static/js/ckeditor/samples/readonly.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - Using the CKEditor Read-Only API — CKEditor Sample - - - - - - -

- CKEditor Samples » Using the CKEditor Read-Only API -

-
-

- This sample shows how to use the - setReadOnly - API to put editor into the read-only state that makes it impossible for users to change the editor contents. -

-

- For details on how to create this setup check the source code of this sample page. -

-
-
-

- -

-

- - -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/replacebyclass.html b/src/kasu/static/js/ckeditor/samples/replacebyclass.html deleted file mode 100644 index 6978034..0000000 --- a/src/kasu/static/js/ckeditor/samples/replacebyclass.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Replace Textareas by Class Name — CKEditor Sample - - - - - -

- CKEditor Samples » Replace Textarea Elements by Class Name -

-
-

- This sample shows how to automatically replace all <textarea> elements - of a given class with a CKEditor instance. -

-

- To replace a <textarea> element, simply assign it the ckeditor - class, as in the code below: -

-
-<textarea class="ckeditor" name="editor1"></textarea>
-
-

- Note that other <textarea> attributes (like id or name) need to be adjusted to your document. -

-
-
-

- - -

-

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/replacebycode.html b/src/kasu/static/js/ckeditor/samples/replacebycode.html deleted file mode 100644 index 0fd0636..0000000 --- a/src/kasu/static/js/ckeditor/samples/replacebycode.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - Replace Textarea by Code — CKEditor Sample - - - - - -

- CKEditor Samples » Replace Textarea Elements Using JavaScript Code -

-
-
-

- This editor is using an <iframe> element-based editing area, provided by the Wysiwygarea plugin. -

-
-CKEDITOR.replace( 'textarea_id' )
-
-
- - -

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/sample.css b/src/kasu/static/js/ckeditor/samples/sample.css deleted file mode 100644 index 8cb9b76..0000000 --- a/src/kasu/static/js/ckeditor/samples/sample.css +++ /dev/null @@ -1,339 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre -{ - line-height: 1.5em; -} - -body -{ - padding: 10px 30px; -} - -input, textarea, select, option, optgroup, button, td, th -{ - font-size: 100%; -} - -pre, code, kbd, samp, tt -{ - font-family: monospace,monospace; - font-size: 1em; -} - -body { - width: 960px; - margin: 0 auto; -} - -code -{ - background: #f3f3f3; - border: 1px solid #ddd; - padding: 1px 4px; - - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -abbr -{ - border-bottom: 1px dotted #555; - cursor: pointer; -} - -.new -{ - background: #FF7E00; - border: 1px solid #DA8028; - color: #fff; - font-size: 10px; - font-weight: bold; - padding: 1px 4px; - text-shadow: 0 1px 0 #C97626; - text-transform: uppercase; - margin: 0 0 0 3px; - - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - - -moz-box-shadow: 0 2px 3px 0 #FFA54E inset; - -webkit-box-shadow: 0 2px 3px 0 #FFA54E inset; - box-shadow: 0 2px 3px 0 #FFA54E inset; -} - -h1.samples -{ - color: #0782C1; - font-size: 200%; - font-weight: normal; - margin: 0; - padding: 0; -} - -h1.samples a -{ - color: #0782C1; - text-decoration: none; - border-bottom: 1px dotted #0782C1; -} - -.samples a:hover -{ - border-bottom: 1px dotted #0782C1; -} - -h2.samples -{ - color: #000000; - font-size: 130%; - margin: 15px 0 0 0; - padding: 0; -} - -p, blockquote, address, form, pre, dl, h1.samples, h2.samples -{ - margin-bottom: 15px; -} - -ul.samples -{ - margin-bottom: 15px; -} - -.clear -{ - clear: both; -} - -fieldset -{ - margin: 0; - padding: 10px; -} - -body, input, textarea -{ - color: #333333; - font-family: Arial, Helvetica, sans-serif; -} - -body -{ - font-size: 75%; -} - -a.samples -{ - color: #189DE1; - text-decoration: none; -} - -form -{ - margin: 0; - padding: 0; -} - -pre.samples -{ - background-color: #F7F7F7; - border: 1px solid #D7D7D7; - overflow: auto; - padding: 0.25em; - white-space: pre-wrap; /* CSS 2.1 */ - word-wrap: break-word; /* IE7 */ - -moz-tab-size: 4; - -o-tab-size: 4; - -webkit-tab-size: 4; - tab-size: 4; -} - -#footer -{ - clear: both; - padding-top: 10px; -} - -#footer hr -{ - margin: 10px 0 15px 0; - height: 1px; - border: solid 1px gray; - border-bottom: none; -} - -#footer p -{ - margin: 0 10px 10px 10px; - float: left; -} - -#footer #copy -{ - float: right; -} - -#outputSample -{ - width: 100%; - table-layout: fixed; -} - -#outputSample thead th -{ - color: #dddddd; - background-color: #999999; - padding: 4px; - white-space: nowrap; -} - -#outputSample tbody th -{ - vertical-align: top; - text-align: left; -} - -#outputSample pre -{ - margin: 0; - padding: 0; -} - -.description -{ - border: 1px dotted #B7B7B7; - margin-bottom: 10px; - padding: 10px 10px 0; - overflow: hidden; -} - -label -{ - display: block; - margin-bottom: 6px; -} - -/** - * CKEditor editables are automatically set with the "cke_editable" class - * plus cke_editable_(inline|themed) depending on the editor type. - */ - -/* Style a bit the inline editables. */ -.cke_editable.cke_editable_inline -{ - cursor: pointer; -} - -/* Once an editable element gets focused, the "cke_focus" class is - added to it, so we can style it differently. */ -.cke_editable.cke_editable_inline.cke_focus -{ - box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000; - outline: none; - background: #eee; - cursor: text; -} - -/* Avoid pre-formatted overflows inline editable. */ -.cke_editable_inline pre -{ - white-space: pre-wrap; - word-wrap: break-word; -} - -/** - * Samples index styles. - */ - -.twoColumns, -.twoColumnsLeft, -.twoColumnsRight -{ - overflow: hidden; -} - -.twoColumnsLeft, -.twoColumnsRight -{ - width: 45%; -} - -.twoColumnsLeft -{ - float: left; -} - -.twoColumnsRight -{ - float: right; -} - -dl.samples -{ - padding: 0 0 0 40px; -} -dl.samples > dt -{ - display: list-item; - list-style-type: disc; - list-style-position: outside; - margin: 0 0 3px; -} -dl.samples > dd -{ - margin: 0 0 3px; -} -.warning -{ - color: #ff0000; - background-color: #FFCCBA; - border: 2px dotted #ff0000; - padding: 15px 10px; - margin: 10px 0; -} - -/* Used on inline samples */ - -blockquote -{ - font-style: italic; - font-family: Georgia, Times, "Times New Roman", serif; - padding: 2px 0; - border-style: solid; - border-color: #ccc; - border-width: 0; -} - -.cke_contents_ltr blockquote -{ - padding-left: 20px; - padding-right: 8px; - border-left-width: 5px; -} - -.cke_contents_rtl blockquote -{ - padding-left: 8px; - padding-right: 20px; - border-right-width: 5px; -} - -img.right { - border: 1px solid #ccc; - float: right; - margin-left: 15px; - padding: 5px; -} - -img.left { - border: 1px solid #ccc; - float: left; - margin-right: 15px; - padding: 5px; -} diff --git a/src/kasu/static/js/ckeditor/samples/sample.js b/src/kasu/static/js/ckeditor/samples/sample.js deleted file mode 100644 index 79c7679..0000000 --- a/src/kasu/static/js/ckeditor/samples/sample.js +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -// Tool scripts for the sample pages. -// This file can be ignored and is not required to make use of CKEditor. - -(function() { - // Check for sample compliance. - CKEDITOR.on( 'instanceReady', function( ev ) { - var editor = ev.editor, - meta = CKEDITOR.document.$.getElementsByName( 'ckeditor-sample-required-plugins' ), - requires = meta.length ? CKEDITOR.dom.element.get( meta[ 0 ] ).getAttribute( 'content' ).split( ',' ) : [], - missing = []; - - if ( requires.length ) { - for ( var i = 0; i < requires.length; i++ ) { - if ( !editor.plugins[ requires[ i ] ] ) - missing.push( '' + requires[ i ] + '' ); - } - - if ( missing.length ) { - var warn = CKEDITOR.dom.element.createFromHtml( - '
' + - 'To fully experience this demo, the ' + missing.join( ', ' ) + ' plugin' + ( missing.length > 1 ? 's are' : ' is' ) + ' required.' + - '
' - ); - warn.insertBefore( editor.container ); - } - } - }); -})(); diff --git a/src/kasu/static/js/ckeditor/samples/sample_posteddata.php b/src/kasu/static/js/ckeditor/samples/sample_posteddata.php deleted file mode 100644 index 7d2ff30..0000000 --- a/src/kasu/static/js/ckeditor/samples/sample_posteddata.php +++ /dev/null @@ -1,16 +0,0 @@ -
-
--------------------------------------------------------------------------------------------
-  CKEditor - Posted Data
-
-  We are sorry, but your Web server does not support the PHP language used in this script.
-
-  Please note that CKEditor can be used with any other server-side language than just PHP.
-  To save the content created with CKEditor you need to read the POST data on the server
-  side and write it to a file or the database.
-
-  Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-  For licensing, see LICENSE.html or http://ckeditor.com/license
--------------------------------------------------------------------------------------------
-
-
*/ include "assets/posteddata.php"; ?> diff --git a/src/kasu/static/js/ckeditor/samples/tabindex.html b/src/kasu/static/js/ckeditor/samples/tabindex.html deleted file mode 100644 index 7f51881..0000000 --- a/src/kasu/static/js/ckeditor/samples/tabindex.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - TAB Key-Based Navigation — CKEditor Sample - - - - - - - -

- CKEditor Samples » TAB Key-Based Navigation -

-
-

- This sample shows how tab key navigation among editor instances is - affected by the tabIndex attribute from - the original page element. Use TAB key to move between the editors. -

-
-

- -

-
-

- -

-

- -

- - - diff --git a/src/kasu/static/js/ckeditor/samples/uicolor.html b/src/kasu/static/js/ckeditor/samples/uicolor.html deleted file mode 100644 index 04e197c..0000000 --- a/src/kasu/static/js/ckeditor/samples/uicolor.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - UI Color Picker — CKEditor Sample - - - - - -

- CKEditor Samples » UI Color -

-
-

- This sample shows how to automatically replace <textarea> elements - with a CKEditor instance with an option to change the color of its user interface.
- Note:The UI skin color feature depends on the CKEditor skin - compatibility. The Moono and Kama skins are examples of skins that work with it. -

-
-
-

- This editor instance has a UI color value defined in configuration to change the skin color, - To specify the color of the user interface, set the uiColor property: -

-
-CKEDITOR.replace( 'textarea_id', {
-	uiColor: '#14B8C4'
-});
-

- Note that textarea_id in the code above is the id attribute of - the <textarea> element to be replaced. -

-

- - -

-

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/uilanguages.html b/src/kasu/static/js/ckeditor/samples/uilanguages.html deleted file mode 100644 index b6ba2a0..0000000 --- a/src/kasu/static/js/ckeditor/samples/uilanguages.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - User Interface Globalization — CKEditor Sample - - - - - - -

- CKEditor Samples » User Interface Languages -

-
-

- This sample shows how to automatically replace <textarea> elements - with a CKEditor instance with an option to change the language of its user interface. -

-

- It pulls the language list from CKEditor _languages.js file that contains the list of supported languages and creates - a drop-down list that lets the user change the UI language. -

-

- By default, CKEditor automatically localizes the editor to the language of the user. - The UI language can be controlled with two configuration options: - language and - - defaultLanguage. The defaultLanguage setting specifies the - default CKEditor language to be used when a localization suitable for user's settings is not available. -

-

- To specify the user interface language that will be used no matter what language is - specified in user's browser or operating system, set the language property: -

-
-CKEDITOR.replace( 'textarea_id', {
-	// Load the German interface.
-	language: 'de'
-});
-

- Note that textarea_id in the code above is the id attribute of - the <textarea> element to be replaced. -

-
-
-

- Available languages ( languages!):
- -
- - (You may see strange characters if your system does not support the selected language) - -

-

- - -

-
- - - diff --git a/src/kasu/static/js/ckeditor/samples/xhtmlstyle.html b/src/kasu/static/js/ckeditor/samples/xhtmlstyle.html deleted file mode 100644 index 140c5a7..0000000 --- a/src/kasu/static/js/ckeditor/samples/xhtmlstyle.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - XHTML Compliant Output — CKEditor Sample - - - - - - - -

- CKEditor Samples » Producing XHTML Compliant Output -

-
-

- This sample shows how to configure CKEditor to output valid - XHTML 1.1 code. - Deprecated elements (<font>, <u>) or attributes - (size, face) will be replaced with XHTML compliant code. -

-

- To add a CKEditor instance outputting valid XHTML code, load the editor using a standard - JavaScript call and define CKEditor features to use the XHTML compliant elements and styles. -

-

- A snippet of the configuration code can be seen below; check the source of this page for - full definition: -

-
-CKEDITOR.replace( 'textarea_id', {
-	contentsCss: 'assets/outputxhtml.css',
-
-	coreStyles_bold: {
-		element: 'span',
-		attributes: { 'class': 'Bold' }
-	},
-	coreStyles_italic: {
-		element: 'span',
-		attributes: { 'class': 'Italic' }
-	},
-
-	...
-});
-
-
-

- - - -

-

- -

-
- - - diff --git a/src/kasu/static/js/ckeditor/skins/moono/dialog.css b/src/kasu/static/js/ckeditor/skins/moono/dialog.css deleted file mode 100644 index 8e295fa..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/dialog.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fffafafa',endColorstr='#ffededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ff9ad717',endColorstr='#ff69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/dialog_ie.css b/src/kasu/static/js/ckeditor/skins/moono/dialog_ie.css deleted file mode 100644 index 18987e9..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/dialog_ie.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fffafafa',endColorstr='#ffededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ff9ad717',endColorstr='#ff69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/dialog_ie7.css b/src/kasu/static/js/ckeditor/skins/moono/dialog_ie7.css deleted file mode 100644 index 05c17e2..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/dialog_ie7.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fffafafa',endColorstr='#ffededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ff9ad717',endColorstr='#ff69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_title{zoom:1}.cke_dialog_footer{border-top:1px solid #bfbfbf}.cke_dialog_footer_buttons{position:static}.cke_dialog_footer_buttons a.cke_dialog_ui_button{vertical-align:top}.cke_dialog .cke_resizer_ltr{padding-left:4px}.cke_dialog .cke_resizer_rtl{padding-right:4px}.cke_dialog_ui_input_text,.cke_dialog_ui_input_password,.cke_dialog_ui_input_textarea,.cke_dialog_ui_input_select{padding:0!important}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid transparent!important} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/dialog_ie8.css b/src/kasu/static/js/ckeditor/skins/moono/dialog_ie8.css deleted file mode 100644 index cc1abfc..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/dialog_ie8.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fffafafa',endColorstr='#ffededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ff9ad717',endColorstr='#ff69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{display:block} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/dialog_iequirks.css b/src/kasu/static/js/ckeditor/skins/moono/dialog_iequirks.css deleted file mode 100644 index 25ebae6..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/dialog_iequirks.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fffafafa',endColorstr='#ffededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ff9ad717',endColorstr='#ff69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_footer{filter:} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/dialog_opera.css b/src/kasu/static/js/ckeditor/skins/moono/dialog_opera.css deleted file mode 100644 index 7c94f92..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/dialog_opera.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_browser_gecko19 .cke_dialog_body{position:relative}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fffafafa',endColorstr='#ffededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:0 0;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:3px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}span.cke_dialog_ui_button{padding:0 12px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:20px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ff9ad717',endColorstr='#ff69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:2px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:24px;line-height:24px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:2px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.png);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_dialog_footer{display:block;height:38px}.cke_ltr .cke_dialog_footer>*{float:right}.cke_rtl .cke_dialog_footer>*{float:left} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/editor.css b/src/kasu/static/js/ckeditor/skins/moono/editor.css deleted file mode 100644 index 7da509b..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/editor.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup *:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_rtl .cke_toolgroup *:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__bold_icon{background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__italic_icon{background: url(icons.png) no-repeat 0 -32px !important;}.cke_button__strike_icon{background: url(icons.png) no-repeat 0 -64px !important;}.cke_button__subscript_icon{background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon{background: url(icons.png) no-repeat 0 -128px !important;}.cke_button__underline_icon{background: url(icons.png) no-repeat 0 -160px !important;}.cke_button__blockquote_icon{background: url(icons.png) no-repeat 0 -192px !important;}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -224px !important;}.cke_ltr .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -256px !important;}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -320px !important;}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -352px !important;}.cke_ltr .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -384px !important;}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -416px !important;}.cke_ltr .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -448px !important;}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -512px !important;}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -544px !important;}.cke_ltr .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -576px !important;}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -608px !important;}.cke_ltr .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -640px !important;}.cke_button__horizontalrule_icon{background: url(icons.png) no-repeat 0 -672px !important;}.cke_button__image_icon{background: url(icons.png) no-repeat 0 -704px !important;}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -736px !important;}.cke_ltr .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__link_icon{background: url(icons.png) no-repeat 0 -800px !important;}.cke_button__unlink_icon{background: url(icons.png) no-repeat 0 -832px !important;}.cke_button__maximize_icon{background: url(icons.png) no-repeat 0 -864px !important;}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -896px !important;}.cke_ltr .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -928px !important;}.cke_button__removeformat_icon{background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background: url(icons.png) no-repeat 0 -992px !important;}.cke_ltr .cke_button__source_icon{background: url(icons.png) no-repeat 0 -1024px !important;}.cke_button__scayt_icon{background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__table_icon{background: url(icons.png) no-repeat 0 -1088px !important;}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1120px !important;}.cke_ltr .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1152px !important;}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1184px !important;}.cke_ltr .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1216px !important;}.cke_button__spellchecker_icon{background: url(icons.png) no-repeat 0 -1248px !important;} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/editor_gecko.css b/src/kasu/static/js/ckeditor/skins/moono/editor_gecko.css deleted file mode 100644 index d347134..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/editor_gecko.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup *:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_rtl .cke_toolgroup *:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_bottom{padding-bottom:3px}.cke_combo_text{margin-bottom:-1px;margin-top:1px}.cke_button__bold_icon{background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__italic_icon{background: url(icons.png) no-repeat 0 -32px !important;}.cke_button__strike_icon{background: url(icons.png) no-repeat 0 -64px !important;}.cke_button__subscript_icon{background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon{background: url(icons.png) no-repeat 0 -128px !important;}.cke_button__underline_icon{background: url(icons.png) no-repeat 0 -160px !important;}.cke_button__blockquote_icon{background: url(icons.png) no-repeat 0 -192px !important;}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -224px !important;}.cke_ltr .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -256px !important;}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -320px !important;}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -352px !important;}.cke_ltr .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -384px !important;}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -416px !important;}.cke_ltr .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -448px !important;}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -512px !important;}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -544px !important;}.cke_ltr .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -576px !important;}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -608px !important;}.cke_ltr .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -640px !important;}.cke_button__horizontalrule_icon{background: url(icons.png) no-repeat 0 -672px !important;}.cke_button__image_icon{background: url(icons.png) no-repeat 0 -704px !important;}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -736px !important;}.cke_ltr .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__link_icon{background: url(icons.png) no-repeat 0 -800px !important;}.cke_button__unlink_icon{background: url(icons.png) no-repeat 0 -832px !important;}.cke_button__maximize_icon{background: url(icons.png) no-repeat 0 -864px !important;}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -896px !important;}.cke_ltr .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -928px !important;}.cke_button__removeformat_icon{background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background: url(icons.png) no-repeat 0 -992px !important;}.cke_ltr .cke_button__source_icon{background: url(icons.png) no-repeat 0 -1024px !important;}.cke_button__scayt_icon{background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__table_icon{background: url(icons.png) no-repeat 0 -1088px !important;}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1120px !important;}.cke_ltr .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1152px !important;}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1184px !important;}.cke_ltr .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1216px !important;}.cke_button__spellchecker_icon{background: url(icons.png) no-repeat 0 -1248px !important;} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/editor_ie.css b/src/kasu/static/js/ckeditor/skins/moono/editor_ie.css deleted file mode 100644 index 5dc098e..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/editor_ie.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup *:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_rtl .cke_toolgroup *:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_button__bold_icon{background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__italic_icon{background: url(icons.png) no-repeat 0 -32px !important;}.cke_button__strike_icon{background: url(icons.png) no-repeat 0 -64px !important;}.cke_button__subscript_icon{background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon{background: url(icons.png) no-repeat 0 -128px !important;}.cke_button__underline_icon{background: url(icons.png) no-repeat 0 -160px !important;}.cke_button__blockquote_icon{background: url(icons.png) no-repeat 0 -192px !important;}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -224px !important;}.cke_ltr .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -256px !important;}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -320px !important;}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -352px !important;}.cke_ltr .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -384px !important;}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -416px !important;}.cke_ltr .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -448px !important;}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -512px !important;}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -544px !important;}.cke_ltr .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -576px !important;}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -608px !important;}.cke_ltr .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -640px !important;}.cke_button__horizontalrule_icon{background: url(icons.png) no-repeat 0 -672px !important;}.cke_button__image_icon{background: url(icons.png) no-repeat 0 -704px !important;}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -736px !important;}.cke_ltr .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__link_icon{background: url(icons.png) no-repeat 0 -800px !important;}.cke_button__unlink_icon{background: url(icons.png) no-repeat 0 -832px !important;}.cke_button__maximize_icon{background: url(icons.png) no-repeat 0 -864px !important;}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -896px !important;}.cke_ltr .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -928px !important;}.cke_button__removeformat_icon{background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background: url(icons.png) no-repeat 0 -992px !important;}.cke_ltr .cke_button__source_icon{background: url(icons.png) no-repeat 0 -1024px !important;}.cke_button__scayt_icon{background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__table_icon{background: url(icons.png) no-repeat 0 -1088px !important;}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1120px !important;}.cke_ltr .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1152px !important;}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1184px !important;}.cke_ltr .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1216px !important;}.cke_button__spellchecker_icon{background: url(icons.png) no-repeat 0 -1248px !important;} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/editor_ie7.css b/src/kasu/static/js/ckeditor/skins/moono/editor_ie7.css deleted file mode 100644 index ddf1f03..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/editor_ie7.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup *:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_rtl .cke_toolgroup *:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon,{display:inline-block;vertical-align:top}.cke_toolbox{display:inline-block;padding-bottom:5px;height:100%}.cke_rtl .cke_toolbox{padding-bottom:0}.cke_toolbar{margin-bottom:5px}.cke_rtl .cke_toolbar{margin-bottom:0}.cke_toolgroup{height:26px}.cke_toolgroup,.cke_combo{position:relative}a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;float:none;vertical-align:top;background-color:#c0c0c0}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_rtl .cke_button_arrow{padding-top:8px;margin-right:2px}.cke_rtl .cke_combo_inlinelabel{display:table-cell;vertical-align:middle}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:inline-block}.cke_menubutton_label{width:auto;vertical-align:top;line-height:24px;height:24px;margin:0 10px 0 0}.cke_menuarrow{width:5px;height:6px;padding:0;position:absolute;right:8px;top:10px;background-position:0 0}.cke_rtl .cke_menubutton_icon{position:absolute;right:0;top:0}.cke_rtl .cke_menubutton_label{float:right;clear:both;margin:0 24px 0 10px}.cke_hc .cke_rtl .cke_menubutton_label{margin-right:0}.cke_rtl .cke_menuarrow{left:8px;right:auto;background-position:0 -24px}.cke_hc .cke_menuarrow{top:5px;padding:0 5px}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important}.cke_button__bold_icon{background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__italic_icon{background: url(icons.png) no-repeat 0 -32px !important;}.cke_button__strike_icon{background: url(icons.png) no-repeat 0 -64px !important;}.cke_button__subscript_icon{background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon{background: url(icons.png) no-repeat 0 -128px !important;}.cke_button__underline_icon{background: url(icons.png) no-repeat 0 -160px !important;}.cke_button__blockquote_icon{background: url(icons.png) no-repeat 0 -192px !important;}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -224px !important;}.cke_ltr .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -256px !important;}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -320px !important;}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -352px !important;}.cke_ltr .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -384px !important;}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -416px !important;}.cke_ltr .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -448px !important;}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -512px !important;}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -544px !important;}.cke_ltr .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -576px !important;}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -608px !important;}.cke_ltr .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -640px !important;}.cke_button__horizontalrule_icon{background: url(icons.png) no-repeat 0 -672px !important;}.cke_button__image_icon{background: url(icons.png) no-repeat 0 -704px !important;}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -736px !important;}.cke_ltr .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__link_icon{background: url(icons.png) no-repeat 0 -800px !important;}.cke_button__unlink_icon{background: url(icons.png) no-repeat 0 -832px !important;}.cke_button__maximize_icon{background: url(icons.png) no-repeat 0 -864px !important;}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -896px !important;}.cke_ltr .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -928px !important;}.cke_button__removeformat_icon{background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background: url(icons.png) no-repeat 0 -992px !important;}.cke_ltr .cke_button__source_icon{background: url(icons.png) no-repeat 0 -1024px !important;}.cke_button__scayt_icon{background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__table_icon{background: url(icons.png) no-repeat 0 -1088px !important;}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1120px !important;}.cke_ltr .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1152px !important;}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1184px !important;}.cke_ltr .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1216px !important;}.cke_button__spellchecker_icon{background: url(icons.png) no-repeat 0 -1248px !important;} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/editor_ie8.css b/src/kasu/static/js/ckeditor/skins/moono/editor_ie8.css deleted file mode 100644 index f5bc847..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/editor_ie8.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup *:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_rtl .cke_toolgroup *:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_button__bold_icon{background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__italic_icon{background: url(icons.png) no-repeat 0 -32px !important;}.cke_button__strike_icon{background: url(icons.png) no-repeat 0 -64px !important;}.cke_button__subscript_icon{background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon{background: url(icons.png) no-repeat 0 -128px !important;}.cke_button__underline_icon{background: url(icons.png) no-repeat 0 -160px !important;}.cke_button__blockquote_icon{background: url(icons.png) no-repeat 0 -192px !important;}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -224px !important;}.cke_ltr .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -256px !important;}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -320px !important;}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -352px !important;}.cke_ltr .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -384px !important;}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -416px !important;}.cke_ltr .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -448px !important;}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -512px !important;}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -544px !important;}.cke_ltr .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -576px !important;}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -608px !important;}.cke_ltr .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -640px !important;}.cke_button__horizontalrule_icon{background: url(icons.png) no-repeat 0 -672px !important;}.cke_button__image_icon{background: url(icons.png) no-repeat 0 -704px !important;}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -736px !important;}.cke_ltr .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__link_icon{background: url(icons.png) no-repeat 0 -800px !important;}.cke_button__unlink_icon{background: url(icons.png) no-repeat 0 -832px !important;}.cke_button__maximize_icon{background: url(icons.png) no-repeat 0 -864px !important;}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -896px !important;}.cke_ltr .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -928px !important;}.cke_button__removeformat_icon{background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background: url(icons.png) no-repeat 0 -992px !important;}.cke_ltr .cke_button__source_icon{background: url(icons.png) no-repeat 0 -1024px !important;}.cke_button__scayt_icon{background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__table_icon{background: url(icons.png) no-repeat 0 -1088px !important;}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1120px !important;}.cke_ltr .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1152px !important;}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1184px !important;}.cke_ltr .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1216px !important;}.cke_button__spellchecker_icon{background: url(icons.png) no-repeat 0 -1248px !important;} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/editor_iequirks.css b/src/kasu/static/js/ckeditor/skins/moono/editor_iequirks.css deleted file mode 100644 index 38b7fc3..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/editor_iequirks.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf')}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup *:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_rtl .cke_toolgroup *:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_top,.cke_contents,.cke_bottom{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon,{display:inline-block;vertical-align:top}.cke_rtl .cke_button_icon{float:none}.cke_resizer{width:10px}.cke_source{white-space:normal}.cke_bottom{position:static}.cke_colorbox{font-size:0}.cke_button__bold_icon{background: url(icons.png) no-repeat 0 -0px !important;}.cke_button__italic_icon{background: url(icons.png) no-repeat 0 -32px !important;}.cke_button__strike_icon{background: url(icons.png) no-repeat 0 -64px !important;}.cke_button__subscript_icon{background: url(icons.png) no-repeat 0 -96px !important;}.cke_button__superscript_icon{background: url(icons.png) no-repeat 0 -128px !important;}.cke_button__underline_icon{background: url(icons.png) no-repeat 0 -160px !important;}.cke_button__blockquote_icon{background: url(icons.png) no-repeat 0 -192px !important;}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -224px !important;}.cke_ltr .cke_button__copy_icon{background: url(icons.png) no-repeat 0 -256px !important;}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -288px !important;}.cke_ltr .cke_button__cut_icon{background: url(icons.png) no-repeat 0 -320px !important;}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -352px !important;}.cke_ltr .cke_button__paste_icon{background: url(icons.png) no-repeat 0 -384px !important;}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -416px !important;}.cke_ltr .cke_button__bulletedlist_icon{background: url(icons.png) no-repeat 0 -448px !important;}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -480px !important;}.cke_ltr .cke_button__numberedlist_icon{background: url(icons.png) no-repeat 0 -512px !important;}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -544px !important;}.cke_ltr .cke_button__indent_icon{background: url(icons.png) no-repeat 0 -576px !important;}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -608px !important;}.cke_ltr .cke_button__outdent_icon{background: url(icons.png) no-repeat 0 -640px !important;}.cke_button__horizontalrule_icon{background: url(icons.png) no-repeat 0 -672px !important;}.cke_button__image_icon{background: url(icons.png) no-repeat 0 -704px !important;}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -736px !important;}.cke_ltr .cke_button__anchor_icon{background: url(icons.png) no-repeat 0 -768px !important;}.cke_button__link_icon{background: url(icons.png) no-repeat 0 -800px !important;}.cke_button__unlink_icon{background: url(icons.png) no-repeat 0 -832px !important;}.cke_button__maximize_icon{background: url(icons.png) no-repeat 0 -864px !important;}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -896px !important;}.cke_ltr .cke_button__pastetext_icon{background: url(icons.png) no-repeat 0 -928px !important;}.cke_button__removeformat_icon{background: url(icons.png) no-repeat 0 -960px !important;}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background: url(icons.png) no-repeat 0 -992px !important;}.cke_ltr .cke_button__source_icon{background: url(icons.png) no-repeat 0 -1024px !important;}.cke_button__scayt_icon{background: url(icons.png) no-repeat 0 -1056px !important;}.cke_button__table_icon{background: url(icons.png) no-repeat 0 -1088px !important;}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1120px !important;}.cke_ltr .cke_button__redo_icon{background: url(icons.png) no-repeat 0 -1152px !important;}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1184px !important;}.cke_ltr .cke_button__undo_icon{background: url(icons.png) no-repeat 0 -1216px !important;}.cke_button__spellchecker_icon{background: url(icons.png) no-repeat 0 -1248px !important;} \ No newline at end of file diff --git a/src/kasu/static/js/ckeditor/skins/moono/icons.png b/src/kasu/static/js/ckeditor/skins/moono/icons.png deleted file mode 100644 index 182b99f..0000000 Binary files a/src/kasu/static/js/ckeditor/skins/moono/icons.png and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/skins/moono/images/arrow.png b/src/kasu/static/js/ckeditor/skins/moono/images/arrow.png deleted file mode 100644 index 0d1eb39..0000000 Binary files a/src/kasu/static/js/ckeditor/skins/moono/images/arrow.png and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/skins/moono/images/close.png b/src/kasu/static/js/ckeditor/skins/moono/images/close.png deleted file mode 100644 index a795fd5..0000000 Binary files a/src/kasu/static/js/ckeditor/skins/moono/images/close.png and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/skins/moono/images/mini.png b/src/kasu/static/js/ckeditor/skins/moono/images/mini.png deleted file mode 100644 index 3e65bd5..0000000 Binary files a/src/kasu/static/js/ckeditor/skins/moono/images/mini.png and /dev/null differ diff --git a/src/kasu/static/js/ckeditor/skins/moono/readme.md b/src/kasu/static/js/ckeditor/skins/moono/readme.md deleted file mode 100644 index f24ec4f..0000000 --- a/src/kasu/static/js/ckeditor/skins/moono/readme.md +++ /dev/null @@ -1,51 +0,0 @@ -"Moono" Skin -==================== - -This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor -[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by -the CKEditor team. "Moono" is maintained by the core developers. - -For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK) -documentation. - -Features -------------------- -"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency. -It comes with the following features: - -- Chameleon feature with brightness, -- high-contrast compatibility, -- graphics source provided in SVG. - -Directory Structure -------------------- - -CSS parts: -- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance, -- **mainui.css**: the file contains styles of entire editor outline structures, -- **toolbar.css**: the file contains styles of the editor toolbar space (top), -- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, -- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded -until the first panel open up, -- **elementspath.css**: the file contains styles of the editor elements path bar (bottom), -- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down, -it's not loaded until the first menu open up, -- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open, -- **reset.css**: the file defines the basis of style resets among all editor UI spaces, -- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference, -- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks. - -Other parts: -- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature, -- **icons/**: contains all skin defined icons, -- **images/**: contains a fill general used images, -- **dev/**: contains SVG source of the skin icons. - -License -------- - -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - -Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). - -See LICENSE.md for more information. diff --git a/src/kasu/static/js/ckeditor/styles.js b/src/kasu/static/js/ckeditor/styles.js deleted file mode 100644 index 5eb7f1c..0000000 --- a/src/kasu/static/js/ckeditor/styles.js +++ /dev/null @@ -1,111 +0,0 @@ -/** - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -// This file contains style definitions that can be used by CKEditor plugins. -// -// The most common use for it is the "stylescombo" plugin, which shows a combo -// in the editor toolbar, containing all styles. Other plugins instead, like -// the div plugin, use a subset of the styles on their feature. -// -// If you don't have plugins that depend on this file, you can simply ignore it. -// Otherwise it is strongly recommended to customize this file to match your -// website requirements and design properly. - -CKEDITOR.stylesSet.add( 'default', [ - /* Block Styles */ - - // These styles are already available in the "Format" combo ("format" plugin), - // so they are not needed here by default. You may enable them to avoid - // placing the "Format" combo in the toolbar, maintaining the same features. - /* - { name: 'Paragraph', element: 'p' }, - { name: 'Heading 1', element: 'h1' }, - { name: 'Heading 2', element: 'h2' }, - { name: 'Heading 3', element: 'h3' }, - { name: 'Heading 4', element: 'h4' }, - { name: 'Heading 5', element: 'h5' }, - { name: 'Heading 6', element: 'h6' }, - { name: 'Preformatted Text',element: 'pre' }, - { name: 'Address', element: 'address' }, - */ - - { name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } }, - { name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } }, - { - name: 'Special Container', - element: 'div', - styles: { - padding: '5px 10px', - background: '#eee', - border: '1px solid #ccc' - } - }, - - /* Inline Styles */ - - // These are core styles available as toolbar buttons. You may opt enabling - // some of them in the Styles combo, removing them from the toolbar. - // (This requires the "stylescombo" plugin) - /* - { name: 'Strong', element: 'strong', overrides: 'b' }, - { name: 'Emphasis', element: 'em' , overrides: 'i' }, - { name: 'Underline', element: 'u' }, - { name: 'Strikethrough', element: 'strike' }, - { name: 'Subscript', element: 'sub' }, - { name: 'Superscript', element: 'sup' }, - */ - - { name: 'Marker', element: 'span', attributes: { 'class': 'marker' } }, - - { name: 'Big', element: 'big' }, - { name: 'Small', element: 'small' }, - { name: 'Typewriter', element: 'tt' }, - - { name: 'Computer Code', element: 'code' }, - { name: 'Keyboard Phrase', element: 'kbd' }, - { name: 'Sample Text', element: 'samp' }, - { name: 'Variable', element: 'var' }, - - { name: 'Deleted Text', element: 'del' }, - { name: 'Inserted Text', element: 'ins' }, - - { name: 'Cited Work', element: 'cite' }, - { name: 'Inline Quotation', element: 'q' }, - - { name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } }, - { name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } }, - - /* Object Styles */ - - { - name: 'Styled image (left)', - element: 'img', - attributes: { 'class': 'left' } - }, - - { - name: 'Styled image (right)', - element: 'img', - attributes: { 'class': 'right' } - }, - - { - name: 'Compact table', - element: 'table', - attributes: { - cellpadding: '5', - cellspacing: '0', - border: '1', - bordercolor: '#ccc' - }, - styles: { - 'border-collapse': 'collapse' - } - }, - - { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } }, - { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } } -]); - diff --git a/src/kasu/static/js/jquery-2.1.3.min.js b/src/kasu/static/js/jquery-2.1.3.min.js deleted file mode 100644 index 25714ed..0000000 --- a/src/kasu/static/js/jquery-2.1.3.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v2.1.3 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.3",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){return M.access(a,b,c) -},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthx",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]*)\/>/gi,bb=/<([\w:]+)/,cb=/<|&#?\w+;/,db=/<(?:script|style|link)/i,eb=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/^$|\/(?:java|ecma)script/i,gb=/^true\/(.*)/,hb=/^\s*\s*$/g,ib={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ib.optgroup=ib.option,ib.tbody=ib.tfoot=ib.colgroup=ib.caption=ib.thead,ib.th=ib.td;function jb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function kb(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function lb(a){var b=gb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function mb(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function nb(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function ob(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pb(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=ob(h),f=ob(a),d=0,e=f.length;e>d;d++)pb(f[d],g[d]);if(b)if(c)for(f=f||ob(a),g=g||ob(h),d=0,e=f.length;e>d;d++)nb(f[d],g[d]);else nb(a,h);return g=ob(h,"script"),g.length>0&&mb(g,!i&&ob(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(cb.test(e)){f=f||k.appendChild(b.createElement("div")),g=(bb.exec(e)||["",""])[1].toLowerCase(),h=ib[g]||ib._default,f.innerHTML=h[1]+e.replace(ab,"<$1>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=ob(k.appendChild(e),"script"),i&&mb(f),c)){j=0;while(e=f[j++])fb.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(ob(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&mb(ob(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(ob(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!db.test(a)&&!ib[(bb.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ab,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ob(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(ob(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&eb.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(ob(c,"script"),kb),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,ob(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,lb),j=0;g>j;j++)h=f[j],fb.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(hb,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qb,rb={};function sb(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function tb(a){var b=l,c=rb[a];return c||(c=sb(a,b),"none"!==c&&c||(qb=(qb||n("