source: additional/UserDoc/G4QtTutorial.css @ 920

Last change on this file since 920 was 920, checked in by garnier, 15 years ago

ajout de tutorial

  • Property svn:executable set to *
File size: 648 bytes
Line 
1body {
2  background-color: #ebf0f3;//#fbeffb;
3}
4
5.leftMenu {
6        top: 10px;
7        left: 10px;
8        position: fixed; /*needed to use z-index */
9        border: 1px solid #aaa;
10        padding: 5px;
11        float: none;
12        background-color: white;
13        width: 177px; //110+48+5+5+?
14        overflow: hidden;
15}
16
17.leftMenu a img { 
18  text-decoration: none;
19  border: none;
20}
21
22
23.Content {
24        margin:5px;
25        padding: 5px;
26        border: 1px solid #aaa;
27        z-index: 2;
28        top: 0;
29        left: 200px;
30        position: relative; /*needed to use z-index */
31        font-size: 95%;
32        background-color: white;//#ebf0f3;
33        color: black;
34        white-space: normal;
35        max-width:80%;
36}
37
38 
39h2,h3 { 
40        text-decoration: underline;
41 }
Note: See TracBrowser for help on using the repository browser.