Skip to content

Commit 8cb9aa3

Browse files
committed
remove legacy folders and move the doc folder to the root folder
1 parent 99f9956 commit 8cb9aa3

52 files changed

Lines changed: 11092 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/assets/customizations.css

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
@import url(http://fonts.googleapis.com/css?family=Roboto);
2+
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
3+
4+
/* ScrollBar decoration */
5+
/* FOR IE */
6+
html {scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef; scrollbar-width:8px; scrollbar-height:8px;}
7+
8+
/* FOR Chrome and Safari */
9+
::-webkit-scrollbar {width: 8px; height: 8px; }
10+
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef}
11+
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
12+
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}
13+
14+
15+
body {
16+
font-family: 'Roboto', Arial, serif;
17+
font-size:12pt;
18+
}
19+
20+
a, a code {
21+
color:#7C1E3F;
22+
}
23+
24+
a:active,
25+
a:active code {
26+
color:#f00;
27+
}
28+
29+
a:visited,
30+
a:visited code {
31+
color:#7C1E3F;
32+
}
33+
34+
#header {
35+
border-bottom: 1px solid #AFAFAF;
36+
height: 60px;
37+
}
38+
39+
#search-button {
40+
font-size:11pt;
41+
}
42+
43+
input.gsc-input {
44+
border: 1px solid #999;
45+
font-size:1.0em;
46+
}
47+
48+
#side-nav {
49+
font-size:15px;
50+
}
51+
52+
#side-nav li {
53+
line-height:1.3em;
54+
}
55+
56+
#side-nav li h2 {
57+
font-size:15px;
58+
}
59+
60+
#side-nav .selected {
61+
background-color: #EFE9E5;
62+
color: #3D3E3F;
63+
}
64+
65+
#side-nav .selected a {
66+
color: #7C1E3F;
67+
}
68+
69+
#nav-swap {
70+
font-size:13px;
71+
line-height:10px;
72+
margin-left:1em;
73+
text-decoration:none;
74+
display:block;
75+
position:absolute;
76+
bottom:2px;
77+
left:0px;
78+
}
79+
80+
#api-info-block {
81+
font-size:1.0em;
82+
}
83+
84+
th {
85+
background-color:#EFE9E5;
86+
}
87+
88+
td,th {
89+
border:1px solid #AFAFAF;
90+
}
91+
92+
.jd-sumtable-expando {
93+
width: 95%;
94+
padding-right:5%;
95+
}
96+
97+
/*.ui-resizable .ui-resizable-handle { display: none; }
98+
body .ui-resizable-disabled .ui-resizable-handle { display: none; }
99+
body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
100+
.ui-resizable-s { cursor: s-resize; height: 3px; width: 100%; bottom: 0px; left: 0px;
101+
background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
102+
.ui-resizable-e { cursor: e-resize; width: 3px; right: 0px; top: 0px; height: 100%;
103+
background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
104+

docs/assets/customizations.js

Whitespace-only changes.

0 commit comments

Comments
 (0)