Skip to content

Commit b7ca3c4

Browse files
sushantdhimanjanmeier
authored andcommittedJun 6, 2017
docs: pretty color + reference theme
1 parent 2651f98 commit b7ca3c4

File tree

3 files changed

+67
-8
lines changed

3 files changed

+67
-8
lines changed
 

‎docs/css/theme.css

+59-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,73 @@
1+
/* Side Nav */
12
.manual-color, .kind-class, .manual-color-faq {
2-
background-color: #399af3;
3+
background-color: #6eb5f7;
34
}
45

56
.manual-color a, .kind-class, .manual-color-faq a {
67
color: #ffffff !important;
78
}
89

910
.kind-variable, .manual-color-reference, .manual-color-changelog {
10-
background-color: #000000;
11+
background-color: #074278;
1112
}
1213

13-
.kind-variable, .manual-color-reference a, .manual-color-changelog a {
14+
.kind-variable, .manual-color-reference a, .manual-color-changelog a, .manual-color-faq a {
1415
color: #ffffff;
1516
}
1617

17-
.manual-color-faq a {
18-
color: #e5e5e5 !important;
18+
.manual-toc-root ul li a {
19+
font-weight: normal !important;
20+
}
21+
22+
/* Class Summay*/
23+
.summary thead tr {
24+
background-color: #074278;
25+
}
26+
27+
.summary thead span a {
28+
font-weight: 600;
29+
}
30+
31+
/* Params Table */
32+
table.params thead {
33+
background: none;
34+
color: inherit;
35+
font-weight: 600;
36+
}
37+
38+
table.params ul {
39+
padding: 0;
40+
}
41+
42+
table.params ul li {
43+
list-style: none;
44+
}
45+
46+
table.params td {
47+
padding: 4px 8px;
48+
}
49+
50+
table.params td:first-child {
51+
border-left: none;
52+
}
53+
54+
table.params td:last-child {
55+
border-right: none;
56+
}
57+
58+
table.params thead td {
59+
border-top: none;
60+
}
61+
62+
table.params tbody tr:last-child td {
63+
border-bottom: none;
64+
}
65+
66+
.informal {
67+
display: block;
68+
padding-left: 1.3em;
69+
border-left: 5px solid #dfdfdf;
70+
font-size: 1.1em;
71+
font-family: 'Kalam', cursive;
72+
margin: 22px 0;
1973
}

‎docs/imprint.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ As there are people who are suing for fun and glory, you can find the respective
77

88
```
99
Main author:
10-
10+
1111
Sascha Depold
12-
Uhlandstr. 122
13-
10717 Berlin
12+
Uhlandstr. 160
13+
10719 Berlin
1414
sascha [at] depold [dot] com
1515
[plus] 49 152 [slash] 03878582
1616
```

‎docs/whos-using.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Who's using sequelize?
22

33
[![Walmart labs logo](asset/walmart-labs-logo.png)](http://www.walmartlabs.com/)
4+
45
> ... we are avid users of sequelize (and have been for the past 18 months) (Feb 2017)
56
7+
<hr />
8+
69
[![Snaplytics logo](asset/logo-snaplytics-green.png)](https://snaplytics.io)
710

811
> We've been using sequelize since we started in the beginning of 2015. We use it for our graphql servers (in connection with [graphql-sequelize](github.com/mickhansen/graphql-sequelize)), and for all our background workers.
912
13+
<hr />
14+
1015
[![Connected Cars logo](asset/connected-cars.png)](https://connectedcars.dk/)

1 commit comments

Comments
 (1)

Jessicalau93 commented on Feb 6, 2019

@Jessicalau93
Please sign in to comment.