/usr/share/help/pl/epiphany/pref-css.page is in epiphany-browser-data 3.28.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="pref-css" xml:lang="pl">
<info>
<link type="guide" xref="index#pref"/>
<link type="guide" xref="pref"/>
<revision pkgversion="3.10" date="2013-07-06" status="candidate"/>
<credit type="author copyright">
<name>Gordon Hill</name>
<email its:translate="no">caseyweederman@gmail.com</email>
<years>2013</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email its:translate="no">kittykat3756@gmail.com</email>
<years>2013</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Zastępowanie motywu używanego do wyświetlania stron.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Piotr Drąg</mal:name>
<mal:email>piotrdrag@gmail.com</mal:email>
<mal:years>2017</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Aviary.pl</mal:name>
<mal:email>community-poland@mozilla.org</mal:email>
<mal:years>2017</mal:years>
</mal:credit>
</info>
<title>Niestandardowy styl CSS</title>
<p><app>Przeglądarka WWW</app> umożliwia ustawienie niestandardowego stylu CSS, aby zmienić wygląd każdej odwiedzanej strony. Dzięki temu można ustawić preferowany rozmiar czcionki lub motyw kolorów.</p>
<steps>
<item>
<p>Otwórz <guiseq><gui style="menu">WWW</gui><gui style="menuitem">Preferencje</gui><gui style="tab">Czcionki i styl</gui></guiseq>.</p>
</item>
<item>
<p>Kliknij przycisk <gui style="button">Modyfikuj arkusz stylu</gui>.</p>
</item>
<item>
<p>Otworzy się domyślny edytor tekstu. Dodaj niestandardowy styl CSS i zapisz plik.</p>
</item>
<item>
<p>Zaznacz pole <gui>Niestandardowy arkusz stylu</gui>.</p>
</item>
</steps>
<p>Przykład niestandardowego stylu CSS:</p>
<code>
body{
/* Wszystko do góry nogami */
-webkit-transform: rotate(180deg);
}
</code>
<p>Po włączeniu niestandardowy styl CSS zastąpi styl na każdej odwiedzanej stronie.</p>
</page>
|