-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathmain.css
138 lines (131 loc) · 2.88 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
h1, h2 {
display:block;
background-color: #f0f0f0;
border-top: thin #c0c0c0 solid;
/*position:relative;*/
padding-left:1ex;
/*z-index: -10;*/
}
h1 {
font-size: x-large;
/*left: -3ex;*/
margin-top: 3ex;
/*width: 100%;*/
}
h2 {
font-size: large;
/*left: -1.5ex;*/
margin-top: 1.5ex;
/*width: 100%;*/
}
body {
margin-left: 5em;
margin-right: 5em;
margin-bottom: 5em;
margin-top: 2em;
}
#TOC {
float:right;
z-index:10;
background-color: #f0f0f0;
border: thin #c0c0c0 solid;
padding:2ex;
}
.header {
/*position:relative;
left: -4ex;*/
border-top: thin #c0c0c0 solid;
border-bottom: thin #c0c0c0 solid;
display:inline;
padding: 1ex;
background-color: #f0f0f0;
font-weight: bold;
}
.footer {
text-align: center;
font-size: small;
}
pre {
padding: 0.5ex;
}
pre {
background-color: #f0f0f0;
}
/*
.SqlPostgresql pre.sourceCode {
padding: 0.5em;
background-color: #f0f6f6;
}
.sql pre.sourceCode {
padding: 0.5em;
background-color: #f0f6f6;
}
.GeneratedSql .SqlPostgresql pre.sourceCode, .SqlPostgresql .GeneratedSql pre.sourceCode {
padding: 0.5em;
background-color: #f0f6e0;
}
.UnusedSql .SqlPostgresql pre.sourceCode, .SqlPostgresql .UnusedSql pre.sourceCode {
padding: 0.5em;
background-color: #e9e9e9;
}
.haskell,.Haskell pre.sourceCode {
background-color: #f5f5d9;
}
.sh pre.sourceCode {
padding: 0.5em;
background-color: #f0f0f0;
}
*/
table, tr, td {
border-collapse:collapse;
cell-padding:2px;
cell-spacing:2px;
/* padding:2px
spacing:2px
margin:2px*/
vertical-align:top;
}
td pre {
width: 98%;
height: 98%;
vertical-align:top;
}
table {
width:100%;
table-layout:fixed;
}
td {
width: 50%;
vertical-align:top;
overflow:auto;
}
hr {
border: 0;
color: black;
background-color: black;
height: 1px;
width: 75%;
}
.tablediv {
width:100%;
}
/* higlighting kate */
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
{ /*margin: 2; padding: 2; border: 2; */ vertical-align: baseline; border: none; }
td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; }
td.sourceCode { padding-left: 5px; }
pre.sourceCode { }
pre.sourceCode span.Normal { }
pre.sourceCode span.Keyword { color: #007020; font-weight: bold; }
pre.sourceCode span.DataType { color: #902000; }
pre.sourceCode span.DecVal { color: #40a070; }
pre.sourceCode span.BaseN { color: #40a070; }
pre.sourceCode span.Float { color: #40a070; }
pre.sourceCode span.Char { color: #4070a0; }
pre.sourceCode span.String { color: #4070a0; }
pre.sourceCode span.Comment { color: #60a0b0; font-style: italic; }
pre.sourceCode span.Others { color: #007020; }
pre.sourceCode span.Alert { color: red; font-weight: bold; }
pre.sourceCode span.Function { color: #06287e; }
pre.sourceCode span.RegionMarker { }
pre.sourceCode span.Error { color: red; font-weight: bold; }