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

Last change on this file since 376 was 183, checked in by pinsard, 18 years ago

Modif for html documentations : hellip entity instead of ..., path relative to xmldoc in url attribute, spell chekcking, enlight mousse button, status checking of xml processing in shell scripts (1/2)

  • Property svn:keywords set to Id
File size: 1.1 KB
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-09-18T13:19:02Z aedon.locean-ipsl.upmc.fr (Darwin)
10add color for mousebutton
11fplod 2006-07-20T14:03:51Z aedon.locean-ipsl.upmc.fr (Darwin)
12add style for gui* moche mais c'est juste pour voir
13fplod 2006-08-18T13:06:22Z aedon.locean-ipsl.upmc.fr (Darwin)
14suppression du cadre dans les tables filles de div de class qandaset
15*/
16
17.screen         { background-color: lavender} /* Seb loves this color ! */
18
19*[class~="replaceable"] {
20    background-color: #98fb98;
21    font-style: italic; }
22
23*[class~="guimenu"] {
24    background-color: #green;
25    font-weight: bold;
26    font-style: italic; }
27*[class~="guisubmenu"] {
28    background-color: #yellow;
29    font-weight: bold;
30    font-style: italic; }
31*[class~="guibutton"] {
32    background-color: #cyan;
33    font-weight: bold;
34    font-style: italic; }
35
36*[class~="mousebutton"] {
37    background-color: #red;
38    font-weight: bold;
39    font-style: italic; }
40
41div.qandaset table {
42     border: none;
43}
Note: See TracBrowser for help on using the repository browser.