Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
56f57d04
Commit
56f57d04
authored
Feb 02, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] CSS Themes
parent
ec176b77
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2581 additions
and
221 deletions
+2581
-221
bootstrap-dark.css
dist/styles/bootstrap-dark.css
+175
-175
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+1202
-22
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+1202
-22
darkster.scss
src/sass/bootstrap/darkster.scss
+1
-1
herbie.scss
src/sass/bootstrap/herbie.scss
+1
-1
No files found.
dist/styles/bootstrap-dark.css
View file @
56f57d04
body
{
background-color
:
#303030
;
color
:
#fff
;
}
a
{
color
:
#007bff
;
}
.bg-dark
{
background-color
:
#212121
!important
;
}
.text-dark
{
color
:
#fff
!important
;
}
.text-muted
{
color
:
#9e9e9e
!important
;
}
.dropdown-menu
{
background-color
:
#343a40
;
color
:
#fff
;
}
.dropdown-item
{
color
:
inherit
;
}
.dropdown-item
:hover
,
.dropdown-item.active
{
color
:
inherit
;
background-color
:
#4b545c
;
}
.breadcrumb
{
background-color
:
#343a40
;
}
.breadcrumb-item.active
{
color
:
#fff
;
}
.nav-tabs
{
border-bottom-color
:
#454d55
;
}
.nav-tabs
.nav-link
{
color
:
#fff
;
background-color
:
#343a40
;
}
.nav-tabs
.nav-link
:hover
,
.nav-tabs
.nav-link.active
{
color
:
inherit
;
background-color
:
#43494E
;
border-color
:
#454d55
;
}
.card
{
background-color
:
#424242
;
}
.card.bg-light
{
color
:
#383d41
;
}
.modal-content
{
background-color
:
#424242
;
}
.close
{
color
:
#fff
;
}
.close
:hover
{
color
:
#fff
;
}
.jumbotron
{
background-color
:
#212121
;
}
.form-control
,
.form-control
:active
,
.form-control
:focus
{
border-color
:
#454d55
;
background-color
:
#343a40
;
color
:
#fff
;
/*Change text in autofill textbox */
}
.form-control
:-webkit-autofill
,
.form-control
:active:-webkit-autofill
,
.form-control
:focus:-webkit-autofill
{
-webkit-box-shadow
:
0
0
0
50px
#343a40
inset
;
/* Change the color to your own background color */
-webkit-text-fill-color
:
#fff
;
}
.form-control
::-webkit-input-placeholder
,
.form-control
:active::-webkit-input-placeholder
,
.form-control
:focus::-webkit-input-placeholder
{
color
:
#888
;
}
.form-control
:-ms-input-placeholder
,
.form-control
:active:-ms-input-placeholder
,
.form-control
:focus:-ms-input-placeholder
{
color
:
#888
;
}
.form-control
::-ms-input-placeholder
,
.form-control
:active::-ms-input-placeholder
,
.form-control
:focus::-ms-input-placeholder
{
color
:
#888
;
}
.form-control
::placeholder
,
.form-control
:active::placeholder
,
.form-control
:focus::placeholder
{
color
:
#888
;
}
.custom-select
{
border-color
:
#454d55
;
background
:
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
no-repeat
right
0.75rem
center
/
8px
10px
;
background-color
:
#343a40
;
color
:
#fff
;
}
.custom-control-label
::before
{
background-color
:
#343a40
;
}
.input-group-text
{
border-color
:
#454d55
;
background-color
:
#4b545c
;
color
:
#fff
;
}
.list-group-item
{
background-color
:
#343a40
;
}
.list-group-item-action
{
color
:
inherit
;
}
.list-group-item-action
:not
(
.active
)
:hover
{
color
:
inherit
;
background-color
:
#43494E
;
}
.list-group-item-action.disabled
{
background-color
:
#343a40
;
}
.page-link
{
background-color
:
#343a40
;
border-color
:
#454d55
;
}
.page-link
:hover
{
border-color
:
#454d55
;
background-color
:
#43494E
;
}
.page-item.disabled
.page-link
{
background-color
:
#343a40
;
border-color
:
#454d55
;
}
.progress
{
background-color
:
#343a40
;
}
body
{
background-color
:
#303030
;
color
:
#fff
;
}
a
{
color
:
#007bff
;
}
.bg-dark
{
background-color
:
#212121
!important
;
}
.text-dark
{
color
:
#fff
!important
;
}
.text-muted
{
color
:
#9e9e9e
!important
;
}
.dropdown-menu
{
background-color
:
#343a40
;
color
:
#fff
;
}
.dropdown-item
{
color
:
inherit
;
}
.dropdown-item
:hover
,
.dropdown-item.active
{
color
:
inherit
;
background-color
:
#4b545c
;
}
.breadcrumb
{
background-color
:
#343a40
;
}
.breadcrumb-item.active
{
color
:
#fff
;
}
.nav-tabs
{
border-bottom-color
:
#454d55
;
}
.nav-tabs
.nav-link
{
color
:
#fff
;
background-color
:
#343a40
;
}
.nav-tabs
.nav-link
:hover
,
.nav-tabs
.nav-link.active
{
color
:
inherit
;
background-color
:
#43494E
;
border-color
:
#454d55
;
}
.card
{
background-color
:
#424242
;
}
.card.bg-light
{
color
:
#383d41
;
}
.modal-content
{
background-color
:
#424242
;
}
.close
{
color
:
#fff
;
}
.close
:hover
{
color
:
#fff
;
}
.jumbotron
{
background-color
:
#212121
;
}
.form-control
,
.form-control
:active
,
.form-control
:focus
{
border-color
:
#454d55
;
background-color
:
#343a40
;
color
:
#fff
;
/*Change text in autofill textbox */
}
.form-control
:-webkit-autofill
,
.form-control
:active:-webkit-autofill
,
.form-control
:focus:-webkit-autofill
{
-webkit-box-shadow
:
0
0
0
50px
#343a40
inset
;
/* Change the color to your own background color */
-webkit-text-fill-color
:
#fff
;
}
.form-control
::-webkit-input-placeholder
,
.form-control
:active::-webkit-input-placeholder
,
.form-control
:focus::-webkit-input-placeholder
{
color
:
#888
;
}
.form-control
:-ms-input-placeholder
,
.form-control
:active:-ms-input-placeholder
,
.form-control
:focus:-ms-input-placeholder
{
color
:
#888
;
}
.form-control
::-ms-input-placeholder
,
.form-control
:active::-ms-input-placeholder
,
.form-control
:focus::-ms-input-placeholder
{
color
:
#888
;
}
.form-control
::placeholder
,
.form-control
:active::placeholder
,
.form-control
:focus::placeholder
{
color
:
#888
;
}
.custom-select
{
border-color
:
#454d55
;
background
:
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
no-repeat
right
0.75rem
center
/
8px
10px
;
background-color
:
#343a40
;
color
:
#fff
;
}
.custom-control-label
::before
{
background-color
:
#343a40
;
}
.input-group-text
{
border-color
:
#454d55
;
background-color
:
#4b545c
;
color
:
#fff
;
}
.list-group-item
{
background-color
:
#343a40
;
}
.list-group-item-action
{
color
:
inherit
;
}
.list-group-item-action
:not
(
.active
)
:hover
{
color
:
inherit
;
background-color
:
#43494E
;
}
.list-group-item-action.disabled
{
background-color
:
#343a40
;
}
.page-link
{
background-color
:
#343a40
;
border-color
:
#454d55
;
}
.page-link
:hover
{
border-color
:
#454d55
;
background-color
:
#43494E
;
}
.page-item.disabled
.page-link
{
background-color
:
#343a40
;
border-color
:
#454d55
;
}
.progress
{
background-color
:
#343a40
;
}
/*# sourceMappingURL=bootstrap-dark.css.map */
\ No newline at end of file
dist/styles/bootstrap-darkster.css
View file @
56f57d04
This diff is collapsed.
Click to expand it.
dist/styles/bootstrap-herbie.css
View file @
56f57d04
This diff is collapsed.
Click to expand it.
src/sass/bootstrap/darkster.scss
View file @
56f57d04
...
...
@@ -2,7 +2,7 @@
@import
url(https://fonts.googleapis.com/css?family=Comfortaa:200,300,400,700)
;
$headings-font-family
:
Comfortaa
;
$enable-grid-classes
:
false
;
/*$enable-grid-classes:false;*/
$primary
:
#FF550B
;
$secondary
:
#303030
;
$success
:
#015668
;
...
...
src/sass/bootstrap/herbie.scss
View file @
56f57d04
...
...
@@ -4,7 +4,7 @@ $font-family-base:Nunito;
@import
url(https://fonts.googleapis.com/css?family=Crete+Round:200,300,400,700)
;
$headings-font-family
:
Crete
Round
;
$enable-grid-classes
:
false
;
/*$enable-grid-classes:false;*/
$primary
:
#083358
;
$secondary
:
#F67280
;
$success
:
#0074E4
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment