Merge pull request #496 from nicolas-raoul/unit-test-for-issue2907
[mono.git] / mcs / tools / monkeydoc / Resources / base.css
1 /*
2 * base.css: CSS applied to all the docs 
3 *
4 * Author: Mario Sopena
5 */
6
7 body, table {
8         margin: 0px;
9 }
10
11 body, table, pre, p {
12         font-family: @@FONT_FAMILY@@, sans-serif;
13         /* font-size: @@FONT_SIZE@@pt; */
14         font-size: 10pt;
15 }
16
17 div.header {
18     background-color: #FAFBFD;
19     font-size: 1.7em;
20     font-weight: bold;
21     padding: 8px 0 0 10px;
22     font-family: 'Segoe UI',Verdana,Arial;
23 }
24
25 div.title {
26         font-size: 130%;
27         font-weight: bolder;
28         margin-top: 0.3em;
29         margin-left: 0.2em;
30         margin-bottom: 0.1em;
31 }
32
33 .subtitle {
34         font-style: italic;
35 }
36