-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.style.css
39 lines (35 loc) · 1.27 KB
/
.style.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
body { background-color: #999999; padding-bottom: 3em }
tr { background-color: #929292 }
td.typefieldcomment { background-color: #7E7E7E;}
pre { margin-bottom: 4px }
div.sig_block {margin-left: 2em}
a:visited {color: #47F; text-decoration: none; }
a:link {color: #25F; text-decoration: none;}
a:hover {color: #D00; text-decoration: none; background-color: #5F8}
a:active {color: Red; text-decoration: underline; }
.keyword { font-weight: bold ; color: #F43 }
.keywordsign { color: #C04600 }
.superscript { font-size: 4 }
.subscript { font-size: 4 }
.comment { color: #362 }
.constructor { color: Blue }
.type { color: #536 }
.string { color: Maroon }
.warning { color: Red ; font-weight: bold }
.info { color: #445; margin-left: 3em; margin-right: 3em }
.code { color: #157; }
h1{font-size:20pt;text-align: center; }
h2, h3, h4, h5, h6,
div.h7, div.h8, div.h9
{font-size:20pt; border:1px solid #000; margin-top:5px; margin-bottom:2px; text-align:center; padding:2px;}
h2{background:#90BDFF;}
h3{background:#90DDFF;}
h4{background:#90EDFF;}
h5{background:#90FDFF;}
h6{background:#90BDFF;}
div.h7{background:#9DF;}
div.h8{background:#EFF;}
div.h9{background:#FFF;}
.typetable { border-style: hidden }
.indextable { border-style: hidden }
.paramstable { border-style: hidden ; padding: 5pt 5pt}