Mercurial > hg > segmenter-vamp-plugin
comparison armadillo-2.4.4/docs/style.css @ 0:8b6102e2a9b0
Armadillo Library
author | maxzanoni76 <max.zanoni@eecs.qmul.ac.uk> |
---|---|
date | Wed, 11 Apr 2012 09:27:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8b6102e2a9b0 |
---|---|
1 body | |
2 { | |
3 font-family: "Trebuchet MS", Trebuchet, "DejaVu Sans", "Luxi Sans", "Liberation Sans", Arial, Helvetica, sans-serif; | |
4 color: #000000; | |
5 background-color: #FFFFFF; | |
6 /* font-size: 10pt; */ | |
7 /* line-height: 120%; */ | |
8 height: 110%; | |
9 } | |
10 | |
11 /* In the above, "height: 110%;" is a hack for stylistic purposes. | |
12 It typically makes the browser place a scroll bar on the left, | |
13 thereby reducing the overall width of the page. This is necessary, | |
14 as some pages do not have enough content (height wise) to make | |
15 the scrollbar appear, while other pages are long enough to have | |
16 the scrollbar. When content is centered for stylistic purposes, | |
17 the content on "short" pages will be in a different place than | |
18 the content on "long" pages. This can be visually annoying when | |
19 navigating from a "short" page to a "long" page, or vice versa. | |
20 Forcing the scrollbar to always appear removes this problem. | |
21 */ | |
22 | |
23 pre | |
24 { | |
25 font-family: "DejaVu Sans Mono", "Liberation Mono", "Andale Mono", "Bitstream Vera Sans Mono", "Luxi Mono", monospace; | |
26 font-size: smaller; | |
27 color: #666666; | |
28 } | |
29 | |
30 a | |
31 { | |
32 text-decoration: none; | |
33 color: #57a706; | |
34 } | |
35 | |
36 a:hover | |
37 { | |
38 text-decoration: underline; | |
39 color: #57a706; | |
40 } | |
41 | |
42 a.menu | |
43 { | |
44 text-decoration: none; | |
45 color: #CCCCCC; | |
46 } | |
47 | |
48 a.menu:hover | |
49 { | |
50 text-decoration: none; | |
51 color: #57a706; | |
52 } | |
53 | |
54 a.hidden, a.hidden:hover, a.hidden:active, a.hidden:link, a.hidden:visited | |
55 { | |
56 text-decoration: none; | |
57 border-bottom: 0px | |
58 } | |
59 | |
60 table | |
61 { | |
62 /* border: 1px solid #000; */ | |
63 /* display: block; */ | |
64 border-collapse: collapse; | |
65 } | |
66 | |
67 td.line | |
68 { | |
69 border-left: 2px solid rgb(204, 204, 204); | |
70 } | |
71 |