/* This CSS file contains specific choices of look and feel of SAXO documentation. One can overwrite here choices made in style.css (a quiet beautifull CSS configuration set for dookbook found on the web update : $Id$ fplod 2006-09-18T13:19:02Z aedon.locean-ipsl.upmc.fr (Darwin) add color for mousebutton fplod 2006-07-20T14:03:51Z aedon.locean-ipsl.upmc.fr (Darwin) add style for gui* moche mais c'est juste pour voir fplod 2006-08-18T13:06:22Z aedon.locean-ipsl.upmc.fr (Darwin) suppression du cadre dans les tables filles de div de class qandaset */ .screen { background-color: lavender} /* Seb loves this color ! */ *[class~="replaceable"] { background-color: #98fb98; font-style: italic; } *[class~="guimenu"] { background-color: #green; font-weight: bold; font-style: italic; } *[class~="guisubmenu"] { background-color: #yellow; font-weight: bold; font-style: italic; } *[class~="guibutton"] { background-color: #cyan; font-weight: bold; font-style: italic; } *[class~="mousebutton"] { background-color: #red; font-weight: bold; font-style: italic; } div.qandaset table { border: none; }