Skip to content

Commit 65a0ad0

Browse files
authored
Merge pull request #84 from dbetebenner/master
Updating package website
2 parents cb3e245 + 0e9a34d commit 65a0ad0

5 files changed

Lines changed: 27 additions & 21 deletions

File tree

docs/articles/SGPdata.html

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

docs/img/logo_grey.png

18.2 KB
Loading

docs/img/logo_white.png

-15.2 KB
Binary file not shown.

docs/packagePages.css

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,11 @@ textarea {
10841084
line-height: inherit; }
10851085

10861086
a {
1087-
color: #778;
1088-
text-decoration: none; }
1089-
a:hover, a:focus {
1087+
color: #7c7c7c;
1088+
text-decoration: none;
1089+
transition: all 0.2s ease-in-out; }
1090+
1091+
a:hover, a:focus {
10901092
color: black;
10911093
text-decoration: none; }
10921094
a:focus {
@@ -3785,9 +3787,12 @@ tbody.collapse.in {
37853787
font-size: 19px;
37863788
line-height: 27px;
37873789
height: 110px; }
3788-
.navbar-brand:hover, .navbar-brand:focus {
3790+
3791+
.navbar-brand:hover, .navbar-brand:focus {
3792+
background-image: url(./img/logo.png);
37893793
text-decoration: none; }
3790-
.navbar-brand > img {
3794+
3795+
.navbar-brand > img {
37913796
display: block; }
37923797
@media (min-width: 768px) {
37933798
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
@@ -3964,14 +3969,16 @@ tbody.collapse.in {
39643969
.navbar-default .navbar-text {
39653970
color: #bbb; }
39663971
.navbar-default .navbar-nav > li > a {
3967-
color: #444;
3972+
color: #7c7c7c;
3973+
font-weight: 400;
39683974
padding-top: 5px;
39693975
margin-top: 5px;
39703976
border-left: 1px solid transparent;
39713977
border-right: 1px solid transparent;
39723978
border-top: 1px solid transparent; }
39733979
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
39743980
color: #222;
3981+
font-weight: 500;
39753982
background-color: transparent; }
39763983
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
39773984
color: #212121;
@@ -5827,18 +5834,20 @@ button.close {
58275834
min-height: 50px;
58285835
padding: 10px 0;
58295836
transition: all 0.35s ease; }
5830-
.navbar-brand {
5837+
5838+
.navbar-brand {
58315839
font-family: "Josefin Sans", sans-serif;
58325840
font-weight: 400;
58335841
padding: 0 0 0 60px;
58345842
height: 48px;
58355843
line-height: 55px;
5836-
background-image: url(./img/logo.png);
5844+
background-image: url(./img/logo_grey.png);
58375845
background-size: 38px auto;
58385846
background-repeat: no-repeat;
58395847
background-position: 15px center;
5840-
transition: all 0.35s; }
5841-
.navbar-label {
5848+
transition: all 0.25s; }
5849+
5850+
.navbar-label {
58425851
font-family: "Josefin Sans", sans-serif;
58435852
font-weight: 400;
58445853
font-size: 38px;
@@ -5850,7 +5859,6 @@ button.close {
58505859
.navbar-label a:hover, a:visited, a:link, a:active {
58515860
text-decoration: none!important;
58525861
-webkit-box-shadow: none!important;
5853-
color: black;
58545862
box-shadow: none!important; }
58555863
.navbar-nav li a {
58565864
padding-top: 10px;

docs/pkgdown.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -313,30 +313,28 @@ a.anchor {
313313

314314
.fa-github {
315315
font-size: 28px;
316-
color: #444;
316+
color: #7c7c7c;
317317
-webkit-text-stroke-width: 0px;
318318
-webkit-text-stroke-color: black;
319-
-webkit-transition: all 0.35s ease;
319+
transition: all 0.35s ease-in-out;
320320
}
321321

322322
.fa-github:hover {
323-
color: #FFF;
324-
-webkit-text-stroke-width: 0.5px;
325-
-webkit-text-stroke-color: black;
326-
transition: all 0.35s ease;
323+
color: black;
324+
transition: all 0.35s ease-in-out;
327325
}
328326

329327
.fa-twitter {
330328
font-size: 28px;
331-
color: #444;
332-
transition: all 0.35s ease;
329+
color: #7c7c7c;
330+
transition: all 0.35s ease-in-out;
333331
}
334332

335333
.fa-twitter:hover {
336334
color: #00ACED;
337335
-webkit-text-stroke-width: 0.5px;
338336
-webkit-text-stroke-color: black;
339-
transition: all 0.35s ease;
337+
transition: all 0.35s ease-in-out;
340338
}
341339

342340
/* Clipboard --------------------------*/

0 commit comments

Comments
 (0)