File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 Contents of this file are subject to change without notice.
55
66*/
7+
8+ body {
9+ background-color : # f0f0f8 ;
10+ }
11+
12+ table .heading tr {
13+ background-color : # 7799ee ;
14+ }
15+
16+ .decor {
17+ color : # ffffff ;
18+ }
19+
20+ .title-decor {
21+ background-color : # ffc8d8 ;
22+ color : # 000000 ;
23+ }
24+
25+ .pkg-content-decor {
26+ background-color : # aa55cc ;
27+ }
28+
29+ .index-decor {
30+ background-color : # ee77aa ;
31+ }
32+
33+ .functions-decor {
34+ background-color : # eeaa77 ;
35+ }
36+
37+ .data-decor {
38+ background-color : # 55aa55 ;
39+ }
40+
41+ .author-decor {
42+ background-color : # 7799ee ;
43+ }
44+
45+ .credits-decor {
46+ background-color : # 7799ee ;
47+ }
48+
49+ .error-decor {
50+ background-color : # bb0000 ;
51+ }
52+
53+ .grey {
54+ color : # 909090 ;
55+ }
56+
57+ .white {
58+ color : # ffffff ;
59+ }
60+
61+ .repr {
62+ color : # c040c0 ;
63+ }
64+
65+ table .heading tr td .title {
66+ vertical-align : bottom;
67+ }
68+
69+ table .heading tr td .extra {
70+ vertical-align : bottom;
71+ text-align : right;
72+ }
73+
74+ .heading-text {
75+ font-family : helvetica, arial;
76+ }
77+
78+ .bigsection {
79+ font-size : larger;
80+ }
81+
82+ .title {
83+ font-size : x-large;
84+ }
85+
86+ .code {
87+ font-family : monospace;
88+ }
89+
90+ table {
91+ width : 100% ;
92+ border-spacing : 0 ;
93+ border-collapse : collapse;
94+ border : 0 ;
95+ }
96+
97+ td {
98+ padding : 2 ;
99+ }
100+
101+ td .section-title {
102+ vertical-align : bottom;
103+ }
104+
105+ td .multicolumn {
106+ width : 25% ;
107+ vertical-align : bottom;
108+ }
109+
110+ td .singlecolumn {
111+ width : 100% ;
112+ }
You can’t perform that action at this time.
0 commit comments