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

Last change on this file was 495, checked in by pinsard, 10 years ago

fix thanks to coding rules; typo; dupe empty lines; trailing blanks

  • 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 beautiful
5CSS configuration set for XML/DocBook 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.