Skip to content

Commit 566812d

Browse files
committed
Add missing resources for 6.4.x
Signed-off-by: Pierre-Charles David <[email protected]>
1 parent d861149 commit 566812d

File tree

10 files changed

+10544
-0
lines changed

10 files changed

+10544
-0
lines changed

_site/sirius/doc/6.4.x/resources/bootstrap.css

Lines changed: 3363 additions & 0 deletions
Large diffs are not rendered by default.

_site/sirius/doc/6.4.x/resources/bootstrap.js

Lines changed: 1734 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
/*
2+
Sections padding customizations.
3+
*/
4+
body {
5+
background-color: #fff;
6+
width: 1200px;
7+
margin: 0 auto;
8+
padding-bottom: 30px;
9+
color: #383838;
10+
}
11+
12+
@media (max-width : 1224px) {
13+
body {
14+
background-color: #fff;
15+
width: 690px;
16+
margin: 0 auto;
17+
padding-bottom: 30px;
18+
color: #383838;
19+
}
20+
21+
img {
22+
max-width: 70%;
23+
}
24+
}
25+
26+
a:hover {
27+
color: #383838;
28+
}
29+
30+
h1,h2,h3,h4,h5 {
31+
padding: 12px 0;
32+
color: #000;
33+
}
34+
35+
p,dl {
36+
37+
}
38+
39+
ul,ol {
40+
41+
}
42+
43+
ul ul {
44+
padding-left: 15px;
45+
}
46+
47+
li {
48+
line-height: 22px;
49+
}
50+
51+
52+
ol ol {
53+
padding-left: 20px;
54+
}
55+
56+
ol {
57+
margin: 0 0 30px 0;
58+
}
59+
60+
table {
61+
margin-left: 50px;
62+
}
63+
64+
img {
65+
box-shadow: 0 2px 6px #999;
66+
margin: 1.5em auto 3em auto;
67+
display: block;
68+
}
69+
70+
pre {
71+
left: 50px;
72+
width: 90%;
73+
position: relative;
74+
}
75+
76+
/*
77+
Color customizations.
78+
*/
79+
td,th {
80+
border: 1px solid #ddd;
81+
}
82+
83+
.toc {
84+
margin: 10px 0;
85+
padding: 10px 30px;
86+
border: 1px solid #ddd;
87+
}
88+
89+
ol li {
90+
91+
}
92+
93+
code,pre {
94+
color: #25587E;
95+
}
96+
97+
/*
98+
Welcome page & header customizations.
99+
*/
100+
#header {
101+
width: inherit;
102+
height: 70px;;
103+
padding: 20px 0 0 0;
104+
margin-bottom: 50px;
105+
}
106+
107+
.clear {
108+
clear: both;
109+
}
110+
111+
#logo {
112+
position: relative;
113+
background: url("images/logo.png") no-repeat;
114+
display: block;
115+
height: 70px;
116+
width: 229px;
117+
}
118+
119+
#logo img {
120+
width: 190px;
121+
height: auto;
122+
box-shadow: none !important;
123+
border: none;
124+
margin: 0 !important;
125+
}
126+
127+
.visit a {
128+
display: block;
129+
width: 180px;
130+
height: 35px;
131+
text-align: center;
132+
color: #fff;
133+
background-color: #7269a4;
134+
font-size: 14px;
135+
margin: 30px 0 0 0;
136+
line-height: 35px;
137+
font-weight: bold;
138+
letter-spacing: 1px;
139+
}
140+
141+
.visit a:hover {
142+
background-color: #be1a78;
143+
}
144+
145+
.col1,.col2 {
146+
display: 0;
147+
margin: 20px 0;
148+
padding: 0;
149+
border: none;
150+
}
151+
152+
.col1 {
153+
width: 40%;
154+
}
155+
156+
.col2 {
157+
width: 60%;
158+
}
159+
160+
.left {
161+
float: left !important;
162+
}
163+
164+
.right {
165+
float: right !important;
166+
}
167+
168+
code {
169+
background-color: #fafafc !important;
170+
border: none !important;
171+
}
172+
173+
.label-danger {
174+
background-color: #d9534f;
175+
}
4.19 KB
Loading
60.3 KB
Loading

0 commit comments

Comments
 (0)