aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEkaterina Gerasimova <kittykat3756@gmail.com>2013-07-06 17:42:20 +0800
committerEkaterina Gerasimova <kittykat3756@gmail.com>2013-07-06 17:42:20 +0800
commit0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28 (patch)
tree4d5396f2ab685e76e48b749f194b83be27f1dd7a
parent2042b95fa31806c8977d2855c478a2727aa899bd (diff)
downloadgsoc2013-epiphany-0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28.tar
gsoc2013-epiphany-0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28.tar.gz
gsoc2013-epiphany-0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28.tar.bz2
gsoc2013-epiphany-0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28.tar.lz
gsoc2013-epiphany-0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28.tar.xz
gsoc2013-epiphany-0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28.tar.zst
gsoc2013-epiphany-0c6b4fed37cfa4b5c44391c4bac5036ab19d4f28.zip
Review custom CSS help page
-rw-r--r--help/C/pref-css.page38
1 files changed, 26 insertions, 12 deletions
diff --git a/help/C/pref-css.page b/help/C/pref-css.page
index 745ec1876..e435a6bea 100644
--- a/help/C/pref-css.page
+++ b/help/C/pref-css.page
@@ -6,7 +6,7 @@
<info>
<link type="guide" xref="index#pref"/>
<link type="guide" xref="pref"/>
- <revision pkgversion="3.9" version="0.1" date="2013-04-12" status="review"/>
+ <revision pkgversion="3.10" date="2013-07-06" status="review"/>
<credit type="author copyright">
<name>Gordon Hill</name>
@@ -14,38 +14,52 @@
<years>2013</years>
</credit>
<credit type="copyright editor">
- <name></name>
- <email its:translate="no"></email>
- <years></years>
+ <name>Ekaterina Gerasimova</name>
+ <email its:translate="no">kittykat3756@gmail.com</email>
+ <years>2013</years>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
- <desc>Set a custom CSS.</desc>
+ <desc>Override the theme which is used to display web pages.</desc>
</info>
- <title>Display theme</title>
+ <title>Custom CSS</title>
- <p>Epiphany allows custom CSS to change the look and feel of every web page you visit.</p>
+ <p>Epiphany allows you to set a custom CSS to change the look and feel of
+ every web page that you visit. You may want to do this to set a preferred
+ font size or colour scheme.</p>
<steps>
<item>
- <p>With <app>Epiphany</app> in focus, open the <app>Web</app> <gui>Application menu</gui> and click on <gui>preferences</gui>.</p>
+ <p>Open
+ <guiseq><gui style="menu">Web</gui><gui style="menuitem">Preferences</gui><gui style="tab">Fonts &amp; Styles</gui></guiseq>.</p>
</item>
<item>
- <p>Check the box marked <gui>Use custom stylesheet</gui> and then <gui>Edit Stylesheet</gui>.</p>
+ <p>Tick the <gui>Use custom stylesheet</gui> checkbox, then press
+ <gui style="button">Edit Stylesheet</gui>.</p>
</item>
<item>
- <p>Type your custom CSS into the <app>Gedit</app> window that appears and save the file.</p>
+ <p>Your default text editor will open. Add you custom CSS and save
+ the file.</p>
</item>
</steps>
- <p>An example of custom CSS:</p>
+
+ <comment>
+ <cite date="2013-07-06">Kat</cite>
+ <p>Maybe use a slightly more practical example. Custom CSS does not apear
+ to be working in 3.8.2 for me right now, so I cannot test it.</p>
+ </comment>
+
+ <p>An example of a custom CSS:</p>
<code><![CDATA[
body{
/*Make everything upside-down*/
-webkit-transform: rotate(180deg);
}
]]></code>
- <p>Every page load beyond this point will take your custom CSS into consideration.</p>
+
+ <p>Your custom CSS will override the style sheet on pages which you visit
+ after you enable it..</p>
</page>