Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Wagenaar committed Nov 24, 2018
1 parent f313751 commit b25cc05
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repository: tomjoht/documentation-theme-jekyll
repository: Blackfynn/docs.sparc.science

output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="css/customstyles.css">
<link rel="stylesheet" href="css/boxshadowproperties.css">
<!-- most color styles are extracted out to here -->
<link rel="stylesheet" href="css/theme-blue.css">
<link rel="stylesheet" href="css/theme-sparc.css">

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>

Expand Down
110 changes: 110 additions & 0 deletions css/theme-sparc.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
.summary {
color: #808080;
border-left: 5px solid rgb(130,0,191);
font-size:16px;
}


h3 {color: rgb(130,0,191); }
h4 {color: #808080; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #248ec2;
color: white;
}

.nav > li.active > a {
background-color: rgb(26,7,204);
}

.nav > li > a:hover {
background-color: rgb(26,7,204);
}

div.navbar-collapse .dropdown-menu > li > a:hover {
background-color: rgb(26,7,204);
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
color: white;
}

.navbar-inverse .navbar-nav>li>a:hover, a.fa.fa-home.fa-lg.navbar-brand:hover {
color: #f0f0f0;
}

.nav li.thirdlevel > a {
background-color: #FAFAFA !important;
color: rgb(26,7,204);
font-weight: bold;
}

a[data-toggle="tooltip"] {
color: #649345;
font-style: italic;
cursor: default;
}

.navbar-inverse {
background-color: rgb(26,7,204);
border-color: rgb(100,7,200);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
color: rgb(100,7,200);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: rgb(100,7,200);
color: #ffffff;
}

/* not sure if using this ...*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: rgb(26,7,204) !important;
}

.btn-primary {
color: #ffffff;
background-color: rgb(100,7,200);
border-color: rgb(100,7,200);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-color: rgb(26,7,204);
border-color: rgb(100,7,200);
}

.printTitle {
color: rgb(100,7,200) !important;
}

body.print h1 {color: rgb(100,7,200) !important; font-size:28px;}
body.print h2 {color: #595959 !important; font-size:24px;}
body.print h3 {color: rgb(130,0,191) !important; font-size:14px;}
body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}

.anchorjs-link:hover {
color: #4f7233;
}

div.sidebarTitle {
color: rgb(130,0,191);
}

li.sidebarTitle {
margin-top:20px;
font-weight:normal;
font-size:130%;
color: rgb(130,0,191);
margin-bottom:10px;
margin-left: 5px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background-color: green;
}
6 changes: 6 additions & 0 deletions pages/dat_core/information.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ There are a number of ways to get in contact with the DAT-Core:

3. For other general questions about Blackfynn, use the contact form on the [Blackfynn website](https://www.blackfynn.com).

## Support documentation for the DAT-Core
The SPARC DAT-Core is implemented by Blackfynn and SPARC investigators can refer to the documentation that comes with the Blackfynn platform as a reference for the SPARC DAT-Core. There are two documentation sites for the Blackfynn platform:

1. **General documentation:** General documentation about the DAT-Core platform and ways to leverage the platform for scientific data management can be found here: [Blackfynn Documentation](http://help.blackfynn.com).
2. **Developer center:** Documentation for developers can be found here: [Developer Documentation](https://developer.blackfynn.io). The developer center can be used to download the Blackfynn client tools, see the open API, and can be referenced for tutorials for MATLAB, Python, and CLI.

## Using Blackfynn outside of SPARC
SPARC investigators are allowed to use the Blackfynn platform to organize their own scientific data outside of the SPARC effort within their individual accounts. The individual accounts are limited to match the Blackfynn Academic subscription model ([Blackfynn Academia](https://www.blackfynn/academia)). Contact Blackfynn if you have any questions about Blackfynn Academia.

0 comments on commit b25cc05

Please sign in to comment.