diff options
author | Pierre Marechal <pierre.marechal@scilab.org> | 2006-04-19 15:50:41 +0000 |
---|---|---|
committer | Pierre Marechal <pierre.marechal@scilab.org> | 2006-04-19 15:50:41 +0000 |
commit | 21265140d88a53105b23ce2999c8a839661c32e9 (patch) | |
tree | acde1af4b3712323a4dc9641b69190e12461343f /scilab_doc | |
parent | b715b3cffa265f4d09cbd7cee2404cbeb8bd03ff (diff) | |
download | scilab-21265140d88a53105b23ce2999c8a839661c32e9.zip scilab-21265140d88a53105b23ce2999c8a839661c32e9.tar.gz |
a (links) tags management
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/toolbox_guide/html/toolbox.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/scilab_doc/toolbox_guide/html/toolbox.css b/scilab_doc/toolbox_guide/html/toolbox.css index b6a724f..3d89b9b 100644 --- a/scilab_doc/toolbox_guide/html/toolbox.css +++ b/scilab_doc/toolbox_guide/html/toolbox.css | |||
@@ -10,6 +10,10 @@ | |||
10 | margin : 0; | 10 | margin : 0; |
11 | } | 11 | } |
12 | 12 | ||
13 | /* ====================================================== */ | ||
14 | /* h1, h2 & Cie | ||
15 | /* ====================================================== */ | ||
16 | |||
13 | h1{ | 17 | h1{ |
14 | text-align:center; | 18 | text-align:center; |
15 | } | 19 | } |
@@ -21,6 +25,28 @@ | |||
21 | } | 25 | } |
22 | 26 | ||
23 | /* ====================================================== */ | 27 | /* ====================================================== */ |
28 | /* a tags | ||
29 | /* ====================================================== */ | ||
30 | |||
31 | a { | ||
32 | color: blue; | ||
33 | text-decoration:none; | ||
34 | } | ||
35 | |||
36 | a:visited { | ||
37 | color: #00a; | ||
38 | } | ||
39 | |||
40 | a:active { | ||
41 | color: red; | ||
42 | } | ||
43 | |||
44 | a:hover { | ||
45 | text-decoration:underline; | ||
46 | } | ||
47 | |||
48 | |||
49 | /* ====================================================== */ | ||
24 | /* Element contenant du code à afficher tel quel | 50 | /* Element contenant du code à afficher tel quel |
25 | /* ====================================================== */ | 51 | /* ====================================================== */ |
26 | 52 | ||