changed git call from https to git readonly
[atutor.git] / mods / wiki / fragments / css / README
1
2 The files in the css/ directory are either examples or page styles,
3 which were automatically loaded by the 'fragments/css.php' snippet.
4 You could create a "PageStyleFile.css" for every page of your wiki,
5 if you just include() the 'css.php' script.
6
7
8 core.css
9 ¯¯¯¯¯¯¯¯
10    Is an example (text/css) stylesheet, which shows how to tweak
11    the look of rendered pages using CSS.
12
13    You could copy it into yoursites.css or do something like this in
14    yoursite.php:
15
16    <HTML>
17    <HEAD>
18      <STYLE TYPE="text/css"><!--
19      <?php
20             include("fragments/css/core.css");
21      ?>
22      //--></STYLE>
23    </HEAD>
24    <?php ... ?>
25
26
27 calendar.css
28 ¯¯¯¯¯¯¯¯¯¯¯¯
29    These stylesheet definitions show all possible CSS classes that
30    are used within the calendar.php plugin. Use like core.css
31