source: main/trunk/model-sites-dev/von-sparql/js/paper/docs/assets/css/docs.css@ 28914

Last change on this file since 28914 was 28914, checked in by ak19, 10 years ago

Supporting javascript libraries and bespoke code written by Steffan to support the von-sparql user interface

File size: 6.0 KB
Line 
1.reference h1,
2.reference h2,
3.reference h3 {
4 font-size: 13px;
5 font-weight: normal;
6 height: 18px;
7 border-bottom: 1px solid;
8 margin-top: 0;
9 margin-bottom: 16px; }
10.reference h2 a {
11 font-weight: bold; }
12.reference h3 {
13 margin-top: 16px;
14 border-bottom-style: dotted; }
15.reference a tt {
16 line-height: 18px; }
17.reference p {
18 margin: 0 0 16px 0; }
19.reference hr {
20 border: none;
21 border-bottom: 1px dotted; }
22.reference ul {
23 margin: 0;
24 padding: 0;
25 list-style: none; }
26.reference .reference-list ul,
27.reference .reference-inherited ul {
28 margin-left: 16px; }
29.reference .reference-inherited ul li {
30 text-indent: -30px;
31 padding-left: 30px; }
32.reference .reference-classes {
33 padding-bottom: 4px; }
34 .reference .reference-classes h2,
35 .reference .reference-classes h3,
36 .reference .reference-classes hr {
37 margin: 10px 0 10px 0; }
38 .reference .reference-classes .first h2 {
39 margin-top: 0; }
40 * html .reference .reference-classes img {
41 margin-top: 5px; }
42 .reference .reference-classes li {
43 list-style: none;
44 list-style-image: none; }
45 .reference .reference-classes ul {
46 margin-left: 10px;
47 margin-bottom: 10px; }
48.reference .reference-members {
49 margin-bottom: 16px; }
50.reference .member-group-text {
51 margin-bottom: 16px; }
52.reference .member-description {
53 border: 1px solid #999;
54 border-top: 0;
55 margin: 16px 0 16px 0; }
56.reference .member-header {
57 border-top: 1px solid #999;
58 padding: 10px;
59 *zoom: 1; }
60 .reference .member-header .member-link {
61 float: left; }
62 .reference .member-header:before, .reference .member-header:after {
63 content: " ";
64 display: table; }
65 .reference .member-header:after {
66 clear: both; }
67.reference .member-close {
68 float: right; }
69.reference .member-text {
70 border-top: 1px dashed #999;
71 padding: 10px 10px 0 10px;
72 margin-bottom: -6px; }
73.reference .member-link {
74 text-indent: -30px;
75 padding-left: 30px; }
76.reference ul,
77.reference .paperscript,
78.reference .CodeMirror {
79 margin-top: -8px;
80 margin-bottom: 16px; }
81.reference ul {
82 margin-top: 0; }
83
84body,
85select,
86input,
87textarea {
88 font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif; }
89
90body {
91 background: #fff;
92 margin: 16px;
93 font-size: 13px;
94 line-height: 20px;
95 color: #333333;
96 max-width: 540px; }
97
98select,
99input,
100textarea {
101 font-size: 11px;
102 margin: 0;
103 color: #000; }
104
105tt,
106pre {
107 font-family: Menlo, Consolas, "Vera Mono", monospace;
108 font-size: 12px;
109 line-height: 20px; }
110
111a {
112 color: #333333;
113 text-decoration: none;
114 border-bottom: 1px solid #333333; }
115 a:hover {
116 background: #e5e5e5; }
117
118img {
119 border: 0; }
120
121p {
122 margin: 0 0 20px 0; }
123
124ul,
125ol {
126 padding: 0;
127 margin: 0 0 20px 0;
128 list-style: none; }
129
130.clear {
131 clear: both; }
132
133.hidden {
134 display: none; }
135
136.reference-index,
137.reference-index a {
138 color: #009dec;
139 border-bottom: 0px; }
140.reference-index a:hover {
141 background: #e3f4fc; }
142.reference-index h2,
143.reference-index h3,
144.reference-index hr {
145 border-color: #009dec; }
146
147.reference h1 {
148 font-size: 18px;
149 font-weight: normal;
150 line-height: 24px;
151 border: none; }
152
153.footer {
154 margin-top: 20px; }
155
156.CodeMirror {
157 overflow: auto;
158 height: 100%; }
159 .CodeMirror,
160 .CodeMirror textarea,
161 .CodeMirror pre {
162 font-family: Menlo, Consolas, "Vera Mono", monospace;
163 font-size: 12px; }
164 .CodeMirror pre {
165 line-height: 16px;
166 margin: 0;
167 padding: 0;
168 background: transparent; }
169
170.CodeMirror-gutter {
171 position: absolute;
172 left: 0;
173 top: 0;
174 min-width: 30px;
175 height: 100%;
176 background-color: #f4f4f4;
177 border-right: 1px solid #999; }
178
179.CodeMirror-gutter-text {
180 color: #aaa;
181 text-align: right;
182 padding: 2px 8px 2px 8px; }
183 .CodeMirror-gutter-text pre {
184 font-size: 10px; }
185
186.CodeMirror-lines {
187 background: #ffffff;
188 padding: 2px 0 2px 8px; }
189 .CodeMirror-lines pre.highlight {
190 background-color: #edf5fc; }
191
192.CodeMirror-cursor {
193 z-index: 10;
194 position: absolute;
195 visibility: hidden;
196 border-left: 1px solid #7c7c7c !important;
197 height: 16px; }
198
199.CodeMirror-selected {
200 background: #ccc !important;
201 color: HighlightText !important;
202 padding: 2px 0 2px 0; }
203
204.CodeMirror-focused .CodeMirror-cursor {
205 visibility: visible; }
206.CodeMirror-focused .CodeMirror-selected {
207 background: Highlight !important; }
208
209.CodeMirror-matchingbracket {
210 background: #e3fc8d !important; }
211
212.CodeMirror-nonmatchingbracket {
213 color: #d62a28 !important; }
214
215/* JavaScript & HTML Modes */
216span.cm-keyword {
217 color: #ff7800; }
218span.cm-atom, span.cm-number {
219 color: #3b5bb5; }
220span.cm-def, span.cm-variable-2, span.cm-variable-3 {
221 color: #3a4a64; }
222span.cm-variable {
223 color: #000; }
224span.cm-property {
225 color: #000; }
226span.cm-operator {
227 color: #000; }
228span.cm-comment {
229 color: #8c868f; }
230span.cm-string {
231 color: #409b1c; }
232span.cm-meta {
233 color: #555; }
234span.cm-error {
235 color: #f30; }
236span.cm-qualifier {
237 color: #555; }
238span.cm-builtin {
239 color: #30a; }
240span.cm-bracket {
241 color: #cc7; }
242span.cm-tag {
243 font-weight: bold;
244 color: #3b5bb5; }
245span.cm-attribute {
246 font-style: italic;
247 color: #3b5bb5; }
248
249.paperscript .buttons {
250 position: absolute;
251 right: 0;
252 z-index: 1; }
253.paperscript .button,
254.paperscript .explain {
255 float: right;
256 display: none;
257 font-size: 11px;
258 line-height: 16px;
259 padding: 2px 6px;
260 border-radius: 4px;
261 -moz-border-radius: 4px;
262 -webkit-border-radius: 4px;
263 margin: 8px 8px 0 0; }
264.paperscript .button {
265 background: #eee; }
266.paperscript .explain {
267 background: #e3f4fc; }
268.paperscript .explain,
269.paperscript .buttons-context:hover .button {
270 display: inline-block; }
271.paperscript .button:hover {
272 background: #ddd;
273 cursor: pointer; }
274.paperscript .tools {
275 display: inline; }
276.paperscript .source {
277 overflow: auto;
278 border: 1px solid #999; }
279.paperscript .CodeMirror {
280 margin: 0 !important; }
281.paperscript .CodeMirror-gutter-text,
282.paperscript .CodeMirror-lines {
283 padding-top: 10px;
284 padding-bottom: 10px; }
285.paperscript .canvas {
286 line-height: 0; }
287.paperscript .canvas.border canvas {
288 border: 1px solid #999; }
289.paperscript.split .canvas {
290 border: 1px solid #999;
291 border-top: 0; }
Note: See TracBrowser for help on using the repository browser.