1 rizwank 1.1
2 /*** overridden by %DS_BODYFONTSIZE% ***/
3
4 body {
5 font-size: small
6 }
7
8 /*** overridden by %DS_FONTFAMILY% ***/
9
10 body {
11 font-family: Verdana, Arial, Helvetica, sans-serif;
12 }
13
14 /*** set %DS_LEFTMENUFONTSIZE% to set font size for .ds-vnav ***/
15
16 /** set %DS_EDITBARFONTSIZE% to set font size for .ds-topeditbar ***/
17
18 .ds-note {
19 border: 1px solid black;
20 float: right;
21 padding: .5em;
22 rizwank 1.1 margin: .5em 0 .5em 1em;
23 width: 15em;
24 background-color: #FFFFBF;
25 }
26
27 .ds-kbd {
28 background-color: #efefef;
29 margin-left: 2em;
30 margin-right: 2em;
31 padding: .5em 1em .5em 1em;
32 font-family: monospace;
33 }
34
35 .ds-contentcontainer {
36 padding: .5em 2.5em 2em 2.5em;
37 }
38
39
40 .ds-innercontentcontainer {
41 line-height: 1.3;
42 clear: both;
43 rizwank 1.1 padding-top: 1em;
44 }
45
46 .ds-nmcontent {
47 line-height: 1.3;
48 }
49
50
51 .ds-innercontentcontainer ol, .ds-innercontentcontainer ul, .ds-innercontentcontainer li {
52 line-height: 1.3em;
53 margin-top: 0.2em;
54 margin-bottom: 0.1em;
55 }
56
57 .ds-nmcontent ol, .ds-nmcontent ul, .ds-nmcontent li {
58 line-height: 1.3em;
59 margin-top: 0.2em;
60 margin-bottom: 0.1em;
61 }
62
63
64 rizwank 1.1 /*
65 * a modified version of
66 * http://www.thenoodleincident.com/tutorials/typography/css/real.css
67 *
68 * One could optionally remove everything below.
69 */
70
71
72 h1 {
73 font-size: 2.0em;
74 font-weight: normal;
75 margin-top: 0;
76 line-height: 1.0;
77 }
78
79 h2 {
80 font-size: 1.7em;
81 font-weight: normal;
82 margin: 1.2em 0em .8em 0em;
83 line-height: 1.0;
84 }
85 rizwank 1.1
86 h3 {
87 font-size: 1.4em;
88 margin: 1.2em 0em .8em 0em;
89 font-weight: normal;
90 line-height: 1.0;
91 }
92
93 h4 {
94 font-size: 1.2em;
95 font-weight: bold;
96 margin: 1.2em 0em .8em 0em;
97 line-height: 1.0;
98 }
99
100 h5 {
101 font-size: 1.0em;
102 font-weight: bold;
103 margin: 1.2em 0em .8em 0em;
104 line-height: 1.0;
105 }
106 rizwank 1.1
107 h6 {
108 font-size: 0.8em;
109 font-weight: bold;
110 margin: 1.2em 0em .8em 0em;
111 line-height: 1.0;
112 }
113
114 /*
115 * this might cause more problems that it solves, but fixed-width type
116 * is extremely tiny in Firefox with some sizing methods (eg with 76%
117 * font-sizing)
118 */
119
120 body pre, body kbd, body tt, body code {
121 font-size: 1.1em;
122 }
123
124
125
126
127 rizwank 1.1
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148 rizwank 1.1
|