(no commit message)
[libreriscv.git] / local.css
1 body{
2 font-family:arial,sans-serif;
3 margin-top: 20px;
4 margin-bottom: 40px;
5 margin-left: 0px;
6 margin-right 0px;
7 background-color: #fff8ff;
8 color: #00000;
9 width: 100%;
10 }
11 .actions{
12 font-family:arial,sans-serif;
13 font-size: .95em;
14 text-align: left;
15 }
16 #content{
17 text-align: left;
18 width: 100%;
19 }
20 .pagedate{
21 font-family: times;
22 font-size: .8em;
23 }
24
25 /*Elements*/
26 hr{
27 width: 50%;
28 border: solid 1px black;
29 }
30 blockquote{
31 border: dashed 1px;
32 padding-left: 20px;
33 margin-left: 15px;
34 background-color: #ccc;
35 }
36 p{
37 margin-bottom: 1.2em;
38 margin-left: 1.5em;
39 }
40 ol{
41 margin-left: 2em;
42 }
43 /* Counter Headings */
44 body {
45 counter-reset : h1;
46 }
47
48 h1 {
49 counter-reset : h2;
50 }
51
52 h2 {
53 counter-reset : h3;
54 }
55
56 h3 {
57 counter-reset : h4;
58 }
59
60 h4 {
61 counter-reset : h5;
62 }
63
64 h5 {
65 counter-reset : h6;
66 }
67
68 #content h1:before {
69 content : counter(h1,decimal) ". ";
70 counter-increment : h1;
71 }
72
73 #content h2:before {
74 content : counter(h1,decimal) "." counter(h2,decimal) ". ";
75 counter-increment : h2;
76 }
77
78 #content h3:before {
79 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) ". ";
80 counter-increment : h3;
81 }
82
83 #content h4:before {
84 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) ". ";
85 counter-increment : h4;
86 }
87
88 #content h5:before {
89 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) ". ";
90 counter-increment : h5;
91 }
92
93 #content h6:before {
94 content : counter(h1,decimal) "." counter(h2,decimal) "." counter(h3,decimal) "." counter(h4,decimal) "." counter(h5,decimal) "." counter(h6,decimal) ". ";
95 counter-increment : h6;
96 }
97
98 h1.nocount:before, h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before {
99 content : "";
100 counter-increment : none;
101 }
102
103
104 /* Headings */
105
106 .pageheader { min-height: 100px; overflow: none; width: 95%; margin: 4px; }
107 .header {
108 height: 50px;
109 background: #4b6983;
110 /*border: 2px solid #7590ae; */
111 color: #ffffff;
112 font-family: sans-serif;
113 width: 100%;
114 margin: 4px;
115 padding: -4px;
116 }
117 .header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;}
118
119 /*.header{
120 font-family: georgia;
121 font-size: 1.25em;
122 line-height: 1em;
123 font-weight: bolder;
124 }
125 */
126 h1{
127 font-size: 1.5em;
128 font-weight: bold;
129 line-height: 1em;
130 margin-left: 1em;
131 text-indent: -1em;
132 }
133 h2{
134 font-size: 1.4em;
135 line-height: 1em;
136 font-weight: bold;
137 margin-left: 1em;
138 text-indent: -1em;
139 }
140 h3{
141 font-size: 1.3em;
142 font-weight: bold;
143 line-height: 1em;
144 margin-left: 1em;
145 text-indent: -1em;
146 }
147 h4{
148 font-size: 1.2em;
149 font-weight: bold;
150 line-height: 1em;
151 margin-left: 1em;
152 text-indent: -1em;
153 }
154 h5{
155 font-size: 1.1em;
156 font-weight: bold;
157 line-height: 1em;
158 margin-left: 1em;
159 text-indent: -1em;
160 }
161 h6{
162 font-size: 1em;
163 font-weight: bold;
164 line-height: 1em;
165 margin-left: 1em;
166 text-indent: -1em;
167 }
168 /*Forums*/
169 form{
170 font-size: .9em;
171 font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
172 margin-left: 0em;
173 margin-top: 1.2em;
174 padding-bottom: 2em;
175 }
176 textarea{
177 /*font-family: "Inconsolata", "monaco", "droid sans mono",fixed;*/
178 /*font-size: .9em;*/
179 border: solid 1px;
180 width: 100%;
181 margin-bottom: 10px;
182 }
183 input#comments{
184 font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
185 font-size: .9em;
186 width: 550px;
187 line-height: 1em;
188 background-color: #fff;
189 border: solid 1px;
190 }
191 input#comments{
192 font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
193 font-size: .9em;
194 width: 550px;
195 line-height: 1em;
196 background-color: #fff;
197 border: solid 1px;
198 }
199 input[type="submit"]{
200 font-family:
201 font-size: .9em;
202 font-weight: bold;
203 line-height: 1em;
204 background-color: #ddd;
205 margin-right: 1.1em;
206 margin-top: 10px;
207 padding: 3px;
208 text-align: center;
209 width: 9.5em;
210 border: solid 1px;
211 }
212
213 #blogform input[name="title"]{
214 font-family: "inconsolata", "monaco", "droid sans mono",fixed;
215 font-size: .9em;
216 line-height: 1.2em;
217 font-size: 1.1em;
218 margin-left: .4em;
219 margin-right: .4em;
220 border: solid 1px;
221 }
222 #blogform input[type="submit"]{
223 font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
224 font-size: .9em;
225 line-height: 1em;
226 font-size: 1em;
227 background-color: #ddd;
228 border: solid 1px;
229 }
230 div.thumb {
231 margin-bottom: .5em;
232 border-style: solid;
233 border-color: white;
234 width: auto;
235 }
236 div.thumbinner {
237 border: 1px solid #ccc;
238 padding: 3px !important;
239 background-color: #f9f9f9;
240 font-size: 94%;
241 text-align: center;
242 overflow: hidden;
243 }
244 html .thumbimage {
245 border: 1px solid #ccc;
246 }
247
248 img.thumbborder {
249 border: 1px solid #dddddd;
250 }
251
252 div.tright {
253 clear: right;
254 float: right;
255 border-width: .5em 0 .8em 1.4em;
256 }
257
258 pre {
259 margin-left: 45px;
260 }
261
262
263 table {
264 margin-left: 35px;
265 }
266
267 table, th, td {
268 border: 1px solid black;
269 }
270
271 td {
272 padding: 4px;
273 }