-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.txt
37 lines (28 loc) · 1.29 KB
/
style.txt
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
Styling
=======
[[Parent]]: user_documentation.txt
The styling of the pages generated by Remark is controlled
by two Cascading Style Sheet (CSS) files. They are
named `remark.css` and `pygments.css`. The generated pages
assume that these CSS files are found from the `remark_files`
sub-directory of the output directory. In case these files
are not found from the target directory during page generation,
default style-sheet files are copied there. The default CSS
files can be found from the `remark_files` sub-directory of the
Remark library. Changing the content of the CSS files (in the
target directory) allows you to change the representation of the
generated pages. The default `remark.css` file contains lots of
comments to get you quickly started on modifying the style to your
liking. After you have modified and saved a CSS file,
reload the page in your browser to see the changes.
Links
-----
[Cascading Style Sheets at W3C][CSS] is the official website
of the CSS.
[Cascading Style Sheets at Sitepoint][Sitepoint] is an
excellent reference site for CSS.
[CSS Zen garden][Garden] is a demonstration of the abilities of
CSS to completely change the look and feel of html.
[CSS]: http://www.w3.org/Style/CSS/
[Sitepoint]: http://reference.sitepoint.com/css
[Garden]: http://csszengarden.com/