source: trunk/SRC/Documentation/xmldoc/saxo.css @ 156

Last change on this file since 156 was 144, checked in by pinsard, 18 years ago

add files for xxx documentation see mini_notice.html

  • Property svn:keywords set to Id
File size: 806 bytes
Line 
1/*
2This CSS file contains specific choices of look and feel of SAXO
3documentation.
4One can overwrite here choices made in style.css (a quiet beautifull
5CSS configuration set for dookbook found on the web
6
7update :
8$Id$
9fplod 2006-07-20T14:03:51Z aedon.locean-ipsl.upmc.fr (Darwin)
10add style for gui* moche mais c'est juste pour voir
11*/
12
13.screen         { background-color: lavender} /* Seb loves this color ! */
14
15*[class~="replaceable"] {
16    background-color: #98fb98;
17    font-style: italic; }
18
19*[class~="guimenu"] {
20    background-color: #green;
21    font-weight: bold;
22    font-style: italic; }
23*[class~="guisubmenu"] {
24    background-color: #yellow;
25    font-weight: bold;
26    font-style: italic; }
27*[class~="guibutton"] {
28    background-color: #cyan;
29    font-weight: bold;
30    font-style: italic; }
Note: See TracBrowser for help on using the repository browser.