-
Notifications
You must be signed in to change notification settings - Fork 2
/
style_uana.css
124 lines (99 loc) · 1.5 KB
/
style_uana.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
body, div, p, th, td, li, dd {
font-size: 10pt;
}
body {
background : #ffffff url(doc/images/upchuckula.jpg) top center no-repeat;
color: #000000;
font-family: verdana, helvetica, sans-serif;
}
a {
}
a:link {
color: #2222ff;
}
a:active {
color: #000088;
}
a:visited {
color: #5050cc;
}
h1 {
font-size: 135%;
font-weight: 200;
}
h2 {
font-size: 125%;
font-weight: 300;
}
#chuck_header {
}
#chuck_revision {
border: 2px solid #d9d9d9;
background: #fdfdfd;
font-size: 80%;
padding: 4px;
}
#chuck_body {
margin-top: 40px;
}
#lang_topic_body {
}
#lang_topic_body p {
text-align: justify;
}
.lang_code_ref {
font-weight : 700;
text-indent: 2em;
margin-top: 2em;
margin-bottom: 1em;
background: #fff0dd;
padding: 0.5em;
border: 1px solid #b0b0b0;
}
.lang_subtopic_body {
text-align:justify;
margin-top: 4em;
margin-bottom: 2em;
}
.lang_subtopic_body p {
}
pre {
border: 1px solid #d9d9d9;
margin-left: 3em;
font-size: 9pt;
padding: 0.2em;
margin-right: 4em;
}
.chuck_nav {
margin-left: auto;
margin-right: auto;
}
.chuck_nav_bar {
font-size: 90%;
padding: 4px;
border: 1px solid #d9d9d9;
background: #fdfdfd;
}
#chuck_footer {
font-size: 85%;
}
.mono {
font-family : courier, monospaced;
}
#topic_body {
}
.topic_main {
margin-top: 2em;
font-weight: 900;
}
.topic_sub {
text-align: left;
font-weight: 400;
text-indent: 1em;
border-bottom: 2px dotted #b9b9b9;
margin: 0.33em;
}
.topic_file_list {
padding: 0.2em;
margin-bottom: 0.33em;
}