aboutsummaryrefslogtreecommitdiff
path: root/files/uk/mozilla/add-ons
diff options
context:
space:
mode:
Diffstat (limited to 'files/uk/mozilla/add-ons')
-rw-r--r--files/uk/mozilla/add-ons/themes/index.html61
-rw-r--r--files/uk/mozilla/add-ons/themes/фон/index.html74
2 files changed, 0 insertions, 135 deletions
diff --git a/files/uk/mozilla/add-ons/themes/index.html b/files/uk/mozilla/add-ons/themes/index.html
deleted file mode 100644
index 0fc6641958..0000000000
--- a/files/uk/mozilla/add-ons/themes/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
----
-title: Themes
-slug: Mozilla/Add-ons/Themes
-tags:
- - Look & Feel
- - NeedsTranslation
- - Themes
- - TopicStub
- - Додатки
-translation_of: Mozilla/Add-ons/Themes
----
-<p>{{AddonSidebar}}</p>
-
-<div class="warning">
-<p>The Theme documentation here is out of date.</p>
-</div>
-
-<p>Themes are skins for different Mozilla applications. They allow you to change the look and feel of the user interface and personalize it to your tastes. A theme can simply change the colors of the UI or it can change every piece of its appearance.</p>
-
-<div class="column-container">
-<div class="column-half">
-<h2 class="Documentation" id="Documentation" name="Documentation">Documentation</h2>
-
-<dl>
- <dt><a href="/en-US/docs/Building_a_Theme" title="Building a Theme">Building a Theme</a></dt>
- <dd>A tutorial for building a simple theme in Firefox.</dd>
- <dt><a href="/en-US/docs/Themes/Common_Firefox_Theme_Issues_and_Solutions" title="Themes/Common_Firefox_Theme_Issues_and_Solutions">Common Theme Issues and Their Solutions</a></dt>
- <dd>Common issues seen when AMO editors review themes and how to fix them.</dd>
- <dt><a href="/en-US/docs/Themes/Lightweight_themes" title="Themes/Lightweight themes">Lightweight themes</a></dt>
- <dd>Building lightweight themes for Firefox</dd>
- <dt><a href="/en-US/docs/Creating_a_Skin_for_SeaMonkey_2.x" title="Creating_a_Skin_for_SeaMonkey_2.x">Creating a Skin for SeaMonkey 2</a></dt>
- <dd>An introduction to creating new themes for SeaMonkey 2.</dd>
- <dt><a href="/en-US/docs/Making_Sure_Your_Theme_Works_with_RTL_Locales" title="Making_Sure_Your_Theme_Works_with_RTL_Locales">Making Sure Your Theme Works with RTL Locales</a></dt>
- <dd>How to make sure your theme will look right with Hebrew, Arabic, Persian and Urdu locales.</dd>
- <dt><a href="/en-US/docs/Theme_Packaging" title="Theme_Packaging">Theme Packaging</a></dt>
- <dd>How to package themes for Firefox and Thunderbird.</dd>
- <dt><a href="http://www.tudobom.de/articles/yatt/" title="http://www.tudobom.de/articles/yatt/">Yet Another Theme Tutorial</a></dt>
- <dd>Another tutorial in Mozilla theme construction.</dd>
- <dt><a href="/en-US/Mozilla/Add-ons/Themes/Obsolete">Obsolete docs</a></dt>
- <dd>These docs are very old and will never be updated, but we've kept them in case the are useful source material for people updating the Theme documentation.</dd>
-</dl>
-</div>
-
-<div class="column-half">
-<h2 id="Getting_help">Getting help</h2>
-
-<ul>
- <li><a href="http://forums.mozillazine.org/viewforum.php?f=18">MozillaZine Themes forum</a></li>
-</ul>
-
-<h2 class="Tools" id="Tools" name="Tools">Tools</h2>
-
-<ul>
- <li><a href="/en-US/docs/DOM_Inspector" title="DOM_Inspector">DOM Inspector</a></li>
- <li><a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/inspectorwidget/">InspectorWidget</a></li>
- <li><a class="link-https" href="https://addons.mozilla.org/en-us/firefox/addon/force-rtl/">Force RTL</a>: Test for RTL compatibility</li>
-</ul>
-</div>
-</div>
-
-<p> </p>
diff --git a/files/uk/mozilla/add-ons/themes/фон/index.html b/files/uk/mozilla/add-ons/themes/фон/index.html
deleted file mode 100644
index 88eaf9c00f..0000000000
--- a/files/uk/mozilla/add-ons/themes/фон/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
----
-title: Фонові теми
-slug: Mozilla/Add-ons/Themes/Фон
-translation_of: Mozilla/Add-ons/Themes/Lightweight_themes
----
-<h2 id="Як_створити_власну_фонову_тему">Як створити власну фонову тему</h2>
-
-<div class="primary auto" id="getting-started">
-<p>Теми робляться з файлу зображення  "header", який виставляє фон за замовчанням у користувацькому інтерфейсі Firefox</p>
-
-<p>Закінчили свій дизайн? <a href="https://addons.mozilla.org/developers/theme/submit">Викладіть його зараз!</a></p>
-
-<h3 id="Створення_зображення_верхівки_теми">Створення зображення верхівки теми</h3>
-
-<p>Зображення верхівки зображається як фонове зображення зверху вікна, знаходячись за панеллю інструментів, лінією вводу та вкладок. Воно буде відцентроване за правим верхнім кутом вікна.</p>
-
-<p class="screenshot"><img alt="" src="https://mdn.mozillademos.org/files/9929/header-step.jpg" style="height: 215px; width: 1059px;"></p>
-
-<ul>
- <li><a href="https://addons.cdn.mozilla.net/static/img/docs/themes/header.jpg">View a sample Theme Header here.</a></li>
-</ul>
-
-<h4 id="Вимоги_до_файлу_зображення">Вимоги до файлу зображення</h4>
-
-<ul>
- <li>Розміри повинні бути <strong>3000px у ширину та 200px у висоту</strong></li>
- <li>Формат файлу мусить бути <strong>PNG</strong> або <strong>JPG</strong></li>
- <li>Зображення не має займати більше ніж <strong>300КБ</strong></li>
-</ul>
-
-<h4 id="Поради">Поради</h4>
-
-<ul>
- <li>Витончені зображення з м'яким контрастом тa градієнти працюють найкраще; високоякісні зображення гарно компонують з користувацьким інтерфейсом.</li>
- <li>Firefox може показувати більшу частину зображення, якщо інша панель інструментів або інший елемент доданий до зверху вікна </li>
- <li>Найвища права сторона зображення має мати найнеобхіднішу інформацію - оскільки користувач розширює вікно, браузер більше показує ліву сторону.</li>
-</ul>
-
-<h4 id="Онлайн-ресурси_для_редагування_зображеннь">Онлайн-ресурси для редагування зображеннь</h4>
-
-<ul>
- <li><a href="http://www.pixlr.com">Pixlr</a> — Pixlr пропонує професіональне та водночас просте середовище для редагування зображень прямо в веб-браузері.</li>
- <li><a href="http://www.photoshop.com/tools?wf=editor">Photoshop</a> — Редагуйте та перевертайте фото з Photoshop® Express, безкоштомним редактором зображень онлайн.</li>
-</ul>
-
-<h3 id="Викладання_теми_в_мережу">Викладання теми в мережу</h3>
-
-<p>Щоб почати викладати теми перейдіть до  <a href="https://addons.mozilla.org/developers/theme/submit">Сторінки викладення тем:</a></p>
-
-<ol class="itemized">
- <li><strong>Назвіть свою тему</strong> — виберіть унікальне ім'я для своєї теми. Дуплікати назв не дозволені,тож вам можливо прийдеться подумати над цим якийсь час.</li>
- <li><strong>Виберіть категорію та теги</strong> — виберіть категорію and та введіть теги, які найкраще описують вашу тему. Не забувайте про те, що переглядач може відхилити вашу тему, якщо її теги та/або категорія не підходять.</li>
- <li><strong>Опишіть свою тему</strong> — напишіть короткий опис своєї теми. Не забувайте про те, що переглядач може відхилити вашу тему, якщо її опис не підходить.</li>
- <li><strong>Виберіть ліцензію</strong> —  <a href="http://creativecommons.org/licenses/">Прочитайте більше про ліцензії Creative Common.</a>
- <ul>
- <li><strong>Важливо:</strong> Впевніться, що ви маєте достатні права для зображень з вешої теми</li>
- </ul>
- </li>
- <li><strong>Вивантажте своє зображення</strong></li>
- <li><strong>Select text and tab colors</strong> — you can choose the tab ("background") color and foreground text color that work best with your header image.</li>
- <li><strong>Preview your theme</strong> — you're ready to preview your theme! Simply mouse over the image above the Submit Theme button, and see how it looks instantly.</li>
- <li><strong>Submit your theme</strong> — if everything looks right, click the Submit Theme button and you're done! You can see all the themes you've authored on your profile page.
- <ul>
- <li><strong>Tip:</strong> to ensure that your theme is approved for the gallery, be sure it complies with the content guidelines and terms of service!</li>
- </ul>
- </li>
-</ol>
-
-<p class="call-to-submit"><a class="button prominent" href="https://addons.mozilla.org/en-US/developers/theme/submit">Submit Your Theme Now</a></p>
-
-<h2 class="call-to-submit" id="More_Tutorials">More Tutorials</h2>
-
-<p><a href="http://vanillaorchidstutorials.blogspot.com/2015/11/mozilla-themes-focal-point-sizing.html">Mozilla Themes Focal Point on Sizing</a> - A tutorial on theming with a focus on sizing, by VanillaOrchids.</p>
-</div>