]> git.sesse.net Git - vlc/blob - doc/developer2/screen.css
Clean changelogs, but not too often
[vlc] / doc / developer2 / screen.css
1 /*
2  * screen.css
3  */
4
5 a:link          {color: blue; 
6                  text-decoration: underline}
7
8 a:active        {color: red;
9                  text-decoration: underline}
10
11 a:visited       {color: #0005cf;
12                  text-decoration: underline}
13
14 a:hover         {color: red; 
15                  text-decoration: underline}
16
17 body            {font-family: "Times New Roman", Georgia, Times; 
18                  font-size: 1em; 
19                  color: #000000; 
20                  background-color: #FFFFFF; 
21                  margin: 1em 1em 1em 1em;}
22
23 h1               {font-size: 2.4em;
24                  font-family: Verdana, Arial, Helvetica, Sans-Serif;
25                  margin-top: 0em;
26                  margin-bottom: 0.5em;
27                  margin-left: 0.5in;
28                  margin-right: 0.5in;}
29
30 h1.div           {font-size: 1.5em;
31                  font-family: Verdana, Arial, Helvetica, Sans-Serif;
32                  margin-top: 0em;
33                  margin-bottom: 0.5em;
34                  margin-left: 0.5in;
35                  margin-right: 0.5in;}
36
37
38 h2
39 {
40     font-family: Verdana, Arial, Helvetica, Sans-Serif;
41     margin: 0.7em 0 0.7em 0;
42     padding: 0.5em 0.7em 0.5em 0.7em;
43     font-size: 1.9em;
44     text-decoration: none;
45     border-bottom: solid #00A 2px;
46 }
47
48 /*
49  * Ici on distingue les chapitres des sections
50  */
51
52 div.sect1 h2
53 {
54     font-family: Verdana, Arial, Helvetica, Sans-Serif;
55     font-size: 1.3em;
56     text-decoration: none;
57     border-bottom: solid #00A 2px;
58     padding: 0 0 0 0.7em;
59 }
60
61
62
63 div.sect2 h3
64 {
65     font-family: Verdana, Arial, Helvetica, Sans-Serif;
66     font-size: 1.2em;
67     text-decoration: none;
68     border-bottom: solid #00A 1px;
69     padding: 0 0 0 0.7em;
70 }
71
72 div.note h3
73 {
74     font-family: Verdana, Arial, Helvetica, Sans-Serif;
75     font-size: 1.2em;
76     text-decoration: none;
77     border-bottom: none;
78     padding: 0 0 0 0.7em;
79 }
80
81 h3
82 {
83     font-family: Verdana, Arial, Helvetica, Sans-Serif;
84     font-size: 1.2em;
85     text-decoration: none;
86     border-bottom: none;
87     padding: 0 0 0 0.7em;
88 }
89
90 h4
91 {
92     font-family: Verdana, Arial, Helvetica, Sans-Serif;
93     font-size: 1.1em;
94     text-decoration: none ;
95     padding: 0 0 0 0.7em;
96 }
97
98 h5
99 {
100     font-family: Verdana, Arial, Helvetica, Sans-Serif;
101     font-size: 1em;
102     text-decoration: none  ;
103     padding: 0 0 0 0.7em;
104 }
105
106
107 p               {font-size: 1em; 
108                  margin: 0em 0em 0.5em 0em;}
109
110 p.validator     { text-align: right; }
111
112 tt              {font-family: "Courier New";
113                  font-size: 0.95em;}
114 /*                 font-weight: bold;}
115 */
116
117 hr              {height: 1px;}
118
119 .titre          {font-size: 3em;
120                  text-align: center;}
121 .navheader      {}
122
123 /* .navfooter      {} */
124
125 .revhistory table { border: none; padding: 0px 0px 0px 0px; margin: 1em 0em 1em 0em;}
126
127 .revhistory th { border: none; padding: 0px 0px 0px 0px ;}
128
129 .revhistory td { border: none; padding: 0px 0px 0px 0px ;}
130
131 .highlights { font-style: italic;}
132
133 .note { border: 1px solid #CCCC99; 
134         background-color: #F5F5E7; 
135         padding: 0.5em 0.5em 0.5em 0.5em; 
136         margin: 1em 0em 1em 0em; }
137
138 .caution { border: 1px solid #F6EA00; 
139            background-color: #FFFFC9; 
140            padding: 0.5em 0.5em 0.5em 0.5em;  
141              margin-top: 1em;
142              margin-bottom: 1em;
143              margin-left: 0.5in;
144              margin-right: 0.5in;}
145
146 .tipp { background-color: #F5F5DC }
147
148 .important { font-family: "Courier New";
149              font-size: 0.8em;
150              border: 1px solid #F95E00; 
151              background-color: #F9CDB3;
152              padding: 0.5em 0.5em 0.5em 0.5em;
153              margin-top: 1em;
154              margin-bottom: 1em;
155              margin-left: 0.5in;
156              margin-right: 0.5in;}
157
158
159 .screen { font-family: "Courier New"; 
160           font-size: 0.8em; 
161           border: 1px solid #999999; 
162           background-color: #EBEBEB; 
163           padding: 0.5em 0.5em 0.5em 0.5em; 
164           margin: 2em 0em 2em 0em;}
165
166 .programlisting { font-family: "Courier New";
167                   font-size: 0.8em; 
168                   border: 1px solid #B2DBFF; 
169                   background-color: #F0F8FF; 
170                   padding: 0.5em 0.5em 0.5em 0.5em; 
171                   margin: 2em 0em 2em 0em;}
172
173 .funcsynopsis {
174                   border: 1px solid #B2DBFF; 
175                   background-color: #F0F8FF; 
176                   padding: 0.5em 0.5em 0.5em 0.5em; 
177                   margin: 2em 0em 2em 0em;}
178
179 tt.prompt { color: #000080; }
180 tt.function { font-weight: bold; }
181 tt.userinput { font-weight: bold; }
182
183 .important .programlisting { font-family: "Courier New"; font-size: 1em; border: 1px solid #B2DBFF; background-color: #F0F8FF; padding: 0.5em 0.5em 0.5em 0.5em; margin: 2em 0em 2em 0em;}
184
185 .important .screen { font-family: "Courier New"; font-size: 1em; border: 1px solid #999999; background-color: #EBEBEB; padding: 0.5em 0.5em 0.5em 0.5em; margin: 2em 0em 2em 0em;}
186
187 .informalexample { font-family: "Courier New"; font-size: 0.8em; border: 1px solid #B2DBFF; background-color: #F0F8FF; padding: 0.5em 0.5em 0.5em 0.5em; margin: 2em 0em 2em 0em;}
188
189 p.validator     { text-align: right; }