Skip to content

Commit 57c1a07

Browse files
committed
OPEN - task 3: Add project for site templates
http://github.com/JavaMoney/JavaMoney.github.io/issues/issue/3
1 parent 7d87051 commit 57c1a07

29 files changed

+976
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/output

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>JavaMoney-template-bootstrap</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

assets/css/asciidoctor.css

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

assets/css/base.css

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
/* Sticky footer styles
2+
-------------------------------------------------- */
3+
4+
html,
5+
body {
6+
height: 100%;
7+
/* The html and body elements cannot have any padding or margin. */
8+
}
9+
10+
/* Wrapper for page content to push down footer */
11+
#wrap {
12+
min-height: 100%;
13+
height: auto !important;
14+
height: 100%;
15+
/* Negative indent footer by it's height */
16+
margin: 0 auto -60px;
17+
}
18+
19+
/* Set the fixed height of the footer here */
20+
#push,
21+
#footer {
22+
height: 60px;
23+
}
24+
#footer {
25+
background-color: #f5f5f5;
26+
padding: 0;
27+
}
28+
29+
/* Lastly, apply responsive CSS fixes as necessary */
30+
@media (max-width: 767px) {
31+
#footer {
32+
margin-left: -20px;
33+
margin-right: -20px;
34+
padding-left: 20px;
35+
padding-right: 20px;
36+
}
37+
}
38+
39+
/* Custom page CSS
40+
-------------------------------------------------- */
41+
/* Not required for template or sticky footer method. */
42+
43+
#wrap > .container {
44+
padding-top: 60px;
45+
}
46+
.container .credit {
47+
margin: 20px 0;
48+
}
49+
50+
/*code {
51+
font-size: 80%;
52+
}*/

assets/css/bootstrap-responsive.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bootstrap.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/prettify.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/favicon.ico

894 Bytes
Binary file not shown.
8.57 KB
Loading
12.5 KB
Loading

0 commit comments

Comments
 (0)