Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit b718929

Browse files
committed
Revamp.
1 parent 6d54301 commit b718929

11 files changed

+805
-634
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Eloquent Software website
22

3-
See [http://lqnt.co/](http://lqnt.co/)...
3+
See [http://eloquent-software.com/](http://eloquent-software.com/)...

about.html

-89
This file was deleted.

css/eloquent.css

+30-103
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,42 @@
1-
/* font smoothing */
2-
html, html a {
3-
-webkit-font-smoothing: antialiased;
4-
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
1+
#container {
2+
width: 920px;
3+
margin: 0 auto;
4+
padding: 0 2.25em;
55
}
66

7-
/* body spacing/background */
8-
body {
9-
padding-top: 30px;
10-
padding-bottom: 30px;
7+
#content {
8+
width: 820px;
9+
padding-bottom: 2000px;
10+
margin-bottom: 2.25em;
1111
}
1212

13-
/* header spacing */
14-
h1, h2, h3, h4, h5, h6 {
15-
margin-top: 0.8em;
16-
}
17-
.page-header {
18-
margin-top: 1em;
19-
margin-bottom: 0.5em;
20-
}
21-
.jumbotron {
22-
margin-top: 30px;
23-
}
24-
.jumbotron h1 {
25-
margin-top: 0;
26-
margin-bottom: 0.5em;
13+
.markdown-body {
14+
font-family: Lato, "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2715
}
2816

29-
/* anchor links */
30-
h2, h3, h4, h5, h6 {
31-
position: relative;
32-
margin-left: -30px;
33-
padding-left: 30px;
34-
}
35-
a.anchor {
36-
position: absolute;
37-
top: .25em;
38-
margin-left: -1.25em;
39-
font-size: .75em;
40-
color: #999;
41-
}
42-
a.anchor > .icon {
43-
display: none;
17+
.markdown-body code,
18+
.markdown-body pre,
19+
.markdown-body .highlight pre,
20+
.markdown-body kbd,
21+
.markdown-body blockquote {
22+
font-family: Inconsolata, Consolas, "Liberation Mono", Menlo, Courier, monospace;
4423
}
45-
a.anchor:hover,
46-
a.anchor:focus {
47-
text-decoration: none;
48-
outline: none;
49-
}
50-
h2:hover a.anchor > .icon,
51-
h3:hover a.anchor > .icon,
52-
h4:hover a.anchor > .icon,
53-
h5:hover a.anchor > .icon,
54-
h6:hover a.anchor > .icon {
55-
display: inline;
56-
}
57-
@media (max-width: 999px) {
58-
a.anchor {
59-
display: none;
60-
}
24+
.markdown-body code,
25+
.markdown-body pre,
26+
.markdown-body .highlight pre,
27+
.markdown-body blockquote {
28+
font-size: 16px;
6129
}
6230

63-
/* paragraph spacing */
64-
p + p {
65-
margin-top: 1em;
66-
}
67-
68-
/* navbar spacing */
69-
.navbar {
70-
padding-left: 10px;
71-
padding-right: 10px;
72-
}
73-
.navbar .navbar-brand {
74-
margin-right: 2px;
75-
}
76-
@media (max-width: 767px) {
77-
.navbar {
78-
padding-left: 0;
79-
padding-right: 0;
80-
}
81-
}
82-
83-
/* jumbotron */
84-
@media (max-width: 767px) {
85-
.jumbotron {
86-
padding: 40px;
87-
font-size: 16px;
88-
}
89-
}
90-
91-
/* footer */
92-
footer, #footer {
93-
clear: both;
94-
padding-top: 80px;
95-
color: #999;
96-
}
97-
@media (max-width: 767px) {
98-
footer, #footer {
99-
padding-top: 40px;
100-
}
31+
.markdown-body blockquote {
32+
padding: 1em;
33+
border: 1px solid #eee;
34+
border-left: 1em solid #eee;
35+
overflow: auto;
36+
white-space: nowrap;
10137
}
10238

103-
/* code */
104-
pre {
105-
padding: 0;
106-
}
107-
pre code {
108-
padding: 10px;
109-
word-break: normal;
110-
word-wrap: normal;
111-
white-space: pre;
112-
overflow: auto;
113-
overflow-x: auto;
114-
overflow-y: hidden;
39+
.markdown-body hr {
40+
height: 1px;
41+
background-color: white;
11542
}

css/github.css

-1
This file was deleted.

css/github2.css

-1
This file was deleted.

0 commit comments

Comments
 (0)