forked from nih-sparc/docs.sparc.science
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joost Wagenaar
committed
Nov 24, 2018
1 parent
f313751
commit b25cc05
Showing
4 changed files
with
118 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters