Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
saifeddineghouma
GitHub Repository: saifeddineghouma/neoclipse
Path: blob/master/org.neo4j.neoclipse.doc/styles/doc.css
115 views
1
/*******************************************************************************
2
* Copyright (c) 2003, 2007 IBM Corporation and others.
3
* All rights reserved. This program and the accompanying materials
4
* are made available under the terms of the Eclipse Public License v1.0
5
* which accompanies this distribution, and is available at
6
* http://www.eclipse.org/legal/epl-v10.html
7
*
8
* Contributors:
9
* IBM Corporation - initial API and implementation
10
*******************************************************************************/
11
12
body {
13
margin: 0px 0px 0px 0px;
14
}
15
span.icon {
16
white-space: nowrap;
17
}
18
img.icon {
19
width: 16px;
20
height: 16px;
21
}
22
#banner {
23
width: 100%;
24
overflow: hidden;
25
}
26
#content {
27
margin: 0px 10px 0px 10px;
28
}
29
30
/* following font face declarations need to be removed for DBCS */
31
32
body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
33
34
/* end font face declarations */
35
36
body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
37
h1 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
38
h2 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
39
40