Skip to content

Commit 6ea7890

Browse files
committed
0.18.0
1 parent a2e7407 commit 6ea7890

26 files changed

+11443
-14
lines changed

build/docs/css/custom.css

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
html * {
2+
box-sizing: border-box;
3+
-ms-box-sizing: border-box;
4+
-moz-box-sizing: border-box;
5+
-webkit-box-sizing: border-box;
6+
}
7+
8+
body {
9+
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
10+
font-weight: 300;
11+
font-size: 1rem;
12+
line-height: 1.5rem;
13+
color: #5c5c5c;
14+
background-color: white;
15+
padding: 10px;
16+
}
17+
18+
h1 {
19+
font-family: "Arquitecta";
20+
font-size: 3rem;
21+
line-height: 3rem;
22+
margin-top: 3.1875rem;
23+
margin-bottom: 1.3125rem;
24+
font-weight: 300;
25+
}
26+
27+
footer {
28+
margin: 0rem;
29+
padding: 1.5rem;
30+
text-align: right;
31+
background-color: #554f4e;
32+
overflow-y: auto;
33+
color: #fff;
34+
}
35+
36+
nav {
37+
margin-top: 0px;
38+
padding-top: 50px;
39+
background-color: #fff;
40+
}
41+
42+
#main {
43+
float: none;
44+
width: auto;
45+
}
46+
47+
.page-wrap {
48+
padding: 1.5rem 14px;
49+
margin-bottom: 0rem;
50+
background-color: #6c6463;
51+
width: 70%;
52+
}
53+
.page-wrap h1 {
54+
margin-top: -0.375rem;
55+
color: #FFFFFF;
56+
}
57+
.page-wrap #main h1 {
58+
color: inherit;
59+
}
60+
61+
.big-container {
62+
padding: 0rem;
63+
background-color: #FFFFFF;
64+
border-top: solid 1px #828282;
65+
min-height: 24rem;
66+
overflow: hidden;
67+
background-repeat: repeat-x;
68+
background-position: top;
69+
margin-bottom: 1.5rem;
70+
padding: 2.0rem 1.5rem 3rem 1.5rem;
71+
}

0 commit comments

Comments
 (0)