forked from benjaminreid/jquery-bbq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.css
More file actions
161 lines (128 loc) · 2.61 KB
/
2.css
File metadata and controls
161 lines (128 loc) · 2.61 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/*
bg: #FDEBDC
bg1: #FFD6AF
bg2: #FFAB59
orange: #FF7F00
brown: #913D00
lt. brown: #C4884F
*/
.IndexPage #Index {
margin-left: 31ex !important;
}
#MSelected {
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}
.MGroup #MSelected {
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}
.Safari #MSelected {
border-width: 1px;
border-left-width: 0;
}
.Safari .MGroup #MSelected {
border-left-width: 1px;
}
.SBorder {
-webkit-border-radius: 20px;
}
body {
font-size: 0.75em;
line-height: 1.6em;
font-family: Arial, sans-serif;
}
a:link, a:visited {
color: #913D00;
text-decoration: underline;
}
a:hover {
color: #FF7F00;
}
p {
margin-left: 5ex;
text-indent: 0;
margin-bottom: 0.6em;
}
.Summary a:link, .Summary a:visited {
text-decoration: none;
}
.CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle,
#MainTopic .CTitle,
.STitle {
text-transform: uppercase;
font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
}
.CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle,
.IPageTitle,
#MainTopic .CTitle {
color: #913D00;
font-size: 22px;
font-weight: 400;
background: #FDEBDC;
border: none;
}
.CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle {
border-top: 2px solid #913D00;
}
.CGroup .CTitle {
color: #913D00;
font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 130%;
font-variant: none;
border-bottom: 2px solid #913D00;
}
.CTitle {
border-color: #C4884F;
line-height: 1.2em;
}
.ContentPage #Content {
background: #FDEBDC;
}
.STitle {
color: #FF7F00;
font-size: 140%;
font-weight: 700;
margin: 1.2em 0 0.3em;
}
.CBody pre {
margin-left: 5ex;
}
.CBody pre,
.CDLEntry {
color: #913D00;
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 9pt;
}
.SBorder {
background-color: #fff;
border: 1px solid #913D00;
padding: 15px;
}
.SMarked {
background-color: #eee;
}
.ContentPage, .IndexPage, .FramedMenuPage {
background-color: #FFAB59;
}
.MEntry a:link, .MEntry a:hover, .MEntry a:visited,
.MGroup a:link, .MGroup a:hover, .MGroup a:visited {
color: #000;
}
#MSearchField {
color: #913D00;
background: #FDEBDC;
}
#Footer a:link, #Footer a:hover, #Footer a:visited {
color: #913D00;
}
.INavigationBar {
background: #FFD6AF;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
#MSelected {
color: #913D00;
border-color: #913D00;
}